revert change to use single rockchip U-Boot image in rev 1.13
authorjsg <jsg@openbsd.org>
Tue, 31 Aug 2021 01:54:12 +0000 (01:54 +0000)
committerjsg <jsg@openbsd.org>
Tue, 31 Aug 2021 01:54:12 +0000 (01:54 +0000)
abieber@ reports it fails to boot on pinebook-pro-rk3399

distrib/notes/arm64/prep

index 441e016..65e06a6 100644 (file)
@@ -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