Difference between revisions of "Template:X100x-FAQ"

From Geekworm Wiki
Jump to navigation Jump to search
 
Line 110: Line 110:
 
It is recommended that you boot from the SD card first and then use the '''SD Card Copier''' tool to flash the OS to the NVME SSD. Refer to [[NVMe_SSD_boot_with_the_Raspberry_Pi_5#Flash_OS_onto_NVME_SSD]]
 
It is recommended that you boot from the SD card first and then use the '''SD Card Copier''' tool to flash the OS to the NVME SSD. Refer to [[NVMe_SSD_boot_with_the_Raspberry_Pi_5#Flash_OS_onto_NVME_SSD]]
 
* The SSD used may be incompatible. Please replace it with other brand SSD.
 
* The SSD used may be incompatible. Please replace it with other brand SSD.
 +
</div>
 +
</div>
 +
 +
<div class="toccolours mw-collapsible mw-collapsed">
 +
<div style="font-weight:bold;line-height:1.0;">
 +
Q8: Why does the LED of X1001/X1004 '''still blinking''' after issuing the shutdown command '''poweroff'''?
 +
</div>
 +
<div class="mw-collapsible-content">
 +
A:Please run the folloing command:
 +
sudo rpi-eeprom-config -e
 +
 +
Then Change the setting of  <code>POWER_OFF_ON_HALT</code> from '''0''' to '''1'''
 +
 +
Then save & reboot your rpi 5.
 
</div>
 
</div>
 
</div>
 
</div>

Revision as of 12:16, 11 November 2024

In fact, some PIPs such as X1001 / X1002 / X1003 / X1000 etc are just an extension of the Raspberry Pi 5 PCIe, and their own hardware functions are limited. If the OS configuration and PCle FFC cable faults can be ruled out, the normal operation of PCIe (recognizing and booting) depends more on the firmware and SSD compatibility. Since October 2023, the Raspberry Pi Foundation has been updating the bootloader version to solve similar problems. You can learn more from the link below.

Raspberry Pi5 bootloader EEPROM release notes

After several major version updates, the bootloader has basically solved the firmware issue, so the remaining is the OS configuration and SSD compatibility issues.

If you are using a very old SSD, if you are experiencing issues with it being recognised and not being able to boot, the first thing you should consider is replacing the NVME SSD.

Expand

Q1: Can't boot/recognize from NVMe SSD?

Expand

Q2: Don't recognize / boot from NVME SSD?

Expand

Q3: How to fix the 2230/2242/2260 SSD on X1001 or other PIP?

Expand

Q4. X1002 can't boot when install into the P580 case?

Expand

Q5: Which NVMe drives work with a Raspberry Pi 5?

Expand

Q6: Can they support gen3 PCIe speeds or only gen2?

Expand

Q7: Why can the SSD be recognized but not bootable?

Expand

Q8: Why does the LED of X1001/X1004 still blinking after issuing the shutdown command poweroff?