version 1.6, 2020/01/08 06:48:19
|
version 1.7, 2020/01/08 06:50:41
|
Line 67 Please refer to the [GENERIC64 (64-bit)]
|
Line 67 Please refer to the [GENERIC64 (64-bit)]
|
# Installation |
# Installation |
|
|
- Download or build **arm64.img** (64-bit) from NetBSD 9.0 or later |
- Download or build **arm64.img** (64-bit) from NetBSD 9.0 or later |
- Write the image to disk: **dd if=armv7.img of=/dev/rld0d bs=1m conv=sync** |
- Write the image to disk: **dd if=arm64.img of=/dev/rld0d bs=1m conv=sync** |
- Install a board-specific U-Boot (2018.05 or later) from pkgsrc to the SD card |
- Install a board-specific U-Boot from pkgsrc to the SD card |
**dd if=/usr/pkg/share/u-boot/<boardname>/rkspi_loader.img of=/dev/rld0d seek=64 conv=sync** |
**dd if=/usr/pkg/share/u-boot/<boardname>/rkspi_loader.img of=/dev/rld0d seek=64 conv=sync** |
|
|
If your SoC has a SATA controller and you would like to install on |
If your SoC has a SATA controller and you would like to install on |