Docker sdk manger error

I am trying to flash a nano with the black screen boot issue. I’ve read about that is better to flash it with sdkmanager. Then , I said myself,let’s try the cool new tool in order not to downgrade my ubuntu to ubuntu 18.

But I get this:

(base) vmasip@pop-os:/$ docker run -it --privileged -v /dev/bus/usb:/dev/bus/usb/ -v /dev:/dev -v /media/$USER:/media/nvidia:slave --name JetsonSDK_AGX_18_04 --network host sdkmanager --cli install --logintype devzone --product Jetson --target JETSON_NANO_TARGETS --targetos Linux --version 4.6.2 --select 'Jetson Linux' --deselect 'Jetson SDK Components' --flash all --license accept --staylogin true --datacollection enable 
New version is available
SDK Manager version 1.9.2.10884 is now available.
Currently installed: 1.9.1.10844.
What's new in SDK Manager v1.9.2:
- SDK Manager will push system tray notification to let you know of new
  available SDK versions.
- Bug fixes, UI enhancements, and stability improvements.
Click Update Now to continue.
? Update SDK Manager: Yes
✔ SDK Manager 1.9.2.10884 installed
To initiate login process open https://static-login.nvidia.com/service/default/pin?user_code=98096528 in a browser or scan the QR code on your handheld device then login with your NVIDIA Developer account. SDK Manager will start once done.
Login user code: 98096528. (valid for: 10 minutes).
? SDK Manager is waiting for you to complete login. 
  1) Generate a new login user code
  2) Display the QR Code
  3) Cancel login
  Answer: 
Waiting for user information from NVIDIA authentication server...
Retrieving user information...
Loading and processing available products...
Login succeeded.
Loading user information...
User information loaded successfully.
Loading server data...
Server data loaded successfully.

Failed to get configuration file from the server. Please check your network connectivity.

Tried again:

docker run -it --privileged -v /dev/bus/usb:/dev/bus/usb/ -v /dev:/dev -v /media/$USER:/media/nvidia:slave --name JetsonSDK_AGX_18_04 --network host sdkmanager --cli install --logintype devzone --product Jetson --target JETSON_NANO_TARGETS --targetos Linux --version 4.6.2 --select 'Jetson Linux' --deselect 'Jetson SDK Components' --flash all --license accept --staylogin true --datacollection enable 
docker: Error response from daemon: Conflict. The container name "/JetsonSDK_AGX_18_04" is already in use by container "56ab02225a0becd016aee7b4ec0a5377cc3b632f06de40a07c108aade3fb05dd". You have to remove (or rename) that container to be able to reuse that name.
See 'docker run --help'.
(base) vmasip@pop-os:/$ docker rm 56ab02225a0becd016aee7b4ec0a5377cc3b632f06de40a07c108aade3fb05dd
56ab02225a0becd016aee7b4ec0a5377cc3b632f06de40a07c108aade3fb05dd
(base) vmasip@pop-os:/$ docker run -it --privileged -v /dev/bus/usb:/dev/bus/usb/ -v /dev:/dev -v /media/$USER:/media/nvidia:slave --name JetsonSDK_AGX_18_04 --network host sdkmanager --cli install --logintype devzone --product Jetson --target JETSON_NANO_TARGETS --targetos Linux --version 4.6.2 --select 'Jetson Linux' --deselect 'Jetson SDK Components' --flash all --license accept --staylogin true --datacollection enable 
New version is available
SDK Manager version 1.9.2.10884 is now available.
Currently installed: 1.9.1.10844.
What's new in SDK Manager v1.9.2:
- SDK Manager will push system tray notification to let you know of new
  available SDK versions.
- Bug fixes, UI enhancements, and stability improvements.
Click Update Now to continue.
? Update SDK Manager: Yes
✔ SDK Manager 1.9.2.10884 installed
To initiate login process open https://static-login.nvidia.com/service/default/pin?user_code=57800463 in a browser or scan the QR code on your handheld device then login with your NVIDIA Developer account. SDK Manager will start once done.
Login user code: 57800463. (valid for: 10 minutes).
? SDK Manager is waiting for you to complete login. 
  1) Generate a new login user code
  2) Display the QR Code
  3) Cancel login
  Answer: 
Waiting for user information from NVIDIA authentication server...
Retrieving user information...

Got empty programs response from NVIDIA developer server

By the way , I am waiting from 23th February to this issue of sdk manager tool.

After many attempts I’ve been able to start downloading, but then, it doesn’t detect the jetson nano devkit p3450 . I’ve tried options 4 ,5 and 6.

Command:

docker run -it --privileged -v /dev/bus/usb:/dev/bus/usb/ -v /dev:/dev -v /media/$USER:/media/nvidia:slave --name JetsonSDK_AGX_18_04 --network host sdkmanager --cli install --logintype devzone --product Jetson --target JETSON_NANO_TARGETS --targetos Linux --version 4.6.2 --select 'Jetson Linux' --deselect 'Jetson SDK Components' --flash all --license accept --staylogin true --datacollection enable 
New version is available
SDK Manager version 1.9.2.10884 is now available.
Currently installed: 1.9.1.10844.
What's new in SDK Manager v1.9.2:
- SDK Manager will push system tray notification to let you know of new

Hi,

Is your host Ubuntu 20.04?
More, could you check the output of lsusb?

Thanks.

Do you mean that, when I use docker sdkmanager , the host machine needs to have the same OS that the docker container itself? If that is the case, I don’t understand why, and I was completely wrong with this. I think the point of using docker, is not having to have a machine with several partitions with different ubuntu old versions in order to format jetsons.

You can see lsusb at the screenshot.

Hi,

We just want to know your host environment for reproducing the issue.
In general, we have tested it on Ubuntu 18.04 and 20.04.

Could you share the environment you used with us?
Thanks.

This happens with two computers with:

PRETTY_NAME=“Ubuntu 22.04.2 LTS”
NAME=“Ubuntu”
Linux latitude-7490 5.19.0-35-generic #36~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Feb 17 15:17:25 UTC 2 x86_64 x86_64 x86_64 GNU/Linux

NAME=“Pop!_OS”
VERSION=“22.04 LTS”
Linux pop-os 6.1.11-76060111-generic #202302091138~1675975749~22.04~f771a7f SMP PREEMPT_DYNAMIC Thu F x86_64 x86_64 x86_64 GNU/Linux

Hi,

Thanks.
We will give it a try and share more information with you later.

Hi,

We can reproduce this issue but upgrading to JetPack 4.6.3 can work.
Could you give JetPack 4.6.3 a try?

Docker SDK Manager: 1.9.2.10884
Test command:

$ docker run -it --privileged -v /dev/bus/usb:/dev/bus/usb/ -v /dev:/dev -v /media/$USER:/media/nvidia:slave --name jetson-nano --network host sdkmanager --cli install --logintype devzone --product Jetson --target JETSON_NANO_TARGETS --targetos Linux --version 4.6.3 --select 'Jetson OS' --deselect 'Jetson SDK Components' --flash all --license accept --staylogin true --datacollection enable

Thanks.

Now it flashed perfectly. Thanks.

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