USB Timeout Error
Question: I'm having issues with flashing the Jetson module. Is there anything I should check related to USB timeout issue?
First, check the current auto suspend value:
$ cat /sys/module/usbcore/parameters/autosuspend
If the result is anything other than -1, run the following commands to disable auto suspend:
$ sudo -s
# echo -1 > /sys/module/usbcore/parameters/autosuspend
After that, unplug the USB cable, put the Jetson back into recovery mode, then reconnect the USB cable.
Retry the flashing command.