USB to LAN Test

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

USB to LAN Test

649 Views
anshulkhare
Contributor III

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

Labels (1)
Tags (1)
3 Replies

465 Views
fabio_estevam
NXP Employee
NXP Employee

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

465 Views
anshulkhare
Contributor III

Hi Fabio,

This solved the problem. Thank you :smileyhappy:

0 Kudos

465 Views
Yuri
NXP Employee
NXP Employee

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!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos