Orin Nano Issues Installing nvidia-jetpack

I have just flashed my Orin Nano Devkit with JP 6.1. I have run the following:

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

The update and upgrade completed error free, but Im unable to install the nvidia-jetpack components:

Can anyone please advise.

Hi,

Based on your command, you do the new point release update - referred doc
In this situation, you could try

  • reboot the device
  • execute below commands:
sudo apt update
sudo apt install nvidia-jetpack

Or reflash the device.

Thanks

sudo apt --fix-broken install

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.