make menuconfig

Xavier does not support menuconfig,in "NVIDIA Jetson Xavier - Building the Kernel from Source ",use a command “make ARCH=arm64 O=$KERNEL_OUT tegra_defconfig” ,I’m confused how to configure the Linux source.

Hi,

You could use tegra_defconfig to add the module you need.

You need to “sudo apt-get install libncurses5-dev” for any of the ncurses-based config editors. It’s a Linux kernel build item…hardware won’t matter.

Also try “make nconfig”…I like this because of the ability to search for symbols.

1 Like

It’s clear,Thank you.

Thans for your reply!