diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2017-09-29 05:44:34 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2017-09-29 05:44:34 +0000 |
commit | 47ab17504db20277f1fffb73cd972d424e21caaa (patch) | |
tree | 9bbd7d290c37b9d0e23e0024ae5810a5e1bce77e /distrib/notes | |
parent | eab67c09a270ded1bc80ce39420b825af0f40947 (diff) |
Mention that U-Boot images for Allwinner and Rockchip targets contain a
default DTB.
Diffstat (limited to 'distrib/notes')
-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/ |