Not able to see System Configuration on Nvidia Orin DevKit after using Docker flash for Drive OS 6.0.10.0

Please provide the following info (tick the boxes after creating this topic):
Software Version
DRIVE OS 6.0.10.0
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
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
2.1.0
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

Issue Description
Hello,

After flashing Drive OS 6.0.10.0 through Nvidia Docker on a DevKit I cannot see System Configuration on the Host for creating a custom username and password.
At the moment, the DevKit is getting stuck on the previous setup and I don’t remember the old passwords.
There is a way to perform a full erase before doing a new flash ?
How we can delete previous users and enforce displaying System Configuration ?
Can you recommend some steps to be followed for displaying the System Configuration setup after flash ?

Any suggestions from your side are welcomed.

Thanks in advance,
Dragos
Error String

Logs
Provide logs in text box instead of image

Please paste the complete application log here. If there are multiple logs, please use multiple text box

Dear @dragos.lupu,

There is a way to perform a full erase before doing a new flash ?

Could you add --clean with flash.py script to reset persistent partitions?

root@6.0.10.0-0009-build-linux-sdk:/drive# ./flash.py -h
usage: flash.py [-h] [--disable-full] [--tegra TEGRA] [--clean] [--recovery-timeout [TIMEOUT]] [--bind-opt BIND_OPT]
                [--opt-arg OPT_ARG]
                AURIX_PORT BOARD

Flash DRIVE OS Docker

positional arguments:
  AURIX_PORT            Specify Aurix Port for the desired board.
  BOARD                 Specify the target board base name.

optional arguments:
  -h, --help            show this help message and exit
  --disable-full        Flash single bootchain. Otherwise, will flash both bootchains.
  --tegra TEGRA         Specify the Tegra chip to flash. Default is Tegra A.
  --clean               Perform clean flash to re-initialize persistent partitions.
  --recovery-timeout [TIMEOUT]
                        Specify time required for device to be available after set to recovery.
  --bind-opt BIND_OPT, -b BIND_OPT
                        Specify arguments to pass through to bind partitions utility
  --opt-arg OPT_ARG, -o OPT_ARG
                        Specify argument to pass through to bootburn flashing utility

Hello, SivaRamaKrishnaNV

Thank you for the response.
I have used flash.py --clean and now i’m able to see System Configuration.
Issue is solved, please close the topic.

Thanks,
Dragos

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