Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/variants/asrock_spc741d8/building-manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ then follow the steps below:

```bash
cd coreboot
git checkout asrock_spc741d8_<version>
git checkout asrock_spc741d8_VERSION_TAG
```

For example
Expand All @@ -45,4 +45,4 @@ then follow the steps below:
```

The resulting coreboot image will be placed in the coreboot directory as
`asrock_spc741d8_<version>.rom`.
`asrock_spc741d8_VERSION_TAG.rom`.
4 changes: 2 additions & 2 deletions docs/variants/gigabyte_mz33-ar1/building-manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ then follow the steps below:

```bash
cd coreboot
git checkout gigabyte_mz33_ar1_<version>
git checkout gigabyte_mz33_ar1_VERSION_TAG
```

For example
Expand All @@ -45,4 +45,4 @@ then follow the steps below:
```

The resulting coreboot image will be placed in the coreboot directory as
`gigabyte_mz33_ar1_<version>.rom`.
`gigabyte_mz33_ar1_VERSION_TAG.rom`.
8 changes: 4 additions & 4 deletions docs/variants/hardkernel_odroid_h4/building-manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ then follow the steps below:

```bash
cd coreboot
git checkout hardkernel_odroid_h4_<version>
git checkout hardkernel_odroid_h4_VERSION_TAG
```

For example
Expand All @@ -49,7 +49,7 @@ then follow the steps below:
```

The resulting coreboot image will be placed in the coreboot directory as
`hardkernel_odroid_h4_<version>.rom`.
`hardkernel_odroid_h4_VERSION_TAG.rom`.

## Building Slim Bootloader

Expand All @@ -66,8 +66,8 @@ then follow the steps below:
1. To build a specific version, checkout to the version's tag.
Skip this step otherwise.

```bash
git checkout hardkernel_odroid_h4_<version>
```text
git checkout hardkernel_odroid_h4_VERSION_TAG
```

For example
Expand Down