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:New: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.
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
Code:
[all]BOOT_UART=1POWER_OFF_ON_HALT=1WAKE_ON_GPIO=0BOOT_ORDER=0xf416PCIE_PROBE=1
Statistics: Posted by graysky — Sun Jan 05, 2025 9:19 pm — Replies 0 — Views 29