Build Kernel for JetPack 5.0.x with Jetson AGX Orin

I have a question with Build Kernel Process Guide.
https://docs.nvidia.com/jetson/archives/r34.1/DeveloperGuide/text/SD/Kernel/KernelCustomization.html#to-build-the-kernel

There is no comment for copying Device Tree File.
Do I have to copy tegra234-p3701-0004-p3737-0000.dtb to Linux_for_Tegra/kernel/dtb from kernel out directory??

You would normally just keep using the original device tree. If the carrier board changes, or if a new non-plug-n-play device is added, then you might need to change something in the device tree. If the new kernel adds a driver, and the driver is for hardware needing the device tree to be modified, then you would change this. However, most people with a custom kernel won’t ever need to change the device tree.

Ok, I see.
I am just checking there is any different now and before.
Anyway, your answer looks Kernel Build is same as JetPack 4.x.

In the Guide JetPack 4.x and 5.x are differnet that is why I’m asking.
The new guide for JetPack 5.x has no comment about *.dtb

Yes, the 4.x docs are showing how to build it all in one doc, but the 5.x doc is talking only about the kernel. The device tree part in the 4.x doc, although valid and useful, mentions a step not needed in many cases. It’s just thorough.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.