Compiling Jetson TX1/TX2 source code: Difference between revisions

Line 271: Line 271:
make O=$TEGRA_KERNEL_OUT tegra18_defconfig
make O=$TEGRA_KERNEL_OUT tegra18_defconfig
make O=$TEGRA_KERNEL_OUT menuconfig
make O=$TEGRA_KERNEL_OUT menuconfig
</pre>
'''NOTE:''' You'll need ncurses for this command to work. If you have any issue just install the following packages.
<pre>
sudo apt-get install libncurses5 libncurses5-dev
</pre>
</pre>