X1012: Difference between revisions
| Line 61: | Line 61: | ||
[[File:X1012-P579-V2-Installation.jpg|600px]] | [[File:X1012-P579-V2-Installation.jpg|600px]] | ||
=== | ===How to make it work tutorial=== | ||
# '''Enable PCIe''' to make nvme ssd work, please refer to [[NVMe SSD boot with the Raspberry Pi 5]] | # '''Enable PCIe''' to make nvme ssd work, please refer to [[NVMe SSD boot with the Raspberry Pi 5]] | ||
# Run the following command to tell the Pi that the X1012 POE is capable of 5A, so the USB current will get the full 1.6A | # Run the following command to tell the Pi that the X1012 POE is capable of 5A, so the USB current will get the full 1.6A | ||
:: sudo rpi-eeprom-config -e | ::<pre>sudo rpi-eeprom-config -e</pre> | ||
::Add <code>PSU_MAX_CURRENT=5000</code> at the end of the file that reads like this: | ::Add <code>PSU_MAX_CURRENT=5000</code> at the end of the file that reads like this: | ||