diff --git a/conf.py b/conf.py index 7247de8a54debbe220a8365dd21d5a9a15f9c6fc..927f3a5980f9c0561f00bb0d82614f4740759aec 100644 --- a/conf.py +++ b/conf.py @@ -16,6 +16,12 @@ ImagemagickConverter.conversion_rules.append(('image/webp', 'image/png')) BBDOCS_BASE = Path(__file__).resolve().parents[0] +rst_epilog ="" + +# Add latest images to rst_epilog +with open('latest.images') as f: + rst_epilog += f.read() + # -- Project information ----------------------------------------------------- project = 'BeagleBoard Docs' diff --git a/intro/support/getting-started.rst b/intro/support/getting-started.rst index 3283c0705b90d7b2a3d3a4d57ee6c5709270605a..0397e69f7c721c9bff96781a441ad7359e602ef2 100644 --- a/intro/support/getting-started.rst +++ b/intro/support/getting-started.rst @@ -23,6 +23,9 @@ The "IoT" images provide more free disk space if you don't need to use a graphic .. NOTE:: Due to sizing necessities, this download may take 30 minutes or more. +1. `BeaglePlay latest image (xfce)`_ +2. `BeaglePlay latest image (home-assistant)`_ + The Debian/Ubuntu distribution is provided for the boards. The file you download will have an .img.xz extension. This is a compressed sector-by-sector image of the SD card. @@ -221,21 +224,26 @@ Books For a complete list of books on BeagleBone, see `beagleboard.org/books <https://beagleboard.org/books>`_. -`Bad to the Bone <https://bbb.io/bad-to-the-bone>`_ +|image8| Perfect for high-school seniors or freshman univerisity level text, consider using "Bad to the Bone" -`BeagleBone Cookbook <https://bbb.io/cookbook>`_ +|image9| A lighter treatment suitable for a bit broader audience without the backgrounders on programming and electronics, consider "BeagleBone Cookbook" -`Exploring BeagleBone <https://bbb.io/ebb>`_ and `Embedded Linux Primer <https://bbb.io/elp>`_ +|image10| To take things to the next level of detail, consider "Exploring BeagleBone" which can be considered -the missing software manual and utilize "Embedded Linux Primer" as a companion textbook to provide +the missing software manual. + +|image11| + +utilize "Embedded Linux Primer" as a companion textbook to provide a strong base on embedded Linux suitable for working with any hardware that will run Linux. + .. |image0| image:: images/distros.png :width: 75.0% .. |image1| image:: images/download-etcher.png diff --git a/latest.images b/latest.images new file mode 100644 index 0000000000000000000000000000000000000000..58aa82b0653a83ab4d7a8eda6ce52c78bb0dfd8a --- /dev/null +++ b/latest.images @@ -0,0 +1,6 @@ +.. Latest distro images +.. Created on: 2023-11-17 +.. Updated on: 2023-11-17 + +.. _BeaglePlay latest image (xfce): https://www.beagleboard.org/distros/beagleplay-11-8-2023-10-07-10gb-emmc-xfce-flasher +.. _BeaglePlay latest image (home-assistant): https://www.beagleboard.org/distros/beagleplay-11-8-2023-10-07-8gb-emmc-home-assistant-flasher