I found regular errors in a batch of jetson module flash jetpacks for customized carrier boards, where the motherboard with charge number 0524 worked fine and the motherboard with charge number 5123 always failed,
Tested in both jetpack 5.1.1/5.1.2, which incidentally uses a custom BSP, will this have any effect? Would like to confirm if it is a hardware or software issue that is causing this discrepancy.
Since using a custom carrier board and a non-devkit som, the command I use is:
sudo ./tools/kernel_flash/l4t_initrd_flash.sh --external-device nvme0n1p1
-c tools/kernel_flash/flash_l4t_external.xml -p “-c bootloader/t186ref/cfg/flash_t234_qspi.xml”
–showlogs --network usb0 p3509-a02+p3767-0000 internal
I guess I need to use the command you provided and replace the part about the board name in it?
Also is it possible to provide the specific information I mentioned about the differences between the two SOM versions?
The QSPI chip on modules produced earlier has the protecion bit turned on, which cannot be hanled correclty by MB2 bootloader.
New modules will not have this problem has the bit is by default turned off.
@nickkkula one question. What was the flashing command you used intially when you reported this issue to us?
We are trying to understand why you saw this issue. If you were using initrd_flash.sh which is the recommended way to flash Orin NX and Orin Nano, then you should not have seen this issue at all.