X1001: Difference between revisions

Rita (talk | contribs)
Rita (talk | contribs)
No edit summary
Line 15: Line 15:
{{PCIe to NVME Sets}}
{{PCIe to NVME Sets}}


== Important Notes==
{{NVMe SSD Incompatibility List}}
==Features==
* Minimalist design, easy to install
* Compatible with other HAT shield;
* FFC is only 30mm length.
* Supports installation of official active coolers;
* PCIE LED Indicators: PCie - The LED will be on if the SSD is recognised;
:According the [https://datasheets.raspberrypi.com/pcie/pcie-connector-standard.pdf Raspberry Pi Foundation's specification for PCIE], we have redesigned and retained only the ACT LED indicator in the next production batch (starting December 20, 2023).'''On: Power OK/Standby,Flashing: Reading/Writing'''
* Supports 2230/2242/2260/2280 NVME M2 SSD.
* Can power the X1001 shield directly from the FFC PCIe ribbon (providing maximum 5W of continuous power)
* Integrated with XH2.54 5V power connector, just use it if you are using a ultra large capacity SSD if the current is not enough;
'''PS''':
* Maximum current for pcie connector is <mark>1A</mark>, and voltage is 5V
* If you find that the SSD is not working properly, it is possible that the power supply of SSD is not enough, then you need to check the current requirement of your SSD to decide whether power the SSD separately.
* The X1001 hardware has no limit on NVME SSD capacity, which is dependent on the Raspberry Pi OS.
==How to Power==
Can power the X1001 shield directly from the FFC PCIe ribbon (providing maximum 5W of continuous power)
[[File:Nvme-SSD-Current-Note.jpg|800px]]
==Matching Case==
Refer to [[P579 |P579/P579-V2]]
[[File:P579-V2-IMG-7787-interface.jpg|500px]]
[[File:P579-V2-IMG-7211-size-1.jpg|500px]]
[[File:P579-Installation.jpg|500px]]
==Test Reviews==
By default the PCIe connector is not enabled. To enable it you should add the following option into <span class="tb_blue">/boot/firmware/config.txt</span> and <span class="tb_blue">reboot</span>:
sudo nano /boot/firmware/config.txt
Then add the following comment;
# Enable the PCIe External connector.
dtparam=pciex1
# This line is an alias for above (you can use either/or to enable the port).
dtparam=nvme
Press '''Ctrl-O''', then enter, to write the change to the file.
Press '''Ctrl-X''' to exit nano (the editor).
And the connection is certified for Gen 2.0 speed (5 GT/sec), but you can force it to Gen 3.0 (10 GT/sec) if you add the following line after:
dtparam=pciex1_gen=3
You also can refer to official documentatio:[https://www.raspberrypi.com/documentation/computers/raspberry-pi-5.html#enabling-pcie Enabling PCIe]
After I forced Gen 3.0 speeds, in my many tests I found that some NVMEs were able to run stably, but some NVMEs caused some problems: such as slow startup and running laggy, really really laggy. As the official statement says:
The Raspberry Pi 5 is not certified for Gen 3.0 speeds, and connections to PCIe devices at these speeds may be unstable.
'''Run the following command on Teminal window to test:'''
dd if=/dev/zero of=./Testingfile bs=100M count=10 oflag=direct
dd if=./Testingfile of=/dev/zero bs=100M count=10 oflag=dsync
'''Nomral PCIE 2.0 test data with''' ''dd'' '''command;'''
[[File:Nvme-test(pcie2).png]]
'''Forced Gen 3.0 speeds test data with '''dd''' command:'''
[[File:Nvme-test(pcie3).png]]
==Packing List==
* 1 x X1001 V1.1 NVMe SSD Shield
* 1 x PCIe FFC Cable(30mm length)
* 3 x M2.5x17mm F/F Spacers
* 6 x M2.5x5mm Screws
* 1 x M2x4mm Screws (to fix M2 SSD)
* <span class="tb_red">1 x Copper pillar (Used to fix 2242/2230 SSDs, add it in April 2024)</span>
[[File:X1001-IMG-7881-2.JPG|800px]]


== Important Notes==
[[File:X1001-Packing-List-copper.jpg|800px]]
 
<!--
[[File:X1001-V1.1-IMG-6870-Packing-List.jpg|800px]]
-->
 
NOTE:
 
The M2*4 screw is to fix M2 SSD;


=== 1. Core Compatibility ===
==User Manual==
This expansion board is '''only compatible with M.2 NVMe SSDs'''.
* X1001 hardware description: [[X1001 Hardware]]
* X1001 software tutorials: [[NVMe SSD boot with the Raspberry Pi 5]]
* [https://datasheets.raspberrypi.com/pcie/pcie-connector-standard.pdf Raspberry pi 5 pcie connector pin out]
* Dimensions source file (DXF): [[File:X1001-V1.0.dxf]] - You can view it with [https://viewer.autodesk.com/ Autodesk Viewer] online


'''Not compatible:'''<br />
===Video Guide===
M.2 SATA SSDs, M.2 PCIe AHCI SSDs, and any other M.2 non-NVMe devices.
Installation Video of X1001: https://youtu.be/X1GxqLKpPfg
{{#ev:youtube|https://youtu.be/X1GxqLKpPfg}}


=== 2. SSDs to Avoid (Phison Controller) ===
X1001/X1001/X1002 Test Video by leepsvideo
The following NVMe SSDs equipped with '''Phison controllers''' have been confirmed to have compatibility issues and are '''not recommended''':
https://youtu.be/XMA8e4r1AUQ
* WD Blue SN580 series
{{#ev:youtube|https://youtu.be/XMA8e4r1AUQ}}
* WD Black SN850 series
* WD Black SN770
* WD SN740
* WD SN810
* Inland TN446 NVMe SSD
* Corsair MP600 SSD
* Kingston NV3 NVMe SSD
* Micron 2450 SSD (detectable, but cannot boot from NVMe)
* Other NVMe SSDs using the same Phison controller


=== 3. SSDs with Resolved Compatibility Issues ===
Which NVMe drives work with a Raspberry Pi 5?
The following models originally had compatibility issues but have been resolved with system/firmware updates:
https://youtu.be/3mUgVTBmKio
* '''WD Blue SN550 series''' – Resolved after the <code>rpi-eeprom-update</code> released on January 24, 2024
{{#ev:youtube|https://youtu.be/3mUgVTBmKio}}
* '''WD Green SN350 series''' – Resolved (refer to community feedback)


:'''Note:''' These SSDs require updating the Raspberry Pi EEPROM and system to the specified version (e.g., after January 24, 2024) to function properly.
Thanks for the test video by Computadoras y Sensores!
https://youtu.be/DgIAfzBMTA0
{{#ev:youtube|https://youtu.be/DgIAfzBMTA0}}


=== 4. Confirmed Incompatible SSDs (Other Controllers / Models) ===
Thanks for the video by Code Fallacy!
# '''Micron 2200 256GB M.2 NVMe Gen3 x4''' (Model: MTFDHBA256TCH)<br />Detectable, but cannot boot from NVMe.
https://youtu.be/IUxP31rNRY4
# '''SSDs with Polaris Controller'''<br />Compatibility issues have been reported.
{{#ev:youtube|https://youtu.be/IUxP31rNRY4}}
# '''SSDs with MAP1202 Controller'''<br />These SSDs do not support PCIe Gen 2 and must be forced to PCIe Gen 3 to be recognized. Due to this incompatibility, they are '''not recommended'''.<br />More details: [https://zhuanlan.zhihu.com/p/644984347 Reference Link]


=== 5. Verified Compatible SSDs (Examples) ===
Thanks for the test video by Andy Yong!
Based on internal testing and community feedback, the following SSDs are known to work:
https://youtu.be/nq90S1vxfUU
* Samsung 980 / 990 Pro series
{{#ev:youtube|https://youtu.be/nq90S1vxfUU}}
* WD Black SN770 (requires latest EEPROM)
* Kioxia Exceria series


:Compatibility may vary depending on firmware versions. It is recommended to update your Raspberry Pi EEPROM and system to the latest version before use.
==FAQ==
{{X100x-FAQ}}


For a more comprehensive list, please refer to community-verified compatibility resources: [Link]
<!--Add review function! -->
<comments />


=== 6. Important Usage Notes ===
<!--Please choose the  -->
# '''Older NVMe SSDs''' may perform slower due to less efficient flash media.
<!--Remove other categories, just keep the appropriate categories -->
# '''New NVMe SSDs''' come without partitions. They must be partitioned and formatted before they appear in the file manager.
# SSD compatibility with the Raspberry Pi 5 is determined by the Raspberry Pi platform itself, not by the X100X series expansion board.
# '''How to check your SSD controller:'''<br />Run the following command in the terminal:
  <pre>
lspci
</pre>
Look for the line labeled '''"Non-Volatile memory controller"''' to identify the controller brand.


=== 7. Additional Note ===
[[Category:Product Manual]]
Some users have reported that after updating to the latest firmware, certain NVMe SSDs with '''Phison controllers''' work properly.<br />
[[Category:Raspberry pi]]
Reference: [https://wiki.geekworm.com/X1001#comment-4638 X1001 Community Discussion #4638]
[[Category:Knowledge]]