summaryrefslogtreecommitdiff
path: root/distrib/notes
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2016-05-29 13:50:14 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2016-05-29 13:50:14 +0000
commitd3bd25c455df76a3d804f94b21a4f57e0485b6ac (patch)
tree7829c83c5287c1f06d4202d8ea6dc9dd3a79ae82 /distrib/notes
parent628bae8326b4203a1d8a1593ac84c6fb4afbe3e2 (diff)
Remove the section on tftp booting a umg file. This might come back in
a different form when u-boot supports efi networking interfaces.
Diffstat (limited to 'distrib/notes')
-rw-r--r--distrib/notes/armv7/prep30
1 files changed, 2 insertions, 28 deletions
diff --git a/distrib/notes/armv7/prep b/distrib/notes/armv7/prep
index de6dd86ebfd..a44f0c49f1c 100644
--- a/distrib/notes/armv7/prep
+++ b/distrib/notes/armv7/prep
@@ -1,10 +1,9 @@
-dnl $OpenBSD: prep,v 1.7 2015/06/02 01:48:25 jsg Exp $
+dnl $OpenBSD: prep,v 1.8 2016/05/29 13:50:13 jsg Exp $
Please be aware that OpenBSD support for this platform is far from
complete.
OpenBSD can be installed onto a disk by copying the miniroot for your
-board "miniroot-board-{:--:}OSrev.fs" image to an SD card or by booting
-the ramdisk kernel over the network using a TFTP server.
+board "miniroot-board-{:--:}OSrev.fs" image to an SD card.
Booting from an SD card:
@@ -25,28 +24,3 @@ Booting from an SD card:
In order to make it boot from the micro SD card, you will need to hold down
the small button located by the SD card slot while powering on the board.
Once you have done this the board will boot from the SD card as the default.
-
-Booting over the network:
-
- To interrupt the U-Boot boot process press a key after the banner is
- displayed on the serial console.
-
- Then the U-Boot image of the ramdisk kernel can be loaded via TFTP.
-
- Configure the local IP address via DHCP:
-
- U-Boot# setenv autoload no
- U-Boot# dhcp
-
- Or with a static address:
-
- U-Boot# setenv ipaddr 192.168.1.2
-
- Set the IP address of the TFTP server:
-
- U-Boot# setenv serverip 192.168.1.1
-
- To load an OMAP ramdisk image via TFTP:
-
- U-Boot# tftpboot bsd.rd.OMAP.umg
- U-Boot# bootm