Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/notes/evbarm ARM -> Arm



details:   https://anonhg.NetBSD.org/src/rev/5ad5bd5de699
branches:  trunk
changeset: 936381:5ad5bd5de699
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sun Jul 26 11:00:28 2020 +0000

description:
ARM -> Arm

diffstat:

 distrib/notes/evbarm/contents |  8 ++++----
 distrib/notes/evbarm/hardware |  4 ++--
 distrib/notes/evbarm/install  |  8 ++++----
 distrib/notes/evbarm/prep     |  4 ++--
 distrib/notes/evbarm/xfer     |  8 ++++----
 5 files changed, 16 insertions(+), 16 deletions(-)

diffs (130 lines):

diff -r b79128c053da -r 5ad5bd5de699 distrib/notes/evbarm/contents
--- a/distrib/notes/evbarm/contents     Sun Jul 26 10:59:56 2020 +0000
+++ b/distrib/notes/evbarm/contents     Sun Jul 26 11:00:28 2020 +0000
@@ -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 @@
 .              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/
diff -r b79128c053da -r 5ad5bd5de699 distrib/notes/evbarm/hardware
--- a/distrib/notes/evbarm/hardware     Sun Jul 26 10:59:56 2020 +0000
+++ b/distrib/notes/evbarm/hardware     Sun Jul 26 11:00:28 2020 +0000
@@ -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.
diff -r b79128c053da -r 5ad5bd5de699 distrib/notes/evbarm/install
--- a/distrib/notes/evbarm/install      Sun Jul 26 10:59:56 2020 +0000
+++ b/distrib/notes/evbarm/install      Sun Jul 26 11:00:28 2020 +0000
@@ -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 @@
 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.
diff -r b79128c053da -r 5ad5bd5de699 distrib/notes/evbarm/prep
--- a/distrib/notes/evbarm/prep Sun Jul 26 10:59:56 2020 +0000
+++ b/distrib/notes/evbarm/prep Sun Jul 26 11:00:28 2020 +0000
@@ -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.
diff -r b79128c053da -r 5ad5bd5de699 distrib/notes/evbarm/xfer
--- a/distrib/notes/evbarm/xfer Sun Jul 26 10:59:56 2020 +0000
+++ b/distrib/notes/evbarm/xfer Sun Jul 26 11:00:28 2020 +0000
@@ -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 @@
 .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



Home | Main Index | Thread Index | Old Index