Skip to content

Commit 59840ea

Browse files
committed
docs/firmware: Give hints for flashing (to be extended)
1 parent 1db75ea commit 59840ea

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

firmware/README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,16 @@ Download from the latest release archive: [Release](https://github.com/xboxonere
99

1010
## Flashing firmware
1111

12-
See datasheet for the particular STM32 MCU.
12+
### External programming
1313

14-
- TODO
14+
- Use SWD programmer and connect 3V3, GND, SWDIO, SWDCLK to the MCU.
15+
- Flash via openocd or official stm32flash utility.
16+
17+
### In-field update
18+
19+
1. Disconnect PCB from console!
20+
2. Connect PCB to PC
21+
3. Use custom stm32flash tool from this [repo](https://github.com/xboxoneresearch/libaspect2)
1522

1623
## Development
1724

0 commit comments

Comments
 (0)