Error on install Jetson 4.5.1 on Ubuntu 18.04

I’m trying to install Jetson using sdkmanager with command below:
sdkmanager --cli downloadonly --offline --logintype devzone --product Jetson --version 4.5.1 --targetos Linux --host --target P3448-0002 --flash all --additionalsdk DeepStream

But I’m receiving error “Failed to get configuration file from the server. Please check your network connectivity.”

I checked log in file ~/.nvsdkm/sdkm.log and it says
“19:59:15.839 - error: command line execute failed with error: The user has no permission to any SDK.”

Anyone knows what this error means?

Folder ~/.nvsdkm zipped is in attachment

.nvsdkm.zip (58.5 KB)

Thanks in advance

The “–offline” argument cannot be used when downloading, only for install, and when download was fully completed.

To download JetPack 4.5.1 for Nano - should use the following command:

sdkmanager --cli downloadonly --logintype devzone --product Jetson --host --targetos Linux --version 4.5.1 --target JETSON_NANO --additionalsdk ‘DeepStream 5.1’ --select ‘Jetson OS’ --select ‘Jetson SDK Components’ --flash all.

The best way to find the correct arguments is by using the query: sdkmanager --cli downloadonly --query interactive

1 Like

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