Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 789013b5 authored by Robert Nelson's avatar Robert Nelson
Browse files

Merge branch 'beagley-ai-nvme-fixes' into 'main'

beagley-ai-expansion-nvme: split these into 3 blocks, we do not want users to...

See merge request !133
parents 76acdf20 aa5fe373
Branches
Tags
1 merge request!133beagley-ai-expansion-nvme: split these into 3 blocks, we do not want users to...
Pipeline #15624 passed with stages
in 7 minutes and 34 seconds
...@@ -101,11 +101,17 @@ The following 3 commands will change your U-boot prompt to boot from NVMe by def ...@@ -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 .. 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 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 beagle-flasher-mv-rootfs-to-nvme
sudo reboot
.. code:: console
sudo reboot
Enjoy NVMe speeds! Enjoy NVMe speeds!
================== ==================
......
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