So I had a jetson orin nano sitting on my desk and decided to get back into it. I decided to re-flash to get a new start. But I can’t seem to get it to boot anymore. It gets past the bios, but then screen just goes blank.
I’ve tried using Jetpack 5.1.1, 5.1.3, and 6.0.
I was able to capture the attached from the serial console. It looks like the card isn’t mounting maybe?
It’s really weird that nothing happens when you press esc (because it’s marked on the upper left screen!).
When you want to put the image on the sdcard, do you format it or not?
Try to boot it without the sdcard and screenshot the result.
Without the SD card, I can eventually get to like a recovery command line… keyboard works there. Keyboard is usb. Not a lot I can do at that command line, however.
Well I figured out how to get the SDK Manager installed (Its unfortunate you have to install Ubuntu… that took me some time to overcome). It fails when I try to flash.
I’m using Ubuntu 22.04. A small difference is I only have a 2019 Mac, so there are some modifications from a vanilla install I have to do.
So using the SDK on a host machine, the version of Ubuntu that I installed comes without ping installed. You have to sudo apt install iputils-ping. I guess the SDK Manager expects to be able to ping the jetson after it reboots, but if the ping command is broken, it will time out.
After that, everything was fine and SDK Manager worked perfectly.
(I think what I was doing with the Ubuntu install method I described above was actually just upgrading the bios manually. I didn’t actually flash to the hard drive. It was just reading the JP 6.0 that I had earlier flashed.)