--- wikisrc/ports/evbarm/allwinner.mdwn 2014/10/20 11:13:26 1.11 +++ wikisrc/ports/evbarm/allwinner.mdwn 2014/10/20 11:53:03 1.12 @@ -40,8 +40,8 @@ # dd if=u-boot-sunxi-with-spl.bin of=beaglebone.img bs=1k seek=8 conv=notrunc """]] * Write the image to an SD card. -* Copy the kernel (netbsd.ub) for your board to the root of the MSDOS partition. -* Create or edit uEnv.txt on the MSDOS partition: +* Copy the kernel (netbsd.ub) for your board to the root of the MS-DOS partition. +* Create or edit uEnv.txt on the MS-DOS partition: [[!template id=programlisting text=""" bootargs=root=ld0a uenvcmd=mmc dev 0; mmc rescan; fatload mmc 0:1 82000000 netbsd.ub; bootm 82000000 @@ -54,10 +54,10 @@ TBD. # Big (endian) fun You can run this boards with a little endian (this is the default and implied by above install instructions) -or with a big endian kernel and userland. However, kernel and userland endianes needs to match. +or with a big endian kernel and userland. However, kernel and userland endianness needs to match. To build a big endian release (or sets) use [[!template id=programlisting text=""" ./build.sh -m evbearmv7hf-eb """]] -where -eb means endianes 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. +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.