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.2.10884
[*] other
1.9.3.10904
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 flashed orin board and wanted to check camera samples,but display is not working.How to get display in orin board?
I tried
1.Changing montitor
2.Changing cables
3.Uninstalling and installing gdm3
And other methods shown in the links.
But I am unable to get display.Even c ports and USB ports are not detecting.
From host system when I connect to debug and C port, only debug port(USB B type) is detecting. When I connect mouse to USB A port sometimes mouse light will be on and sometimes off.
jramesh@c623drd61102573:~$ lsusb
Bus 002 Device 003: ID 0bda:0328 Realtek Semiconductor Corp. USB3.0-CRW
Bus 002 Device 002: ID 0bda:0411 Realtek Semiconductor Corp. 4-Port USB 3.0 Hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 017: ID 0955:7045 NVIDIA Corp.
Bus 001 Device 002: ID 0bda:5411 Realtek Semiconductor Corp. 4-Port USB 2.0 Hub
Bus 001 Device 015: ID 413c:2113 Dell Computer Corp. Dell KB216 Wired Keyboard
Bus 001 Device 016: ID 413c:301a Dell Computer Corp. Dell MS116 USB Optical Mouse
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
This should be normal. Only after putting the system into recovery mode, you can see:
Bus 001 Device 014: ID 0955:7023 NVIDIA Corp. APX
Haven’t tried this.
Which camera sample did you try? Have you tried nvsipl_camera? Which camera module are you using? Is it listed in the following ecosystem pages as supported on 6.0.6?
Is this sample To run sample application works without display? as document is suggesting to stop display managers and other VNC method. As camera samples primarily asks for display as they pop-up as new tab.
Our design is such that only one graphics process, or graphics app, can run at a time. This means that running two graphics apps simultaneously is not supported. In the case of running the camera application with the ‘-d’ option, it does not use X11, so if you want to test camera samples, you would need to stop the existing process before running the camera application. This will ensure that only one graphics app is active at any given time.
Dear @VickNV thanks for the reply. If only one graphical process can be ran than how to test camera samples as I am using VNC to get display .Other than VNC display I tried all the methods to get display but none of them working.My end goal is to test camera samples.How to test them without diplay.Can we try with terminal if so please suggest me with document or command.