Please provide the following info (tick the boxes after creating this topic): Software Version
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
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)
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
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
I am trying to install and flash the latest Drive Orin SDK of DRIVE OS 6.0.6 on the Orin kit through SDK manager.
The host components are installed successfully but during the flashing step on the target getting error on the sdk manager screen.
Attaching the logs for the same. Kindly check and confirm.
I saw the following messages from your ‘NV_DRIVE_FLASH_DRIVE_COMP.log’ file.
Please try again right after rebooting your host system (so no minicom running in the background). In case the issue persists, please provide the ‘~/.nvsdkm/driveinstaller.log’ file for our further analysis.
Could not fetch board revision. Re-try either by re-connecting board or make sure all serial port processes such as minicom are closed.
Failed to bind partitions!
driveinstaller cannot continue! Check the log file for details: /home/adascoe/.nvsdkm/driveinstaller.log
Lets make sure if the board can be set in recovery mode.
(i) run lsusb on host
(ii) run tegrarecovery x1 on & tegrareset x1 on aurix console
(iii) run lsusb on host again to see if there is additional NVIDIA device
Yes the system is working with the shipped Drive OS, we were able to accept the license agreement and login in to the system using graphical interface.
The Drive OS version is 6.0.4.0-31006010, i have checked all the development requirements, all the host components are installed successfully, the issue occurs only while flashing the target.
I am able to login to aurix console on port /dev/ttyACM1 but cannot input any commands of recovery and resetting, only the following attached screen is visible.
Tegra console is getting accessed on port /dev/ttyACM0 without any issues.
Dear @saurabh.sinalkar,
Why you can not enter command on aurix console? Do you see any error on aurix console? Could you attach the aurix console output?
I am able to access aurix console now, and i confirmed that the board can be set into recovery mode & i am able to see an additional device once reset is set. The port to access aruix shell was /dev/ttyACM2.
I am still facing issues in flashing the device. Attaching the drive installer logs.
Kindly suggest the further steps. driveinstaller.log (269.8 KB)
To troubleshoot the flashing issue, please try removing the GNSS device. This will help ensure that ttyACM0 is dedicated to Orin and ttyACM1 is reserved for Aurix. After doing so, attempt the flashing process again.
It is difficult to remove the GNSS device as its been used for different purpose.
Is there some other mechanism through which we can dedicatedly assign ACM0 and ACM1 ports to Orin and Aurix respectively in Ubuntu 20 which is the expected port assignment for flashing instead of the current default port assignment of ACM1 and ACM2 to Orin and Aurix respectively?