Skip to content

Commit

Permalink
docs: Move all odroid H4+ files from unified to variants
Browse files Browse the repository at this point in the history
Signed-off-by: Filip Gołaś <filip.golas@3mdeb.com>
  • Loading branch information
philipandag committed Sep 30, 2024
1 parent 44303ca commit 746fa1f
Show file tree
Hide file tree
Showing 10 changed files with 29 additions and 33 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ To build Dasharo firmware image, first clone the coreboot repository:
```
then follow the steps below:

=== "Odroid H4+"
=== "Odroid H4"

1. To build a specific version checkout to the version's tag.
Skip this step otherwise.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,8 @@ medium lock and Secure Boot:
The settings of all the above options can be restored after a firmware
update.

=== "ODROID H4+"
## Updating Dasharo

## Updating Dasharo

```bash
flashrom -p internal -w hardkernel_odroid_h4_v<version>.rom --fmap -i bios
```
```bash
flashrom -p internal -w hardkernel_odroid_h4_v<version>.rom --fmap -i bios
```
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Introduction

This document describes the hardware configuration used for validation of
Dasharo on the Hardkernel ODROID H4+.
Dasharo on the Hardkernel ODROID H4.

## Hardkernel ODROID H4+

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,11 @@ your own backup should be the last resort.

## Flashing Dasharo

=== "ODROID H4+"
To flash Dasharo on the platform, execute the following command - replace `[path]`
with the path to the Dasharo image you want to flash, e.g. `hardkernel_odroid_h4_v0.9.0.rom`.

To flash Dasharo on the platform, execute the following command - replace `[path]`
with the path to the Dasharo image you want to flash, e.g. `hardkernel_odroid_h4_v0.9.0.rom`.

```bash
sudo flashrom -p internal -w [path] --ifd -i bios
```
```bash
sudo flashrom -p internal -w [path] --ifd -i bios
```

After successful operation reboot the platform.
After successful operation reboot the platform.
6 changes: 6 additions & 0 deletions docs/variants/hardkernel_odroid_h4/overview.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Overview

=== "Hardkernel ODROID H4"
- [Releases](../../variants/hardkernel_odroid_h4/releases.md)
- [Hardware Configuration Matrix](../../variants/hardkernel_odroid_h4/hardware-matrix.md)
- [Test Matrix](./test-matrix.md#hardkernel-odroid-h4)
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Dasharo compatible with Hardkernel ODROID H4+

Following Release Notes describe status of Open Source Firmware development for
Hardkernel ODROID H4+
Hardkernel ODROID H4

For details about our release process please read
[Dasharo Standard Release Process](../../dev-proc/standard-release-process.md).

<center>

[Subscribe to Hardkernel ODROID H4+ Dasharo Release Newsletter]
[Subscribe to Hardkernel ODROID H4 Dasharo Release Newsletter]
[newsletter]{ .md-button .md-button--primary .center }

</center>
Expand Down
6 changes: 0 additions & 6 deletions docs/variants/hardkernel_odroid_h4_plus/overview.md

This file was deleted.

18 changes: 9 additions & 9 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -350,15 +350,15 @@ nav:
- 'FAQ': variants/pc_engines/faq.md
- 'Announcement': variants/pc_engines/post-eol-fw-announcement.md
- 'Firmware write protection': variants/pc_engines/bios-lock.md
- 'Hardkernel ODROID H4+':
- 'Overview': variants/hardkernel_odroid_h4_plus/overview.md
- 'Releases': variants/hardkernel_odroid_h4_plus/releases.md
- 'Building manual': variants/hardkernel_odroid_h4_plus/building-manual.md
- 'Initial deployment': variants/hardkernel_odroid_h4_plus//initial-deployment.md
- 'Firmware update': variants/hardkernel_odroid_h4_plus/firmware-update.md
- 'Recovery': variants/hardkernel_odroid_h4_plus/recovery.md
- 'Hardware Configuration Matrix': variants/hardkernel_odroid_h4_plus/hardware-matrix.md
- 'Test matrix': variants/hardkernel_odroid_h4_plus/test-matrix.md
- 'Hardkernel ODROID H4':
- 'Overview': variants/hardkernel_odroid_h4/overview.md
- 'Releases': variants/hardkernel_odroid_h4/releases.md
- 'Building manual': variants/hardkernel_odroid_h4/building-manual.md
- 'Initial deployment': variants/hardkernel_odroid_h4/initial-deployment.md
- 'Firmware update': variants/hardkernel_odroid_h4/firmware-update.md
- 'Recovery': variants/hardkernel_odroid_h4/recovery.md
- 'Hardware Configuration Matrix': variants/hardkernel_odroid_h4/hardware-matrix.md
- 'Test matrix': variants/hardkernel_odroid_h4/test-matrix.md
# - 'Development Environment':
# - 'Nix': dev-env/nix-dev-env.md
- 'Guides':
Expand Down

0 comments on commit 746fa1f

Please sign in to comment.