pkgsrc/sysutils/u-boot-pinebook-pro/MESSAGE
mrg 40b16bcd4e fix reboot on pinebook-pro.
pull in b4899041e5
from upstream, and also force this code path to be used.

bump version of both the rk3399 ATF and the pbp u-boot, and adjust
the buildlink version to require the updated ATF.

fix MESSAGE for u-boot-pinebook-pro to not refer to rockpro64.
2020-02-22 11:55:36 +00:00

17 lines
651 B
Text

===========================================================================
$NetBSD: MESSAGE,v 1.4 2020/02/22 11:55:36 mrg Exp $
Examples command to install U-Boot to an empty SD card:
# dd if=${LOCALBASE}/share/u-boot/pinebook-pro/rksd_loader.img seek=64 of=/dev/rld0d
Alternatively, to install to SPI flash:
dd if=${LOCALBASE}/share/u-boot/pinebook-pro/rkspi_loader.img bs=64k of=/dev/spiflash0
You should make sure that the space is otherwise cleared of data, as old
images may fool the boot loader paths.
See also http://opensource.rock-chips.com/wiki_Boot_option
===========================================================================