During the last 2 days i have been struggeling in trying to flash my Jetson AGX Orin 64GB .
As said in the title , i have completely forgotten my password , So i have downloaded the SDK installer for Docker , launched my Jetsonn in recovery mode and plug it correctly into my Windows PC , running my docker SDK image. I have launched the CLI mode in Docker
- Installed my downloaded image from SDK instalation.
docker load -i .\sdkmanager-2.1.0.11698-Ubuntu_20.04_docker.tar.gz
- Run the image in cli mode :
docker run -it --rm sdkmanager --cli
- Looked for my USB with :
usbipd list
- In my case was on 3-1
usbipd bind --busid 3-1 usbipd attach --wsl --busid 3-1 wsl --list --verbose usbipd.exe attach --busid 3-1 --wsl docker-desktop
I am getting an IP as a result of the last attachment and also i get it to see the usb on the containers created by the sdkmanager.
$ lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 0955:7020 NVIDIA Corp. L4T (Linux for Tegra) running on Tegra
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
I keep on getting this error :