How to install old JetPack version?

I need to install JetPack 4.2.2 (rev1) on a Xavier, but now when I check SDK Manager it is not listed under the Target Operating System menu. The options are: 4.5, 4.4.1, 4.4, 4.3, 4.2.3, and 3.3.3. Is there some other way to find and install it? I’ve looked in this archive: JetPack Archive | NVIDIA Developer, but for Xavier it just says to download SDK Manager, which once again doesn’t have the version I need.

Hi,
Please try $ sdkmanager --archivedversions. More information is in document:
Command-Line Install :: NVIDIA SDK Manager Documentation

1 Like

Yeah that did the trick, thank you!