Guest User

Untitled

a guest
Apr 10th, 2011
298
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.37 KB | None | 0 0
  1. Press SPACE to abort autoboot in 3 second(s)
  2. => printenv
  3. 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;
  4. bootdelay=3
  5. baudrate=115200
  6. UBFIADDR1=0x48040000
  7. UBFIADDR2=0x483F0000
  8. sdelay=3
  9. 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
  10. 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
  11. 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}
  12. update_uimage=tftpboot 0x80000100 uImage && protect off 0x48040000 +${filesize} && erase 0x48040000 +${filesize} && sleep ${sdelay} && cp.b ${fileaddr} 0x48040000 ${filesize} && protect on 0x48040000 +${filesize}
  13. update_sqfs=tftpboot 0x80000100 sqfs.img && protect off 0x483F0000 +${filesize} && erase 0x483F0000 +${filesize} && sleep ${sdelay} && cp.b ${fileaddr} 0x483F0000 ${filesize} && protect on 0x483F0000 +${filesize}
  14. erase_env=protect off 1:2-3 && erase 1:2-3 && protect on 1:2-3
  15. netretry=no
  16. ubootpartsize=0x20000
  17. envpartsize=0x10000
  18. ethaddr=00.50.f1.10.00.01
  19. UBFINAME1=puma5_ubfi
  20. UBFINAME2=puma5_ubfi
  21. filesize=1aa24
  22. fileaddr=80000100
  23. gatewayip=192.168.100.2
  24. netmask=255.255.255.0
  25. ipaddr=192.168.100.1
  26. serverip=192.168.100.2
  27. rootinfo=/dev/mtdblock6
  28. evalval=0x3f0f18
  29. mtdinfo=0x20000(U-Boot)ro,0x10000(env1),0x10000(env2),0x3b0000@0x40000(UBFI1),0x3b0000@0x3f0000(UBFI2),0xc70e8@0x3f0f18(Kernel),0x205400(RootFileSystem)
  30. 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
  31. LOADADDR=0x483f0ecc
  32. ACTIMAGE=1
  33. ver=U-Boot 1.2.0 (Aug 29 2008 - 16:31:37)
  34. 6.1.1c
  35. stdin=serial
  36. stdout=serial
  37. stderr=serial
  38.  
  39. Environment size: 3064/65531 bytes
Advertisement
Add Comment
Please, Sign In to add comment