Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Press SPACE to abort autoboot in 3 second(s)
- => printenv
- bootcmd=while itest.b 1 == 1;do;if itest.b ${ACTIMAGE} == 1;then echo *** ACTIMAGE = 1, will try to boot UBFI1 stored @${UBFIADDR1};aimgname=UBFI1; aubfiaddr=${UBFIADDR1};bimgname=UBFI2; bubfiaddr=${UBFIADDR2}; bimgnum=2;else if itest.b;
- bootdelay=3
- baudrate=115200
- UBFIADDR1=0x48040000
- UBFIADDR2=0x483F0000
- sdelay=3
- update1=tftpboot 0x80000100 ${UBFINAME1} && protect off 0x48040000 +${filesize} && erase 0x48040000 +${filesize} && sleep ${sdelay} && cp.b ${fileaddr} 0x48040000 ${filesize} && protect on 0x48040000 +${filesize} && sleep ${sdelay} && sv
- update2=tftpboot 0x80000100 ${UBFINAME2} && protect off 0x483F0000 +${filesize} && erase 0x483F0000 +${filesize} && sleep ${sdelay} && cp.b ${fileaddr} 0x483F0000 ${filesize} && protect on 0x483F0000 +${filesize} && sleep ${sdelay} && sv
- update_uboot=tftpboot 0x80000100 u-boot.bin && protect off 0x48000000 +${filesize} && erase 0x48000000 +${filesize} && sleep ${sdelay} && cp.b ${fileaddr} 0x48000000 ${filesize} && protect on 0x48000000 +${filesize}
- update_uimage=tftpboot 0x80000100 uImage && protect off 0x48040000 +${filesize} && erase 0x48040000 +${filesize} && sleep ${sdelay} && cp.b ${fileaddr} 0x48040000 ${filesize} && protect on 0x48040000 +${filesize}
- update_sqfs=tftpboot 0x80000100 sqfs.img && protect off 0x483F0000 +${filesize} && erase 0x483F0000 +${filesize} && sleep ${sdelay} && cp.b ${fileaddr} 0x483F0000 ${filesize} && protect on 0x483F0000 +${filesize}
- erase_env=protect off 1:2-3 && erase 1:2-3 && protect on 1:2-3
- netretry=no
- ubootpartsize=0x20000
- envpartsize=0x10000
- ethaddr=00.50.f1.10.00.01
- UBFINAME1=puma5_ubfi
- UBFINAME2=puma5_ubfi
- filesize=1aa24
- fileaddr=80000100
- gatewayip=192.168.100.2
- netmask=255.255.255.0
- ipaddr=192.168.100.1
- serverip=192.168.100.2
- rootinfo=/dev/mtdblock6
- evalval=0x3f0f18
- mtdinfo=0x20000(U-Boot)ro,0x10000(env1),0x10000(env2),0x3b0000@0x40000(UBFI1),0x3b0000@0x3f0000(UBFI2),0xc70e8@0x3f0f18(Kernel),0x205400(RootFileSystem)
- bootargs=root=/dev/mtdblock6 mtdparts=spansion:0x20000(U-Boot)ro,0x10000(env1),0x10000(env2),0x3b0000@0x40000(UBFI1),0x3b0000@0x3f0000(UBFI2),0xc70e8@0x3f0f18(Kernel),0x205400(RootFileSystem),0x50000@0x7b0000(nvram) console=ttyS0,1152001
- LOADADDR=0x483f0ecc
- ACTIMAGE=1
- ver=U-Boot 1.2.0 (Aug 29 2008 - 16:31:37)
- 6.1.1c
- stdin=serial
- stdout=serial
- stderr=serial
- Environment size: 3064/65531 bytes
Advertisement
Add Comment
Please, Sign In to add comment