I have the USB connected to the Orin and it is visible from WSL - I have changed read/write permissions on the serial device, so it can be accessed by user - I am using a mounted disk on windows to download and create the image.
lsusb shows the device:
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
and it exists as /dev/ttyACM0 in the WSL2 system.
The process gets stuck in the âCreating OS imageâ phase, which proceeds relatively quickly to 65%, but then gets increasingly slower and finally stops at 99% and finally errors out.
Despite setting the ouput to debug, there is no other error message than basically saying âFile System and OS - Errorâ - so its unclear what is actually causing the issue.
In any case, the sdkmanager gets stuck before it even tries to flash anything -even though it has created the jetson linux image on the host device for about 5 times now, it still repeats this step everytime, slows down to a crawl at around 90% and then fails.