Jetson agx orin goes into emergency mode

Hi Team,

I am working with the Jetson AGX Orin board, and I am encountering an issue where the board consistently boots into emergency mode.

I have attached a screenshot of the debug logs for reference.

Could anyone help me identify the root cause or suggest further troubleshooting steps? Your guidance would be much appreciated.

Thanks

Hi,
If the device cannot be flashed/booted, please refer to the page to get uart log from the device:
https://elinux.org/Jetson/General_debug
And get logs of host PC and Jetson device for reference. If you are using custom board, you can compare uart log of developer kit and custom board to get more information.
Also please check FAQs:
Jetson AGX Orin FAQ
If possible, we would suggest follow quick start in developer guide to re-flash the system:
Quick Start — NVIDIA Jetson Linux Developer Guide 1 documentation
And see if the issue still persists on a clean-flashed system.
Thanks!

Hi,

Please try to get the log from serial console instead of screenshot.

Also, it looks more like you don’t have a ext4 partition in your boot medium.

Hi @carolyuu,

Previously, the device was booted successfully but after some days, I am getting this issue.

After reflash, the device is working fine but I want to debug the issue as we have to send lots of devices to customers.

Then reproduce the issue and provide full logs first… you need to at least learn how to deliver correct information out. Which jetpack release here? What carrier board are you using?

Please don’t assume any strangers would know the detail of your issue.

1 Like

Into emergency mode, you should be able to login as root.
After you login, edit /etc/fstab like:

Or, if you are using eMMC, please try to add:

/dev/mmcblk0p10 /boot/efi vfat defaults 0 1

to mount efi partition.

1 Like

Thanks for your help.

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