'u-boot'에 해당되는 글 3건

  1. 2012.04.06 u-boot 환경설정값
  2. 2012.02.02 u-boot loader(the Universal Boot Loader) 사이트 및 버전
  3. 2011.03.25 [android] mang64 ramdisk boot argument(u-boot)

u-boot 환경설정값

uboot> printenv
bootcmd=nboot 80100000 0 1c0000;bootm
bootdelay=3
baudrate=115200
ipaddr=192.192.192.205
gatewayip=192.192.192.101
netmask=255.255.255.0
serverip=192.192.192.163
bootfile=uImage
bootargs=console=ttyS0,115200n81 root=/dev/mtdblock3 rw rootfstype=jffs2 ip=192.192.192.205 init=/sbin/init
stdin=serial
stdout=serial
stderr=serial

Environment size: 327/262140 bytes

'임베디드 > LPC3250' 카테고리의 다른 글

sqlite3 cross compile  (0) 2012.04.23
ntpclient cross compile  (0) 2012.04.23
stage1 app information  (0) 2012.04.05
[LPC3250] bootargs  (0) 2012.03.28
[LPC3250] root 파일 시스템 파일명  (0) 2012.03.28

u-boot loader(the Universal Boot Loader) 사이트 및 버전

u-boot의 공식 홈 주소는
http://www.denx.de/wiki/U-Boot/WebHome

버전 메기는 방법이 바뀌서 기존 x.x.x 가 아니라 타임스탬프로 버전을 나타낸다.
끝에 rcX 로 들어가는 것들은 release candiate 소스를 나타낸다.

'임베디드' 카테고리의 다른 글

libpng 1.5.8 cross compile  (0) 2012.02.07
zlib 1.2.6 cross compile  (0) 2012.02.07
busybox용 tftp 사용법  (0) 2011.12.13
[s3c6410] SDL_ttf Cross Compile  (0) 2011.12.07
yaffs2 이미지 만들기  (0) 2011.12.06

[android] mang64 ramdisk boot argument(u-boot)

Mango64 ramdisk nfs boot (u-boot argument)


setenv bootargs 'root=/dev/nfs rw nfsroot=192.168.10.101:/home/shellbt/source/ramdisks/mango64_rootfs ip=192.168.10.104:192.168.10.101:192.168.10.1:255.255.255.0::eth0:off console=ttySAC1,115200n81 ethaddr=00:40:5c:26:0a:5c'

nand read 0x50008000 0x40000 0x300000
bootm 0x50008000
prev 1 next