My Jetson AGX orin is not booting
though its not for Orin Nano but tried nothing seems to work same problem.
I have important data. Please help me solve this without re-flashing or formatting my Jetson orin
Its not booting up only, After powering it on Its just showing this nvidia screen What I attached, Not sure How can i get any Log for while Booting up? IF yes how to save or record it to share
Can you please guide
You need to connect a USB<>SERIAL adapter to the UART pins on the header under the Jetson SOC ( I think there are pins available on the 40pin GPIO as well).
Once that is connected, install and run minicom with these settings to view live boot logs when you turn the device on:
Launch Config Wizard: sudo minicom -s
Change serial port setup:
A - Serial Device: /dev/ttyUSB0
E - Bps/Par/Bits: 115200 8N1
F - Hardware Flow Control: Yes
G - Software Flow Control: No
Your log does not get captured since the beginning. It captured in very late stage which already in Linux kernel.
Each line of your log got truncated. They don’t provide full information. Please resize your terminal and dump again…
If you don’t know what I am talking about, below picture is an example… you can see that if the length of log exceed specific length, it just got cut…
Your board is still booting up. I don’t know what did you see on your screen. Mayb it is just the screen goes blank so that you guess your board is dead. The login prompt in your serial console indicates it still can boot.
FULL_LOG_Orin_Nano_Boot.txt (123.1 KB)
Hi Team I am also not sure , I could manage to get the complete Log. I am also not sure, Login and credentials its coming but its not booting while physically trying to boot using a monitor for booting.
The Log file I Attached It exactly came like this after rerunning.
And also Minicom I cannot wok fully, its kind of Unstable the terminal, Showing EXT4-fs error even after typing ls (list-directory)
NB: The Login Credentials are not coming While I am connecting my board physically to a monitor.
Thank you for all the supports so far,
I am using and SD card only to bootup Jetson Orin nano.
This credentials part is not coming When I am connecting Normally to a monitor, Its just a Blank screen after the Nvidia Logo Screen Part, That I attached While I created the issue.
Please Help me how can I move forward with this issue now?
I kept it for 30minutes Long the credentials page not coming only black screen.
Just to clarify. Please forget about anything on the monitor for now.
You can only use the UART serial console to operate your board for now. As your file system is corrupted, please use your serial console and run e2fsck to your sdcard and see if it can recover your filesystem.