Please provide the following info (tick the boxes after creating this topic):
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.1.10844
[√] 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
dear experts:
I use the 6040 sdk linux docker to run the drivework sample (x86) eg. sample_camera_replay
it report the error:
./sample_camera_replay
ProgramArguments: Missing argument ‘dwTracePath’ requested
System has not been booted with systemd as init system (PID 1). Can’t operate.
Failed to create bus connection: Host is down
System has not been booted with systemd as init system (PID 1). Can’t operate.
Failed to create bus connection: Host is down
GLFW error: 65543, GLX: Failed to create context: BadValue (integer parameter out of range for operation)
WindowGLFW: Failed create window
terminate called after throwing an instance of ‘std::exception’
what(): std::exception
Aborted (core dumped)
here is the detail step:
- xhost +
- docker run -it -v /dev/bus/usb:/dev/bus/usb -v $DRIVEWORKS_WORKSPACE:/home/nvidia -v /tmp/.x11-unix:/tmp/.x11-unix -e DISPLAY=unix$DISPLAY -e GDK_SCALE -e GDK_DPI_SCALE --gpus=all --privileged --net=host nvcr.io/drive/driveos-sdk/drive-agx-orin-linux-aarch64-sdk-build-x86:6.0.4.0-0004
- cd /usr/local/drivework/bin
./sample_camera_replay