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 65f6dd5
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 9 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: 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: 0 additions & 2 deletions docs/variants/protectli_vp2430/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,4 @@ For details about our release process please read
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!
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 65f6dd5

Please sign in to comment.