Hi,
https://docs.nvidia.com/jetson/archives/r35.1/DeveloperGuide/text/SD/Kernel/KernelCustomization.html?highlight=kernel%20customization
I followed the instructions as above link to compile the linux kernel
- download public_sources.tbz2 from Jetson Linux Archive | NVIDIA Developer.
- extract the source code to ~/nvidia/nvidia_sdk/JetPack_6.1_Linux_JETSON_AGX_ORIN_TARGETS/Linux_for_Tegra/source/kernel/kernel-jammy-src/
- cd ~/nvidia/nvidia_sdk/JetPack_6.1_Linux_JETSON_AGX_ORIN_TARGETS/Linux_for_Tegra/source
- mkdir kernel_out
- ./nvbuild.sh -o ~/nvidia/nvidia_sdk/JetPack_6.1_Linux_JETSON_AGX_ORIN_TARGETS/Linux_for_Tegra/source/kernel_out/
I can see Image built successfully , but there is an error indicating make conftest error :
Could you suggest me how to fix it ? Thank you.