File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed
Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,29 @@ kit when it ships to basically run Ubuntu server instead of desktop:
2222
2323https://nvidia-ai-iot.github.io/jetson-min-disk/step1.html
2424
25+ A USB timeout error may occur during flashing. The following error indicates that your flash host’s USB port is not enabled:
26+
27+ ```
28+ [ 0.1172 ] Sending bct_br
29+ [ 0.1603 ] ERROR: might be timeout in USB write.
30+ Error: Return value
31+ ```
32+
33+ 1 . First try changing the USB port:
34+ a. Move to a different USB port, if available.
35+ b. Power cycle the AGX and retry flashing.
36+ 2 . If that doesn’t work, try disabling autosuspend:
37+ a. To disable ` autosuspend ` on your host’s USB ports, run the following command.
38+ ```
39+ sudo bash -c 'echo -1 > /sys/module/usbcore/parameters/autosuspend'
40+ ```
41+ b. Power cycle the AGX and retry flashing.
42+
43+ > ** Note**
44+ > This error does not clear until you power cycle the AGX, so don’t skip that step.
45+
46+ https://forums.developer.nvidia.com/t/jetson-agx-orin-faq/237459
47+
2548## First steps - verify the Jetson is booting off NVMe and has at least 2TB of storage
2649
2750### Verify that JetPack 5.1.x is present
You can’t perform that action at this time.
0 commit comments