Please provide the following info (tick the boxes after creating this topic): 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
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
Hello,
Is there a script to run / command to run for bringing up the display manager on boot up? For some reason our ORIN is always in the state of display manager being stopped and will only come up after running sudo systemctl start gdm. Previously, Ubuntu desktop login screen would automatically show when Orin is switched on.
Dear @chris.hoffman
Hi , Maybe this can be fixed
Directory:/etc/system/system/
Symbolic Link File:display-manager.service
Link Destination:/lib/systemd/system/gdm3.service
①$ cd /etc/system/system/
②$ ln –s /lib/systemd/system/gdm3.service display-manager.service
③reboot