오늘 보드를 받아서 nfs 설정 까지를 목표로 차례대로 해보았읍니다.
전에 T&B 보드로 nfs까지 한상태라서 금방 될줄 알았는데.
처음에는 MAC address가 말썽이던군요...
새로운 ez89x0.c를 받아서 다시 compile을 하고 아래와 같이 ifconfig를 하니 정상인것처럼
나왔읍니다...

[root@ezboard /root]$ ifconfig
eth0 Link encap:Ethernet HWaddr 00:D0:CA:F1:26:25
inet addr:192.168.114.204 Bcast:192.168.114.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:1 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:4 txqueuelen:100
Interrupt:47 Base address:0x300

lo Link encap:Local Loopback
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0


그러나 여기에서 ping 192.168.114.1을 하니까..

[root@ezboard /root]$ ping 192.168.114.1
PING 192.168.114.1 (192.168.114.1): 56 data bytes
NETDEV WATCHDOG: eth0: transmit timed out
NETDEV WATCHDOG: eth0: transmit timed out
NETDEV WATCHDOG: eth0: transmit timed out
NETDEV WATCHDOG: eth0: transmit timed out
NETDEV WATCHDOG: eth0: transmit timed out
NETDEV WATCHDOG: eth0: transmit timed out

위과 같은 메세지를 내면서 안되네요..
참고로 ezboot상태에서는 아래 처럼 ping이 잘되요...

EZBOOT>ping 192.168.114.1
Send ARP Packet
ARP PACKET Resive
HOST MAC : [ 00 01 02 FD 26 6F ]
Send Echo Packet
PING TEST GOOD

왜 kernel 부팅후 network이 잘안될까요...
답변 부탁합니다....