X1001: Difference between revisions

Rita (talk | contribs)
Replace <comments/> with <comment-streams />
 
(5 intermediate revisions by 3 users not shown)
Line 14: Line 14:
----
----
{{PCIe to NVME Sets}}
{{PCIe to NVME Sets}}
{{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''':


=== 1. Core Compatibility ===
* Maximum current for pcie connector is <mark>1A</mark>, and voltage is 5V
This expansion board is '''only compatible with M.2 NVMe SSDs'''.
* 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.


'''Not compatible:'''<br />
==How to Power==
M.2 SATA SSDs, M.2 PCIe AHCI SSDs, and any other M.2 non-NVMe devices.
Can power the X1001 shield directly from the FFC PCIe ribbon (providing maximum 5W of continuous power)


=== 2. SSDs to Avoid (Phison Controller) ===
[[File:Nvme-SSD-Current-Note.jpg|800px]]
The following NVMe SSDs equipped with '''Phison controllers''' have been confirmed to have compatibility issues and are '''not recommended''':
* WD Blue SN580 series
* 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 ===
==Matching Case==
The following models originally had compatibility issues but have been resolved with system/firmware updates:
Refer to [[P579 |P579/P579-V2]]
* '''WD Blue SN550 series''' – Resolved after the <code>rpi-eeprom-update</code> released on January 24, 2024
* '''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.
[[File:P579-V2-IMG-7787-interface.jpg|500px]]
[[File:P579-V2-IMG-7211-size-1.jpg|500px]]
[[File:P579-Installation.jpg|500px]]


=== 4. Confirmed Incompatible SSDs (Other Controllers / Models) ===
==Test Reviews==
# '''Micron 2200 256GB M.2 NVMe Gen3 x4''' (Model: MTFDHBA256TCH)<br />Detectable, but cannot boot from NVMe.
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>:
# '''SSDs with Polaris Controller'''<br />Compatibility issues have been reported.
sudo nano /boot/firmware/config.txt
# '''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]
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


=== 5. Verified Compatible SSDs (Examples) ===
Press '''Ctrl-O''', then enter, to write the change to the file.
Based on internal testing and community feedback, the following SSDs are known to work:
* Samsung 980 / 990 Pro series
* 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.
Press '''Ctrl-X''' to exit nano (the editor).


For a more comprehensive list, please refer to community-verified compatibility resources: [Link]


=== 6. Important Usage Notes ===
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:
# '''Older NVMe SSDs''' may perform slower due to less efficient flash media.
  dtparam=pciex1_gen=3
# '''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 ===
You also can refer to official documentatio:[https://www.raspberrypi.com/documentation/computers/raspberry-pi-5.html#enabling-pcie Enabling PCIe]
Some users have reported that after updating to the latest firmware, certain NVMe SSDs with '''Phison controllers''' work properly.<br />
 
Reference: [https://wiki.geekworm.com/X1001#comment-4638 X1001 Community Discussion #4638]
 
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]]
 
[[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;
 
==User Manual==
* 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
 
===Video Guide===
Installation Video of X1001: https://youtu.be/X1GxqLKpPfg
{{#ev:youtube|https://youtu.be/X1GxqLKpPfg}}
 
X1001/X1001/X1002 Test Video by leepsvideo
https://youtu.be/XMA8e4r1AUQ
{{#ev:youtube|https://youtu.be/XMA8e4r1AUQ}}
 
Which NVMe drives work with a Raspberry Pi 5?
https://youtu.be/3mUgVTBmKio
{{#ev:youtube|https://youtu.be/3mUgVTBmKio}}
 
Thanks for the test video by Computadoras y Sensores!
https://youtu.be/DgIAfzBMTA0
{{#ev:youtube|https://youtu.be/DgIAfzBMTA0}}
 
Thanks for the video by Code Fallacy!
https://youtu.be/IUxP31rNRY4
{{#ev:youtube|https://youtu.be/IUxP31rNRY4}}
 
Thanks for the test video by Andy Yong!
https://youtu.be/nq90S1vxfUU
{{#ev:youtube|https://youtu.be/nq90S1vxfUU}}
 
==FAQ==
{{X100x-FAQ}}
 
<!--Add review function! -->
<comment-streams id="main" />
 
<!--Please choose the  -->
<!--Remove other categories, just keep the appropriate categories -->
 
[[Category:Product Manual]]
[[Category:Raspberry pi]]
[[Category:Knowledge]]