Error when backing up Jetson Orin Nano on WSL

I want to back up my Jetson Orin Nano on Ubuntu 20.04 in WSL. The following command results in an error:


sudo ./tools/backup_restore/l4t_backup_restore.sh -e nvme0n1p1 -b jetson-orin-nano-devkit

Here is the error message:
ECID is
Board ID() version() sku() revision()
Preset RAMCODE is
Chip SKU(00:00:00:D3) ramcode() fuselevel(fuselevel_production) board_FAB()
emc_opt_disable_fuse:(0)
Error: Unrecognized module SKU
Cleaning up…
/home/user/nvidia/nvidia_sdk/JetPack_6.1_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/tools/kernel_flash/l4t_initrd_flash.sh: line 46: /sys/module/usbcore/parameters/autosuspend: Permission denied

Using virtual machines for flashing is unreliable. Don’t do this. Use real hardware and your problems will disappear.

Your error message seems to be related to missing USB capabilities within your VM.

Thank you for the reply.
I now have access to real hardware, so I’ll give it try.

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