Script started on Fri Jun 3 05:44:53 2016 uaa@framboise:~$ epicon -s 115200 -l /dev/ttyU1 ** Welcome to epicon Version-5.0 Copyright Isamu Yamauchi compiled:Jan 8 2015 ** exec shell ~! send binary files ~f call rz,sz,sx,rx ~rz,~sz,~sx,~rx call kermit ~sk,~rk external command ~C change speed ~c exit ~. Connected /dev/ttyU1 U-Boot SPL 2016.05 (Jun 02 2016 - 22:39:53) DRAM: 1024 MiB CPU: 912000000Hz, AXI/AHB/APB: 3/2/2 Trying to boot from MMC1 U-Boot 2016.05 (Jun 02 2016 - 22:39:53 +0900) Allwinner Technology CPU: Allwinner A20 (SUN7I) Model: LeMaker Banana Pi I2C: ready DRAM: 1 GiB MMC: SUNXI SD/MMC: 0 *** Warning - bad CRC, using default environment Setting up a 720x576i composite-pal console (overscan 32x20) In: serial Out: vga Err: vga SCSI: 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: 0 switch to partitions #0, OK mmc0 is current device Scanning mmc 0:1... scanning bus for devices... Found 0 device(s). SCSI device 0: Device 0: not available USB device 0: unknown device ethernet@01c50000 Waiting for PHY auto negotiation to complete......... TIMEOUT ! ethernet@01c50000: No link. missing environment variable: pxeuuid missing environment variable: bootfile Retrieving file: pxelinux.cfg/01-02-99-03-c2-d2-6e ethernet@01c50000 Waiting for PHY auto negotiation to complete......... TIMEOUT ! ethernet@01c50000: No link. missing environment variable: bootfile Retrieving file: pxelinux.cfg/00000000 ethernet@01c50000 Waiting for PHY auto negotiation to complete......... TIMEOUT ! ethernet@01c50000: No link. missing environment variable: bootfile Retrieving file: pxelinux.cfg/0000000 ethernet@01c50000 Waiting for PHY auto negotiation to complete......... TIMEOUT ! ethernet@01c50000: No link. missing environment variable: bootfile Retrieving file: pxelinux.cfg/000000 ethernet@01c50000 Waiting for PHY auto negotiation to complete......... TIMEOUT ! ethernet@01c50000: No link. missing environment variable: bootfile Retrieving file: pxelinux.cfg/00000 ethernet@01c50000 Waiting for PHY auto negotiation to complete......... TIMEOUT ! ethernet@01c50000: No link. missing environment variable: bootfile Retrieving file: pxelinux.cfg/0000 ethernet@01c50000 Waiting for PHY auto negotiation to complete......... TIMEOUT ! ethernet@01c50000: No link. missing environment variable: bootfile Retrieving file: pxelinux.cfg/000 ethernet@01c50000 Waiting for PHY auto negotiation to complete......... TIMEOUT ! ethernet@01c50000: No link. missing environment variable: bootfile Retrieving file: pxelinux.cfg/00 ethernet@01c50000 Waiting for PHY auto negotiation to complete......... TIMEOUT ! ethernet@01c50000: No link. missing environment variable: bootfile Retrieving file: pxelinux.cfg/0 ethernet@01c50000 Waiting for PHY auto negotiation to complete......... TIMEOUT ! ethernet@01c50000: No link. missing environment variable: bootfile Retrieving file: pxelinux.cfg/default-arm-sunxi ethernet@01c50000 Waiting for PHY auto negotiation to complete......... TIMEOUT ! ethernet@01c50000: No link. missing environment variable: bootfile Retrieving file: pxelinux.cfg/default-arm ethernet@01c50000 Waiting for PHY auto negotiation to complete......... TIMEOUT ! ethernet@01c50000: No link. missing environment variable: bootfile Retrieving file: pxelinux.cfg/default ethernet@01c50000 Waiting for PHY auto negotiation to complete......... TIMEOUT ! ethernet@01c50000: No link. Config file not found ethernet@01c50000 Waiting for PHY auto negotiation to complete......... TIMEOUT ! ethernet@01c50000: No link. => printenv arch=arm baudrate=115200 board=sunxi board_name=sunxi boot_a_script=load ${devtype} ${devnum}:${distro_bootpart} ${scriptaddr} ${prefix}${script}; source ${scriptaddr} boot_efi_binary=load ${devtype} ${devnum}:${distro_bootpart} ${kernel_addr_r} efi/boot/bootarm.efi; if fdt addr ${fdt_addr_r}; then bootefi ${kernel_addr_r} ${fdt_addr_r};elsebootefi ${kernel_addr_r} ${fdtcontroladdr};fi boot_extlinux=sysboot ${devtype} ${devnum}:${distro_bootpart} any ${scriptaddr} ${prefix}extlinux/extlinux.conf boot_net_usb_start=usb start boot_prefixes=/ /boot/ boot_script_dhcp=boot.scr.uimg boot_scripts=boot.scr.uimg boot.scr boot_targets=fel mmc0 scsi0 usb0 pxe dhcp bootcmd=run distro_bootcmd bootcmd_dhcp=run boot_net_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=run boot_net_usb_start; dhcp; if pxe get; then pxe boot; fi bootcmd_scsi0=setenv devnum 0; run scsi_boot bootcmd_usb0=setenv devnum 0; run usb_boot bootdelay=2 bootfstype=fat bootm_size=0xa000000 console=ttyS0,115200 cpu=armv7 devnum=0 devplist=1 devtype=mmc dfu_alt_info_ram=kernel ram 0x42000000 0x1000000;fdt ram 0x43000000 0x100000;ramdisk ram 0x43300000 0x4000000 distro_bootcmd=setenv scsi_need_init; for target in ${boot_targets}; do run bootcmd_${target}; done efi_dtb_prefixes=/ /dtb/ /dtb/current/ ethact=ethernet@01c50000 ethaddr=02:99:03:c2:d2:6e fdt_addr_r=0x43000000 fdtcontroladdr=7af2f880 fdtfile=sun7i-a20-bananapi.dtb kernel_addr_r=0x42000000 load_efi_dtb=load ${devtype} ${devnum}:${distro_bootpart} ${fdt_addr_r} ${prefix}${efi_fdtfile} mmc_boot=if mmc dev ${devnum}; then setenv devtype mmc; run scan_dev_for_boot_part; fi preboot=usb start pxefile_addr_r=0x43200000 ramdisk_addr_r=0x43300000 scan_dev_for_boot=echo Scanning ${devtype} ${devnum}:${distro_bootpart}...; for prefix in ${boot_prefixes}; do run scan_dev_for_extlinux; run scan_dev_for_scripts; done;run scan_dev_for_efi; scan_dev_for_boot_part=part list ${devtype} ${devnum} -bootable devplist; env exists devplist || setenv devplist 1; for distro_bootpart in ${devplist}; do if fstype ${devtype} ${devnum}:${distro_bootpart} bootfstype; then run scan_dev_for_boot; fi; done scan_dev_for_efi=setenv efi_fdtfile ${fdtfile}; if test -z "${fdtfile}" -a -n "${soc}"; then setenv efi_fdtfile ${soc}-${board}${boardver}.dtb; fi; for prefix in ${efi_dtb_prefixes}; do if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}${efi_fdtfile}; then run load_efi_dtb; fi;done;if test -e ${devtype} ${devnum}:${distro_bootpart} efi/boot/bootarm.efi; then echo Found EFI removable media binary efi/boot/bootarm.efi; run boot_efi_binary; echo EFI LOAD FAILED: continuing...; fi; setenv efi_fdtfile scan_dev_for_extlinux=if test -e ${devtype} ${devnum}:${distro_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}:${distro_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 scsi_need_init=false scsidevs=0 serial#=1651669903c2d26e soc=sunxi stderr=serial,vga stdin=serial,usbkbd stdout=serial,vga usb_boot=usb start; if usb dev ${devnum}; then setenv devtype usb; run scan_dev_for_boot_part; fi Environment size: 3840/131068 bytes => version U-Boot 2016.05 (Jun 02 2016 - 22:39:53 +0900) Allwinner Technology arm-none-eabi-gcc (GCC) 4.9.3 GNU ld (GNU Binutils) 2.25 => bdinfo arch_number = 0x100010BB boot_params = 0x40000100 DRAM bank = 0x00000000 -> start = 0x40000000 -> size = 0x40000000 baudrate = 115200 bps TLB addr = 0x7EFF0000 relocaddr = 0x7EF58000 reloc off = 0x34F58000 irq_sp = 0x7AF2F870 sp start = 0x7AF2F860 FB base = 0x7FE6A000 => Disconnected uaa@framboise:~$ exit exit Script done on Fri Jun 3 05:48:30 2016