version 1.84, 2018/05/02 16:34:40
|
version 1.85, 2018/05/02 16:36:21
|
Line 91 Please refer to the [SUNXI kernel config
|
Line 91 Please refer to the [SUNXI kernel config
|
|
|
# Installation |
# Installation |
|
|
- Download or build **armv7.img** from NetBSD -current |
- Download or build **armv7.img** (32-bit) or **arm64.img** (64-bit) from NetBSD -current |
- Write the image to disk: **dd if=armv7.img of=/dev/rld0d bs=1m conv=sync** |
- Write the image to disk: **dd if=armv7.img of=/dev/rld0d bs=1m conv=sync** |
- Install a board-specific U-Boot (2017.07 or later) from pkgsrc to the SD card: **dd if=/usr/pkg/share/u-boot/<boardname>/u-boot-sunxi-with-spl.bin of=/dev/rld0d bs=1k seek=8 conv=sync** |
- Install a board-specific U-Boot (2017.07 or later) from pkgsrc to the SD card: **dd if=/usr/pkg/share/u-boot/<boardname>/u-boot-sunxi-with-spl.bin of=/dev/rld0d bs=1k seek=8 conv=sync** |
|
|