Hello All,
i have an IMX6UL board and i need to perform USB to LAN test in U-Boot,
to perform the test i am using USB Start (to scan the device) command in U-Boot,
have enabled the required Macro's in config file, after running USB Start command in U-Boot
it is scanning for storage devices only not for Ethernet devices.
help me to resolve this issue???
i need suggestion that is there any other way to perform USB to LAN test in U-boot.
Thanks in advance.
-Anshul
Take a look at configs/mx23_olinuxino_defconfig from U-Boot mainline.
There is CONFIG_USB_ETHER_SMSC95XX support there:
CONFIG_USB=y
CONFIG_USB_EHCI_HCD=y
CONFIG_USB_STORAGE=y
CONFIG_USB_HOST_ETHER=y
CONFIG_USB_ETHER_SMSC95XX=y
Regards,
Fabio Estevam
Hi Fabio,
This solved the problem. Thank you :smileyhappy:
Hello,
NXP U-boot does not support USB-LAN adapters.
Perhaps it makes sense to apply to DENX directly.
Have a great day,
Yuri
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------