Just start a serial console log before turning on power to the Jetson. It is useful to see the entire boot sequence log up through point of failure. Most of the time one needs to know not just what the error was, but also what happened leading up to the failure.
I’ve been trying to connect my Jetson Orin Nano using USB but unfortunately, I haven’t received any meaningful output from minicom.
Additionally, I attempted to inspect the boot sequence via USB to TTL. I followed the steps shown in this video: https://www.youtube.com/watch?v=Kwpxhw41W50. Initially, I connected the green, white, and black connectors to the Orin Nano and then powered it on. However, all the LEDs turned off, the fan stopped working, and the device became warm after a few minutes.
Does anyone have any suggestions or advice on what might be going wrong or what I should try next?
Are you sure you have the correct pins for that model? The Orin Nano is different than the Nano. Jim’s video from JetsonHacks.com shows the silkmask labels of those pins. Ground for that model should be pin 7, not pin 5. TX would be pin 4, rx would be pin 3 (first pin is pin 1, so numbering is 1-based).
I realized that my USB-TTL connection was incorrectly connected, shifted by one slot. After using the debug console and executing sudo dmesg -wT, my system crashed, displaying the following logs:
I suspect that this issue may be similar to the involuntary suspension problem discussed in this thread: After L4T 35.3 upgrade, Orin starts suspending involuntarily.
As a potential solution, I will try to remove gdm3. I’ll keep you updated on the results. Any further advice would be greatly appreciated!