I have an Orin NX 16GB SoM that works/boots on a custom carrier board. I would like to reflash the Orin NX module using a Jetson Nano developer kit’s carrier board. After downloading the default BSP from Jetson Linux 35.5.0, I first do all the steps until sudo ./apply_binaries.sh. Then, I replaced the kernel image at Linux_for_Tegra/kernel/Image, the dtb at Linux_for_Tegra/kernel/dtb/tegra234-p3767-0000-p3768-0000-a0.dtb and the modules at Linux_for_Tegra/rootfs/lib/modules by copying these files /boot/Image, /boot/dtb/kernel_tegra234-p3767-0000-p3768-0000-a0.dtb and /lib/modules from the Orin NX module before reflashing.
The command used for flashing the Orin NX is as follows
This shows that the flash is successful on the terminal. However, when I try to reboot the device it does not boot up properly. The screen shows the attempt to direct boot and then goes blank. It then says that there is no HDMI output. I also applied this patch
I am not sure what else I must copy over from the existing Orin NX to reflash it and it make it work with the custom carrier board. I need to reflash it without using a backup raw disk image. Please let me know what other steps I am missing or if you will need more information. Thank you.
Thank you so much for your response. Could you share the link to the first image? I did not cross-compile and build the kernel and dtb files. As I mentioned, I only have access to an existing module on a custom carrier board. I will check that Jetson to find the boot/dts/nvidia folder to copy all the files.
Please share a link to that page so that I can follow the steps correctly!
Yes, I have a separate host PC for executing the flash command.
I do not know what modifications need to be made in the source or dts files because I do not have knowledge about the custom carrier board.
Which is why I was wondering if there is a way to reflash the module by just using files in already flashed/working module that comes with the custom carrier board.
Please let me know if this is possible! Thanks you.
In case your carrier board does not have any EEPROM, then you need to change the size to zero in the device tree file and rebuild the kernel and reflash it.
Check this in this link