Jetson Orin nvidia-l4t-compiler has broken dependencies nvidia-l4t-core 36.4.0

After flashing a Jetson Orin Nano (8gb developer kit) with SDK Manager (v. 3.3.0.12028) using SDK Version Jetpack 6.1 (rev 1), I am unable to install nvidia-jetpack.

Steps:

sudo apt-get update && sudo apt-get upgrade -y
sudo apt install -y nvidia-jetpack

Error:

nvidia-l4t-dla-compiler : Depends: nvidia-l4t-core (<= 36.4.0-20240912212859) but 36.4.2-20241212160716 is to be installed
E: Unable to correct problems, you have held broken packages.

This issue has re-occurred on two different jetsons and throughout multiple fresh flashes. Any guidance would be appreciated.

1 Like

You will have to manually download and do a flash of 36.4.0 release, the sdkmanager is 36.4.2 and you cannot change that, I am not aware of any way to change their config.

The 36.4.0 release works fine with 6.1 and will install with apt.

the same question

I was able to downgrade using sudo apt install nvidia-l4t-core=36.4.0-20240912212859 after doing a minimum install/flash using the SDK. Then I used sudo apt install -y nvidia-jetpack to install the jetpack components.