diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2017-08-13 11:20:54 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2017-08-13 11:20:54 +0000 |
commit | bd18e0a9b306a0a9935fce01206d764ed4a148c7 (patch) | |
tree | e472b74b16323bc6b6c48a8e32a84e84a984e769 /distrib/notes/arm64 | |
parent | 9c752462eae47a7d7403fc888661249863e024fd (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/arm64')
-rw-r--r-- | distrib/notes/arm64/prep | 4 |
1 files changed, 2 insertions, 2 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 |