Hello, I’m using r35.6 , also I can’t use sudo apt install for RT kernel installation, I get an error when updating the source:
Err:14 https://repo.download.nvidia.cn/jetson/rt-kernel r35.6 Release
404 Not Found [IP: 122.228.98.76 443]
Reading package lists… Done
Yes, I am using the AGX Orin series development kit, with Jetson Linux version r35.6.0. Since I wanted to install the real-time kernel, the documentation mentioned that compiled packages have been provided since version 35.1, so I proceeded with the following steps: First, I added the source to /etc/apt/sources.list.d/nvidia-l4t-apt-source.list:
deb https://repo.download.nvidia.com/jetson/rt-kernel r35.6 main
Then I ran sudo apt update and encountered an error:
Err:14 https://repo.download.nvidia.cn/jetson/rt-kernel r35.6 Release
404 Not Found [IP: 122.228.98.72 443]
Reading package lists... Done
E: The repository 'https://repo.download.nvidia.com/jetson/rt-kernel r35.6 Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
Kernel Customization — NVIDIA Jetson Linux Developer Guide 1 documentation, which mentions that starting from version 35.1, Real-Time Kernel support is provided as a Developer-Preview for certain platforms, including the Jetson Xavier AGX. You attempted to install it by combining information from other versions of the documentation but were not successful. Then I tried to compile the kernel myself, but encountered issues when flashing the board. The command I ran was:
The kernel resources can be downloaded from this website: Jetson Linux | NVIDIA Developer
I have downloaded the following resources: Driver Package (BSP), Sample Root Filesystem, Driver Package (BSP) Sources, and Bootlin Toolchain gcc 9.3.