--- wikisrc/ports/evbarm/allwinner.mdwn 2014/11/18 08:17:22 1.33 +++ wikisrc/ports/evbarm/allwinner.mdwn 2014/11/22 13:41:58 1.34 @@ -52,10 +52,12 @@ # Installation -## A10 / A20 based boards +## A10 / A20 / A31 based boards * Start with an ARMv7 image from *evbarm-earmv7hf/binary/gzimg/* such as *beagleboard.img* -* Download a U-Boot build for your board from the linux-sunxi web site +* Download a U-Boot build for your board + * A10/A20: Download from the linux-sunxi web site + * A31: The standard u-boot-sunxi tree doesn't support A31 yet. Until sun6i support is merged, a build is available at * Write the *u-boot-sunxi-with-spl.bin* loader to the base image: [[!template id=programlisting text=""" # dd if=u-boot-sunxi-with-spl.bin of=beagleboard.img bs=1k seek=8 conv=notrunc @@ -68,10 +70,6 @@ bootargs=root=ld0a uenvcmd=mmc dev 0; mmc rescan; fatload mmc 0:1 82000000 netbsd.ub; bootm 82000000 """]] -## A31 based boards - -TBD. - # Big (endian) fun You can run this boards with a little endian (this is the default and implied by above install instructions)