Advertisement
Guest User

Untitled

a guest
May 22nd, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.27 KB | None | 0 0
  1.  
  2.  
  3. U-Boot 1.2.0 (Oct 12 2009 - 17:15:43)
  4. 6.1.1f
  5.  
  6. DRAM: 32 MB
  7. Macronix MX25l6405D flash found
  8. Flash: 8 MB
  9. In: serial
  10. Out: serial
  11. Err: serial
  12.  
  13.  
  14. ver="U-Boot 1.2.0 (Oct 12 2009 - 17:15:43)
  15. 6.1.1f" unchanged
  16.  
  17. Press SPACE to abort autoboot in 3 second(s)
  18. => printenv
  19. bootcmd=while itest.b 1 == 1;do;if itest.b ${ACTIMAGE} == 1;then echo *** ACTIMA GE = 1, will try to boot UBFI1 stored @${UBFIADDR1};aimgname=UBFI1; aubfiaddr=${ UBFIADDR1};bimgname=UBFI2; bubfiaddr=${UBFIADDR2}; bimgnum=2;else if itest.b ${A CTIMAGE} == 2;then echo *** ACTIMAGE = 2, will try to boot UBFI2 stored @${UBFIA DDR2};aimgname=UBFI2; aubfiaddr=${UBFIADDR2};bimgname=UBFI1; bubfiaddr=${UBFIADD R1}; bimgnum=1;else echo *** ACTIMAGE invalid; exit;fi;fi;if autoscr $aubfiaddr; then echo *** $aimgname bootscript executed successfully.;echo Start booting...; bootm ${LOADADDR};fi;echo *** $aimgname is corrupted, try $bimgname...;setenv AC TIMAGE $bimgnum;if autoscr $bubfiaddr;then echo *** $bimgname bootscript execute d successfully.;echo Check image...;if imi ${LOADADDR};then echo Save updated AC TIMAGE...;saveenv;echo Image OK, start booting...;bootm ${LOADADDR};fi;fi;echo B ackup image also corrupted...exit.;exit;done;
  20. bootdelay=3
  21. baudrate=115200
  22. ethaddr=00:01:02:03:04:05
  23. ipaddr=192.168.100.1
  24. serverip=192.168.100.2
  25. gatewayip=192.168.100.2
  26. netmask=255.255.255.0
  27. LOADADDR=0
  28. UBFINAME1=bootImage1
  29. sdelay=3
  30. update=tftpboot 0x80000100 ${imgname} && protect off ${imgaddr} +${filesize} && erase ${imgaddr} +${filesize} && sleep ${sdelay} && cp.b ${fileaddr} ${imgaddr} ${filesize} && protect on ${imgaddr} +${filesize} && if itest.b ${actimg} != 0; then sleep ${sdelay} && setenv ACTIMAGE ${actimg} && saveenv; fi
  31. update1=actimg=1 && imgaddr=${UBFIADDR1} && imgname=${UBFINAME1} && run update
  32. update2=actimg=2 && imgaddr=${UBFIADDR2} && imgname=${UBFINAME2} && run update
  33. update_uboot=actimg=0 && imgaddr=0x48000000 && imgname=u-boot.bin && run update
  34. erase_env=eval ${envpartsize} + ${envpartsize} && envblocksize=${evalval} && eva l 0x48000000 + ${ubootpartsize} && protect off ${evalval} +$envblocksize && eras e ${evalval} +$envblocksize && protect on ${evalval} +$envblocksize
  35. netretry=no
  36. boardtype=tnetc550
  37. ubootpartsize=0x20000
  38. envpartsize=0x10000
  39. UBFIADDR1=0x48040000
  40. UBFIADDR2=0x483f0000
  41. ver=U-Boot 1.2.0 (Oct 12 2009 - 17:15:43)
  42. 6.1.1f
  43. UBFINAME2=C3101205FU12032009.CDF
  44. ACTIMAGE=2
  45. silent=0
  46. stdin=serial
  47. stdout=serial
  48. stderr=serial
  49.  
  50. Environment size: 2140/65531 bytes
  51. =>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement