Skip to content

Commit

Permalink
hardkernel_odroid_h4/building-manual.md: Remove tab
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 b0c60d7 commit 9e3c3c5
Showing 1 changed file with 18 additions and 16 deletions.
34 changes: 18 additions & 16 deletions docs/variants/hardkernel_odroid_h4/building-manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,32 +15,34 @@ This guide shows how to build Dasharo firmware for Hardkernel devices.
## Building

To build Dasharo firmware image, first clone the coreboot repository:
```bash
git clone https://github.com/Dasharo/coreboot.git
```
then follow the steps below:

=== "Odroid H4"
```bash
git clone https://github.com/Dasharo/coreboot.git
```

1. To build a specific version checkout to the version's tag.
then follow the steps below:

1. To build a specific version checkout to the version's tag.
Skip this step otherwise.

```bash
cd coreboot
git checkout hardkernel_odroid_h4_<version>
```
For example
```bash
cd coreboot
git checkout hardkernel_odroid_h4_<version>
```

```bash
git checkout hardkernel_odroid_h4_v0.9.0
```
For example

2. Checkout submodules:
```bash
git checkout hardkernel_odroid_h4_v0.9.0
```

2. Checkout submodules:

```bash
git submodule update --init --checkout
```
3. Build the firmware:

3. Build the firmware:

```bash
./build.sh odroid_h4
Expand Down

0 comments on commit 9e3c3c5

Please sign in to comment.