diff options
-rw-r--r-- | distrib/notes/arm64/prep | 5 | ||||
-rw-r--r-- | distrib/notes/armv7/prep | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/distrib/notes/arm64/prep b/distrib/notes/arm64/prep index b2671f23386..c846e91a13d 100644 --- a/distrib/notes/arm64/prep +++ b/distrib/notes/arm64/prep @@ -1,4 +1,4 @@ -dnl $OpenBSD: prep,v 1.6 2017/09/29 05:37:55 jsg Exp $ +dnl $OpenBSD: prep,v 1.7 2017/09/29 05:44:33 jsg Exp $ Please be aware that OpenBSD support for this platform is far from complete. @@ -59,7 +59,8 @@ Install on systems without a supported miniroot: dd if=miniroot{:--:}OSrev.fs of=/dev/rsdXc bs=1m - Add a board specific DTB file: + Add a board specific DTB file (Allwinner and Rockchip U-Boot images + come with a default DTB): mount /dev/sdXi /mnt mkdir /mnt/vendor diff --git a/distrib/notes/armv7/prep b/distrib/notes/armv7/prep index 9dbbc9bc6a1..b77881f62de 100644 --- a/distrib/notes/armv7/prep +++ b/distrib/notes/armv7/prep @@ -1,4 +1,4 @@ -dnl $OpenBSD: prep,v 1.16 2017/09/01 04:40:40 jsg Exp $ +dnl $OpenBSD: prep,v 1.17 2017/09/29 05:44:33 jsg Exp $ Please be aware that OpenBSD support for this platform is far from complete. @@ -63,7 +63,8 @@ Install on systems without a supported miniroot: dd if=miniroot-am335x-{:--:}OSrev.fs of=/dev/rsdXc - Add a board specific DTB file: + Add a board specific DTB file (Allwinner and Rockchip U-Boot images + come with a default DTB): mount /dev/sdXi /mnt cp /usr/local/share/dtb/arm/board.dtb /mnt/ |