Re: [linux-sunxi] OpenWRT on Olimex A20-OLinuXino-LIME

2014-09-14 Thread xenomorph150
Hi, 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: 96000Hz, AXI/AHB/APB: 3/2/2 spl: not an uImage at

RE: [linux-sunxi] OpenWRT on Olimex A20-OLinuXino-LIME

2014-09-13 Thread Paul Jones
You will need to recompile U-Boot and kernel for the A20. The rest will be the same. Just use the defconfigs that are in the sunxi repositories. Incidentally I did the opposite yesterday, I accidently used my A20 sd-card in the A10. I didn't get anything from the serial port. Cheers, Paul.

RE: [linux-sunxi] OpenWRT on Olimex A20-OLinuXino-LIME

2014-09-13 Thread Zoltan HERPAI
You can add support for the A20-LIME by adding it into package/boot/uboot-sunxi and adding the profile entry for the board into target/linux/sunxi/profiles. You are most welcome to send in board support patches. :) Regards, -w- On Sat, 13 Sep 2014, Paul Jones wrote: You will need to