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 ```