Advertisement
Guest User

Untitled

a guest
Feb 8th, 2015
319
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.68 KB | None | 0 0
  1. U-Boot SPL 2015.01 (Feb 08 2015 - 20:40:11)
  2. DRAM: 2048 MiB
  3. CPU: 960000000Hz, AXI/AHB/APB: 3/2/2
  4.  
  5.  
  6. U-Boot 2015.01 (Feb 08 2015 - 20:40:11) Allwinner Technology
  7.  
  8. CPU: Allwinner A20 (SUN7I)
  9. I2C: ready
  10. DRAM: 2 GiB
  11. NAND: 8192 MiB
  12. MMC: SUNXI SD/MMC: 0
  13. *** Warning - bad CRC, using default environment
  14.  
  15. Reserved 8192kB of RAM for Framebuffer.
  16. In: serial
  17. Out: serial
  18. Err: serial
  19. Net: dwmac.1c50000
  20. Unknown command 'usb' - try 'help'
  21. Hit any key to stop autoboot: 0
  22. sun7i# printenv
  23. baudrate=115200
  24. boot_a_script=load ${devtype} ${devnum}:${bootpart} ${scriptaddr} ${prefix}${script}; source ${scriptaddr}
  25. boot_extlinux=sysboot ${devtype} ${devnum}:${bootpart} any ${scriptaddr} ${prefix}extlinux/extlinux.conf
  26. boot_prefixes=/ /boot/
  27. boot_scripts=boot.scr.uimg boot.scr
  28. boot_targets=mmc0 pxe dhcp
  29. bootcmd=for target in ${boot_targets}; do run bootcmd_${target}; done
  30. bootcmd_dhcp=if dhcp ${scriptaddr} boot.scr.uimg; then source ${scriptaddr}; fi
  31. bootcmd_mmc0=setenv devnum 0; run mmc_boot
  32. bootcmd_pxe=dhcp; if pxe get; then pxe boot; fi
  33. bootdelay=2
  34. bootm_size=0x10000000
  35. bootpart=1
  36. console=ttyS0,115200
  37. ethact=dwmac.1c50000
  38. ethaddr=02:83:08:c2:2e:2e
  39. fdt_addr_r=0x43000000
  40. fdtfile=sun7i-a20-cubietruck.dtb
  41. kernel_addr_r=0x42000000
  42. mmc_boot=if mmc dev ${devnum}; then setenv devtype mmc; run scan_dev_for_boot; fi
  43. mtdparts=mtdparts=mtd-nand-sunxi.0:2m(boot0),2m(boot0-rescue),-(main)
  44. nand0=mtd-nand-sunxi.0
  45. preboot=usb start
  46. pxefile_addr_r=0x43200000
  47. ramdisk_addr_r=0x43300000
  48. scan_dev_for_boot=echo Scanning ${devtype} ${devnum}...; for prefix in ${boot_prefixes}; do run scan_dev_for_extlinux; run scan_dev_for_scripts; done
  49. scan_dev_for_extlinux=if test -e ${devtype} ${devnum}:${bootpart} ${prefix}extlinux/extlinux.conf; then echo Found ${prefix}extlinux/extlinux.conf; run boot_extlinux; echo SCRIPT FAILED: continuing...; fi
  50. scan_dev_for_scripts=for script in ${boot_scripts}; do if test -e ${devtype} ${devnum}:${bootpart} ${prefix}${script}; then echo Found U-Boot script ${prefix}${script}; run boot_a_script; echo SCRIPT FAILED: continuing...; fe
  51. scriptaddr=0x43100000
  52. stderr=serial,vga
  53. stdin=serial,usbkbd
  54. stdout=serial,vga
  55.  
  56. Environment size: 1724/131068 bytes
  57. sun7i# mtdparts
  58.  
  59. device nand0 <mtd-nand-sunxi.0>, # parts = 3
  60. #: name size offset mask_flags
  61. 0: boot0 0x00200000 0x00000000 0
  62. 1: boot0-rescue 0x00200000 0x00200000 0
  63. 2: main 0x1ffc00000 0x00400000 0
  64.  
  65. active partition: nand0,0 - (boot0) 0x00200000 @ 0x00000000
  66.  
  67. defaults:
  68. mtdids : nand0=mtd-nand-sunxi.0
  69. mtdparts: mtdparts=mtd-nand-sunxi.0:2m(boot0),2m(boot0-rescue),-(main)
  70. sun7i#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement