From ca1f47aead28468c2898d21823d1d796a226af98 Mon Sep 17 00:00:00 2001 From: Candas1 Date: Wed, 9 Mar 2022 08:05:41 +0100 Subject: [PATCH] Updated Compiling and flashing the firmware (markdown) --- Compiling-and-flashing-the-firmware.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Compiling-and-flashing-the-firmware.md b/Compiling-and-flashing-the-firmware.md index 38a5336..f7ae18f 100644 --- a/Compiling-and-flashing-the-firmware.md +++ b/Compiling-and-flashing-the-firmware.md @@ -12,6 +12,7 @@ To build and flash choose one of the following methods: ### Method 0: Using GitHub Fork - Fork the project +- Activate the workflows in the Actions tab - Remove the semicolon in front of the desired Variant in platformio.ini - Modify desired source files and commit - Go to Actions (in the repo top menu) @@ -19,6 +20,8 @@ To build and flash choose one of the following methods: - Download the build zip file from the Artifacts section (see picture below) - Upload desired `firmware.bin` file using [ST-Link Utility](https://www.st.com/en/development-tools/stsw-link004.html) +Step by step [video](https://youtu.be/IwzGuKoN-cY). + ![Download build](https://github.com/EmanuelFeru/hoverboard-firmware-hack-FOC/blob/master/docs/pictures/wiki_unlock/download_build.png) ### Method 1: Using Platformio IDE (recommended)