--- wikisrc/ports/evbarm/rockchip.mdwn 2020/01/08 06:48:19 1.6 +++ wikisrc/ports/evbarm/rockchip.mdwn 2020/01/10 03:12:40 1.8 @@ -67,9 +67,9 @@ Please refer to the [GENERIC64 (64-bit)] # Installation - 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** -- Install a board-specific U-Boot (2018.05 or later) from pkgsrc to the SD card - **dd if=/usr/pkg/share/u-boot/<boardname>/rkspi_loader.img of=/dev/rld0d seek=64 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 + **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 an hard disk and use a SD card only for u-boot please give a look