Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 4596

Advanced users • Booting from M.2 drive (Geeek X1001 M.2 hat)

$
0
0
From what I gather reading Jeff Geerling's blog post, booting from a M.2 Hat's SSD involves two steps:
1. Addition of the following to /boot/config.txt (dtparam=pciex1_gen=3)
2. Using rpi-eeprom-config --edit to make theses changes:

Old:

Code:

[all]BOOT_UART=1POWER_OFF_ON_HALT=1WAKE_ON_GPIO=0BOOT_ORDER=0xf41
New:

Code:

[all]BOOT_UART=1POWER_OFF_ON_HALT=1WAKE_ON_GPIO=0BOOT_ORDER=0xf416PCIE_PROBE=1
Is that last line (PCIE_PROBE=1) needed for me since "Add the following line if using a non-HAT+ adapter:" I believe the X1001 qualifies as a non-HAT+ adapter but wanted to check before I go messing up my system.

Statistics: Posted by graysky — Sun Jan 05, 2025 9:19 pm — Replies 0 — Views 29



Viewing all articles
Browse latest Browse all 4596

Trending Articles