I need to downgrade now my Jetson into Jetpack 6.1.x, because when I upgrade it from 5.x, its upgrade into 7.1, and many say is not compatible yet with DeepStream 7.1
But I cannot find in SDK manager 6.1, only 6.2, I dont wanna get another headache later on, re-flashing again again, anyone can help me?
— 🤖 This is an automated AI response. I’m here to help, but please verify important details! —
To find Jetpack 6.1 in the SDK manager, you can try the following:
- Start the SDK manager with the
--archivedversions or --archived-versions option. This will show you a list of archived versions, including Jetpack 6.1.
Example:
sdkmanager --archivedversions
or
sdkmanager --archived-versions
- If you are using the Docker SDK manager, you can add the
--show-all-versions option to the command. This will show you all available versions, including Jetpack 6.1.
Example:
docker run -it --privileged --network host \
-v /dev/bus/usb:/dev/bus/usb/ \
-v /dev:/dev \
-v /media/$USER:/media/nvidia:slave \
--name JetPack_AGX_DevKit \
sdkmanager --cli --action install \
--login-type devzone \
--product Jetson \
--version 6.1 \
--target-os Linux \
--host \
--target JETSON_AGX_ORIN_TARGETS \
--flash \
--additional-sdk 'DeepStream 6.3' \
--license accept \
--collect-usage-data disable \
--show-all-versions
Note: Make sure to replace the --version option with the correct version number you want to install.
If you are still unable to find Jetpack 6.1 in the SDK manager, you can try downloading the sources from NVIDIA’s official page and flashing the board manually.
Please note that downgrading from Jetpack 7.1 to Jetpack 6.1.x may require a full reflash of the board, and you should be cautious when doing so to avoid any potential issues.
— We support team will also look into your issue to have further suggestions soon. please stay tuned. —
I don’t have other choice, because you guys not make Deepstream 9 compatible yet to 7.1 for Jetson AGX Orin, I don’t know why, and nobody know why
None of any members or moderator willing to respond here?
Something is not correct with you guys!
If you can I’d install Jetpack 7.2. and here’s installation instructions for Deepstream 9.0 on Jetson.
deepstream/9.0/DS_Installation
Hi,
Please try below commands in terminal
sdkmanager --show-all-versions
Thanks