From 05fe03b732c35715674bceaa4c603344e1406dc7 Mon Sep 17 00:00:00 2001 From: Igor Zalatov Date: Fri, 4 Nov 2022 10:08:08 +0300 Subject: [PATCH] Update notes --- en/source-code.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/en/source-code.md b/en/source-code.md index 502c374..5d4857a 100644 --- a/en/source-code.md +++ b/en/source-code.md @@ -10,7 +10,7 @@ Source code ### Quick build from sources -Install some packages to system and clone OpenIPC repo +An example of installing the necessary packages for Debian/Ubuntu and downloading our repository ``` sudo apt-get update -y @@ -19,7 +19,9 @@ git clone --depth=1 https://github.com/OpenIPC/firmware.git cd firmware ``` -Run the command below on project root folder for your board and your files will end up in the "output/images" directory +Example of running the command in the root of the project to build the desired version of the firmware for your processor + +The files will be available in the directory "output/images". ``` ./building.sh hi3518ev300_ultimate