Quick one, potentially…
Is there a suggested path for kicking off a menuconfig on the Jetson Nano 4GB system? I’m looking to graphically adjust kernel options before a recompile.
Thanks!
Quick one, potentially…
Is there a suggested path for kicking off a menuconfig on the Jetson Nano 4GB system? I’m looking to graphically adjust kernel options before a recompile.
Thanks!
Got it. Right between step 3 and 4 in the kernel build guide:
Good to know you found the answer.
Hi! I got the following error:
cttc@cttc-desktop:/usr/src/linux-headers-4.9.253-tegra-ubuntu18.04_aarch64/kernel-4.9$ sudo make ARCH=arm64 O='TEGRA_KERNEL_OUT' tegra_defconfig
make[1]: Entering directory '/usr/src/linux-headers-4.9.253-tegra-ubuntu18.04_aarch64/kernel-4.9/TEGRA_KERNEL_OUT'
HOSTCC scripts/basic/fixdep
HOSTCC scripts/basic/bin2c
GEN ./Makefile
HOSTCC scripts/kconfig/conf.o
HOSTCC scripts/kconfig/zconf.tab.o
HOSTLD scripts/kconfig/conf
drivers/net/ethernet/nvidia/Kconfig:30: can't open file "drivers/net/ethernet/nvidia/eqos/Kconfig"
make[2]: *** [../scripts/kconfig/Makefile:113: tegra_defconfig] Error 1
make[1]: *** [/usr/src/linux-headers-4.9.253-tegra-ubuntu18.04_aarch64/kernel-4.9/Makefile:575: tegra_defconfig] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-4.9.253-tegra-ubuntu18.04_aarch64/kernel-4.9/TEGRA_KERNEL_OUT'
make: *** [Makefile:171: sub-make] Error 2
Any suggestion to solve this?