please try adding board info to the command-line for creating the mass Flashing tarball,
for example, $ sudo BOARDID=2888 BOARDSKU=0008 FAB=600 FUSELEVEL=fuselevel_production ./nvmassflashgen.sh jetson-agx-xavier-industrial mmcblk0p1
could you please put JAGXi into forced-recovery mode, checking with $ lsusb, and please also share the usb-id for reference.
please also examine l4t_initrd_flash.sh, you may adding the ID to the script for testing.
thanks
I’ve tried the commad and it worked.
$ sudo BOARDID=2888 BOARDSKU=0008 FAB=600 FUSELEVEL=fuselevel_production ./nvmassflashgen.sh jetson-agx-xavier-industrial mmcblk0p1
The command works and makes the mass Flashing tarball(mfi_xxx folder).
On the other hand, l4t_initrd_flash.sh already has the id (7819 and 7919)
I used the mass Flashing tarball with command nvmflash.sh and it showed no device to flash as you mentioned.
I add the ID 7919 to the script nvmflash.sh. and it worked,