Please provide the following info (tick the boxes after creating this topic):
Software Version
DRIVE OS 6.0.10.0
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
2.1.0
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
Issue Description
Hello, I’m currently trying to make custom linux modules in order to ensure my device is fully operational.
The problem is that the tegra kernel is missing its headers and workarounds with copying or installing generic linux headers didnt lead to success.
I tried:
sudo apt-get install linux-headers-$(uname -r)
but I’ve got:
E: Unable to locate package linux-headers-5.10.120-rt70-tegra
E: Couldn't find any package by glob 'linux-headers-5.10.120-rt70-tegra
E: Couldn't find any package by regex 'linux-headers-5.10.120-rt70-tegra
Is there a way to either build a custom kernel with own modules OR to get the linux headers.
I understand that the ORIN AGX is using a custom kernel but there should be a solution how we can use make
i guess.