diff --git a/boards/beagley/ai/demos/beagley-ai-expansion-nvme.rst b/boards/beagley/ai/demos/beagley-ai-expansion-nvme.rst index b29877813c7aacf4cd49d0b5c71e9c0934c1cabf..659851379ff41fe6bd2531c8be152baf55c05851 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! ==================