Is this a known issue for Jetpack 5.1.2 and is there a solution for this problem.
I also tried to completely compile the Kernel from scratch but for some Reason I can´t quite get it working, If I follow the instructions from: Kernel Customization
at some point it seams there are missing some Steps to further Proceed.)
Or Maybe I am just too New for fully understanding how it should be done.
Yes I have tried this before. but where is the original source_sync.sh located. because I have never found it on my System and do not know where it should be executed.
Also the Kernel Customization is not 100% clear about how to proceed if you compile directly on AGX Orin or on Host System. like in Step “To Build the Kernel” Bullet Point 5 where Linux_For_Tegra is referenced which is not available directly on AGX Orin.
Is there a more detailed Description of how to do that?
Sorry If I am missing something here but I am kind of helpless at the moment.
In the Kernel Customization at Bulletpoint 6 I have to replace Linux_for_Tegra/kernel/dtb/ with a copy from kernel_out/arch/arm64/boot/dts/nvidia/ but where should /kernel/dtb then be located ? /boot/dtb ?
This means the only Things I have to copy are the “Image” file and all the dtb files. What do I have to do with the “kernel_out” and the “modules_out” directory ?
I did copy the Image and the dtb’s to the corresponding directory without a change.
One thing that made me a little bit suspicious. when using the source_sync.sh it is creating the directory sources and when I use the Download from the website then it is called source.
Okay. I have built the Kernel copied the Image file, the dub’s and the modules to the /boot directory and restarted the Board. Everything seams fine but I still get the “drivers/video/Kconfig:27: can’t open file “drivers/video/tegra/Kconfig”” error
I just checked, and looks like this config is inherited from kernel 4.9, which is used by L4T 32.x and JetPack 4; the driver is removed in kernel 5.10, but it’s corresponding config is still there.