Hello,
We are getting ready to move to production with a Jetson Nano board, and we are testing mass flashing. We can successfully flash our custom imgs onto the production (emmc) modules by running ./flash.sh, and now want to do mass flashing.
So I created the mass flash img with ‘./nvmassflashgen.sh jetson-nano-emmc mmcblk0p1’.
This created a .tbz2 file which I then unzipped in the SAME host pc and tried to flash the SAME emmc board with ‘sudo ./nvmflash.sh’. It flashes successfully, but it booted NVIDIA’s stock img rather than our custom img.
Is there anyway to resolve this? Thank you so much.