summaryrefslogtreecommitdiff
path: root/distrib/notes
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2017-08-13 11:20:54 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2017-08-13 11:20:54 +0000
commitbd18e0a9b306a0a9935fce01206d764ed4a148c7 (patch)
treee472b74b16323bc6b6c48a8e32a84e84a984e769 /distrib/notes
parent9c752462eae47a7d7403fc888661249863e024fd (diff)
Avoid raw devices when dd'ing U-Boot. Avoids cases that might require
conv=sync. Discussed with kettenis some time ago.
Diffstat (limited to 'distrib/notes')
-rw-r--r--distrib/notes/arm64/prep4
-rw-r--r--distrib/notes/armv7/prep10
2 files changed, 7 insertions, 7 deletions
diff --git a/distrib/notes/arm64/prep b/distrib/notes/arm64/prep
index b93882428b3..1d23256379d 100644
--- a/distrib/notes/arm64/prep
+++ b/distrib/notes/arm64/prep
@@ -1,4 +1,4 @@
-dnl $OpenBSD: prep,v 1.4 2017/02/27 10:15:11 sthen Exp $
+dnl $OpenBSD: prep,v 1.5 2017/08/13 11:20:53 jsg Exp $
Please be aware that OpenBSD support for this platform is far from
complete.
@@ -67,4 +67,4 @@ Install on systems without a supported miniroot:
For systems based on Allwinner Axx Socs:
dd if=/usr/local/share/u-boot/board/u-boot-sunxi-with-spl.bin \
- of=/dev/rsdXc bs=1024 seek=8
+ of=/dev/sdXc bs=1024 seek=8
diff --git a/distrib/notes/armv7/prep b/distrib/notes/armv7/prep
index 1960c4f836d..9a85e0b45e0 100644
--- a/distrib/notes/armv7/prep
+++ b/distrib/notes/armv7/prep
@@ -1,4 +1,4 @@
-dnl $OpenBSD: prep,v 1.12 2017/01/19 06:22:56 jsg Exp $
+dnl $OpenBSD: prep,v 1.13 2017/08/13 11:20:53 jsg Exp $
Please be aware that OpenBSD support for this platform is far from
complete.
@@ -77,11 +77,11 @@ Install on systems without a supported miniroot:
For systems based on Freescale/NXP i.MX SoCs:
- dd if=/usr/local/share/u-boot/board/SPL of=/dev/rsdXc bs=1024 seek=1
+ dd if=/usr/local/share/u-boot/board/SPL of=/dev/sdXc bs=1024 seek=1
dd if=/usr/local/share/u-boot/board/u-boot.img \
- of=/dev/rsdXc bs=1024 seek=69
+ of=/dev/sdXc bs=1024 seek=69
- For systems based on Allwinner Axx Socs:
+ For systems based on Allwinner Axx SoCs:
dd if=/usr/local/share/u-boot/board/u-boot-sunxi-with-spl.bin \
- of=/dev/rsdXc bs=1024 seek=8
+ of=/dev/sdXc bs=1024 seek=8