Boot from usb?

Hi,

Does the LX2160A COM supports booting from USB?

Thanks!

1 Like

I think it’s possible by …
Installing U-Boot in SPI-Flash OR
Installing U-Boot on eMMC OR
Installing U-Boot on SD-card
… and then change the boot-order in U-Boot to your liking.
printenv boot_targets
By default only USB0 seem to be checked, so if you need to boot from a different USB-port, you’d have to extend the defautl U-Boot script.

Thanks!