-
-
Notifications
You must be signed in to change notification settings - Fork 125
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add readme into firmware release zip
- Loading branch information
Showing
2 changed files
with
19 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
## Firmware versions | ||
|
||
Use the correct firmware for your board. | ||
Flashing an incorrect firmware can result in a non working device or even damage to the hardware. | ||
If you accidentially flashed an incorrect firmware stay in DFU mode (or use ST-link) and do a clean full erase. | ||
|
||
Use the .hex file for updates. | ||
|
||
The following builds are available: | ||
|
||
* F407VG: Official FFBoard 1.2+ | ||
- Includes all features. Requires VBUS connection | ||
* F407VG_DISCO: Third party development kits (ST F407 Discovery board, different pin mapping) | ||
- See https://github.com/Ultrawipf/OpenFFBoard/wiki/Pinouts-and-peripherals#f407-disco-pinout | ||
- No VBUS required | ||
* F411RE: FFBoard 1.0 (Only supports TMC driver!) |