Thank you for this information. I checked it and do the following steps:
1.cp kernel-devicetree/generic-dts/dtbs/* /Linux_for_Tegra/kernel/dtb/
2. sudo ./apply_binaries.sh
3. sudo ./flash.sh jetson-agx-orin-devlit.conf mmcblk0p1
It can flash the device successfully. Then I believe I need to add the new DTBO to jetson-agx-orin-devlit.conf. Therefore I modified DTB_FILE from DTB_FILE=tegra234-p3737-0000+p3701-0000-nv.dtb to DTB_FILE=tegra234-p3737-0000+p3701-0000-nv.dtb, tegra234-p3737-my-camera-overlay.dtb. However, i still not see the new dtb file is in /boot directory. I checked the forum but cannot find a method to solve it. May I have your help for how to add tegra234-p3737-my-camera-overlay.dtb in DTB_FILE of jetson-agx-orin-devlit.conf ?