Hi,
I am trying to boot the Tegra X1 from USB, I have the USB drive in USB1 according to the Jetson board, I followed the instructions on the guide, basically:
But when the board is booting I get:
USB0: USB EHCI 1.10
scanning bus 0 for devices… 1 USB Device(s) found
scanning usb for storage devices… 0 Storage Device(s) found
scanning usb for ethernet devices… 0 Ethernet Device(s) found
USB device 0: unknown device
No ethernet found.
missing environment variable: pxeuuid
missing environment variable: bootfile
Retrieving file: pxelinux.cfg/00000000
No ethernet found.
missing environment variable: bootfile
Retrieving file: pxelinux.cfg/0000000
No ethernet found.
missing environment variable: bootfile
Retrieving file: pxelinux.cfg/000000
No ethernet found.
missing environment variable: bootfile
Retrieving file: pxelinux.cfg/00000
No ethernet found.
missing environment variable: bootfile
Retrieving file: pxelinux.cfg/0000
No ethernet found.
missing environment variable: bootfile
Retrieving file: pxelinux.cfg/000
No ethernet found.
missing environment variable: bootfile
Retrieving file: pxelinux.cfg/00
No ethernet found.
missing environment variable: bootfile
Retrieving file: pxelinux.cfg/0
No ethernet found.
missing environment variable: bootfile
Retrieving file: pxelinux.cfg/default-arm-tegra210
No ethernet found.
missing environment variable: bootfile
Retrieving file: pxelinux.cfg/default-arm
No ethernet found.
missing environment variable: bootfile
Retrieving file: pxelinux.cfg/default
No ethernet found.
Config file not found
No ethernet found.
Then I ran:
Tegra210 (P2371-2180) # usb reset
resetting USB…
USB0: USB EHCI 1.10
scanning bus 0 for devices… 1 USB Device(s) found
scanning usb for storage devices… 0 Storage Device(s) found
scanning usb for ethernet devices… 0 Ethernet Device(s) found
Tegra210 (P2371-2180) # usb start
Tegra210 (P2371-2180) # usb dev 0
USB device 0: unknown device
Tegra210 (P2371-2180) # usb dev 1
USB device 1: unknown device
Tegra210 (P2371-2180) # usb dev 2
USB device 2: unknown device
Tegra210 (P2371-2180) # usb dev 3
USB device 3: unknown device
It will report 1 USB device even if the USB drive is not connected(likely an internal hub?), do you have an idea what could be wrong?
Thanks