File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ then follow the steps below:
2929
3030 ``` bash
3131 cd coreboot
32- git checkout asrock_spc741d8_ < version >
32+ git checkout asrock_spc741d8_VERSION_TAG
3333 ```
3434
3535 For example
@@ -45,4 +45,4 @@ then follow the steps below:
4545 ` ` `
4646
4747 The resulting coreboot image will be placed in the coreboot directory as
48- ` asrock_spc741d8_ < version > .rom` .
48+ ` asrock_spc741d8_VERSION_TAG .rom` .
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ then follow the steps below:
2929
3030 ``` bash
3131 cd coreboot
32- git checkout gigabyte_mz33_ar1_ < version >
32+ git checkout gigabyte_mz33_ar1_VERSION_TAG
3333 ```
3434
3535 For example
@@ -45,4 +45,4 @@ then follow the steps below:
4545 ` ` `
4646
4747 The resulting coreboot image will be placed in the coreboot directory as
48- ` gigabyte_mz33_ar1_ < version > .rom` .
48+ ` gigabyte_mz33_ar1_VERSION_TAG .rom` .
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ then follow the steps below:
2727
2828 ``` bash
2929 cd coreboot
30- git checkout hardkernel_odroid_h4_ < version >
30+ git checkout hardkernel_odroid_h4_VERSION_TAG
3131 ```
3232
3333 For example
@@ -49,7 +49,7 @@ then follow the steps below:
4949 ` ` `
5050
5151 The resulting coreboot image will be placed in the coreboot directory as
52- ` hardkernel_odroid_h4_ < version > .rom` .
52+ ` hardkernel_odroid_h4_VERSION_TAG .rom` .
5353
5454# # Building Slim Bootloader
5555
@@ -67,7 +67,7 @@ then follow the steps below:
6767 Skip this step otherwise.
6868
6969 ```bash
70- git checkout hardkernel_odroid_h4_<version>
70+ git checkout hardkernel_odroid_h4_VERSION_TAG
7171 ```
7272
7373 For example
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ Compile:
5050```
5151
5252The resulting coreboot image will be placed in the current directory as
53- ` qemu_q35_<version> .rom` .
53+ ` qemu_q35_VERSION_TAG .rom` .
5454
5555> To build a QEMU image with all features and menus enabled, invoke:
5656>
You can’t perform that action at this time.
0 commit comments