1 parent 1db75ea commit 59840eaCopy full SHA for 59840ea
1 file changed
firmware/README.md
@@ -9,9 +9,16 @@ Download from the latest release archive: [Release](https://github.com/xboxonere
9
10
## Flashing firmware
11
12
-See datasheet for the particular STM32 MCU.
+### External programming
13
14
-- TODO
+- 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)
22
23
## Development
24
0 commit comments