Hello,
I’m trying to flash Jetpack 5 on my Xavier AGX which was previously flashed to Jetpack 4.5. My host machine runs the SDK Manager on Ubuntu 20.04.
The Jetson is recognised as a USB peripheral as indicated by lsusb
and in recovery mode, as indicated by the following screenshot.
When I launch the flashing, I have the following error message:
The target is in a bad state
The Jetson target is in a bad state and cannot be flashed. Please manually put the target into recovery mode and then retry flashing.
I tried to flash using the flash.sh
script but I get a similar error:
$ sudo ./flash.sh jetson-agx-xavier-devkit mmcblk0p1
###############################################################################
# L4T BSP Information:
# R35 , REVISION: 1.0
###############################################################################
Error: probing the target board failed.
Make sure the target board is connected through
USB port and is in recovery mode.
$ lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 006: ID 0bda:568b Realtek Semiconductor Corp. Integrated_Webcam_HD
Bus 001 Device 005: ID 04f3:2234 Elan Microelectronics Corp. Touchscreen
Bus 001 Device 004: ID 0cf3:e300 Qualcomm Atheros Communications
Bus 001 Device 012: ID 0403:6011 Future Technology Devices International, Ltd FT4232H Quad HS USB-UART/FIFO IC
Bus 001 Device 013: ID 0955:7019 NVIDIA Corp. APX
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Here is a log of the process:
SDKM_logs_JetPack_5.0.2_Linux_for_Jetson_AGX_Xavier_modules_2022-08-30_16-15-33.zip (80.4 KB)
How can I debug this problem?