Error: Product version '5.1.2' not found, in SDKManager docker version

Hello,

host pc : Ubuntu 22.04
sdkmanager 2.2.0 version with docker image ( Ubuntu 20.04 )

sdkmanager command

docker run -it --privileged -v /dev/bus/usb:/dev/bus/usb/ -v /var/run/dbus:/var/run/dbus -v /dev:/dev -v /media/$USER:/media/nvidia:slave --name JetPack_AGX_Orin_Devkit --network host sdkmanager --cli --action install --login-type devzone --product Jetson --target-os Linux --version 5.1.2 --target JETSON_AGX_ORIN_TARGETS --flash --license accept --stay-logged-in true

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!

1 Like

Hi pacientes,

The 5.1.2 is an old release and is hidden by default.

Can you please append --show-all-versions argument to --cli argument? Like this:
docker run -it --privileged -v /dev/bus/usb:/dev/bus/usb/ -v /var/run/dbus:/var/run/dbus -v /dev:/dev -v /media/$USER:/media/nvidia:slave --name JetPack_AGX_Orin_Devkit --network host sdkmanager --cli --show-all-versions --action install --login-type devzone --product Jetson --target-os Linux --version 5.1.2 --target JETSON_AGX_ORIN_TARGETS --flash --license accept --stay-logged-in true

1 Like

thank you for reply.
after append --show-all-versions command, it’s solved!

but components download step,
terminal log have some errors.

I try flash to NVIDIA AGX Orin Devkit 64GB.

error: Checksum verification error
error: Download 'VPI Runtime' failure
error: Checksum verification error
error: Download 'VPI Runtime' failure
error: Checksum verification error 

Hi pacientes,

We are aware of this CDN stability issue. We are working with our vendor to solve it.
For now, please work around this issue by a few more download retry.

1 Like

thank you!

all issue are solved!

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