Advertisement
Guest User

Untitled

a guest
Jul 31st, 2016
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. U-Boot> printenv
  2. "bootcmd=nand read 0x20000000 0x0460000 0xa00000
  3. baudrate=115200
  4. bootargs=mem=32M noinitrd console=ttyS0,115200n8 earlyprintk=serial,ttyS0,115200n8 root=/dev/mtdblock6 rw rootfstype=jffs2 rootwait init=/bin/sh
  5. bootcmd=nand read 0x20000000 0x0460000 0xa00000; bootm 0x20100000 - 0x20000000
  6. bootdelay=3
  7. ethact=macb0
  8. ethaddr=00:1f:f2:00:00:00
  9. ipaddr=192.168.0.136
  10. netmask=255.255.255.0
  11. serverip=192.168.0.2
  12. stderr=serial
  13. stdin=serial
  14. stdout=serial
  15.  
  16. Environment size: 472/131067 bytes
  17. U-Boot>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement