From ae6ab869fb0996ddda5362912882260544733cbb Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Tue, 31 Aug 2021 01:54:13 +0000 Subject: revert change to use single rockchip U-Boot image in rev 1.13 abieber@ reports it fails to boot on pinebook-pro-rk3399 --- distrib/notes/arm64/prep | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'distrib/notes') diff --git a/distrib/notes/arm64/prep b/distrib/notes/arm64/prep index 441e0165304..65e06a60ca0 100644 --- a/distrib/notes/arm64/prep +++ b/distrib/notes/arm64/prep @@ -1,4 +1,4 @@ -dnl $OpenBSD: prep,v 1.13 2021/08/05 08:54:56 jsg Exp $ +dnl $OpenBSD: prep,v 1.14 2021/08/31 01:54:12 jsg Exp $ Please be aware that OpenBSD support for this platform is far from complete. @@ -101,5 +101,7 @@ Install on systems without a supported miniroot: For systems based on Rockchip RK33xx SoCs: - dd if=/usr/local/share/u-boot/board/u-boot-rockchip.bin \ + dd if=/usr/local/share/u-boot/board/idbloader.img \ of=/dev/sdXc seek=64 + dd if=/usr/local/share/u-boot/board/u-boot.itb \ + of=/dev/sdXc seek=16384 -- cgit v1.2.3