summaryrefslogtreecommitdiff
path: root/distrib/notes
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2020-01-10 08:37:32 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2020-01-10 08:37:32 +0000
commitc3f35d76a431d7dd368de926226668a83493beba (patch)
treea10f287e960fffafa406fe6a17f727063b51cd0b /distrib/notes
parentcd0a1f3e4d15964a9f23bbb0c03d6c11fb5554bf (diff)
mention U-Boot files and offsets for Rockchip RK33xx
Diffstat (limited to 'distrib/notes')
-rw-r--r--distrib/notes/arm64/prep9
1 files changed, 8 insertions, 1 deletions
diff --git a/distrib/notes/arm64/prep b/distrib/notes/arm64/prep
index c846e91a13d..ea6234bdbda 100644
--- a/distrib/notes/arm64/prep
+++ b/distrib/notes/arm64/prep
@@ -1,4 +1,4 @@
-dnl $OpenBSD: prep,v 1.7 2017/09/29 05:44:33 jsg Exp $
+dnl $OpenBSD: prep,v 1.8 2020/01/10 08:37:31 jsg Exp $
Please be aware that OpenBSD support for this platform is far from
complete.
@@ -71,3 +71,10 @@ Install on systems without a supported miniroot:
dd if=/usr/local/share/u-boot/board/u-boot-sunxi-with-spl.bin \
of=/dev/sdXc bs=1024 seek=8
+
+ For systems based on Rockchip RK33xx SoCs:
+
+ 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