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.