Hello, I have a Jetson Nano, and I’m attempting to reinstall its operating system. This device is the reComputer Jetson-10-1-H0 produced by Seeed Studio. I found two methods for reflashing the Jetson Nano online, but both methods are not working for me.
Here is the link to the Seeed Studio guide on refreshing JetPack OS:
I will describe the issues I encountered with each method:
Method One - Using NVIDIA SDK Manager to Flash JetPack OS:
I set the device to Force Recovery mode (connecting the FC REC pin and GND pin with a jumper) and connected the DC power supply and MicroUSB cable. NVIDIA SDK Manager successfully detected my Jetson Nano. I selected Jetson Nano in the interface.
My SDK Manager version information is as follows:
In the first step, my Development Environment settings were as follows:
In the second step, my Details and License settings were as follows:
After entering the password, I completed the OEM Configuration settings and clicked “Flash”.
However, the flashing process halted at 99%, and a pop-up window appeared.
I clicked “Yes” and waited, but even after leaving it overnight, it remained stuck at 99%. What should I do?
Attached are the Terminal and Debug Log from NVIDIA SDK Manager.
SDK Manager Terminal.txt (5.8 KB)
sdkm-2024-01-19-12-28-06.log (206.3 KB)
Method Two - Flashing JetPack OS via Terminal:
Following the tutorial, I went to the Jetson Linux Archive and installed Jetson Linux R32.7.4. I set the device to Force Recovery mode and connected it to the computer. I used the command sudo ./flash.sh jetson-nano-devkit-emmc mmcblk0p1
. The process got stuck again at the point [ 0.4628 ] tegrarcm --download bct P3448_A00_lpddr4_204Mhz_P987.bct
.
Terminal.txt (10.4 KB)
I waited overnight, but it didn’t complete. What should I do?
Thank you for your assistance!