Jetson-Nano-Ubuntu-20-image
Jetson-Nano-Ubuntu-20-image copied to clipboard
L4T 32.7.1
Can you help me how to update the Jetpack to the latest version (with L4T 32.7.1)??]
I'm a noob guy hehe.
Thanks in advance!
Normally you can follow this nvidia docs to upgrade to 32.7 (current version 32.7.4)
Be prepared that it might fail like this when you do the upgrade:
nvidia-l4t-init_32.7.4-2023...._arm.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
then the fix is this:
sudo apt install --fix-broken -o Dpkg::Options::="--force-overwrite"
see also this docs
But then Jetpack will be missing (or not recognized anymore). I don't know how to proceed from here on also.
So someone who figured that out might help?