USB to LAN Test

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

USB to LAN Test

1,995件の閲覧回数
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

ラベル(1)
タグ(1)
3 返答(返信)

1,811件の閲覧回数
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

1,811件の閲覧回数
anshulkhare
Contributor III

Hi Fabio,

This solved the problem. Thank you :smileyhappy:

0 件の賞賛
返信

1,811件の閲覧回数
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 件の賞賛
返信