Module Name: src
Committed By: jmcneill
Date: Sun Jul 26 11:00:28 UTC 2020
Modified Files:
src/distrib/notes/evbarm: contents hardware install prep xfer
Log Message:
ARM -> Arm
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/distrib/notes/evbarm/contents
cvs rdiff -u -r1.22 -r1.23 src/distrib/notes/evbarm/hardware
cvs rdiff -u -r1.14 -r1.15 src/distrib/notes/evbarm/install
cvs rdiff -u -r1.12 -r1.13 src/distrib/notes/evbarm/prep
cvs rdiff -u -r1.5 -r1.6 src/distrib/notes/evbarm/xfer
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/distrib/notes/evbarm/contents
diff -u src/distrib/notes/evbarm/contents:1.11 src/distrib/notes/evbarm/contents:1.12
--- src/distrib/notes/evbarm/contents:1.11 Tue Jul 21 02:21:12 2020
+++ src/distrib/notes/evbarm/contents Sun Jul 26 11:00:28 2020
@@ -1,4 +1,4 @@
-.\" $NetBSD: contents,v 1.11 2020/07/21 02:21:12 nia Exp $
+.\" $NetBSD: contents,v 1.12 2020/07/26 11:00:28 jmcneill Exp $
.\"
.\" Copyright (c) 1999-2020 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -65,15 +65,15 @@ operating system for Raspberry Pi varian
. It Pa kernel/
. (tag netbsd.gz -compact \" binary/kernel
. It Pa netbsd-GENERIC.gz
-A gzipped ARMv7 kernel which supports a range of 32-bit devices that
+A gzipped Armv7 kernel which supports a range of 32-bit devices that
do not need board-specific kernels.
. It Pa netbsd-GENERIC64.gz
A gzipped AArch64 kernel which supports a range of 64-bit devices that
do not need board-specific kernels.
. It Pa netbsd-RPI.gz
-A gzipped ARMv6 kernel which supports the Raspberry Pi 1 only.
+A gzipped Armv6 kernel which supports the Raspberry Pi 1 only.
. It Pa netbsd-RPI2.gz
-A gzipped ARMv6 kernel which supports the Raspberry Pi 2 only.
+A gzipped Armv6 kernel which supports the Raspberry Pi 2 only.
. It Pa *.dtb.gz
Gzipped board-specific device trees.
. tag) \" binary/kernel/
Index: src/distrib/notes/evbarm/hardware
diff -u src/distrib/notes/evbarm/hardware:1.22 src/distrib/notes/evbarm/hardware:1.23
--- src/distrib/notes/evbarm/hardware:1.22 Sun Jul 26 10:58:27 2020
+++ src/distrib/notes/evbarm/hardware Sun Jul 26 11:00:28 2020
@@ -1,4 +1,4 @@
-.\" $NetBSD: hardware,v 1.22 2020/07/26 10:58:27 jmcneill Exp $
+.\" $NetBSD: hardware,v 1.23 2020/07/26 11:00:28 jmcneill Exp $
.\"
.\" Copyright (c) 2001-2020 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -24,7 +24,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Ss2 32-bit SoCs supported by GENERIC kernels (ARMv7-A)
+.Ss2 32-bit SoCs supported by GENERIC kernels (Armv7-A)
.Pp
.Lk "https://wiki.netbsd.org/ports/evbarm/qemu_arm/" "QEMU"
is also supported.
Index: src/distrib/notes/evbarm/install
diff -u src/distrib/notes/evbarm/install:1.14 src/distrib/notes/evbarm/install:1.15
--- src/distrib/notes/evbarm/install:1.14 Sat Jul 18 16:41:14 2020
+++ src/distrib/notes/evbarm/install Sun Jul 26 11:00:28 2020
@@ -1,4 +1,4 @@
-.\" $NetBSD: install,v 1.14 2020/07/18 16:41:14 nia Exp $
+.\" $NetBSD: install,v 1.15 2020/07/26 11:00:28 jmcneill Exp $
.\"
.\" Copyright (c) 2001-2020 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -24,7 +24,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Ss2 Installation for ARMv7 and AArch64 devices with U-Boot
+.Ss2 Installation for Armv7 and AArch64 devices with U-Boot
.Bl -bullet -offset indent -compact
.It
Download or build armv7.img.gz (32-bit) or arm64.img.gz (64-bit).
@@ -73,14 +73,14 @@ If you do not want to prepare a SD card
Jared McNeill provides pre-prepared images on his website
.Lk http://www.armbsd.org/arm/ "armbsd.org" .
.Ss2 Installing NetBSD/evbarm to a SATA hard disk
-Some ARM boards offer a SATA interface, and you might want to install NetBSD
+Some Arm boards offer a SATA interface, and you might want to install NetBSD
to a hard disk after you've got it running from an SD card.
You can do this using
.Xr sysinst 8
from within NetBSD.
.Pp
There are instructions for using
-.Lk https://wiki.netbsd.org/ports/evbarm/install_using_sysinst/ "sysinst on ARM"
+.Lk https://wiki.netbsd.org/ports/evbarm/install_using_sysinst/ "sysinst on Arm"
on the NetBSD wiki.
The main difference from installing on other ports is that a FAT32
partition is required for /boot.
Index: src/distrib/notes/evbarm/prep
diff -u src/distrib/notes/evbarm/prep:1.12 src/distrib/notes/evbarm/prep:1.13
--- src/distrib/notes/evbarm/prep:1.12 Sat Jul 18 16:41:14 2020
+++ src/distrib/notes/evbarm/prep Sun Jul 26 11:00:28 2020
@@ -1,4 +1,4 @@
-.\" $NetBSD: prep,v 1.12 2020/07/18 16:41:14 nia Exp $
+.\" $NetBSD: prep,v 1.13 2020/07/26 11:00:28 jmcneill Exp $
.\"
.\" Copyright (c) 2001-2020 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -27,7 +27,7 @@
.
.Pp
After writing an SD card image, there are generally no specific
-preparation steps needed for ARM.
+preparation steps needed for Arm.
.Pp
Once the system is booted, the init system will resize the root partition
to take up the entire disk.
Index: src/distrib/notes/evbarm/xfer
diff -u src/distrib/notes/evbarm/xfer:1.5 src/distrib/notes/evbarm/xfer:1.6
--- src/distrib/notes/evbarm/xfer:1.5 Sun Jul 26 10:58:59 2020
+++ src/distrib/notes/evbarm/xfer Sun Jul 26 11:00:28 2020
@@ -1,4 +1,4 @@
-.\" $NetBSD: xfer,v 1.5 2020/07/26 10:58:59 jmcneill Exp $
+.\" $NetBSD: xfer,v 1.6 2020/07/26 11:00:28 jmcneill Exp $
.\"
.\" Copyright (c) 2020 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -26,10 +26,10 @@
.\"
.
.Pp
-Generally, NetBSD is installed on ARM devices by writing a live image
+Generally, NetBSD is installed on Arm devices by writing a live image
(armv7.img, or arm64.img for 64-bit devices)
to a SD card or USB device.
-For ARMv6 Raspberry Pi 1s, this image is rpi.img.gz.
+For Armv6 Raspberry Pi 1s, this image is rpi.img.gz.
The storage device should be at least 2GB.
.Pp
If you're on Windows rather than a Unix variant, you can use
@@ -40,7 +40,7 @@ to write images, and
.Lk https://www.7-zip.org/ 7-Zip
to decompress .gz files.
.Pp
-ARM devices generally also ship with a vendor-specific U-Boot
+Arm devices generally also ship with a vendor-specific U-Boot
bootloader, which may be replaced with a board-specific "mainline"
U-Boot image from pkgsrc for an optimal NetBSD experience.
The images available from