sleff
June 11, 2024, 2:37am
1
I’m trying to flash a Jetson AGX Orin Developer Kit using SDK Manager 2.1.0.11682 x86_64.
The device is in force recovery mode, following these instructions to determine whether the developer kit is in force recovery mode to check using lsusb
.
lsusb
Bus 001 Device 017: ID 0955:7023 NVIDIA Corp. APX
When SDK Manager starts up, it shows Jetson Detected . Good so far …
After SDK Manager downloads and builds the OS image, it says, Could not detect a board :
The Flash button is disabled because it can’t detect a board. I’ve tried clicking refresh, and also following steps 2 to 6. Still the Flash button is disabled. because it can’t detect a board.
At the same time, lsusb
still shows the 0955:7023 NVIDIA
device is connected.
Please help.
sleff
June 11, 2024, 5:19am
5
I have tried manually flashing with scripts.
Looking into flash.sh
, it appears to fail when trying to run bootloader/tegrarcm_v2
.
I normally run everything inside docker containers, and running this command returns nothing:
nvidia@container:~/nvidia/nvidia_sdk/JetPack_6.0_Linux_JETSON_AGX_ORIN_TARGETS/Linux_for_Tegra$ sudo bootloader/tegrarcm_v2 --new_session --chip 0x23 --uid
However, it works without docker, on the host:
nvidia@host:~/nvidia/nvidia_sdk/JetPack_6.0_Linux_JETSON_AGX_ORIN_TARGETS/Linux_for_Tegra$ sudo bootloader/tegrarcm_v2 --new_session --chip 0x23 --uid
BR_CID: 0x80012344705E35E03C00000018020280
Is flashing jetson from docker containers supported?
system
Closed
July 2, 2024, 8:05am
8
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.