Hi!
I’m working on to automate the installation process Jetson Nanos using the massflash script (now Im using a devkit to test the installation). But after I start it just hangs with and keeps repeating the “Ongoing processes” messages.
I basically executed these steps:
wget https://developer.nvidia.com/embedded/L4T/r32_Release_v4.4/r32_Release_v4.4-GMC3/T210/Tegra210_Linux_R32.4.4_aarch64.tbz2
wget https://developer.nvidia.com/embedded/L4T/r32_Release_v4.4/r32_Release_v4.4-GMC3/T210/Tegra_Linux_Sample-Root-Filesystem_R32.4.4_aarch64.tbz2
tar jxvf Tegra210_Linux_R32.4.4_aarch64.tbz2
sudo tar jxvf Tegra_Linux_Sample-Root-Filesystem_R32.4.4_aarch64.tbz2 -C Tegra210_Linux_R32.4.4_aarch64/Linux_for_Tegra/rootfs/
Changed the root password, created a new user, set hostname and timezone as it was described in this post:
TX2 L4T 32.1 Automatic Booting
Created the massflash blob (the nanos will be installed in a trusted environment so I would not need signing and encryption fo now):
sudo\
BOARDID=3448\
BOARDSKU=0002\
FAB=200\
FUSELEVEL=fuselevel_production\
./nvmassflashgen.sh \
jetson-nano-devkit-emmc mmcblk0p1
and then moved the tar to the host machine and
tar xvjf mfi_jetson-nano-devkit-emmc.tbz2
cd mfi_jetson-nano-devkit-emmc
put the the Nano dev kit to recovery (it was showing up using lsusb), and execute the follwing command:
./nvmflash.sh
Start flashing device: 1-3, PID: 11218
Ongoing processes: 11218
Ongoing processes: 11218
And after that nothing happens, I cannot see anything interesting in the logs, the last message I get is (I will attach the logs: mfi.log (5.1 KB) 20210621-071547_11182_flash_1-3.log (3.3 KB) 20210620-210938_22424_flash_1-3.log (3.3 KB)):
*** Retrieving storage infomation
/home/ubnt/sources/dc_linux/tmp/unpack/massflash/mfi_jetson-nano-devkit-emmc/tegradevflash --instance 1-3 --oem platformdetails storage 11218_storage_info.bin
Cboot version 00.01.0000
Saved platform info in 11218_storage_info.bin
And after I timeout (I let it run overnight) I hit Ctrl-C and I got this error message in the logs right away:
*** Error: Retrieving storage infomation failed.
I tried to use the flash.sh, using that the Nano is installed properly with the new users and stuff.
Do you have any idea why could this happen?
Thank you!
Bests,
Peter