Trouble flashing jetpack 6.0 on Jetson Orin Nano

I have a new custom carrier board which I successfully flashed jetpack 5 onto but jetpack 6 with the same settings does not seem to work. It just boots into bash and then times out. I have not found anything clear in the boot log but I’m hoping you have more luck with it so I added it in the post below:
jetson20.log (76.1 KB)

Hi,

It is common mistake for a custom board that your USB setting is most likely not same as NV devkit.

And rel-36 has more strict check than rel-35 in this part. So if your USB device tree setting does not match to your board, then it won’t pass.

Thus, basically your issue here is the USB device mode is not enabled correctly when doing initrd flash.

You need to follow the document to modify the device tree and then reflash.

That fixed it, thank you for the quick response!

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