I have lost all Passwords , need to factory reset

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

  1. Installed my downloaded image from SDK instalation.
    docker load -i .\sdkmanager-2.1.0.11698-Ubuntu_20.04_docker.tar.gz
  2. Run the image in cli mode :
    docker run -it --rm sdkmanager --cli
  3. Looked for my USB with : usbipd list
  4. 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 :

Hi,
We would suggest have a host PC in Ubuntu OS for software development. If you must use Windows OS, please try

Windows Subsystem for Linux (WSL) — SDK Manager 2.1.0 documentation

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