version 1.42, 2014/12/08 11:57:38
|
version 1.43, 2014/12/18 02:40:55
|
Line 72
|
Line 72
|
* Download a U-Boot build for your board |
* Download a U-Boot build for your board |
* A10/A20: Download from the linux-sunxi web site <http://dl.linux-sunxi.org/nightly/u-boot-sunxi/u-boot-sunxi/u-boot-sunxi-latest/> |
* A10/A20: Download from the linux-sunxi web site <http://dl.linux-sunxi.org/nightly/u-boot-sunxi/u-boot-sunxi/u-boot-sunxi-latest/> |
* A31: The standard u-boot-sunxi tree doesn't support A31 yet. Until sun6i support is merged, a build is available at <http://dis.invisible.ca/allwinner/a31/> |
* A31: The standard u-boot-sunxi tree doesn't support A31 yet. Until sun6i support is merged, a build is available at <http://dis.invisible.ca/allwinner/a31/> |
* Write the *u-boot-sunxi-with-spl.bin* loader to the base image: |
* Write the *u-boot-sunxi-with-spl.bin* loader to the empty space at the start of the base image: |
[[!template id=programlisting text=""" |
[[!template id=programlisting text=""" |
# dd if=u-boot-sunxi-with-spl.bin of=beagleboard.img bs=1k seek=8 conv=notrunc |
# dd if=u-boot-sunxi-with-spl.bin of=beagleboard.img bs=1k seek=8 conv=notrunc |
"""]] |
"""]] |
* Write the image to an SD card. |
* Write the image to an SD card. |
* Copy the kernel (netbsd.ub) for your board to the root of the MS-DOS partition. |
* Copy the kernel (netbsd.ub) for your board to the root of the MS-DOS partition on the SD card. |
* Create or edit uEnv.txt on the MS-DOS partition: |
* Create or edit uEnv.txt on the MS-DOS partition: |
[[!template id=programlisting text=""" |
[[!template id=programlisting text=""" |
bootargs=root=ld0a |
bootargs=root=ld0a |