Advertisement
Guest User

Untitled

a guest
Jul 28th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. BUGBASE2 # printenv
  2. baudrate=115200
  3. bootargs=console=ttyS2,115200n8 root=/dev/mmcblk0p1 rw rootwait rootdelay=1 kgd
  4. boc=ttyS2,115200n8 usbcore.autosuspend=-1 8250.nr_uarts=6 printk.time=1
  5. bootcmd=run mmcboot; run confcmd; run shutdown
  6. bootdelay=3
  7. confcmd=mmc init; mw.b 0x81600000 0xff 0x100; fatload mmc 0:1 0x81600000 config
  8. .img; source 0x81600000;
  9. console=ttyS2,115200n8
  10. dieid#=205200240000000004037b700c01c01b
  11. ethaddr=00:50:C2:69:C7:4A
  12. filesize=2E764
  13. machid=0xc10
  14. mmcargs=setenv bootargs smsc95xx.mac=${ethaddr} console=${console} root=/dev/mm
  15. cblk0p1 rw rootwait rootdelay=1 kgdboc=${console} usbcore.autosuspend=-1
  16. mmcboot=mmc init;ext2load mmc 0:1 0x80000000 /boot/uImage;run mmcargs;bootm 0x8
  17. 0000000
  18. shutdown=i2c mw 4b 46 41 1
  19. stderr=serial
  20. stdin=serial
  21. stdout=serial
  22.  
  23. Environment size: 787/131068 bytes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement