docs/variants/protectli_vp4620/building-manual.md: add info about blobs

Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
This commit is contained in:
Michał Żygowski
2022-03-24 13:47:55 +01:00
parent 8df078bb6e
commit ec26536298
@@ -1,6 +1,6 @@
# Protectli Dasharo on VP4620 - building manual
To build Dahsaor firmware image, follow the steps below:
To build Dasharo firmware image, follow the steps below:
1. Clone the coreboot repository:
@@ -8,9 +8,10 @@ To build Dahsaor firmware image, follow the steps below:
$ git clone https://github.com/Dasharo/coreboot.git -b protectli_vault_cml/release
```
2. Start build process:
2. Start build process (note it requires certain blobs to proceed):
```bash
$ cd coreboot
# you will need to put the ZIP with blobs at this point
$ ./build.sh vp4620
```