Please provide the following info (tick the boxes after creating this topic): Software Version
DRIVE OS 6.0.0
Target Operating System
Linux
Hardware Platform
DRIVE AGX Orin Developer Kit (940-63710-0010-300)
Please paste the complete application log here. If there are multiple logs, please use multiple text box
how to build nvidia-l4t-kernel-headers jetson36.3,I didn’t find it in the official website description document。
Hi,
If the device cannot be flashed/booted, please refer to the page to get uart log from the device: Jetson/General debug - eLinux.org
And get logs of host PC and Jetson device for reference. If you are using custom board, you can compare uart log of developer kit and custom board to get more information.
Also please check FAQs: Jetson AGX Orin FAQ
If possible, we would suggest follow quick start in developer guide to re-flash the system: Quick Start — NVIDIA Jetson Linux Developer Guide 1 documentation
And see if the issue still persists on a clean-flashed system.
Thanks!
Hi DavidLLL
我仔细阅读这个链接 Software Packages and the Update Mechanism,但是很抱歉,没有我需要的信息。我需要的是如何编译nvidia-l4t-kernel-headers这个模块,以及打包成deb。
我在您给的文档中查看到的信息如下:
nvdebrepack.sh 这个是在现有的包中打入需要更新的文件
nv_repackager.sh 这个脚本是把deb文件转化为tar文件
This directory is generated when you run sudo ./apply_binaries.sh.
It will unpack the deb under <Linux_for_Tegra>/kernel/
There’s no linux-headers-5.15.136-rt-tegra-ubuntu22.04_aarch64 as expected.
Let’s back to your original requirement to generate nvidia-l4t-rt-kernel-headers.deb
It should be the right one script(nvdebrepack.sh) David has suggested.
Please use -i and -f to specify the file you want to modify and repack deb.
It should be included in nvidia-l4t-kernel-oot-headers_XXXX_arm64.deb.
Please just use nvdebrepack.sh to update this file in deb.