I wanted to install OpenWRT on my Olimex A20-LinuXino-LIME (http://linux-sunxi.org/Olimex_A20-OLinuXino-Lime). I saw that only the A10-LIME Version is described in the OpenWRT Wiki (http://wiki.openwrt.org/doc/hardware/soc/soc.allwinner.sunxi) - but as the A20-LIME only got the Dual Core A20 instead of the pin compatible A10 Single Core, I thought it should maybe work.
I concluded all steps as described on the Installation progress ( http://wiki.openwrt.org/doc/hardware/soc/soc.allwinner.sunxi#installation.process ) with the A10-LIME files. However, after powering on the board, the HDMI screen stays dark and my serial console shows me only following output:
U-Boot SPL 2014.04 (Sep 12 2014 - 15:21:28)
Board: A10-OLinuXino-Lime
DRAM:
After that, nothing happens anymore.
Could somebody help me?
Thanks a lot,
N
I successfully built the u-boot Bootloader as described here: http://linux-sunxi.org/U-Boot#Compilation
Now I'm getting this Output:
U-Boot SPL 2014.04-10718-g7ba0c86 (Sep 14 2014 - 12:11:29)
Board: A20-OLinuXino-Lime
DRAM: 512 MiB
CPU: 960000000Hz, AXI/AHB/APB: 3/2/2
spl: not an uImage at 1600
U-Boot 2014.04-10718-g7ba0c86 (Sep 14 2014 - 12:11:29) Allwinner Technology
CPU: Allwinner A20 (SUN7I)
Board: A20-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
240 bytes read in 17 ms (13.7 KiB/s)
Loaded environment from uEnv.txt
Running uenvcmd ...
reading uImage
2601384 bytes read in 175 ms (14.2 MiB/s)
reading dtb
17570 bytes read in 27 ms (634.8 KiB/s)
## Booting kernel from Legacy Image at 46000000 ...
Image Name: ARM OpenWrt Linux-3.14.18
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 2601320 Bytes = 2.5 MiB
Load Address: 40008000
Entry Point: 40008000
Verifying Checksum ... OK
## Flattened Device Tree blob at 49000000
Booting using the fdt blob at 0x49000000
Loading Kernel Image ... OK
Using Device Tree in place at 49000000, end 490074a1
Starting kernel ...
I figure I need to get the correct dtb File for this A20 Lime Board.
Where can I download / get that from?
I could not figure out how to include the A20-Lime correctly into openwrt, sadly...
Thanks,
N
> I figure I need to get the correct dtb File for this A20 Lime Board.
> Where can I download / get that from?
> I could not figure out how to include the A20-Lime correctly into openwrt, sadly...
For me, the instructions and patch set for u-boot by Robert Nelson at http://eewiki.net/display/linuxonarm/A20-OLinuXino-LIME worked fine (as did the rest of them for a Ubuntu 14.04 rootfs).
Best, -Bert