From 5610ac64c9925aa6c9c8016deedc5d9b34c562b0 Mon Sep 17 00:00:00 2001 From: Prajna Rajendra Kumar <prajna.rajendrakumar@microchip.com> Date: Mon, 12 Aug 2024 09:44:53 +0100 Subject: [PATCH] beaglev-fire: relocate images to the images folder Some images within the demos directory are not currently in the images folder. To organize the directory, move these images into the images folder. Signed-off-by: Prajna Rajendra Kumar <prajna.rajendrakumar@microchip.com> --- .../demos-and-tutorials/flashing-board.rst | 18 +++++++++--------- .../FPExpress-flashing.png | Bin .../FPExpress-new-project.png | Bin .../HSS-eMMC-mass-storage.png | Bin .../board-booting.png | Bin .../boot-message.png | Bin .../eMMC-flashing-1.png | Bin .../eMMC-flashing-2.png | Bin .../eMMC-flashing-3.png | Bin .../mass-storage-eMMC.png | Bin 10 files changed, 9 insertions(+), 9 deletions(-) rename boards/beaglev/fire/{demos-and-tutorials => images}/FPExpress-flashing.png (100%) rename boards/beaglev/fire/{demos-and-tutorials => images}/FPExpress-new-project.png (100%) rename boards/beaglev/fire/{demos-and-tutorials => images}/HSS-eMMC-mass-storage.png (100%) rename boards/beaglev/fire/{demos-and-tutorials => images}/board-booting.png (100%) rename boards/beaglev/fire/{demos-and-tutorials => images}/boot-message.png (100%) rename boards/beaglev/fire/{demos-and-tutorials => images}/eMMC-flashing-1.png (100%) rename boards/beaglev/fire/{demos-and-tutorials => images}/eMMC-flashing-2.png (100%) rename boards/beaglev/fire/{demos-and-tutorials => images}/eMMC-flashing-3.png (100%) rename boards/beaglev/fire/{demos-and-tutorials => images}/mass-storage-eMMC.png (100%) diff --git a/boards/beaglev/fire/demos-and-tutorials/flashing-board.rst b/boards/beaglev/fire/demos-and-tutorials/flashing-board.rst index 80dd98b9..973861d3 100644 --- a/boards/beaglev/fire/demos-and-tutorials/flashing-board.rst +++ b/boards/beaglev/fire/demos-and-tutorials/flashing-board.rst @@ -79,7 +79,7 @@ Create new project Press ``CTRL+N`` to create a file and you will see a pop-up window like shown below, -.. image:: FPExpress-new-project.png +.. image:: ../images/FPExpress-new-project.png :width: 598 :align: center :alt: FPExpress new project creation window @@ -92,7 +92,7 @@ Follow the steps below as annotated in the image above: If your FlashPro5/6 is connected properly you'll see the window shown below: -.. figure:: FPExpress-flashing.png +.. figure:: ../images/FPExpress-flashing.png :width: 1240 :align: center :alt: FPExpress new project flash window @@ -122,7 +122,7 @@ the UART debug port connection. Once you are connected properly you can press the Reset button which will show you a progress bar like in the -.. figure:: board-booting.png +.. figure:: ../images/board-booting.png :width: 740 :align: center :alt: BeagleV-Fire booting HSS with progress bar @@ -133,7 +133,7 @@ able to access Hart Software Services (HSS) prompt. BeagleV-Fire's eMMC content written by the Hart Software Services (HSS) using the ``usbdmsc`` command. The HSS ``usbdmsc`` command exposes the eMMC as a USB mass storage device USB type C connector. -.. figure:: boot-message.png +.. figure:: ../images/boot-message.png :width: 1240 :align: center :alt: BeagleV-Fire boot messages with HSS prompt access @@ -143,7 +143,7 @@ Once you see ``>>`` you can execute the commands below: 1. ``>> mmc`` 2. ``>> usbdmsc`` -.. figure:: HSS-eMMC-mass-storage.png +.. figure:: ../images/HSS-eMMC-mass-storage.png :width: 1240 :align: center :alt: HSS commands to show eMMC as mass storage @@ -151,7 +151,7 @@ Once you see ``>>`` you can execute the commands below: After executing the commands above your BeagleV-Fire's eMMC will be exposed as a mass storage device like shown in the image below: -.. figure:: mass-storage-eMMC.png +.. figure:: ../images/mass-storage-eMMC.png :width: 740 :align: center :alt: BeagleV-Fire eMMC as mass storage @@ -167,7 +167,7 @@ flash the ``sdcard.img`` on your BeagleV-Fire's eMMC. 1. Select the ``sdcard.img`` file from your local drive storage. 2. Click on select target. - .. figure:: eMMC-flashing-1.png + .. figure:: ../images/eMMC-flashing-1.png :width: 740 :align: center :alt: Balena Etcher selecting image @@ -177,7 +177,7 @@ flash the ``sdcard.img`` on your BeagleV-Fire's eMMC. 1. Select ``MCC PolarFireSoC_msd`` as target. 2. Click ``Select(1)`` to proceed. - .. figure:: eMMC-flashing-2.png + .. figure:: ../images/eMMC-flashing-2.png :width: 740 :align: center :alt: Balena Etcher selecting target @@ -186,7 +186,7 @@ flash the ``sdcard.img`` on your BeagleV-Fire's eMMC. 1. Click on ``Flash!`` to flash the ``sdcard.img`` on BeagleV-Fire eMMC storage. - .. figure:: eMMC-flashing-3.png + .. figure:: ../images/eMMC-flashing-3.png :width: 740 :align: center :alt: Balena Etcher flashing image diff --git a/boards/beaglev/fire/demos-and-tutorials/FPExpress-flashing.png b/boards/beaglev/fire/images/FPExpress-flashing.png similarity index 100% rename from boards/beaglev/fire/demos-and-tutorials/FPExpress-flashing.png rename to boards/beaglev/fire/images/FPExpress-flashing.png diff --git a/boards/beaglev/fire/demos-and-tutorials/FPExpress-new-project.png b/boards/beaglev/fire/images/FPExpress-new-project.png similarity index 100% rename from boards/beaglev/fire/demos-and-tutorials/FPExpress-new-project.png rename to boards/beaglev/fire/images/FPExpress-new-project.png diff --git a/boards/beaglev/fire/demos-and-tutorials/HSS-eMMC-mass-storage.png b/boards/beaglev/fire/images/HSS-eMMC-mass-storage.png similarity index 100% rename from boards/beaglev/fire/demos-and-tutorials/HSS-eMMC-mass-storage.png rename to boards/beaglev/fire/images/HSS-eMMC-mass-storage.png diff --git a/boards/beaglev/fire/demos-and-tutorials/board-booting.png b/boards/beaglev/fire/images/board-booting.png similarity index 100% rename from boards/beaglev/fire/demos-and-tutorials/board-booting.png rename to boards/beaglev/fire/images/board-booting.png diff --git a/boards/beaglev/fire/demos-and-tutorials/boot-message.png b/boards/beaglev/fire/images/boot-message.png similarity index 100% rename from boards/beaglev/fire/demos-and-tutorials/boot-message.png rename to boards/beaglev/fire/images/boot-message.png diff --git a/boards/beaglev/fire/demos-and-tutorials/eMMC-flashing-1.png b/boards/beaglev/fire/images/eMMC-flashing-1.png similarity index 100% rename from boards/beaglev/fire/demos-and-tutorials/eMMC-flashing-1.png rename to boards/beaglev/fire/images/eMMC-flashing-1.png diff --git a/boards/beaglev/fire/demos-and-tutorials/eMMC-flashing-2.png b/boards/beaglev/fire/images/eMMC-flashing-2.png similarity index 100% rename from boards/beaglev/fire/demos-and-tutorials/eMMC-flashing-2.png rename to boards/beaglev/fire/images/eMMC-flashing-2.png diff --git a/boards/beaglev/fire/demos-and-tutorials/eMMC-flashing-3.png b/boards/beaglev/fire/images/eMMC-flashing-3.png similarity index 100% rename from boards/beaglev/fire/demos-and-tutorials/eMMC-flashing-3.png rename to boards/beaglev/fire/images/eMMC-flashing-3.png diff --git a/boards/beaglev/fire/demos-and-tutorials/mass-storage-eMMC.png b/boards/beaglev/fire/images/mass-storage-eMMC.png similarity index 100% rename from boards/beaglev/fire/demos-and-tutorials/mass-storage-eMMC.png rename to boards/beaglev/fire/images/mass-storage-eMMC.png -- GitLab