t_msg
February 18, 2020, 2:20am
1
Hi,
I recently purchased an A02 and B01 development board, and they both booted normally for the first time, but after I flashed dtb with the following command, they were stuck in recovery mode and could not boot:
sudo reboot --force forced-recovery
sudo ./flash.sh -k DTB jetson-nano-qspi-sd mmcblk0p1
Making a new sd card image does not work either.
Even if I don’t insert the sd card, I can still see the ID 0955: 7f21 NVidia Corp through lsusb.
What should I do to make it work?
Thanks.
Hi t_msg,
Looks your Jetson-Nano device is in the recovery mode.
Please make sure you are enable J40 pins 3 and 4.
You can reference detail User Guide .
t_msg
February 18, 2020, 4:37am
3
@carolyuu , Thanks for the response.
I can be sure that nothing is on J40 pins 3 and 4
Hi t_msg,
If you can see the “ID 0955: 7f21 NVidia Corp” device via ‘lsusb’ command.
Please try to flash device by manually again.
$ sudo ./flash jetson-nano-qspi-sd mmcblk0p1
t_msg
February 18, 2020, 6:55am
5
@carolyuu
Awesome, it works now, thank you very much for your support.
Can you tell me what is wrong with my operation that caused the problem? And why re-flashing a new SD card does not solve the problem?