From 4e922fef30170e20fd56bc6330e1aa94a115315e Mon Sep 17 00:00:00 2001 From: Deepak Khatri <lorforlinux@beagleboard.org> Date: Fri, 12 Apr 2024 23:43:08 +0530 Subject: [PATCH] Add boards production boot media links --- _static/epilog/production.images | 24 ++++++++++----------- boards/beaglebone/ai-64/06-support.rst | 21 +++++++++++------- boards/beaglebone/ai/06-support.rst | 5 +++++ boards/beaglebone/black/ch11.rst | 5 +++++ boards/beaglebone/blue/faq.rst | 5 +++++ boards/beagleconnect/freedom/06-support.rst | 5 +++++ boards/beagleplay/06-support.rst | 5 +++++ boards/beaglev/ahead/06-support.rst | 5 +++++ boards/beaglev/fire/06-support.rst | 5 +++++ boards/beagley/ai/06-support.rst | 5 +++++ 10 files changed, 65 insertions(+), 20 deletions(-) diff --git a/_static/epilog/production.images b/_static/epilog/production.images index 121c7d87..3dbb9d4e 100644 --- a/_static/epilog/production.images +++ b/_static/epilog/production.images @@ -1,21 +1,21 @@ -.. Production board images +.. Production board boot media .. Created on: 2024-03-22 -.. Updated on: 2024-03-24 +.. Updated on: 2024-04-12 -.. Add BeagleBone AI production image (Rev -) -.. Add BeagleBone Blue production iamge (Rev -) -.. Add BeagleV-Fire production image (Rev -) +.. Add BeagleBone AI Rev - +.. Add BeagleBone Blue Rev - +.. Add BeagleV-Fire Rev - -.. _BeaglePlay production image (Rev A2): https://www.beagleboard.org/distros/beagleplay-rev-a2 +.. _BeaglePlay Rev A2: https://www.beagleboard.org/distros/beagleplay-rev-a2 -.. _BeagleBone AI-64 production image (Rev B1): https://www.beagleboard.org/distros/beaglebone-ai-64-rev-b1 +.. _BeagleBone AI-64 Rev B1: https://www.beagleboard.org/distros/beaglebone-ai-64-rev-b1 -.. _BeagleBone Black production image (Rev C3a): https://www.beagleboard.org/distros/am3358-debian-10-3-2020-04-06-4gb-sd-iot +.. _BeagleBone Black Rev C3a: https://www.beagleboard.org/distros/am3358-debian-10-3-2020-04-06-4gb-sd-iot -.. _BeagleBone Black Industrial production image (Rev C3a): https://www.beagleboard.org/distros/am3358-debian-10-3-2020-04-06-4gb-sd-iot +.. _BeagleBone Black Industrial Rev C3a: https://www.beagleboard.org/distros/am3358-debian-10-3-2020-04-06-4gb-sd-iot -.. _BeagleV-Ahead production image (Rev 1.0): https://www.beagleboard.org/distros/beaglev-ahead-rev-1-0 +.. _BeagleV-Ahead Rev 1.0: https://www.beagleboard.org/distros/beaglev-ahead-rev-1-0 -.. _PocketBeagle production image (Rev Rev A2b): https://www.beagleboard.org/distros/am3358-debian-10-3-2020-04-06-4gb-sd-iot +.. _PocketBeagle Rev Rev A2b: https://www.beagleboard.org/distros/am3358-debian-10-3-2020-04-06-4gb-sd-iot -.. _BeagleConnect Freedom production iamge (Rev C7): https://www.beagleboard.org/distros/beagleconnect-freedom-rev-c7 +.. _BeagleConnect Freedom Rev C7: https://www.beagleboard.org/distros/beagleconnect-freedom-rev-c7 diff --git a/boards/beaglebone/ai-64/06-support.rst b/boards/beaglebone/ai-64/06-support.rst index eb0a07e3..d471d4b5 100644 --- a/boards/beaglebone/ai-64/06-support.rst +++ b/boards/beaglebone/ai-64/06-support.rst @@ -14,6 +14,10 @@ Hardware Design You can find all BeagleBone AI-64 hardware files `here <https://git.beagleboard.org/beagleboard/beaglebone-ai-64>`_ under the `hw` folder. +Production board boot media +**************************** + +- `BeagleBone AI-64 Rev B1`_ .. _software-updates: @@ -40,10 +44,10 @@ Follow instructions below to download the latest image for your BeagleBone AI-64 To see what SW revision is loaded into the eMMC check `/etc/dogtag`. It should look something like as shown below, -``` -root@BeagleBone:~# cat /etc/dogtag -BeagleBoard.org Debian Bullseye Xfce Image 2022-01-14 -``` +.. code-block:: shell + + root@BeagleBone:~# cat /etc/dogtag + BeagleBoard.org Debian Bullseye Xfce Image 2022-01-14 .. _rma-support: @@ -81,7 +85,7 @@ This section describes the change history of this document and board. Document c .. _bbai64-document-change-history: Document Change History -========================================== +========================= This table seeks to keep track of major revision cycles in the documentation. Moving forward, we'll seek to align these version numbers across all of the various documentation. @@ -110,14 +114,15 @@ This table seeks to keep track of major revision cycles in the documentation. Mo .. _board-changes: Board Changes -========================================== +================ Be sure to check the board revision history in the schematic file in the `BeagleBone AI-64 git repository <https://git.beagleboard.org/beagleboard/beaglebone-ai-64>`_ . Also check the `issues list <https://git.beagleboard.org/beagleboard/beaglebone-ai-64/-/issues>`_ . .. _rev-B: Rev B ------------- +------ + We are starting with revision B based on this being an update to the BeagleBone Black AI. However, because this board ended up being so different, we've decided to name it BeagleBone AI-64, rather than simply a new revision. This refers to the Seeed release on 21 Dec 2021 of "BeagleBone AI-64_SCH_Rev B_211221". This is the initial production release. .. _BeagleBone-AI-64-Mechanical: @@ -172,7 +177,7 @@ Silkscreen and Component Locations .. _bbai64-pictures: Pictures -************ +********* .. figure:: images/ch10/front.* :width: 400px diff --git a/boards/beaglebone/ai/06-support.rst b/boards/beaglebone/ai/06-support.rst index 8f98b3bd..86976c65 100644 --- a/boards/beaglebone/ai/06-support.rst +++ b/boards/beaglebone/ai/06-support.rst @@ -13,6 +13,11 @@ community at `BeagleBoard.org forum <https://forum.beagleboard.org/tag/bbai>`_. Related TI documentation: http://www.ti.com/tool/BEAGLE-3P-BBONE-AI +Production board boot media +**************************** + +.. todo:: Add production boot media link in ``_static/epilog/production.image`` and reference it here. + .. _beaglebone-ai-regulatory: REGULATORY, COMPLIANCE, AND EXPORT INFORMATION diff --git a/boards/beaglebone/black/ch11.rst b/boards/beaglebone/black/ch11.rst index 577c4dcd..9a63ba8e 100644 --- a/boards/beaglebone/black/ch11.rst +++ b/boards/beaglebone/black/ch11.rst @@ -38,6 +38,11 @@ how to update your software to the latest version can be found at: `http://elinux.org/BeagleBoneBlack#Updating_the_eMMC_Software <http://elinux.org/BeagleBoneBlack#Updating_the_eMMC_Software>`_ +Production board boot media +**************************** + +- `BeagleBone Black Rev C3a`_ + RMA Support ************* diff --git a/boards/beaglebone/blue/faq.rst b/boards/beaglebone/blue/faq.rst index 61f9088d..62551442 100644 --- a/boards/beaglebone/blue/faq.rst +++ b/boards/beaglebone/blue/faq.rst @@ -7,6 +7,11 @@ Frequently Asked Questions (FAQs) All support for BeagleBone Blue design is through BeagleBoard.org community at `BeagleBoard.org forum <https://forum.beagleboard.org/tag/beaglebone-blue>`_. +Production board boot media +**************************** + +.. todo:: Add production boot media link in ``_static/epilog/production.image`` and reference it here. + .. _are_there_any_books_to_help_me_get_started: Are there any books to help me get started? diff --git a/boards/beagleconnect/freedom/06-support.rst b/boards/beagleconnect/freedom/06-support.rst index 4703ff00..efabbd1e 100644 --- a/boards/beagleconnect/freedom/06-support.rst +++ b/boards/beagleconnect/freedom/06-support.rst @@ -6,6 +6,11 @@ Support All support for BeagleConnect Freedom design is through BeagleBoard.org community at `BeagleBoard.org forum <https://forum.beagleboard.org/tag/bcf>`_. +Production board boot media +**************************** + +- `BeagleConnect Freedom Rev C7`_ + .. _beagleconnect-certifications: Certifications and export control diff --git a/boards/beagleplay/06-support.rst b/boards/beagleplay/06-support.rst index 901f92fb..36631831 100644 --- a/boards/beagleplay/06-support.rst +++ b/boards/beagleplay/06-support.rst @@ -6,6 +6,11 @@ Support All support for BeaglePlay design is through BeagleBoard.org community at `BeagleBoard.org forum <https://forum.beagleboard.org/tag/play>`_. +Production board boot media +**************************** + +- `BeaglePlay Rev A2`_ + .. _beagleplay-certifications: Certifications and export control diff --git a/boards/beaglev/ahead/06-support.rst b/boards/beaglev/ahead/06-support.rst index dd27f781..c3d85716 100644 --- a/boards/beaglev/ahead/06-support.rst +++ b/boards/beaglev/ahead/06-support.rst @@ -6,6 +6,11 @@ Support All support for BeagleV Ahead design is through BeagleBoard.org community at `BeagleBoard.org forum <https://forum.beagleboard.org/tag/ahead>`_. +Production board boot media +**************************** + +- `BeagleV-Ahead Rev 1.0`_ + .. _beaglev-ahead-certifications: Certifications and export control diff --git a/boards/beaglev/fire/06-support.rst b/boards/beaglev/fire/06-support.rst index 6836d580..45e4928b 100644 --- a/boards/beaglev/fire/06-support.rst +++ b/boards/beaglev/fire/06-support.rst @@ -6,6 +6,11 @@ Support All support for BeagleV Fire design is through BeagleBoard.org community at `BeagleBoard.org forum <https://forum.beagleboard.org/tag/fire>`_. +Production board boot media +**************************** + +.. todo:: Add production boot media link in ``_static/epilog/production.image`` and reference it here. + .. _beaglev-fire-certifications: Certifications and export control diff --git a/boards/beagley/ai/06-support.rst b/boards/beagley/ai/06-support.rst index 2b30e3e9..1873c8d6 100644 --- a/boards/beagley/ai/06-support.rst +++ b/boards/beagley/ai/06-support.rst @@ -6,6 +6,11 @@ Support All support for BeagleY-AI design is through BeagleBoard.org community at `BeagleBoard.org forum <https://forum.beagleboard.org/tag/beagley-ai>`_. +Production board boot media +**************************** + +.. todo:: Add production boot media link in ``_static/epilog/production.image`` and reference it here. + .. _beagley-ai-certifications: Certifications and export control -- GitLab