We have recently bought 10 jetson orin nano modules and so far I’ve flashed 4 of them. 2 of them works without issues and the remaining 2 I get the same error on boot:
[0001.841] I> Loading MB2
[0001.843] I> Slot: 1
[0001.845] I> Binary[6] block-71424 (partition size: 0x80000)
[0001.851] I> Binary name: MB2
[0001.853] I> Size of crypto header is 8192
[0001.857] I> Size of crypto header is 8192
[0001.861] I> strt_pg_num(71424) num_of_pgs(16) read_buf(0x8007e000)
[0001.868] I> BCH of MB2 read from storage
[0001.871] I> BCH address is : 0x8007e000
[0001.876] C> LOADER: Could not read binary 6.
[0001.880] E> Failed to load MB2
[0001.883] C> Task 0x46 failed (err: 0x27228e18)
[0001.888] E> Top caller module: MB2_PARAMS, error module: LOADER, reason: 0x18, aux_info: 0x8e
[0001.896] C> Boot Info Table status dump :
0111111100111000111111111111111111111111111110111011111101111111110101
(With the same error for slot 0 before this.)
This is the command that I run to flash:
sudo ADDITIONAL_DTB_OVERLAY_OPT=“BootOrderNvme.dtbo”
./tools/kernel_flash/l4t_initrd_flash.sh
–external-device nvme0n1p1
-c tools/kernel_flash/flash_l4t_external.xml
-p “-c bootloader/generic/cfg/flash_t234_qspi.xml”
–network usb0
jetson-orin-nano-devkit internal
I’ve attached my serial console logs as well as the flash logs.
jetson_serial.txt (100.5 KB)
flash_1-2_0_20250407-165336.log (49.1 KB)
A weird detail as well is that for the 2 jetson modules that wont boot, is that they both booted and worked after the first flash but when I reflashed using the same command they both stopped booting.