Nvidia DRIVE AGX Orin Flash

Software Version
DRIVE OS 6.0.5
DRIVE OS 6.0.4 (rev. 1)
DRIVE OS 6.0.4 SDK
other

Target Operating System
Linux
QNX
other

Hardware Platform
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.0.10816
other

Host Machine Version
native Ubuntu Linux 20.04 Host installed with SDK Manager
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

Hi,

I am trying to flash the two Drive AGX Orin devices, using the SDK manager from the host machine, but the flashing fails.

15:14:01 INFO: Flash DRIVE OS - flash: [host] [sudo] password for leonardo:

15:14:01 INFO: Flash DRIVE OS - flash: [ Component PreInstall Finished Successfully ]

15:14:01 INFO: Flash DRIVE OS - flash: exec_command: /tmp/tmp_NV_DRIVE_FLASH_DRIVE_COMP.sh

15:14:01 INFO: Flash DRIVE OS - flash: The user `leonardo' is already a member of `dialout'.

15:14:01 INFO: Flash DRIVE OS - flash: trap "sudo umount -l ${NV_WORKSPACE}/drive-linux/filesystem/targetfs.img" EXIT

15:14:02 INFO: Flash DRIVE OS - flash: host sudo password for leonardo:

15:14:02 INFO: Flash DRIVE OS - flash: [target] target sudo password for nvidia:

15:14:14 INFO: Flash DRIVE OS - flash: BOARD SKU : 940-63710-0010-300

15:14:14 INFO: Flash DRIVE OS - flash: Applying additional Bind opts []

15:14:23 INFO: Flash DRIVE OS - flash: Executing bind clean cmd make/bind_partitions -b p3710-10-s05 linux clean

15:14:23 INFO: Flash DRIVE OS - flash: Executing bind cmd make/bind_partitions -b p3710-10-s05 linux

15:14:23 INFO: Flash DRIVE OS - flash: Binding of partitions failed ! Check log for more details.

15:14:23 INFO: Flash DRIVE OS - flash: driveinstaller cannot continue! Check the log file for details: /home/leonardo/.nvsdkm/driveinstaller.log

15:14:23 INFO: Flash DRIVE OS - flash: [ NV_DRIVE_FLASH_DRIVE_COMP Install took 21s ]

15:14:23 ERROR: Flash DRIVE OS - flash: command terminated with error

**15:14:23 SUMMARY: Flash DRIVE OS - flash: First Error: Installation failed.**

I attach the log file too for your reference.

Could you suggest me how to solve this issue?
driveinstaller.log (66.8 KB)

I saw below message in your log.

[2023-01-03 15:14:23,419 root DEBUG utilities.py 294 208295] /usr/bin/env: ‘python’: No such file or directory

Please refer to the following posts.

1 Like

@Leonardo-MAI does this solve your problem?

1 Like

Thank you,

solved with one of your links, by doing:

sudo update-alternatives --install /usr/bin/python python /usr/bin/python3 1

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