diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2017-09-01 04:40:41 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2017-09-01 04:40:41 +0000 |
commit | 3209bf0eb951ec7c8d0f168968743ed6c4088b75 (patch) | |
tree | 93bf409600c9be5a9b43fb7363c678a308693190 /distrib/notes | |
parent | d00dcfaec597a07270800086bbad884ea2b70bcb (diff) |
Remove the miniroot for the OMAP3 BeagleBoards. Ethernet is on USB and
USB isn't supported. The installer turns out to have been broken on
BeagleBoard for over a year and no one noticed. The existing support
for OMAP3 in the kernel remains though it isn't clear if anyone has
tried it after the fdt changes went in.
ok patrick@ tom@ kettenis@ matthieu@
Diffstat (limited to 'distrib/notes')
-rw-r--r-- | distrib/notes/armv7/contents | 6 | ||||
-rw-r--r-- | distrib/notes/armv7/prep | 8 |
2 files changed, 5 insertions, 9 deletions
diff --git a/distrib/notes/armv7/contents b/distrib/notes/armv7/contents index 75bfa9c3738..606b17485eb 100644 --- a/distrib/notes/armv7/contents +++ b/distrib/notes/armv7/contents @@ -1,14 +1,10 @@ -dnl $OpenBSD: contents,v 1.11 2016/09/04 10:06:11 jsg Exp $ +dnl $OpenBSD: contents,v 1.12 2017/09/01 04:40:40 jsg Exp $ TopPart miniroot-am335x-{:--:}OSrev.fs A miniroot filesystem to be used for installation; BeagleBone version. - miniroot-beagle-{:--:}OSrev.fs - A miniroot filesystem to be used for - installation; BeagleBoard version. - miniroot-cubie-{:--:}OSrev.fs A miniroot filesystem to be used for installation; Cubieboard2 version. diff --git a/distrib/notes/armv7/prep b/distrib/notes/armv7/prep index 6dc4b512e4d..9dbbc9bc6a1 100644 --- a/distrib/notes/armv7/prep +++ b/distrib/notes/armv7/prep @@ -1,4 +1,4 @@ -dnl $OpenBSD: prep,v 1.15 2017/08/26 13:25:17 jsg Exp $ +dnl $OpenBSD: prep,v 1.16 2017/09/01 04:40:40 jsg Exp $ Please be aware that OpenBSD support for this platform is far from complete. @@ -26,9 +26,9 @@ Booting from an SD card: Use the dd(1) utility to copy the miniroot to the hard drive. The command would likely be, under OpenBSD: - dd if=miniroot-beagle-{:--:}OSrev.fs of=/dev/rsd1c + dd if=miniroot-am335x-{:--:}OSrev.fs of=/dev/rsd1c - When you have connected the BeagleBoard to you computer, a command such + When you have connected the BeagleBone to your computer, a command such as "cu -l cuaU0 -s 115200" (assuming cuaU0 is your serial port device) should connect you to the board's console. @@ -61,7 +61,7 @@ Install on systems without a supported miniroot: To do so first install the u-boot-arm and dtb packages. Write one of the provided miniroot images to an SD card: - dd if=miniroot-beagle-{:--:}OSrev.fs of=/dev/rsdXc + dd if=miniroot-am335x-{:--:}OSrev.fs of=/dev/rsdXc Add a board specific DTB file: |