안녕하십니까?
NeverBetter입니다.

어제 귀사의 EZ-X5보드를 구매했습니다.
다른 회사보다 꾸준한 관련 패키지의 업데이트와 활성화된 게시판을 보고 결정
했습니다.
또 이렇게 빨리 이용하게 될지는 몰랐구요...^^
암튼 앞으로 많은 도움을 부탁드립니다. (--)/(__)~

궁극적으로 제가 하려는 것은 "NFS root mount"입니다.

host ip : 210.111.137.233 target ip : 210.111.137.237
host sm : 255.255.255.224 target sm : 255.255.255.224
host gw : 210.111.137.254 target sm : 255.255.255.254

host의 nfs설정은 다음과 같습니다.

# cat /etc/exports
/nfs localhost(rw,insecure)
/nfs 210.111.137.*(rw,insecure)

host에서 local nfs테스트는 정상이었습니다.

이지부트에서 관련 설정을 다음처럼 "set"을 통해 잡아주었습니다.
커널의 "command line"도 다음과 같이 주었습니다.
========================================================================
^^;
1. MAC Address [11:22:33:44:55:66]
2. LOCAL IP [210.111.137.237]
3. HOST IP [210.111.137.233]
4. Host tftp directory []
5. zImage file name [zImage.x5]
6. ram disk file name [ramdisk.x5.gz]
7. boot loader file name [ezboot.x5]

A. Autoboot wait time [3]
B. Boot Menu Key [ ]
R. Copy Ramdisk [Y/N] [Y]
C. Architecture Number [303]
E. Serial FF/BT/ST(0/1/2) [2]
K. Kernel Command Line
[root=/dev/nfs nfsroot=210.111.137.233:/nfs
ip=210.111.137.237:210.111.137.233:210.111.137.254:255.255.255.224:ezx5:e
th0:bootp console=ttyS02,115200]

L. Load Default
P. Apply & Exit
S. Save
0. Exit
========================================================================

그런다음 "tmk"로 커널을 올리고 "gk"로 실행해보면 다음과 같은 패닉상태에
빠집니다.

=========================================================================
(생략)
NET4: Linux TCP/IP 1.0 for NET4.0
IP Protocols: ICMP, UDP, TCP
IP: routing cache hash table of 512 buckets, 4Kbytes
TCP: Hash tables configured (established 4096 bind 8192)
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
NetWinder Floating Point Emulator V0.95 (c) 1998-1999 Rebel.com
RAMDISK: Couldn't find valid RAM disk image starting at 0.
Freeing initrd memory: 4096K
VFS: Cannot open root device "nfs" or 00:ff
Please append a correct "root=" boot option
Kernel panic: VFS: Unable to mount root fs on 00:ff
=========================================================================

nfs가 제대로 안되는 것 같아 귀사에서 제공해주는 ramdisk.x5.gz /
zImage.x5 를 "tmk / tmr"로 올리고
"gk"를 통해 정상적으로 부팅한 후 로그인 한 후에 nfs테스트를 해보았습니다.

=========================================================================
$ mount -t nfs 210.111.137.233:/nfs /mnt/nfs
=========================================================================

이상하게 이것도 안됩니다. ctrl+c로 중지가능했습니다.
혹시나 하여 portmap을 실행시켰는데, 없는것 같습니다.

이 두 가지 제가 한 방법이 틀렸을까요?
꽤나 길게 설명드렸는데 혹시라도 부족한것 있으면 요청바라구요 꼭 답변 부탁
드립니다.
그럼 수고하십시오....