Because I need to generate the burn environment to the factory https://docs.nvidia.com/jetson/archives/r36.3/DeveloperGuide/SD/FlashingSupport.html#flashing-to-multiple-jetson-devices
I see that the documentation here does not have this parameter either:
-p “-c bootloader/t186ref/cfg/flash_t234_qspi.xml”
I compared the logs of success and failure. The file blob_bpmp_t234-TE980M-A1_prod_sigheader.bin.encrypt is used for failure and the file blob_bpmp_t234-TE950M-A1_prod_sigheader.bin.encrypt is used for success. This parameter is determined by CHIP_SKU, is it necessary to configure environment variable CHIP_SKU?
I still get the same error when using this command:
`BOARDID=3767 FAB=300 BOARDSKU=0003 BOARDREV=“” ./tools/kernel_flash/l4t_initrd_flash.sh --no-flash --external-device nvme0n1p1 --network usb0 -c tools/kernel_flash/flash_l4t_external.xml -p “-c bootloader/t186ref/cfg/flash_t234_qspi.xml” jetson-orin-nano-devkit nvme0n1p1
I see in the documentation that I don’t need to get module info in advance. If I don’t use rootfs A/B and disk encryption, can I create a flash image first and then just flash?
Can I use this command?
I’m sure I used the orin nano module, if I need to flash in the factory, I can only use the offline method to improve the flash speed
I have followed this file:Flashing Support — NVIDIA Jetson Linux Developer Guide 1 documentation
Just set ROOTFS AB=1 and it still fails
Here is the full log: builda.log (268.6 KB) flasha.log (8.2 KB) seriala.log (25.0 KB)
Can you help me see what I should do? thank you
I did not connect the device when executing l4t_initrd_flash.sh --no-flash
I connected the device when executing l4t_initrd_flash.sh --flash-only and the device was in recovery mode
This command can be executed successfully: BOARDID=3767 BOARDSKU=0003 ./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" --network usb0 jetson-orin-nano-devkit external
Here’s the success log: flash_ok.log (276.5 KB) serial_ok.log (202.5 KB)
Will your flash pass if you use this command? What I am talking about here is if you don’t give the board ID in the flash command, will it pass or not? That is what I want to know since the beginning.
It looks like the chip sku would become D3 if using offline method but it should be D5 and that causes the issue. We will review the log and see what is going on.