How to enable Ethernet on AutoEVB revC

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

How to enable Ethernet on AutoEVB revC

916件の閲覧回数
ioseph_martinez
NXP Employee
NXP Employee

Thanks to TsiChung we have now Ethernet working on our RevC AutoEVB boards, follow the next steps:

1.Add 1.5K ohm to R159 (top side, next Ethernet PHY)
2.SW12 pin 4 set to ON
3.No change for IOMUX pin configuration (settings that comes with u-boot)
4.Make sure to pull up on PHY reset pin (mw.l 40048088 001021be in u-boot)
5.Typed “mii info”, if it comes up quick and shows 100Base, then connection is good.

If you configure correctly your netmask, ipaddress you will be able to ping other devices as well.

Uboot version I am using:

U-Boot 2011.12-00548-gd2215dc-dirty (Mar 26 2013 - 16:59:44)

20130412_122523.jpg

タグ(3)
0 件の賞賛
返信
1 返信

698件の閲覧回数
ioseph_martinez
NXP Employee
NXP Employee

Just to confirm, you must have a valid netmask and ipaddr if you want this to work on a network (at least the one I am using)

In my case I use:

setenv netmask 255.255.255.0

setenv ipaddr 10.112.102.100

saveenv

Then you can ping.

0 件の賞賛
返信