Hey guys,
I tried flashing my Jetson Nano with BalenaOS, but it failed multiple times midway. So I decided to go back to L4T. However, when I tried booting it, it didn’t boot. A GitHub user mentioned that only reflashing L4T could fix the issue, so I followed this post:
Unfortunately, that didn’t work either. While checking the installation script, I also tried running some commands manually, but those failed as well.
Using the commands from the post, I was able to create the system.img, but writing it to the device was a problem. Eventually, the script got stuck at the following stage:
[ 0.0010 ] Generating RCM messages
[ 0.0028 ] tegrarcm --listrcm rcm_list.xml --chip 0x21 0 --download rcm /home/user/jn/Linux_for_Tegra/bootloader/nvtboot_recovery.bin 0 0
[ 0.0032 ] RCM 0 is saved as rcm_0.rcm
[ 0.0038 ] RCM 1 is saved as rcm_1.rcm
[ 0.0038 ] List of rcm files are saved in rcm_list.xml
[ 0.0038 ]
[ 0.0038 ] Signing RCM messages
[ 0.0053 ] tegrasign --key None --list rcm_list.xml --pubkeyhash pub_key.key
[ 0.0056 ] Assuming zero filled SBK key
[ 0.0092 ]
[ 0.0092 ] Copying signature to RCM messages
[ 0.0106 ] tegrarcm --chip 0x21 0 --updatesig rcm_list_signed.xml
[ 0.0115 ]
[ 0.0115 ] Boot Rom communication
[ 0.0129 ] tegrarcm --chip 0x21 0 --rcm rcm_list_signed.xml --skipuid
[ 0.0133 ] RCM version 0X210001
I also tried flashing using SDK Manager, but it got stuck at 99%.
Any help would be appreciated.
