I can’t seem to get the nvmassflashgen.sh
script to generate a working mass-flash directory. The command succeeds and it outputs a tbz2
file but whenever I try to flash one of these new modules using the generated mass flash directory, it fails with the output at the end of this post.
The command I’m running to generate the mass flashing configuration is the following (using the ONLINE method):
sudo ./nvmassflashgen.sh jetson-xavier-nx-devkit-tx2-nx mmcblk0p1
The Jetson that fails to flash has the following identification details:
Board ID(3636) version(302) sku(0001) revision(C.0)
Please advise, thank you.
Failing flash output (from sudo ./nvmflash.sh
)
BR_CID: 0x81801001640e27071400000017ff84c0
RCM version 0X180001
Boot Rom communication completed
*** Boot Rom communication succeeded.
*** Checking applet
/opt/hwui/massflash_tx2nx/tegrarcm_v2 --instance 5-1 --isapplet
Applet version 01.00.0000
*** Checking applet succeeded.
*** Sending BCTs
/opt/hwui/massflash_tx2nx/tegrarcm_v2 --instance 5-1 --download bct_bootrom br_bct_BR.bct --download bct_mb1 mb1_bct_MB1_sigheader.bct.encrypt
Applet version 01.00.0000
Sending bct_bootrom
[................................................] 100%
Sending bct_mb1
[................................................] 100%
*** Sending BCTs succeeded.
*** Sending bootloader and pre-requisite binaries
/opt/hwui/massflash_tx2nx/tegrarcm_v2 --instance 5-1 --download blob blob.bin
Applet version 01.00.0000
Sending blob
[................................................] 100%
*** Sending bootloader and pre-requisite binaries succeeded.
*** Booting Recovery
/opt/hwui/massflash_tx2nx/tegrarcm_v2 --instance 5-1 --boot recovery
Applet version 01.00.0000
*** Booting Recovery succeeded.
*** Checking applet
/opt/hwui/massflash_tx2nx/tegrarcm_v2 --instance 5-1 --isapplet
*** Checking CPU bootloader
/opt/hwui/massflash_tx2nx/tegradevflash_v2 --instance 5-1 --iscpubl
Bootloader version 01.00.0000
Bootloader version 01.00.0000
*** Checking CPU bootloader succeeded.
*** Flashing the device
/opt/hwui/massflash_tx2nx/tegradevflash_v2 --instance 5-1 --pt flash.xml.bin --create
Bootloader version 01.00.0000
Erasing sdmmc_boot: 3 ......... [Done]
Writing partition secondary_gpt with gpt_secondary_0_3.bin
[................................................] 100%
Erasing sdmmc_user: 3 ......... [Done]
Writing partition master_boot_record with mbr_1_3.bin
[................................................] 100%
Writing partition primary_gpt with gpt_primary_1_3.bin
[................................................] 100%
000000000d0d0001:
*** Error: Flashing the device failed.