Advertisement
Guest User

U-boot printenv

a guest
Jul 13th, 2015
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. printenv
  2. baudrate=115200
  3. board=nitrogen6x
  4. bootcmd=for dtype in ${bootdevs}; do if itest.s "xusb" == "x${dtype}" ; then usb start ;fi; for disk in 0 1 ; do ${dtype} dev ${disk} ;load ${dtype} ${disk}:1 10008000 /6x_bootscript&& source 10008000 ; ;
  5. bootdelay=1
  6. bootdevs=sata mmc usb
  7. clearenv=if sf probe || sf probe || sf probe 1 ; then sf erase 0xc0000 0x2000 && echo restored environment to factory default ; fi
  8. console=ttymxc1
  9. cpu=6Q
  10. ethact=FEC
  11. ethaddr=00:19:b8:01:3d:d8
  12. ethprime=FEC
  13. fdt_addr=0x11000000
  14. fdt_high=0xffffffff
  15. initrd_high=0xffffffff
  16. loadaddr=0x12000000
  17. loadsplash=if sf probe ; then sf read ${splashimage} c2000 ${splashsize} ; fi
  18. panel=LDB-WXGA
  19. umsdevs=sata mmc
  20. upgradeu=for dtype in ${bootdevs}; do for disk in 0 1 ; do ${dtype} dev ${disk} ;load ${dtype} ${disk}:1 10008000 /6x_upgrade && source 10008000 ; done ; done
  21. usbnet_devaddr=00:19:b8:00:00:02
  22. usbnet_hostaddr=00:19:b8:00:00:01
  23. usbrecover=setenv ethact usb_ether; setenv ipaddr 10.0.0.2; setenv netmask 255.255.255.0; setenv serverip 10.0.0.1; setenv bootargs console=ttymxc1,115200; tftpboot 10800000 10.0.0.1:uImage-${board}-reco0
  24.  
  25. Environment size: 1809/8188 bytes
  26. U-Boot >
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement