Fixed README formatting & outdated information (#1123)

This commit is contained in:
hedger
2022-04-15 20:26:23 +03:00
committed by GitHub
parent 827e30aa5a
commit 000ebb8f96
3 changed files with 8 additions and 6 deletions

View File

@@ -10,10 +10,9 @@ What does it do?
# Targets
| Name | Firmware | Reset | DFU |
| | Address | Combo | Combo |
---------------------------------------------------------------------------------
| f7 | 0x08000000 | L+Back, release both | L+Back, release Back |
| Name | Firmware Address | Reset Combo | DFU Combo |
|-----------|-------------------|-----------------------|-----------------------|
| f7 | 0x08000000 | L+Back, release both | L+Back, release Back |
Also there is a "hardware" ST bootloader combo available even on a bricked or empty device: L+Ok+Back, release Back, Left.
Target independent code and headers in `target/include` folders. More details in `documentation/KeyCombo.md`
@@ -35,6 +34,10 @@ Target independent code and headers in `target/include` folders. More details in
- `TARGET` - string - target to build. Default is `f7`.
- `RAM_EXEC` - 0/1 - whether to build full firmware or RAM-based stage for firmware update. 0 is default, builds firmware.
# Building self-update package
`make DEBUG=0 COMPACT=1 updater_package`
# Flashing
Using SWD (STLink):