Jetson Orin Nano 8GB Not Booting up

Was trying to Boot Orin Nano that was working fine Previous day , facing this issue attached image.

tried the below possible solutions and Steps listed in Open Forum to solve,

  1. Jetson is not booting after reboot - #7 by WayneWWW
    Issue not solved , same problem after showing the attached issue its blank screen not booting up But FAN is running
    2.Jetson not loading ubuntu - #3 by 2505shan
    tried to check listed here possibilities

  2. 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

Thank you very much in advance.

Share your uart serial console log first.

Every of the post you shared requests to dump serial console log but you still didn’t share it.

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

Yes the log is still there waiting for you to capture. It does not matter whether you can boot it up or not.

Check the 2nd comment in the first post you shared. I posted the method there.

1 Like

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

1 Like

its looking like the system boot up file is corrupted. you can recover your file serially and flash the orin

LOG_Orin_Nano_Boot.txt (54.3 KB)

thank you team for the help.
I have attached the Log files in .txt
Please have a look as soon as possible.

3 items to clarify here:

  1. Your log does not get captured since the beginning. It captured in very late stage which already in Linux kernel.

  2. 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…

  3. 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.

image

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.

Hi,

Are you trying to boot from sdcard or not? The ext4-fs thing that keeps printing from the sdcard.

But if you are not booting from it, then you don’t need to care about it for now.

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.

Hi,

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.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.