Hi,
If the device cannot be flashed/booted, please refer to the page to get uart log from the device: Jetson/General debug - eLinux.org
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!
The current error log shows it is relating to security related feature.
We have to know the reproduce steps to do further debug.
Can a reboot fix the issue? Or it would show the similar error during boot up?
Do you run any application on the board or it may be modified by someone before?
There may be few times boot failed before it enters into this recovery kernel state.
We would like to check the full serial console log for them(i.e. before it enters into recovery kernel)
Do you mean that you’ve disabled the feature to interrupt the boot to enter UEFI menu?
//
// Register EnrollDefaultKeysApp as a SysPrep Option.
@@ -1546,7 +1546,7 @@ PlatformBootManagerAfterConsole (
//
// Display system and hotkey information after console is ready.
//
They are necessary for us to analyze what it happens to cause boot failed before entering into recovery kernel.
Okay, I think the state of current slot may be unbootable, but you’ve disabled UEFI menu so that you can not recovery it manually.
Please also refer to the instruction in Set the UEFI Variable in the Recovery Kernel Shell to check if it could help to recover the board.
Or check if you would hit any error during boot up after configuring them.
按照 Set the UEFI Variable in the Recovery Kernel Shell方法,在bash-4中设置 Rootfs A后,成功进入A区(我们是有AB分区的,默认就是在A区,本次异常是进入了恢复模式),如下是成功进入A区的启动日志: 恢复模式改A启动.log (221.0 KB)
查看/var/log下所有日志和history,没有与该异常相关的操作。
请问在rootfs下还有哪些数据可以分析?本次异常每次开机只能进入recovery模式,在外部硬件上是否会有导致的情况?
Do you know what causes this kernel panic issue?
Could it be caused from any of your customization/modification?
It seems this is why it enters into recovery kernel. (since there’s kernel panic and it may trigger reset after 120s, it will enter into recovery kernel after 3 trials.)
There is no update from you for a period, assuming this is not an issue anymore.
Hence, we are closing this topic. If need further support, please open a new one.
Thanks ~0408
Do you mean it could not be recovered through re-flash?
If it cannot be flashed, please share the full flash log for further check.
Is the issue specific to current module?
Are you using the devkit or custom board for AGX Orin?