Updated Compiling and flashing the firmware (markdown)

Candas1
2022-03-09 08:05:41 +01:00
parent 1544da1463
commit ca1f47aead

@@ -12,6 +12,7 @@ To build and flash choose one of the following methods:
### Method 0: Using GitHub Fork ### Method 0: Using GitHub Fork
- Fork the project - Fork the project
- Activate the workflows in the Actions tab
- Remove the semicolon in front of the desired Variant in platformio.ini - Remove the semicolon in front of the desired Variant in platformio.ini
- Modify desired source files and commit - Modify desired source files and commit
- Go to Actions (in the repo top menu) - 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) - 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) - 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) ![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) ### Method 1: Using Platformio IDE (recommended)