Skip to content

Commit

Permalink
docs/variants/protectli_vp2430: review corrections
Browse files Browse the repository at this point in the history
Signed-off-by: Filip Lewiński <[email protected]>
  • Loading branch information
filipleple committed Dec 9, 2024
1 parent dee06db commit 1b5dc08
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 15 deletions.
Binary file added docs/images/VP2430.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/unified/protectli/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,15 +179,15 @@
means a significant improvement in performance, at a comparable power
consumption level. It also features 4 x 2.5G i226 ethernet ports.

![](/images/VP2430.png)
![](../../images/VP2430.png)

The VP2430 can accommodate up to 16 GB DDR5 RAM and and a M.2 NVMe SSD
storage drive. The built-in 32 GB eMMC module can be used for booting a
light-weight OS for example, or for use as optional storage.

VP2430 specification:

* Intel® Processor N100 Quad Core, 6M Cache, up to 3.4 GHz
* Intel® Processor N150 Quad Core, 6M Cache, up to 3.4 GHz
* 4 Intel® 2.5 Gigabit Ethernet NIC ports
* M.2 NVMe SSD Slot
* 32 GB eMMC module on board
Expand Down
4 changes: 3 additions & 1 deletion docs/unified/protectli/recovery.md
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,9 @@ and Dasharo open-source firmware.
1. Flash the platform by using the following command:

```bash
flashrom -p linux_spi:dev=/dev/spidev1.0,spispeed=16000 -w [path_to_binary]
flashrom -p linux_spi:dev=/dev/spidev1.0,spispeed=16000 \
-c "MX25L12833F/MX25L12835F/MX25L12845E/MX25L12865E/MX25L12873F" \
-w [path_to_binary]
```

> Flashing with flashrom takes about 1 minute.
Expand Down
2 changes: 1 addition & 1 deletion docs/variants/protectli_vp2430/hardware-matrix.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ coreboot port on the Protectli VP2430 firewall.

| Component | Description |
|------------------------|----------------------------------------------------------|
| **CPU** | Intel(R) N100 @ 3.40GHz |
| **CPU** | Intel(R) N150 @ 3.40GHz |
| **RAM** | Corsair CMSX32GX5M2A4800C40 |
| **Flash memory** | Macronix KH25L12835F
| **SSD** | 1. SSD Goodram PX700 M.2 NVMe 1TB |
Expand Down
7 changes: 2 additions & 5 deletions docs/variants/protectli_vp2430/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ For details about our release process please read
[newsletter]{.md-button .md-button--primary .center}
</center>

Test results for this platform can be found
[here](https://docs.google.com/spreadsheets/d/1wSE6xA3K3nXewwLn5lV39_2wZL1kg5AkGb4mvmG3bwE/edit#gid=270990532).

## v0.9.0 - 2024-11-xx

> Coming soon!
[newsletter]: https://newsletter.3mdeb.com/subscription/n2EpSxtqL
6 changes: 0 additions & 6 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,31 +116,27 @@ plugins:
'variants/protectli_vp66xx/building_manual.md': 'unified/protectli/building_manual.md#vp6630vp6650vp6670'
'variants/protectli_vp2410/building_manual.md': 'unified/protectli/building_manual.md#vp2410'
'variants/protectli_vp2420/building_manual.md': 'unified/protectli/building_manual.md#vp2420'
'variants/protectli_vp2430/building_manual.md': 'unified/protectli/building_manual.md#vp2430'

'variants/protectli_fw6/firmware_update.md': 'unified/protectli/firmware_update.md#fw6'
'variants/protectli_vp1x1x/firmware_update.md': 'unified/protectli/firmware_update.md#v1000-series'
'variants/protectli_vp46xx/firmware_update.md': 'unified/protectli/firmware_update.md#vp4630vp4650vp4670'
'variants/protectli_vp66xx/firmware_update.md': 'unified/protectli/firmware_update.md#vp6630vp6650vp6670'
'variants/protectli_vp2410/firmware_update.md': 'unified/protectli/firmware_update.md#vp2410'
'variants/protectli_vp2420/firmware_update.md': 'unified/protectli/firmware_update.md#vp2420'
'variants/protectli_vp2430/firmware_update.md': 'unified/protectli/firmware_update.md#vp2430'

'variants/protectli_fw6/initial-deployment.md': 'unified/protectli/initial-deployment.md#fw6'
'variants/protectli_vp1x1x/initial-deployment.md': 'unified/protectli/initial-deployment.md#v1000-series'
'variants/protectli_vp46xx/initial-deployment.md': 'unified/protectli/initial-deployment.md#vp4630vp4650vp4670'
'variants/protectli_vp66xx/initial-deployment.md': 'unified/protectli/initial-deployment.md#vp6630vp6650vp6670'
'variants/protectli_vp2410/initial-deployment.md': 'unified/protectli/initial-deployment.md#vp2410'
'variants/protectli_vp2420/initial-deployment.md': 'unified/protectli/initial-deployment.md#vp2420'
'variants/protectli_vp2430/initial-deployment.md': 'unified/protectli/initial-deployment.md#vp2430'

'variants/protectli_fw6/overview.md': 'unified/protectli/overview.md#fw6'
'variants/protectli_vp1x1x/overview.md': 'unified/protectli/overview.md#v1000-series'
'variants/protectli_vp46xx/overview.md': 'unified/protectli/overview.md#vp4630vp4650vp4670'
'variants/protectli_vp66xx/overview.md': 'unified/protectli/overview.md#vp6630vp6650vp6670'
'variants/protectli_vp2410/overview.md': 'unified/protectli/overview.md#vp2410'
'variants/protectli_vp2420/overview.md': 'unified/protectli/overview.md#vp2420'
'variants/protectli_vp2430/overview.md': 'unified/protectli/overview.md#vp2430'

'variants/protectli_vp46xx/post-install.md': 'unified/protectli/post-install.md#vp4630vp4650vp4670vp6630vp6650vp6670'
'variants/protectli_vp66xx/post-install.md': 'unified/protectli/post-install.md#vp4630vp4650vp4670vp6630vp6650vp6670'
Expand All @@ -151,15 +147,13 @@ plugins:
'variants/protectli_vp66xx/recovery.md': 'unified/protectli/recovery.md#vp6630vp6650vp6670'
'variants/protectli_vp2410/recovery.md': 'unified/protectli/recovery.md#vp2410'
'variants/protectli_vp2420/recovery.md': 'unified/protectli/recovery.md#vp2420'
'variants/protectli_vp2430/recovery.md': 'unified/protectli/recovery.md#vp2430'

'variants/protectli_fw6/test-matrix.md': 'unified/protectli/test-matrix.md#fw6'
'variants/protectli_vp1x1x/test-matrix.md': 'unified/protectli/test-matrix.md#v1000-series'
'variants/protectli_vp46xx/test-matrix.md': 'unified/protectli/test-matrix.md#vp4630vp4650vp4670'
'variants/protectli_vp66xx/test-matrix.md': 'unified/protectli/test-matrix.md#vp6630vp6650vp6670'
'variants/protectli_vp2410/test-matrix.md': 'unified/protectli/test-matrix.md#vp2410'
'variants/protectli_vp2420/test-matrix.md': 'unified/protectli/test-matrix.md#vp2420'
'variants/protectli_vp2430/test-matrix.md': 'unified/protectli/test-matrix.md#vp2430'
'osf-trivia-list/dasharo-entry-subscription.md': 'osf-trivia-list/dasharo-pro-package.md'

'variants/hardware-compatibility-list.md': 'variants/overview.md'
Expand Down

0 comments on commit 1b5dc08

Please sign in to comment.