Skip to content

Commit 4534bed

Browse files
authored
More information (#23)
* added footer logo * moved change log * replaced USB-C with USB Type-C * renamed page * update name * updated feture list * wording change * updated packages * added contact info to footer * updated STA to standard * added home background Image * updated tables * fix home image * sidebar fix * added Discord Link
1 parent aef95ed commit 4534bed

26 files changed

+380
-189
lines changed

.vscode/settings.json

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"emmc",
1414
"fanunit",
1515
"GPIO",
16+
"hynix",
1617
"Imager",
1718
"Kapton",
1819
"Kuleshov",
@@ -23,6 +24,7 @@
2324
"OPTIGA",
2425
"RPIBOOT",
2526
"Silvertel",
27+
"Solidigm",
2628
"UART",
2729
"UGREEN",
2830
"usbboot",

docs/docs/blade/advanced-guides/_category_.json

-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
{
22
"position": 1.3,
33
"label": "Advanced Guides",
4-
"collapsible": true,
5-
"collapsed": true,
64
"className": "red",
75
"link": {
86
"type": "generated-index",

docs/src/pages/changelog.md docs/docs/blade/changelog.md

+16-13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
---
2+
sidebar_position: 9
3+
---
14
# Changelog
25

36
## V1.0 MK4
@@ -14,9 +17,9 @@
1417

1518
### Improvements
1619

17-
- Increased power on the 3.3V bus to 16.5W. Which will allow the use of future high-speed modules
18-
- Added overload and short circuit protection to the 5V and 3.3V outputs on the board
19-
- The possibility of powering the blade from the 5V pin has been removed
20+
- Increased power on the `3.3V` bus to `16.5W`. Which will allow the use of future high-speed modules
21+
- Added overload and short circuit protection to the `5V` and `3.3V` outputs on the board
22+
- The possibility of powering the blade from the `5V` pin has been removed
2023
- Power Good LED on the board works even without the Compute Module
2124
- The low-speed modules connection is turned 180°
2225

@@ -32,7 +35,7 @@
3235
### Improvements
3336

3437
- Increased standoffs height for CM4 allows you to use different clones without worrying about the space under the module;
35-
- Power over Ethernet IEEE 802.3at (PoE+) up to 30W (normal operation 2-8W);
38+
- Power over Ethernet [`IEEE 802.3at`](https://standards.ieee.org/ieee/802.3at/4553/) (PoE+) up to `30W` (normal operation `2W`-`8W`);
3639
- New PoE module ([Silvertel AG5405](https://silvertel.com/images/datasheets/Ag5400-datasheet-high%20Efficiency-30W-Power-Over-Ethernet-Plus-Module-PoE+PD.pdf)) with one of the best characteristics in class
3740
- Modified latch mounting holes for easier installation;
3841
- More test points added
@@ -42,29 +45,29 @@
4245

4346
### Features
4447
- Support all Raspberry Pi CM4
45-
- NVMe SSD up to 22110 (2230, 2242, 2260, 2280 supported)
48+
- NVMe SSD up to `22110` (`2230`, `2242`, `2260`, `2280` supported)
4649
- Gigabit Ethernet
47-
- Power over Ethernet IEEE 802.3at (PoE+) up to 22W (normal operation 2-8W)
50+
- Power over Ethernet [`IEEE 802.3at`](https://standards.ieee.org/ieee/802.3at/4553/) (PoE+) up to `22W` (normal operation `2-8W`)
4851
- Optional real-time clock (RTC) module
4952
- Optional Zymbit ZYMKEY4i, or custom module for Zymbit Hardware Security(HSM)
5053
- USB-A for a flash drive for copying data during setup with UART or YubiKey keys during operation
5154
- MicroSD card port
52-
- UART0 on the front (TX, RX, GND)
53-
- Additional UART0 with 5v in (or out) next to RTC port
55+
- `UART0` on the front (TX, RX, GND)
56+
- Additional `UART0` with `5V` in (or out) next to RTC port
5457
- Two digital RGB LEDs
55-
- Hardware switchable WiFi, BT, and EEPROM write-protection
58+
- Hardware switchable Wi-Fi, Bluetooth, and EEPROM write-protection
5659
- Activity, Power, and SSD LEDs
5760
- HDMI port for monitor (up to 4k60)
58-
- USB-C port and nRPIBOOT button to flash the bootloader, access to eMMC/SD card or tests
61+
- USB Type-C port and nRPIBOOT button to flash the bootloader, access to eMMC/SD card or tests
5962
- TPM 2.0 onboard
6063
- PWM fan connector for the custom backplane (Fan Units), supports UART communication
61-
- Switchable USB input (USB-A or USB-C)
64+
- Switchable USB input (USB-A or USB Type-C)
6265
- Programmable button on the front panel
6366
- Officially “Powered by Raspberry Pi”
6467
- FCC and CE ready
6568
- Individual serial number
66-
- The power supply of the Raspberry Pi CM4 is now 5.1V, which has improved stability under overclocking. This is fully within the specifications (4.75V-5.25V)
67-
- IEEE 802.3at detection (on Raspberry Pi with GPIO pin and additional LED on the blade)
69+
- The power supply of the Raspberry Pi CM4 is now `5.1V`, which has improved stability under overclocking. This is fully within the specifications (`4.75V`-`5.25V`)
70+
- [`IEEE 802.3at`](https://standards.ieee.org/ieee/802.3at/4553/) detection (on Raspberry Pi with GPIO pin and additional LED on the blade)
6871
- New button for the front panel (to feel the click better)
6972
- All front LEDs can be turned off (except for Ethernet, this needs to be corrected in v.1), a very handy feature!
7073
- Signed by [Ivan Kuleshov](https://www.linkedin.com/in/merocle/)

docs/docs/blade/compatibility/_category_.json

-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
{
22
"position": 1.4,
33
"label": "Compatibility",
4-
"collapsible": true,
5-
"collapsed": true,
64
"className": "red",
75
"link": {
86
"type": "generated-index",

docs/docs/blade/compatibility/tested-ssd.md docs/docs/blade/compatibility/ssd.md

+86-20
Original file line numberDiff line numberDiff line change
@@ -2,51 +2,117 @@
22

33
Below is a list of NVMe SSDs that have been tested by Uptime Lab and community members.
44

5-
| Product | Model | Capactiy | Tester |
5+
### Benchmarks
6+
7+
[pibenchnarks.com](https://pibenchmarks.com) is a popular site to upload micro SD, eMMC, SSD, and other storage benchmarks for Raspberry Pi and Pi clones. You can find benchmarks for some of the NVMe SSDs above via the links below.
8+
9+
## Crucial
10+
| Product | Model | Capacity | Tester |
611
|:------------------------------|:-------------------|:-------------|:--------------------------------------------|
712
| Crucial P2 | CT500P2SSD8 | 500GB | [xvzf](https://github.com/xvzf) |
813
| Crucial P3 | CT500P3SSD8 | 500GB | [pxpunx](https://github.com/pxpunx) |
914
| Crucial P3 | CT4000P3SSD8 | 4TB | [Uptime Lab](https://github.com/Uptime-Lab) |
15+
16+
## Intel
17+
18+
| Product | Model | Capacity | Tester |
19+
|:------------------------------|:-------------------|:-------------|:--------------------------------------------|
1020
| Intel 670p | SSDPEKNU512GZ | 512GB | [pxpunx](https://github.com/pxpunx) |
1121
| Intel Optane H10 | HBRPEKNX0101A | 16GB + 256GB | [pxpunx](https://github.com/pxpunx) |
1222
| Intel Optane M10 <sup>1</sup> | MEMPEK1J032GAD | 32GB | [pxpunx](https://github.com/pxpunx) |
23+
24+
<sup>1</sup> _This SSD will not function as a boot disk._
25+
26+
## Kingston
27+
28+
| Product | Model | Capacity | Tester |
29+
|:------------------------------|:-------------------|:-------------|:--------------------------------------------|
1330
| Kingston NV2 | SNV2S/250G | 250GB | [pxpunx](https://github.com/pxpunx) |
1431
| Kingston NV2 | SNV2S/1000G | 1TB | [xvzf](https://github.com/xvzf) |
1532
| Kingston SNS8154P3 | RBUSNS8154P3256GJ1 | 256GB | [pxpunx](https://github.com/pxpunx) |
33+
34+
35+
## KIOXIA
36+
37+
| Product | Model | Capacity | Tester |
38+
|:------------------------------|:-------------------|:-------------|:--------------------------------------------|
1639
| KIOXIA-EXCERIA SSD | LRC10Z500GG8 | 500GB | [xvzf](https://github.com/xvzf) |
1740
| KIOXIA BG4 | KBG40ZNS128G | 128GB | [pxpunx](https://github.com/pxpunx) |
18-
| KIOXIA BG5 <sup>2</sup> | KBG50ZNV512G | 512GB | [xvzf](https://github.com/xvzf) |
41+
| KIOXIA BG5 <sup>1</sup> | KBG50ZNV512G | 512GB | [xvzf](https://github.com/xvzf) |
42+
43+
<sup>1</sup> _Might cause slightly increased CM4 temperature, but stability & performance is not impacted (reported by [xvzf](https://github.com/xvzf)) ._
44+
45+
## Micron
46+
47+
| Product | Model | Capacity | Tester |
48+
|:------------------------------|:-------------------|:-------------|:--------------------------------------------|
1949
| Micron 2450 | MTFDKBA256TFK | 256GB | [pxpunx](https://github.com/pxpunx) |
2050
| Micron 3400 | MTFDKBA512TFH | 512GB | [pxpunx](https://github.com/pxpunx) |
51+
52+
## Patriot
53+
54+
| Product | Model | Capacity | Tester |
55+
|:------------------------------|:-------------------|:-------------|:--------------------------------------------|
2156
| Patriot P310 | P310P240GM28 | 240GB | [pxpunx](https://github.com/pxpunx) |
57+
58+
## PNY
59+
60+
| Product | Model | Capacity | Tester |
61+
|:------------------------------|:-------------------|:-------------|:--------------------------------------------|
2262
| PNY CS1030 | M280CS1030-250-RB | 250GB | [pxpunx](https://github.com/pxpunx) |
63+
64+
## Samsung
65+
66+
| Product | Model | Capacity | Tester |
67+
|:------------------------------|:-------------------|:-------------|:--------------------------------------------|
2368
| Samsung 970 EVO | MZ-V7E500 | 500GB | [pxpunx](https://github.com/pxpunx) |
24-
| Samsung 970 EVO Plus | MZ-V7S1T0B | 2TB | [Uptime Lab](https://github.com/Uptime-Lab) |
25-
| Samsung 960 PRO | MZ-V6P512BW | 500GB | [Uptime Lab](https://github.com/Uptime-Lab) |
26-
| Samsung 970 PRO | MZ-V7P512BW | 500GB | [Uptime Lab](https://github.com/Uptime-Lab) |
27-
| Samsung 980 PRO | MZ-V8P1T0B | 1TB | [Uptime Lab](https://github.com/Uptime-Lab) |
28-
| Samsumg PM991a | MZ9LQ256HBJD | 256GB | [pxpunx](https://github.com/pxpunx) |
69+
| Samsung 970 EVO Plus | MZ-V7S1T0B | 2TB | [Uptime](https://github.com/Uptime-industries) |
70+
| Samsung 960 PRO | MZ-V6P512BW | 500GB | [Uptime](https://github.com/Uptime-industries) |
71+
| Samsung 970 PRO | MZ-V7P512BW | 500GB | [Uptime](https://github.com/Uptime-industries) |
72+
| Samsung 980 PRO | MZ-V8P1T0B | 1TB | [Uptime](https://github.com/Uptime-industries) |
73+
| Samsung PM991a | MZ9LQ256HBJD | 256GB | [pxpunx](https://github.com/pxpunx) |
74+
75+
## SK hynix
76+
77+
| Product | Model | Capacity | Tester |
78+
|:------------------------------|:-------------------|:-------------|:--------------------------------------------|
2979
| SK hynix BC711 | HFM256GD3JX016N | 256GB | [pxpunx](https://github.com/pxpunx) |
30-
| SK hynix PC611 | HFS001TD9TNI | 1TB | [Uptime Lab](https://github.com/Uptime-Lab) |
80+
| SK hynix PC611 | HFS001TD9TNI | 1TB | [Uptime](https://github.com/Uptime-industries) |
3181
| Solidigm P41 Plus | SSDPFKNU512GZ | 512GB | [pxpunx](https://github.com/pxpunx) |
32-
| Synology SNV3510 | SNV3510-400G | 400GB | [Uptime Lab](https://github.com/Uptime-Lab) |
82+
83+
84+
## Synology
85+
86+
| Product | Model | Capacity | Tester |
87+
|:------------------------------|:-------------------|:-------------|:--------------------------------------------|
88+
| Synology SNV3510 | SNV3510-400G | 400GB | [Uptime](https://github.com/Uptime-industries) |
89+
90+
## TeamGroup
91+
92+
| Product | Model | Capactiy | Tester |
93+
|:------------------------------|:-------------------|:-------------|:--------------------------------------------|
3394
| TEAMGROUP MP33 | TM8FP6256G0C101 | 256GB | [pxpunx](https://github.com/pxpunx) |
3495
| TEAMGROUP MP33 PRO | TM8FPD001T0C101 | 1TB | [dlohin](https://github.com/dlohin) |
96+
97+
## Toshiba
98+
99+
| Product | Model | Capactiy | Tester |
100+
|:------------------------------|:-------------------|:-------------|:--------------------------------------------|
35101
| Toshiba BG3 | KBG30ZMS128G | 256GB | [pxpunx](https://github.com/pxpunx) |
102+
103+
## Transcend
104+
105+
| Product | Model | Capactiy | Tester |
106+
|:------------------------------|:-------------------|:-------------|:--------------------------------------------|
36107
| Transcend 110S | TS256GMTE110S | 256GB | [pxpunx](https://github.com/pxpunx) |
108+
109+
## Western Digital(WD)
110+
111+
| Product | Model | Capactiy | Tester |
112+
|:------------------------------|:-------------------|:-------------|:--------------------------------------------|
37113
| WD Black SN770 | WDS250G3X0E | 250GB | [pxpunx](https://github.com/pxpunx) |
38-
| WD Black SN770 | WDS500G3X0E | 500GB | [Uptime Lab](https://github.com/Uptime-Lab) |
114+
| WD Black SN770 | WDS500G3X0E | 500GB | [Uptime](https://github.com/uptime-industries/) |
39115
| WD Blue SN570 | WDS250G3B0C | 250GB | [pxpunx](https://github.com/pxpunx) |
40116
| WD Green SN350 | WDS240G2G0C | 240GB | [pxpunx](https://github.com/pxpunx) |
41117
| WD Red SN700 | WDS500G1R0C | 500GB | [pxpunx](https://github.com/pxpunx) |
42118
| WD SN520 | SDAPNUW-256G-1006 | 256GB | [pxpunx](https://github.com/pxpunx) |
43-
44-
<sup>1</sup> _This SSD will not function as a boot disk._
45-
<sup>2</sup> _Might cause slightly increased CM4 temperature, but stability & performance is not impacted (reported by [xvzf](https://github.com/xvzf)) ._
46-
47-
# Benchmarks
48-
49-
[pibenchnarks.com](https://pibenchmarks.com) is a popular site to upload micro SD, eMMC, SSD, and other storage benchmarks for Raspberry Pi and Pi clones. You can find benchmarks for some of the NVMe SSDs above via the links below.
50-
51-
* https://pibenchmarks.com/user/pxpunx/
52-
* https://pibenchmarks.com/user/Merocle/
+19-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
1-
# Tested Network Switchs
1+
# Network Switchs & PoE Injectors
22

3-
| Product | Model | Manufacturer | Tested By |
4-
|:------------------------------|:------------------ | :----------- | --------- |
5-
| Pro 24 PoE | [USW-Pro-24-PoE](https://techspecs.ui.com/unifi/switching/usw-pro-24-poe) | Ubiquiti | [Uptime](https://github.com/uptime-industries) |
3+
4+
## Cisco
5+
| Product | Model Number | Tested By |
6+
|:------------------------------|:------------------ | --------- |
7+
| Cisco Catalyst 3650 48-FQM | [WS-C3650-48FQM](https://www.cisco.com/c/en/us/products/collateral/switches/catalyst-3650-series-switches/data_sheet-c78-729449.html) | murraythegoz(On Discord) |
8+
9+
## Ubiquiti
10+
11+
| Product | Model Number | Tested By |
12+
|:------------------------------|:------------------ | --------- |
13+
| Pro 24 PoE | [USW-Pro-24-PoE](https://techspecs.ui.com/unifi/switching/usw-pro-24-poe) | [Uptime](https://github.com/uptime-industries) |
14+
| UniFi PoE+ Adapter | [U-POE-at](https://store.ui.com/eu/en/products/u-poe-at) | mindspore(On Discord) |
15+
16+
## TP-Link
17+
18+
| Product | Model Number | Tested By |
19+
|:------------------------------|:------------------ | --------- |
20+
| TL-SG105MPE | [TL-SG105MPE](https://www.tp-link.com/us/home-networking/5-port-switch/tl-sg105mpe/) | slipstickn(On Discord) |
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
{
22
"position": 1.1,
33
"label": "Getting Started",
4-
"collapsible": true,
5-
"collapsed": true,
64
"className": "red"
75
}

docs/docs/blade/getting-started/image.mdx

+5-5
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ To prepare a storage medium you will need another computer.
3838
</TabItem>
3939
<TabItem value="emmc" label="eMMC">
4040
<Admonition type="warning">
41-
eMMC can only be imaged on Dev blade as it has USB-C port, USB switch, and `nRPIBOOT` button
41+
eMMC can only be imaged on Dev blade as it has USB Type-C port, USB switch, and `nRPIBOOT` button
4242
</Admonition>
4343
<Admonition type="note">
4444
CM4s with part number `CM4XXX000` do **NOT** have eMMC and are referred to as lite.
@@ -51,10 +51,10 @@ To prepare a storage medium you will need another computer.
5151
sudo ./rpiboot
5252
```
5353

54-
Move the USB switch to the USB-C position.
55-
Then, while holding down the `nRPIBOOT` button on the blade connect the USB-C cable.
54+
Move the USB switch to the USB Type-C position.
55+
Then, while holding down the `nRPIBOOT` button on the blade connect the USB Type-C cable.
5656

57-
![Compute Blade with USB and nRPIBOOT button highlighted](/img/blade/mk4-k-nRPIBOOT.webp)
57+
![Compute Blade with USB Type-C and nRPIBOOT button highlighted](/img/blade/mk4-k-nRPIBOOT.webp)
5858

5959
The Device will reconnect several times. On the last time it will appear as a USB media device.
6060
</TabItem>
@@ -119,7 +119,7 @@ Once completed remove the storage device from the computer.
119119
![Compute Blade mk4 ssd slot](/img/blade/mk4-k-ssd.webp)
120120
</TabItem>
121121
<TabItem value="emmc" label="eMMC">
122-
Unplug the USB-C cable from the Compute Blade and set the switch to USB-A
122+
Unplug the USB Type-C cable from the Compute Blade and set the switch to USB-A
123123

124124
![Compute Blade mk4 eMMC chip](/img/blade/mk4-k-emmc.webp)
125125
</TabItem>

docs/docs/blade/guides/_category_.json

-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
{
22
"position": 1.2,
33
"label": "Guides",
4-
"collapsible": true,
5-
"collapsed": true,
64
"className": "red",
75
"link": {
86
"type": "generated-index",

docs/docs/blade/guides/led-button.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ You'll need to install the [Adafruit_Blinka](https://learn.adafruit.com/circuitp
8989
9090
// Check if the pin is active (assuming active-high logic)
9191
if (poeIndicatorState == HIGH) {
92-
printf("Powersource: 802.3af or USB-C\n");
92+
printf("Powersource: 802.3af or USB Type-C\n");
9393
} else {
9494
printf("Powersource: 802.3at\n");
9595
}

0 commit comments

Comments
 (0)