Error during flashing DRIVE OS

Please provide the following info (tick the boxes after creating this topic):
Software Version
[v] DRIVE OS 6.0.8.1
DRIVE OS 6.0.6
DRIVE OS 6.0.5
DRIVE OS 6.0.4 (rev. 1)
DRIVE OS 6.0.4 SDK
other

Target Operating System
[v] Linux
QNX
other

Hardware Platform
DRIVE AGX Orin Developer Kit (940-63710-0010-300)
DRIVE AGX Orin Developer Kit (940-63710-0010-200)
DRIVE AGX Orin Developer Kit (940-63710-0010-100)
[v] DRIVE AGX Orin Developer Kit (940-63710-0010-D00)
DRIVE AGX Orin Developer Kit (940-63710-0010-C00)
DRIVE AGX Orin Developer Kit (not sure its number)
other

SDK Manager Version
1.9.3.10904
[v] other

Host Machine Version
native Ubuntu Linux 20.04 Host installed with SDK Manager
[v] native Ubuntu Linux 20.04 Host installed with DRIVE OS Docker Containers
native Ubuntu Linux 18.04 Host installed with DRIVE OS Docker Containers
other

Hello,
I was able to login docker, and launch docker with the following instruction.
sudo docker run -it --privileged --net=host -v /dev/bus/usb:/dev/bus/usb -v /home/nvidia/ nvcr.io/drive/driveos-sdk/drive-agx-orin-linux-aarch64-sdk-build-x86:latest

and then connect to the Orin thru
sudo docker run -it --privileged --net=host -v /dev/bus/usb:/dev/bus/usb -v /drive_flashing:/drive_flashing nvcr.io/drive/driveos-sdk/drive-agx-orin-linux-aarch64-sdk-build-x86:latest

But I got failed after trying a flashing.

root@6.0.8.1-0006-build-linux-sdk:/drive# ./flash.py /dev/ttyACM1 p3710
2024-07-15 23:46:15 INFO : Flashing already set for dual bootchain
2024-07-15 23:46:15 INFO : Flash clean already disabled for persistent partitions
2024-07-15 23:46:15 INFO : Initiating pre-flash check
2024-07-15 23:46:15 INFO : Checking Serial Port Connection
2024-07-15 23:46:15 INFO : Serial Port found /dev/ttyACM1
2024-07-15 23:46:15 INFO : Running basic open/close tests on Serial Port Connection
2024-07-15 23:46:15 INFO : Serial Port is open
2024-07-15 23:46:15 INFO : Flushing input and output buffer, discard all content
2024-07-15 23:46:15 INFO : Serial Port is closed
2024-07-15 23:46:15 INFO : Checking available targets
2024-07-15 23:46:15 INFO : Checking Orin board connection
2024-07-15 23:46:15 INFO : Orin board with Device ID – 0955:7045 found.
2024-07-15 23:46:15 INFO : Orin board device path is /dev/bus/usb/003/014
2024-07-15 23:46:15 INFO : Pre-flash check complete
2024-07-15 23:46:15 INFO : Flashing DRIVE OS Docker
2024-07-15 23:46:19 INFO : driveinstaller v2.0
2024-07-15 23:46:19 INFO :
2024-07-15 23:46:19 INFO : SDK/PDK Installer and Flasher
2024-07-15 23:46:19 INFO : Run ./driveinstaller --help for usage information.
2024-07-15 23:46:19 INFO :
2024-07-15 23:46:19 INFO : Initializing board and OS configuration to Autonomous vehicle p3710 Linux Tegra A
2024-07-15 23:46:19 INFO : Manifest version 2.0
2024-07-15 23:46:19 INFO :
2024-07-15 23:46:19 INFO : Could not fetch board revision. Re-try either by re-connecting board or make sure all serial port processes such as minicom are closed.
2024-07-15 23:46:19 INFO : Failed to bind partitions!
2024-07-15 23:46:19 INFO : driveinstaller cannot continue! Check the log file for details: /drive/driveinstaller/driveinstaller.log
2024-07-15 23:46:19 ERROR : Flashing failed, please contact provider with logs /drive_flashing/log_rtadyjg4i0p9wuo3b76kqvh8mfex1lzc.txt and /drive/driveinstaller/driveinstaller.log.

Here is the log file.
driveinstaller.log (675.9 KB)

I have tried

  1. re-connect all cables btw host pc and Orin
  2. power cycle for the Orin
  3. Aurix console
    tegrarecovery x1 on
    tegrareset x1
  1. Aurix console
    tegrarecovery x1 off
    tegrareset x1

Dear @wooseok.won

  1. Can you share the host target connections picture
  2. Please check rebooting host/target to make sure serial connections are closed.
  3. Check changing the connection wires to see if it fixes the issue.

Dear @SivaRamaKrishnaNV
It worked after reboot my host pc.
Thank you.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.