안녕하세요..

부트로드의 set 명령으로 들어가시면 디폴트로 5M가 설정 되어 있습니다..
따라서 20M가로 수정할 경우에는 다음과 같이 하셔야 합니다.

EZBOOT>set


^^;
  1. MAC Address            [00:a2:55:f2:26:25]
  2. LOCAL IP               [192.168.10.138]
  3. HOST IP                [192.168.10.20]
  4. Host tftp directory    []
  5. zImage      file name  [zImage.x5]
  6. ram disk    file name  [ramdisk.x5-12M.gz]
  7. boot loader file name  [ezboot.x5]

  A. Autoboot wait time     [3]
  B. Boot Menu Key          [ ]
  C. Copy Ramdisk [Y/N]     [Y]
  D. Architecture Number    [303]
  E. Serial FF/BT/ST(0/1/2) [2]
  F. NAND-Partition MByte   [1:5:58] (kernel:ramdisk:app)
  W. Watchdog (sec, off=0)  [0]

  K. Kernel CMD 1st [initrd=0xa0800000,5M root=/dev/ram ramdisk=12288]
  M. Kernel CMD 2nd [console=ttyS02,115200]
  N. Kernel CMD 3rd []

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

  Select >>


  F. NAND-Partition MByte   [1:5:58] (kernel:ramdisk:app)
  부분을 수정해 주세요..

      Select >>f
         F. NAND-Partition MByte   [1:5:58] (kernel:ramdisk:app)
            Newvalue : 1:20:43

  K. Kernel CMD 1st [initrd=0xa0800000,5M root=/dev/ram ramdisk=12288]
  부분을 수정해 주세요..

      Select >>k
          K. Kernel CMD 1st [initrd=0xa0800000,5M root=/dev/ram ramdisk=12288]
             Newvalue : initrd=0xa0800000,20M root=/dev/ram ramdisk=20480


20M 부분은 램디스크의 압축 용량 크기를 적어 주시면 됩니다.. 20M의 램디스크를 만드시고 나서 램디스크의 압축 이미지가 10M라면  1: 10:53 으로 적어 주시고, initrd=0xa0800000,10M root=/dev/ram ramdisk=20480 로 해 주시면 됩니다..

이렇게 수정하시고 나서..

select> s
select> 0
EZBOOT> rst
EZBOOT> nek
EZBOOT> ner
EZBOOT> nea
EZBOOT> rst
EZBOOT> tfk
EZBOOT> tfr

여기서 만일 램디스크 이미지가 3.4M 이상이라면 tftp로 다운로드가 안되는 경우가 있습니다.
이럴 경우에는

1. 제공된 CD에 있는 wintftp 프로그램을 이용하여 윈도우를 tftp서버로 두고 다운로드 하는 방법

2. http://falinux.com/board/pds.html
      에서 36 [EZ-X5] 쉘에서 커널과 램디스크 받기  를 다운로드 받으셨어 쉘에서 다운로드 하는 방법이
      있습니다..

으로 하셔야 합니다..

그럼 수고하세요..

          

>최대 ramdisk 크기가 얼마나 되는지 궁금합니다.
>
>ezboot 랑 커널이미지는 falinux 사이트에 올라온 최신버젼으로 설치하였습니다.
>
>20메가로만들어서 로딩하니 verify에서 에러가 납니다.