Olimex Support Forum

OLinuXino Android / Linux boards and System On Modules => A20 => Topic started by: Geetika on February 03, 2015, 03:20:32 PM

Title: Error for Arch linux image
Post by: Geetika on February 03, 2015, 03:20:32 PM
I am trying to copy the arch linux image for A20-OLinuXino micro board in my sd card through the procedure given by olimex site: https://alarma20.wordpress.com/2013/09/13/howto-build-arch-linux-arm-for-a20-olinuxino-micro/

In second step of Building u-boot, after the command:
make A20-OLinuXino_MICRO CROSS_COMPILE=arm-linux-gnueabihf-, I am getting the following error:
Makefile 479: *** "System not configured - see README" .STOP.

Please help ASAP.



Title: Re: Error for Arch linux image
Post by: Gerrit on February 03, 2015, 04:31:48 PM
they forgot a step

make CROSS_COMPILE=arm-linux-gnueabihf- {TARGET}_config

for more details http://linux-sunxi.org/U-Boot#Compilation
Title: Re: Error for Arch linux image
Post by: progmetalbg on February 03, 2015, 07:24:58 PM
Better use the bolded version on top of the page. The other part is outdated (written in September 2013).
The new way is also quite easy and the produced image is supported by Arch Linux ARM community (you'll receive kernel & u-boot updates).
Title: Re: Error for Arch linux image
Post by: Geetika on February 05, 2015, 11:18:45 AM
I tried the above steps you have suggested and it worked out. But again I am stuck in between.

I reached to the 3rd step: Get the board specific FEX file and create script.bin.

After giving the following command:
./fex2bin a20-olinuxino_micro.fex > script.bin, I am getting the foll error:
bash: ./fex2bin: No such file or directory

PLease help ASAP.

Title: Re: Error for Arch linux image
Post by: Gerrit on February 05, 2015, 12:44:50 PM
install the Sunxi-tools

http://linux-sunxi.org/Sunxi-tools