pkgsrc/sysutils/u-boot-rockpro64/MESSAGE
mrg d895eeecf1 update u-boot-rockpro64 and u-boot-pinebook-pro to u-boot 2022.01.
tested in sd, emmc, and spi on rockpro64, and on emmc on pbp.

should not affect u-boot-rockpro64-ayufan, but should finally
make it obsolete as the SPI version works again.
2022-02-11 22:06:22 +00:00

18 lines
698 B
Text

===========================================================================
$NetBSD: MESSAGE,v 1.4 2022/02/11 22:06:23 mrg Exp $
Example command to install U-Boot to an empty eMMC or SD card:
# dd if=${LOCALBASE}/share/u-boot/rockpro64/rksd_loader.img seek=64 of=/dev/rld0d conv=sync
Alternatively, to install to SPI flash:
dd if=${LOCALBASE}/share/u-boot/rockpro64/rkspi_loader.img bs=64k of=/dev/spiflash0 conv=sync
You should make sure that the space is otherwise cleared of data, as old
images may fool the boot loader paths.
See also NetBSD installboot(8) and
http://opensource.rock-chips.com/wiki_Boot_option
===========================================================================