From 49a2d8df9f5b27900d48d384393ad52be3044a09 Mon Sep 17 00:00:00 2001
From: Jason Kridner <jkridner@beagleboard.org>
Date: Sun, 26 Nov 2023 23:14:07 -0500
Subject: [PATCH] Minor capitalization and pluralization fixes

Actually, all "BeagleBoard" boards are ARM, but not all Beagles. We need
to find better encapsulating terms. Specifically, this page only
addresses "BeagleBoard" boards, like BeagleBoard, BeagleBoard-xM, and
BeagleBoard-X15, not BeaglePlay, BeagleBone, BeagleConnect or BeagleV boards.

We've started using the term "Beagles" to refer to the entirety of the
product line.

BeagleBoard is meant to be embedded single board computers that are
low-power and small-size. Both xM and X15 added more upon this base.
They are all ARM+DSP based boards.

BeagleBone is meant to have the cape headers for embedded prototyping.
Originally, BeagleBone stood for "the bare-bones BeagleBoard" where less
was integrated onto the board and more header pins were available to
make it more optimized for embedded systems. We also dropped the DSP
from the original BeagleBoard. AI and AI-64 bring back the DSP for
performing AI tasks.

BeaglePlay is meant to be an easier-to-use computer with standard
connections and integrated connectivity.

BeagleConnect is meant to be MCUs that connect to Linux computers to act
as the gateway or system controller.

BeagleV is meant to be RISC-V based boards.

Let's figure out a place to put this information and get ourselves
aligned to it or correct it as needed.

cc @lorforlinux
---
 boards/beagleboard/index.rst | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/boards/beagleboard/index.rst b/boards/beagleboard/index.rst
index f6e73423..a5a1cd16 100644
--- a/boards/beagleboard/index.rst
+++ b/boards/beagleboard/index.rst
@@ -3,9 +3,9 @@
 BeagleBoard (all)
 ###################
 
-BeagleBoard.org Single Board Computers (SBCs) and microcontroller development boards are fully OpenSource, low-cost, RISC-V & ARM 
-based boards. Which makes them suitable for students to learn about embedded electronics & embedded linux. The BeagleBoard development 
-platforms also enables rapid prototyping for professionals to develop industrial & production systems.
+BeagleBoard.org single board computers (SBCs) and microcontroller development boards are fully open-source, low-cost, RISC-V & ARM 
+based boards. Which makes them suitable for students to learn about embedded electronics & embedded Linux. Beagle development 
+platforms also enable rapid prototyping for professionals to develop industrial & production systems.
 
 .. note::
     Make sure to read and accept all the terms & condition provided in the :ref:`boards-terms-and-conditions` page. 
@@ -17,7 +17,7 @@ The latest unified docs PDF is linked below.
 
 * `BeagleBoard.org unified docs PDF <https://docs.beagleboard.org/latest/beagleboard-docs.pdf>`_
 
-The latest System Reference Manual (PDF) for some older boards is linked below.
+The latest System Reference Manual (PDF) for older BeagleBoard boards are linked below.
 
 * `BeagleBoard <https://git.beagleboard.org/beagleboard/beagleboard/-/blob/master/BeagleBoard_revC5_SRM.pdf>`_
 * `BeagleBoard-xM <https://git.beagleboard.org/beagleboard/beagleboard-xm/-/blob/master/BeagleBoard-xM_SRM.pdf>`_
-- 
GitLab