I am currently working on the NVIDIA AGX Orin with JetPack 5.1.4. I made a small change in one DTSI file, compiled it, and generated the DTB. However, I want to update only the DTB file without flashing the entire system.
I have checked some posts and followed the suggested steps, but the changes did not take effect. Could you please provide guidance on the correct way to update only the DTB file?
I have followed the steps you suggested. These same steps worked correctly on the TX2i board. However, on the AGX Orin using JetPack 5.1.4, the DTB changes are not taking effect even after multiple attempts.
rebooted the system.
Even after confirming all the steps, the device tree changes are not reflected in the system. Could you please guide if there is any additional steps.
If the FDT entry has been specified in extlinux.conf, it should load the DTB here.
Could you try to decompile this DTB file through dtc command and assemble it back?
May I know what do you want to modify in device tree?
I’m working with a custom DT node, and the changes are located in the CVB .dtsi file, which includes configurations for peripherals like sensors, Ethernet, and audio.