Hi,
We have JP6.1 and we build the kernel according to the dev guide instructions under kernel customization chapter.
I tried to menuconfig the kernel and save the .config in kernel source path.
After building the kernel I noticed the changes are discarded.
I saw the following lines in $L4T/source/kernel/Makefile
So I figured out that the makefile generates a new .config on each build.
To bypass that, just before executing
make -C kernel
We copy our on defconfig into $L4T_KERNEL_PATH/arch/arm64/configs and build (overwrite the orig one).
This cause problems with building nvidia-oot and flashing the target as well (uefi menu hangs not allowing continue with flashing)
How can I configure the kernel and keep the changes when building it without breaking other stuff?
Hi @ShaneCCC ,
That worked but I noticed that if I overwrite this file with the content of tegra_defconfig I can’t boot or flash (stuck at bootloader menu): flash.log (42.7 KB)