码迷,mamicode.com
首页 > 其他好文 > 详细

uboot boot args

时间:2014-07-03 12:59:43      阅读:261      评论:0      收藏:0      [点我收藏+]

标签:strong   size   file   ui   ar   server   

TFTP-uImage-NFS-rootfs :

FL2440 # printenv
baudrate=115200
ethaddr=08:00:3e:26:0a:5b
bootdelay=1
bootfile="uImage"
filesize=23A08
fileaddr=30000000
netmask=255.255.255.0
ipaddr=192.168.2.211
serverip=192.168.2.212
bootcmd=tftp 30008000 uImage;bootm 30008000
gateway=192.168.2.1
bootargs=mem=128M console=ttySAC0 115200 root=/dev/nfs nfsroot=192.168.2.212:/home/nfs/root rw nolock rsize=1024 wsize=1024 ip=192.168.2.211:192.168.2.212:192.168.2.1:255.255.255.0::eth0:off
stdin=serial
stdout=serial
stderr=serial

Environment size: 467/262140 bytes

uboot boot args,布布扣,bubuko.com

uboot boot args

标签:strong   size   file   ui   ar   server   

原文地址:http://www.cnblogs.com/ganrui/p/3821478.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!