혹시 이지보드에서도 같은 현상이 나타나는지 궁금합니다.

우선 서버측 문제와 보드측 문제로 나누어 생각해 볼때

이지보드로 모든것이 정상이었다면 새로 만드신 보드를 다시 면밀히 검토 하셔
야 할 것이고, 이지보드에서도 같은 증상이 나타났다면 서버의 setting 문제
나 아니면 크로스 컴파일 문제등을 고려 해 보셔야 할 것 같습니다.


똑같은 환경을 만들수 없어서 좀더 성의 있는 답변을 해드리지 못해 죄송합니
다.




초보 wrote..
: 제 호스트 컴퓨터환경은 첨부한 그림과 같습니다..
:
: 그리고 제가쓰는 보드는 이지보드는 아니고 새로보드를 만들었습니다..
:
: 이지보드를 토대로 몇가지 기능을 추가해서 만들었습니다.(제가 한건아니
: 고..)
:
: 호스트의 컴환경은 와우7.3R2(2.4.18) 이고 타켓은 이지보드의 환경과 같습
: 니다..
:
: 그리고 타켓을 부팅하고난후 환경은 다음과 같습니다.
: =============================================
: SA1100 Linux (experimental)
: Kernel 2.4.10-ac11-rmk1-np1-ez1 on an armv4l
: ezboard login: root
: [root@ezboard /root]$ ifconfig
: eth0 Link encap:Ethernet HWaddr 00:30:BA:FF:00:FD
: inet addr:192.168.10.125 Bcast:192.168.10.255
: Mask:255.255.255.0
: UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
: RX packets:6 errors:0 dropped:0 overruns:0 frame:0
: TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
: collisions:0 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
:
: [root@ezboard /root]$ ifconfig lo 127.0.0.1 netmask 255.0.0.0
: up
: [root@ezboard /root]$ ifconfig eth0 210.110.248.173 netmask
: 255.255.255.0 up
: [root@ezboard /root]$ route add default gw 210.110.248.1 eth0
: [root@ezboard /root]$ route add -net 127.0.0.0 netmask
: 255.0.0.0 lo
: [root@ezboard /root]$ ifconfig
: eth0 Link encap:Ethernet HWaddr 00:30:BA:FF:00:FD
: inet addr:210.110.248.173 Bcast:210.110.248.255
: Mask:255.255.255.0
: UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
: RX packets:215 errors:0 dropped:0 overruns:0 frame:0
: TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
: collisions:0 txqueuelen:100
: Interrupt:47 Base address:0x300
:
: lo Link encap:Local Loopback
: inet addr:127.0.0.1 Mask:255.0.0.0
: 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
:
: [root@ezboard /root]$ mount -t nfs -o nolock
: 210.110.248.181:/tmp/working /mnt
: nfs warning: mount version older than kernel
: [root@ezboard /root]$ cd /mnt
: [root@ezboard /mnt]$ ls
: bootloader kernel test.c test ramdisk_rd
: [root@ezboard /mnt]$ cat test.c
: #include
: int main(void)
: {
: int i;
: for(i=0;i<10;i++)
: printf("Are You Ready? count down...(%d)
:
",10-i);
: return 0;
: }
: [root@ezboard /mnt]$ ./test
: nfs: server 210.110.248.181 not responding, still trying
: ==========================
: 이렇게 멈추고는 동작을 하지 않습니다..ㅜ.ㅜ;
:
: cat 명령은 동작하는데.. 파일을 복사하거나 실행시키면 멈추고 맙니다..
:
: 나름대로 1주일을 밤을 세며 하고 있지만 영 답이 없어서...