Script started on Sat May 30 05:39:20 2015 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 2014.04-10733-gbb5691c-dirty (May 30 2015 - 05:23:10) Board: A10-OLinuXino-Lime DRAM: 512 MiB CPU: 1008000000Hz, AXI/AHB/APB: 3/2/2 spl: not an uImage at 1600 U-Boot 2014.04-10733-gbb5691c-dirty (May 30 2015 - 05:23:10) Allwinner Technology CPU: Allwinner A10 (SUN4I) Board: A10-OLinuXino-Lime I2C: ready DRAM: 512 MiB MMC: SUNXI SD/MMC: 0 *** Warning - bad CRC, using default environment In: serial Out: serial Err: serial Net: emac Hit any key to stop autoboot: 0 reading uEnv.txt ** Unable to read file uEnv.txt ** Failed to mount ext2 filesystem... ** Unrecognized filesystem type ** Failed to mount ext2 filesystem... ** Unrecognized filesystem type ** reading boot.scr ** Unable to read file boot.scr ** Failed to mount ext2 filesystem... ** Unrecognized filesystem type ** Failed to mount ext2 filesystem... ** Unrecognized filesystem type ** Failed to mount ext2 filesystem... ** Unrecognized filesystem type ** reading script.bin 43508 bytes read in 39 ms (1.1 MiB/s) reading uImage ** Unable to read file uImage ** Failed to mount ext2 filesystem... ** Unrecognized filesystem type ** sun4i# sun4i# printenv autoboot=run loadkernel && run setargs && true && bootm 0x48000000 baudrate=115200 boot_ram=saved_stdout=$stdout;setenv stdout nc;if iminfo 0x41000000; then true; setenv stdout $saved_stdout; source 0x41000000;else setenv stdout $saved_stdout;fi bootcmd=if run loadbootenv; then echo Loaded environment from ${bootenv};env import -t ${scriptaddr} ${filesize};fi;if test -n "${uenvcmd}"; then echo Running uenvcmd ...;run uenvcmd;fi;if run loadbootscr; then echo Jumping to ${bootscr};source ${scriptaddr};fi;run autoboot; bootdelay=2 bootenv=uEnv.txt bootm_size=0x10000000 bootscr=boot.scr console=ttyS0,115200 device=mmc ethact=emac ethaddr=02:83:06:c1:d0:76 filesize=a9f4 kernel=uImage loadbootenv=fatload $device $partition $scriptaddr ${bootenv} || ext2load $device $partition $scriptaddr boot/${bootenv} || ext2load $device $partition $scriptaddr ${bootenv} loadbootscr=fatload $device $partition $scriptaddr ${bootscr} || ext2load $device $partition $scriptaddr boot/${bootscr} ||ext2load $device $partition $scriptaddr ${bootscr} loadkernel=if bootpath=/boot/ && ext2load $device $partition 0x43000000 ${bootpath}${script} && ext2load $device $partition 0x48000000 ${bootpath}${kernel};then true; elif bootpath=/ && fatload $device $partition 0x43000000 ${script} && fatload $device $partition 0x48000000 ${kernel};then true; elif bootpath=/ && ext2load $device $partition 0x43000000 ${bootpath}${script} && ext2load $device $partition 0x48000000 ${bootpath}${kernel};then true; else false;fi loglevel=8 panicarg=panic=10 partition=0:1 script=script.bin scriptaddr=0x44000000 setargs=if test -z \\"$root\\"; then if test \\"$bootpath\\" = "/boot/"; then root="/dev/mmcblk0p1 rootwait"; else root="/dev/mmcblk0p2 rootwait"; fi; fi; setenv bootargs console=${console} root=${root} loglevel=${loglevel} ${panicarg} ${extraargs} stderr=serial stdin=serial stdout=serial Environment size: 1926/131068 bytes sun4i# version U-Boot 2014.04-10733-gbb5691c-dirty (May 30 2015 - 05:23:10) Allwinner Technology arm-none-eabi-gcc (GCC) 4.9.2 GNU ld (GNU Binutils) 2.25 sun4i# bdinfo arch_number = 0x00001008 boot_params = 0x40000100 DRAM bank = 0x00000000 -> start = 0x40000000 -> size = 0x20000000 eth0name = emac ethaddr = 02:83:06:c1:d0:76 current eth = emac ip_addr = baudrate = 115200 bps TLB addr = 0x5FFF0000 relocaddr = 0x5FF88000 reloc off = 0x15F88000 irq_sp = 0x5FB67EF0 sp start = 0x5FB67EE0 sun4i# Disconnected uaa@framboise:~$ exit Script done on Sat May 30 05:41:26 2015