Sungjin's sub-brain :
Admin : New post
Guestbook
Local
Catergories
Recent Articles
Recent Comments
Calendar
Tag
Archive
Link
Search
 
  ARM Versatile emulation baseboard 에 PICO Express 결과물 올리기 #8 
작성일시 : 2007. 9. 7. 12:20 | 분류 : 컴퓨터/PICO Express

지금까지 작업하던 rev D 보드를 돌려주고 revC를 받아옴.
현재 설정이 tftp를 통해 이미지를 받아오게 되어있으므로 변경이 필요함.

현재의 설정
-----------
RealView_EB # printenv
baudrate=38400
bootfile="/tftpboot/uImage"
runlinux=bootm 0x40300000
bootdelay=1
bootargs=root=/dev/nfs mem=128M netdev=27,0,0xfc800000,0xfc800010,eth0 ip=192.16
8.1.244:192.168.1.244 nfsroot=192.168.1.123:/nfs,rsize=1024,wsize=1024 console=t
tyAMA0 cachepolicy=writealloc
serverip=192.168.1.123
ipaddr=192.168.1.244
bootcmd=tftpboot 0x7fc0 uImage ; bootm
stdin=serial
stdout=serial
stderr=serial
verify=n

Flash> list image                
Flash Area Base 0x40000000                         

Address     Name               
-------     ----               
0x40000000  boot_monitor                       
0x40040000  mpuboot                  
0x40080000  SYSTEM.DAT                     
0x40100000  u-boot
0x40200000  mplinux
0x40400000  basecramfs

바꿀 설정
setenv bootargs root=/dev/mtdblock0 mtdparts=armflash.0:7888k@0x400000(cramfs) ip=127.0.0.1:off mem=128M console=ttyAMA0 console=tty
setenv bootcmd cp 0x40200000 0x7fc0 0x100000\; bootm

|