Advertisement
Guest User

Untitled

a guest
Nov 16th, 2015
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.92 KB | None | 0 0
  1. U-Boot 2014.07-00136-gf870252 (Sep 22 2014 - 09:15:30)
  2.  
  3. CPU: Freescale i.MX6SOLO rev1.1 at 792 MHz
  4. Reset cause: POR
  5. Board: Boundary Nit6x-Lite
  6. I2C: ready
  7. DRAM: 512 MiB
  8. MMC: board_mmc_init:
  9. board_mmc_init:setup pads
  10. board_mmc_init:initialize
  11. FSL_SDHC: 0
  12. SF: Detected SST25VF016B with page size 256 Bytes, erase size 4 KiB, total 2 MiB
  13. auto-detected panel HDMI
  14. enable_hdmi: setup HDMI monitor
  15. Display: HDMI (1024x768)
  16. In: serial
  17. Out: serial
  18. Err: serial
  19. Net: using phy at 6
  20. FEC [PRIME], usb_ether
  21. Hit any key to stop autoboot: 0
  22. U-Boot > printenv
  23. baudrate=115200
  24. bootcmd=for dtype in mmc usb ; do if itest.s "xusb" == "x${dtype}" ; then usb start ;fi; disk=0;load ${dtype} ${disk}:1 10008000 /6x_bootscript&& source 10008000 ; done; setenv stdout serial,vga ; echo ; echo 6x_bootscript not found ; echo ; echo serial console at 115200, 8N1 ; echo ; echo details at http://boundarydevices.com/6q_bootscript ; usb start; setenv stdout serial;setenv stdin serial,usbkbd;if mmc dev 0 ; then setenv stdout serial,vga; echo expose SD card over USB; ums 0 mmc 0;fi; setenv stdout serial,vga; echo no SD card present;
  25. bootdelay=1
  26. clearenv=if sf probe || sf probe || sf probe 1 ; then sf erase 0xc0000 0x2000 && echo restored environment to factory default ; fi
  27. console=ttymxc1
  28. disable_giga=1
  29. ethact=FEC
  30. ethaddr=00:19:b8:01:44:3e
  31. ethprime=FEC
  32. initrd_high=0xffffffff
  33. loadaddr=0x12000000
  34. upgradeu=for dtype in mmc usb ; do disk=0;load ${dtype} ${disk}:1 10008000 /6x_upgrade && source 10008000 ; done ; disable_giga=1
  35. usbnet_devaddr=00:19:b8:00:00:02
  36. usbnet_hostaddr=00:19:b8:00:00:01
  37. 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-nit6xlite-recovery&& tftpboot 12800000 10.0.0.1:uramdisk-nit6xlite-recovery.img && bootm 10800000 12800000
  38.  
  39. Environment size: 1355/8188 bytes
  40. U-Boot >
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement