Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit fb7e3295 authored by Deepak Khatri's avatar Deepak Khatri :dog:
Browse files

Add latest image links in seprate file

parent 36f3c3af
Branches
Tags
No related merge requests found
......@@ -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'
......
......@@ -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
......
.. 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
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment