I cannot flash OS image to Orin Developer Kit via SDK Manager.
SDK Manager says device is not in recovery mode. But lsusb shows following result:
Bus 001 Device 052: ID 0955:7023 NVIDIA Corp. APX
The environment information:
Ubuntu: 18.04.6
SDK Manager: 1.8.1.10392
What is wrong?
The log is below.
03:05:49 ERROR: Can not find matching device in recovery mode.
03:06:29 ERROR: Flash Jetson AGX Orin - flash: [ 0.2225 ] ERROR: failed to read rcm_state
03:06:32 ERROR: Flash Jetson AGX Orin - flash: [ 6.8076 ] ERROR: /misc/axi_ap_virtual_client is not supported
03:06:32 ERROR: Flash Jetson AGX Orin - flash: [ 6.8239 ] ERROR: /misc/axi_ap_virtual_client is not supported
03:06:32 ERROR: Flash Jetson AGX Orin - flash: [ 6.8361 ] Error: Skip generating mem_bct because sdram_config is not defined
03:06:32 ERROR: Flash Jetson AGX Orin - flash: [ 6.8362 ] Error: Skip generating mem_bct because sdram_config is not defined
03:06:35 ERROR: Flash Jetson AGX Orin - flash: — Error: Reading board information failed.
03:06:35 ERROR: Flash Jetson AGX Orin - flash: command terminated with error
03:06:35 SUMMARY: Flash Jetson AGX Orin - flash: First Error: Installation failed.
Did your host machine ever flash any kind of jetson device before?
Is your host machine a VM/VB?
How about directly running flash.sh to flash? What will the script tell?
Hi, @kayccc ,
Thank you for your answering. My host machine haven’t flashed jetson device. It is running on docker.
I tried running flash.sh to flash, but failed to flash. The script says ‘File rcm_state open failed’ and ‘ERROR: failed to read rcm_state.’ I attached script log. log.txt (11.2 KB)
Hi, @WayneWWW ,
I ran flash.sh on native ubuntu 20.04, but failed to flash. The script shows that “File rcm_state open failed.” I attach the log file. log2.txt (9.6 KB)
Hi, @WayneWWW ,
I got the log log_minicom.txt after I executed 'sudo ./flash.sh jetson-agx-orin-devkit mmcblk0p1
’ on a host. The host was native Ubuntu 20.04 machine.
The lsusb showed the following result:
‘Bus 001 Device 012: ID 0955:7023 NVIDIA Corp. APX’
This is shown in log2.txt above.
Hi, @WayneWWW ,
I flashed Jetson Orin again. I attach minicom and flash logs.
The command lsusb shows “Bus 001 Device 008: ID 0955:7023 NVIDIA Corp. APX”.
This time the flash.sh (host) log didn’t say “ERROR: might be timeout in USB write”.
The minicom (uart) log showed the same messages as the last time (log_minicom.txt). It stucked in the same place.
I haven’t flashed other jetson devices on this host machine before.
Hi, @WayneWWW ,
Yes, I can boot up my Orin device. I attached the uarg log file on booting up.
The command lsusb showed “Bus 001 Device 011: ID 0955:7020 NVIDIA Corp. L4T (Linux for Tegra) running on Tegra”. log220803_uart_bootup.txt (70.6 KB)