You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/asciidoc/accessories/m2-hat-plus/about.adoc
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -210,10 +210,14 @@ WARNING: Always disconnect your Raspberry Pi from power before connecting or dis
210
210
To boot from an NVMe drive attached to the M.2 HAT+ or M.2 HAT+ Compact, complete the following steps:
211
211
212
212
. xref:../computers/getting-started.adoc#raspberry-pi-imager[Install an operating system to your NVMe drive by using Raspberry Pi Imager]. You can do this from your Raspberry Pi if you already have an SD card with a Raspberry Pi OS image.
213
-
. Boot your Raspberry Pi into Raspberry Pi OS using an SD card or USB drive to alter the boot order in the persistent on-board EEPROM configuration.
214
-
. In a terminal on your Raspberry Pi, run `sudo raspi-config` to open the Raspberry Pi Configuration CLI.
215
-
. Under `Advanced Options` > `Boot Order`, choose `NVMe/USB boot`. Then, exit `raspi-config` with `Finish` or the *Escape* key.
216
-
. Reboot your Raspberry Pi with `sudo reboot`.
213
+
. Reboot your Raspberry Pi.
214
+
* If you don't have an SD card inserted in your Raspberry Pi 5, it boots automatically from your NVMe drive.
215
+
* If you do have an SD card inserted in your Raspberry Pi 5, it attempts to boot from the SD card first. You can change the boot order on your Raspberry Pi by completing the following steps:
216
+
.. Boot your Raspberry Pi into Raspberry Pi OS using an SD card.
217
+
.. In a terminal on your Raspberry Pi, run `sudo raspi-config` to open the Raspberry Pi Configuration CLI.
218
+
.. Under `Advanced Options` > `Boot Order`, choose `NVMe/USB boot`.
219
+
.. Exit `raspi-config` with `Finish` or the *Escape* key.
220
+
.. Reboot your Raspberry Pi with `sudo reboot`.
217
221
218
222
For more information, see xref:../computers/raspberry-pi.adoc#nvme-ssd-boot[NVMe boot].
0 commit comments