From aa5fe37396b86641d71d591330e7b14f88a1ae24 Mon Sep 17 00:00:00 2001
From: Robert Nelson <robertcnelson@gmail.com>
Date: Thu, 20 Jun 2024 09:06:38 -0500
Subject: [PATCH] beagley-ai-expansion-nvme: split these into 3 blocks, we do
 not want users to copy and paste all 3 at once

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
---
 boards/beagley/ai/demos/beagley-ai-expansion-nvme.rst | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/boards/beagley/ai/demos/beagley-ai-expansion-nvme.rst b/boards/beagley/ai/demos/beagley-ai-expansion-nvme.rst
index b2987781..65985137 100644
--- a/boards/beagley/ai/demos/beagley-ai-expansion-nvme.rst
+++ b/boards/beagley/ai/demos/beagley-ai-expansion-nvme.rst
@@ -101,11 +101,17 @@ The following 3 commands will change your U-boot prompt to boot from NVMe by def
 
 .. note:: This will copy the entire contents of your SD card to the NVMe drive, so expect it to take upwards of 15 minutes. This only needs to be run one time
 
-.. code:: bash
+.. code:: console
 
    sudo cp -v /opt/u-boot/bb-u-boot-beagley-ai/beagley-ai-microsd-to-nvme-w-swap /etc/default/beagle-flasher
+
+.. code:: console
+
    sudo beagle-flasher-mv-rootfs-to-nvme
-   sudo reboot 
+
+.. code:: console
+
+   sudo reboot
 
 Enjoy NVMe speeds!
 ==================
-- 
GitLab