--- wikisrc/ports/evbarm/allwinner.mdwn 2014/10/22 00:40:06 1.20 +++ wikisrc/ports/evbarm/allwinner.mdwn 2014/10/22 00:43:23 1.21 @@ -78,6 +78,17 @@ To build a big endian release (or sets) """]] where -eb means endianness big, hf is hardware floating point support, and earm is the modern "extended" ABI for ARM CPUs, and finally v7 is version 7 of the supported instruction set. +# FEX scripts + +Board configuration scripts can be found here: . You can compile them with the "fex2bin" tool found here: . + +To use, copy the compiled FEX to your MS-DOS partition, load it with U-Boot, and then tell the kernel where to find it with the "sysconfig=" boot option. For example, uEnv.txt on a Cubieboard2 might look like this: + +[[!template id=programlisting text=""" +bootargs=root=ld0a sysconfig=0x43000000 +uenvcmd=mmc dev 0; mmc rescan; fatload mmc 0:1 43000000 cubieboard2.bin; fatload mmc 0:1 82000000 netbsd.ub; bootm 82000000 +"""]] + # Board specific notes ## Merrii Hummingbird A31