Hi
I was trying to put the Jetson AGX Orin board into recovery mode for the image flashing.
But I tried many methods from official guide and methods from the below page: Jetson AGX Orin can't turn into force recovery mode, I also try the command “sudo reboot forced-recovery”, the board still can not enter into the recovery mode, but boot up to the Ubuntu Desktop.
Attachment is the serial log, please help to check the issues, and how can I put the board into force recovery mode? orin_bootup.log (83.0 KB)
Sorry for the confusing file name, actually it’s the log file after the forced-recovery command running to the system boot up.
I get a another full log after the command running, please check that, Thanks. orin_reboot_forced_recovery.log (83.7 KB)
Directly using sdkmanager to flash your board. Let sdkmanager to try to put your board into recovery. You don’t need to use any command or button.
→ I expect this might also fail.
Please use the button to put the board into rcm. Also, share me what method you are using on these buttons to put it into rcm. Also monitoring the uart log when you do it. UART log shall not trigger another reboot.
Sure.
Q1: Yes, the board will boot up after the cable plug in automatically (I do not press the power button). (see case1.log)
Q2: I follow the method. At the beginning, there is no output in the console, but after about 30 seconds, the serial console start to output something, and the system boot up. (see case2.log) case1.log (60.6 KB) case2.log (82.5 KB)
If the answer of question 1 is yes, then you cannot press power button to enter recovery mode. You need to use rcm button + reset button to enter recovery mode.
Hi
I tried this method, still failed, please check:
Hold the recovery button (now the system is on)
Press the reset button and release
Still hold the recovery button for 5 seconds, then release it.
The console will no output at the beginning, after about 30 seconds, the serial console start to output, and then boot to Desktop finally. reset_then_recovery.log (82.6 KB)
Hi
It seems no response from the system in the 30 sec gap. I tried to run " sdkmanager --listconnected" and “lsusb” command in the Host, but no output message to show the device is connected. If it is a hardware issue, what should I do next step?
BTW, where can I download the flash.sh script? Thanks.