I am working with a Jetson Orin Nano for a project and am having issues with booting the system.
Below is all of the information I can provide as of now. I am not really sure where to go from here and would appreciate any advice:
Our Jetson Orin Nano is currently not booting properly. When we plug it in the green light turns on and the fan starts however after 5-15 seconds the light and fan turn off. It does not display anything on our monitor when we do this. It is important to note that the Jetson has worked in the past. We were also able to get the Jetson to fully boot a few times even after this issue began but it only works around 1/20 times, maybe even less. There didn’t seem to be any different factors that contributed to it booting successfully. When it is fully booted all of our code is still on it so it does not seem like anything is corrupted.
We used a USB to TTL serial debug cable to debug the issue and at one point we got a message saying “Jetson will restart after 5 second.” So it may be getting stuck in a reboot loop. We tried it with two different SD card and also tried booting it without an SD card and it still did not work. Both of the SD cards were flashed with Jetpack. We also tried booting it up with and without the NVME SSD at the bottom of the Jetson but this did not seem to make a difference.
We used a multimeter to measure the voltage of the pins. The 5V pin still keeps its voltage even after the green light and fan turn off, the 3.3V pin on the other hand stops showing voltage when the fan and green light turn off. Both pins show voltage when the green light is on.
We are just trying to figure out the next steps for debugging the system after doing the above.