Hi,
My Jetson Nano was working Well till the last night. When I turn on my Jetson Nano today, the green LED light is on for 1 second and gets off automatically. But if I do not insert the SD Card, then the LED is Continuously ON, I don’t know what happened Suddenly. I thought this is due to SD Card Corruption. So I formatted SD Card, I again flashed Jetpack 4.4 Image on to my 64GB SD Card. If I insert SD Card again the same thing.
Kindly help me to resolve this issue. Would be a great help.
@WayneWWW, I followed the same blog(Jetson Nano Style - Serial Console - JetsonHacks) to dump the serial console, I set up the minicom and TTL serial cable connections were perfect, but after Connecting to the power cable the green LED light on Nano is on for 1 second and gets off automatically(same thing).
I am attaching both video(link) and image below regarding the same.
You could follow the quick start guide on dlc to check how to enter recovery mode (RCM).
After entering RCM, plug the micro usb cable between host and device and type command “lsusb” on your ubuntu host. lsusb should give you “nvidia corp” on list.
If you cannot see it, then probably even recovery mode is dead. Since recovery mode is triggered by hardware, it indicates your board has defect.
Actually, in my opinion, your case already sounds like hardware defect issue. Just want to use recovery mode to make sure.
Jumper the J48 power select pin first and plug the power jack
Jumper the recovery pin
Jumper the reset pin
Remove the jumper of reset pin
Remove the jumper of recovery pin.
The above steps are correct to enter Jetson Nano into Recovery Mode? Do I need to follow the same?. I found these steps as the reply by you in the other Issue.
Btw can you please share the link of dlc to get the quick start guide?
Dear @WayneWWW,
It is quite difficult to get the steps to enter Jetson Nano into Recovery Mode from the above link. Can you please guide me on the exact steps to be carried out?
This debugging work is quite new for me.
Both cases should work. But you have to know anything on your sdcard would be erased and then install new package.
I find that many forum users only work on sdcard image. But actually, jetson platforms have been using “flash.sh” to install driver package for long time. This is a more reliable way when we want to debug. Please learn it. Thanks for your patience.