version 1.7, 2020/01/08 06:50:41
|
version 1.8, 2020/01/10 03:12:40
|
Line 69 Please refer to the [GENERIC64 (64-bit)]
|
Line 69 Please refer to the [GENERIC64 (64-bit)]
|
- 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=arm64.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 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>/rksd_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 |
an hard disk and use a SD card only for u-boot please give a look |
an hard disk and use a SD card only for u-boot please give a look |