Advertisement
Guest User

wdt7500 uboot env

a guest
May 14th, 2013
959
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. ap135> printenv
  2. bootargs=console=ttyS0,115200 root=31:02 rootfstype=jffs2 init=/sbin/init mtdparts=ath-nor0:256k(u-boot),64k(u-boot-env),6336k(rootfs),1408k(uImage),64k(mib0),64k(ART)
  3. bootcmd=bootm 0x9f020000
  4. bootdelay=1
  5. baudrate=115200
  6. ethaddr=0xba:0xbe:0xfa:0xce:0x08:0x41
  7. ipaddr=192.168.1.111
  8. serverip=192.168.1.100
  9. dir=
  10. lu=tftp 0x80060000 ${dir}u-boot.bin&&erase 0x9f000000 +$filesize&&cp.b $fileaddr 0x9f000000 $filesize
  11. lf=tftp 0x80060000 ${dir}ap135${bc}-jffs2&&erase 0x9f050000 +0x630000&&cp.b $fileaddr 0x9f050000 $filesize
  12. lk=tftp 0x80060000 ${dir}vmlinux${bc}.lzma.uImage&&erase 0x9f680000 +$filesize&&cp.b $fileaddr 0x9f680000 $filesize
  13. stdin=serial
  14. stdout=serial
  15. stderr=serial
  16. ethact=eth0
  17.  
  18. Environment size: 686/65532 bytes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement