Created
October 13, 2015 20:53
-
-
Save pietrushnic/adc46f4f34b302158a83 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| U-Boot 2015.10-rc4-00107-g58e160fb68c5 (Oct 13 2015 - 22:42:31 +0200) Allwinner Technology | |
| CPU: Allwinner A20 (SUN7I) | |
| I2C: ready | |
| DRAM: 2 GiB | |
| NAND: strength = 40/1024 | |
| 0 | |
| 8192 MiB | |
| MMC: SUNXI SD/MMC: 0 | |
| MMC: no card present | |
| *** Warning - MMC init failed, using default environment | |
| Setting up a 1024x768 vga console (overscan 0x0) | |
| In: serial | |
| Out: vga | |
| Err: vga | |
| SCSI: SUNXI SCSI INIT | |
| SATA link 0 timeout. | |
| AHCI 0001.0100 32 slots 1 ports 3 Gbps 0x1 impl SATA mode | |
| flags: ncq stag pm led clo only pmp pio slum part ccc apst | |
| Net: eth0: ethernet@01c50000 | |
| starting USB... | |
| USB0: USB EHCI 1.00 | |
| USB1: USB OHCI 1.0 | |
| USB2: USB EHCI 1.00 | |
| USB3: USB OHCI 1.0 | |
| scanning bus 0 for devices... 1 USB Device(s) found | |
| scanning bus 2 for devices... 1 USB Device(s) found | |
| Hit any key to stop autoboot: 2 1 0 | |
| => nand erase 0x400000 0x200000 printeenv env | |
| baudrate=115200 | |
| boot_a_script=load ${devtype} ${devnum}:${bootpart} ${scriptaddr} ${prefix}${script}; source ${scriptaddr} | |
| boot_extlinux=sysboot ${devtype} ${devnum}:${bootpart} any ${scriptaddr} ${prefix}extlinux/extlinux.conf | |
| boot_prefixes=/ /boot/ | |
| boot_script_dhcp=boot.scr.uimg | |
| boot_scripts=boot.scr.uimg boot.scr | |
| boot_targets=fel mmc0 ubifs0 scsi0 usb0 pxe dhcp | |
| bootcmd=run distro_bootcmd | |
| bootcmd_dhcp=usb start; if dhcp ${scriptaddr} ${boot_script_dhcp}; then source ${scriptaddr}; fi | |
| bootcmd_fel=if test -n ${fel_booted} && test -n ${fel_scriptaddr}; then echo '(FEL boot)'; source ${fel_scriptaddr}; fi | |
| bootcmd_mmc0=setenv devnum 0; run mmc_boot | |
| bootcmd_pxe=usb start; dhcp; if pxe get; then pxe boot; fi | |
| bootcmd_scsi0=setenv devnum 0; run scsi_boot | |
| bootcmd_ubifs0=setenv devnum 0; run ubifs_boot | |
| bootcmd_usb0=setenv devnum 0; run usb_boot | |
| bootdelay=2 | |
| bootm_size=0xa000000 | |
| console=ttyS0,115200 | |
| distro_bootcmd=setenv scsi_need_init; for target in ${boot_targets}; do run bootcmd_${target}; done | |
| ethaddr=02:82:0b:42:77:3e | |
| fdt_addr_r=0x43000000 | |
| fdtfile=sun7i-a20-cubietruck.dtb | |
| fel_booted=1 | |
| kernel_addr_r=0x42000000 | |
| mmc_boot=if mmc dev ${devnum}; then setenv devtype mmc; run scan_dev_for_boot_part; fi | |
| mtdids=nand0=sunxi-nand.0 | |
| mtdparts=mtdparts=sunxi-nand.0:-@0x600000(UBI) | |
| preboot=usb start | |
| pxefile_addr_r=0x43200000 | |
| ramdisk_addr_r=0x43300000 | |
| scan_dev_for_boot=echo Scanning ${devtype} ${devnum}:${bootpart}...; for prefix in ${boot_prefixes}; do run scan_dev_for_extlinux; run scan_dev_for_scripts; done | |
| scan_dev_for_boot_part=part list ${devtype} ${devnum} -bootable devplist; env exists devplist || setenv devplist 1; for bootpart in ${devplist}; do if fstype ${devtype} ${devnum}:${bootpart} bootfstype; then run scan_dev_for_boot; fi; done | |
| 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 | |
| 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...; fi; done | |
| scriptaddr=0x43100000 | |
| scsi_boot=run scsi_init; if scsi dev ${devnum}; then setenv devtype scsi; run scan_dev_for_boot_part; fi | |
| scsi_init=if ${scsi_need_init}; then setenv scsi_need_init false; scsi scan; fi | |
| serial#=165166820b42773e | |
| stderr=serial,vga | |
| stdin=serial,usbkbd | |
| stdout=serial,vga | |
| ubifs_boot=if ubi part UBI && ubifsmount ubi${devnum}:boot; then setenv devtype ubi; setenv bootpart 0; run scan_dev_for_boot; fi | |
| usb_boot=usb start; if usb dev ${devnum}; then setenv devtype usb; run scan_dev_for_boot_part; fi | |
| Environment size: 2794/131068 bytes | |
| => nand erase 0x400000 0x200000 | |
| NAND erase: device 0 offset 0x400000, size 0x200000 | |
| Erasing at 0x400000 -- 100% complete. | |
| OK | |
| => nand write 0x4a000000 0x400000 0x96000 | |
| NAND write: device 0 offset 0x400000, size 0x96000 | |
| 614400 bytes written: OK | |
| => \FE | |
| U-Boot SPL 2015.10-rc4-00108-g5476399b916b (Oct 13 2015 - 22:40:21) | |
| DRAM: 2048 MiB | |
| CPU: 912000000Hz, AXI/AHB/APB: 3/2/2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment