Please provide the following info (tick the boxes after creating this topic):
Software Version
DRIVE OS 7.0.3
other
Target Operating System
Linux
QNX
other
Hardware Platform
DRIVE AGX Thor Developer Kit (940-63960-0010-000)
DRIVE AGX Thor Developer Kit (940-63960-0012-000)
other
Host Machine Version
native Ubuntu Linux 24.04 Host installed with DRIVE OS Docker Containers
other
Issue Description
Hello,
Is it possible to configure DRIVE Thor as “headless or computing-only”?
If it is possible, please guide me to any helpful resources.
I searched for “headless” and “computing-only” in “NVIDIA DriveOS 7.0 Linux Installation Guide”, but I was not able to find any clue, while there are some information for regular Linux PCs and Jetson on the Internet and on NVIDIA’s site.
My application uses DRIVE Thor only for computing works and it doesn’t need any GUI or text console.
Access through ssh or the serial interface will do for operating it.
I want to have a “headless or computing-only” configuration to achieve higher “amount-of-work per power-consumption” ratio.
I think “display feature” consumes the following GPU resources:
- Memory area for frame buffers
- Memory bandwidth for scanning frame buffers at the refreshing rate
- Power for driving display interfaces
- Graphics/CUDA pipeline
- Drawing interferes with computation by CUDA because they share the same pipeline.
If I can have a “headless or computing-only” configuration, I would be able to dedicate all of the resources only for computing works and achieve higher “amout-of-work per power-consumption” rate.
Your help will be greatly appreciated.