From ec26536298bc0c4265700b896b1f8a93253719aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20=C5=BBygowski?= Date: Thu, 24 Mar 2022 13:47:55 +0100 Subject: [PATCH] docs/variants/protectli_vp4620/building-manual.md: add info about blobs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Żygowski --- docs/variants/protectli_vp4620/building-manual.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/variants/protectli_vp4620/building-manual.md b/docs/variants/protectli_vp4620/building-manual.md index a6f36697..411b1830 100644 --- a/docs/variants/protectli_vp4620/building-manual.md +++ b/docs/variants/protectli_vp4620/building-manual.md @@ -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 ```