From 2c22e8e426eae0b6340a6077b053b049e17c451e Mon Sep 17 00:00:00 2001 From: "Mark A. Yoder" <Mark.A.Yoder@Rose-Hulman.edu> Date: Tue, 24 Sep 2024 21:07:55 -0400 Subject: [PATCH] Put bb-imager adn forum in tabs. --- books/beaglebone-cookbook/01basics/basics.rst | 66 +++++++++++-------- 1 file changed, 39 insertions(+), 27 deletions(-) diff --git a/books/beaglebone-cookbook/01basics/basics.rst b/books/beaglebone-cookbook/01basics/basics.rst index 35b5f178..2d5a7557 100644 --- a/books/beaglebone-cookbook/01basics/basics.rst +++ b/books/beaglebone-cookbook/01basics/basics.rst @@ -315,44 +315,56 @@ You want to find out the latest version of Debian that is available for your Bon Solution ************ -On your host computer, open a browser and go to https://forum.beagleboard.org/tag/latest-images -This shows you a list of dates of the most recent Debian images (:ref:`basics_deb1`). +.. tab-set:: -.. todo - Update for 2023-06-03 + .. tab-item:: bb-imager -.. _basics_deb1: + The easiest way to see what the current images are and update your SD card + is to use **bb-imager**. :ref:`beagley-ai-bb-imager` gives details on how to us it. -.. figure:: figures/deb1.png - :align: center - :alt: Latest Debian images + .. tab-item:: forum - Latest Debian images + Another way to see the available images is to visit the beagleboard forum. -At the time of writing, we are using the *Bullseye* image. -Click on its link. Scrolling up you'll find :ref:`basics_deb2`. -There are three types of snapshots, Minimal, IoT and Xfce Desktop. -IoT is the one we are running. + On your host computer, open a browser and go to https://forum.beagleboard.org/tag/latest-images + This shows you a list of dates of the most recent Debian images (:ref:`basics_deb1`). -.. _basics_deb2: + .. todo + + Update for 2023-06-03 -.. figure:: figures/deb2.png - :align: center - :alt: Latest Debian images + .. _basics_deb1: + + .. figure:: figures/deb1.png + :align: center + :alt: Latest Debian images + + Latest Debian images + + At the time of writing, we are using the *Bullseye* image. + Click on its link. Scrolling up you'll find :ref:`basics_deb2`. + There are three types of snapshots, Minimal, IoT and Xfce Desktop. + IoT is the one we are running. + + .. _basics_deb2: + + .. figure:: figures/deb2.png + :align: center + :alt: Latest Debian images - Latest Debian images + Latest Debian images -These are the images you want to use if you are flashing a Rev C BeagleBone Black -onboard flash, or flashing a 4 GB or bigger miscroSD card. The image beginning -with *am335x-debian-11.3-iot-* is used for the non-AI boards. The one beginning -with *am57xx-debian-* is for programming the Beagle AI's. + These are the images you want to use if you are flashing a Rev C BeagleBone Black + onboard flash, or flashing a 4 GB or bigger miscroSD card. The image beginning + with *am335x-debian-11.3-iot-* is used for the non-AI boards. The one beginning + with *am57xx-debian-* is for programming the Beagle AI's. -.. note:: - The onboard flash is often called the *eMMC* memory. We just call it *onboard flash*, but you'll - often see *eMMC* appearing in filenames of images used to update the onboard flash. + .. note:: + The onboard flash is often called the *eMMC* memory. We just call it *onboard flash*, but you'll + often see *eMMC* appearing in filenames of images used to update the onboard flash. -Click the image you want to use and it will download. -The images are some 500M, so it might take a while. + Click the image you want to use and it will download. + The images are some 500M, so it might take a while. .. _basics_install_os: -- GitLab