Software Version
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
1.9.3.10904
other - 2.0.0.11405
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 setup the SEKONIX SF3325-100 camera to the Nvidia Orin Drive AGX development kit, according to the link, but the example “nvsipl_camera” is failing to run. --platform-config option does not seem to have any options for the SEKONIX camera. Contacting the onisemi support seems to be harder than expected. Drive OS was installed from the SDK Manager. Any and all help provided is much appreciated.
commands that are executed from the host pc:
systemctl disable gdm
systemctl stop gdm
sudo pkill Xorg
cd /opt/uname/drive-linux/samples/nvmedia/nvsipl/test/camera
sudo ./nvsipl_camera --platform-config “V728S1-120V1-FWC_CPHY_x4” --link-enable-masks “0x0001 0x0000 0x0000 0x0000” -d 0
errors output from the last command:
Warning: number of displays cannot be zero, setting to one
nvsipl_camera: ERROR: wfdCreateDevice failed
nvsipl_camera: ERROR: Unable to initialize IDisplayManager
nvsipl_camera: ERROR: Compositor: InitDisplay failed
nvsipl_camera: ERROR: Compositor initialization failed. status: 4
Segmentation fault