summaryrefslogtreecommitdiff
path: root/distrib
diff options
context:
space:
mode:
authorKevin Lo <kevlo@cvs.openbsd.org>2023-10-18 06:45:46 +0000
committerKevin Lo <kevlo@cvs.openbsd.org>2023-10-18 06:45:46 +0000
commit4219a9d653a665126dc21972960c28e1debbad00 (patch)
treebd8a518609e628ec5b6709ea7d62ea342c95d3d5 /distrib
parentcb2ced1f9470054a0b38c26d453b7be80ab44d36 (diff)
Mention U-Boot file and offset for Rockchip RK356x.
"Sure." miod@
Diffstat (limited to 'distrib')
-rw-r--r--distrib/notes/arm64/prep7
1 files changed, 6 insertions, 1 deletions
diff --git a/distrib/notes/arm64/prep b/distrib/notes/arm64/prep
index 973ca62b5ca..354866ccd8f 100644
--- a/distrib/notes/arm64/prep
+++ b/distrib/notes/arm64/prep
@@ -1,4 +1,4 @@
-dnl $OpenBSD: prep,v 1.18 2023/04/10 12:57:15 jsg Exp $
+dnl $OpenBSD: prep,v 1.19 2023/10/18 06:45:45 kevlo Exp $
To perform an installation you must be able to interact with the
console of the machine. In some cases this can be done by an attached
monitor and keyboard. In others a serial console is required.
@@ -132,3 +132,8 @@ Install on systems without a supported miniroot:
of=/dev/sdXc seek=64
dd if=/usr/local/share/u-boot/board/u-boot.itb \
of=/dev/sdXc seek=16384
+
+ For systems based on Rockchip RK356x SoCs:
+
+ dd if=/usr/local/share/u-boot/board/u-boot-rockchip.bin \
+ of=/dev/sdXc seek=64