mirror of
https://github.com/erichelgeson/BlueSCSI.git
synced 2024-11-24 20:35:11 +00:00
Updated Flashing (markdown)
parent
839b5af68a
commit
56100c91c3
@ -19,18 +19,18 @@ Be sure to buy the "Clone" STLink V2 programmer - the official one does not seem
|
|||||||
|
|
||||||
* Remove SD Card
|
* Remove SD Card
|
||||||
* Open STM32CubeProgrammer
|
* Open STM32CubeProgrammer
|
||||||
* Move the BOOT0 (furthest from the reset button) to 1
|
* Move the `BOOT0` jumper (furthest from the reset button) to `1`
|
||||||
* Push the reset button on the BluePill
|
* Push the reset button on the BluePill
|
||||||
* Click Connect in STM32CubeProgrammer
|
* Click Connect in STM32CubeProgrammer
|
||||||
* Select the .bin file and program.
|
* Select the .bin file and program.
|
||||||
* Move BOOT0 back to 0
|
* Move `BOOT0` jumper back to 0
|
||||||
* Push the reset button on the BluePill
|
* Push the reset button on the BluePill
|
||||||
* You should see the LED `PC_13` flashing indicating no SD Card detected.
|
* You should see the LED `PC_13` flashing indicating no SD Card detected.
|
||||||
|
|
||||||
### Procedure (PlatformIO)
|
### Procedure (PlatformIO)
|
||||||
|
|
||||||
* Remove SD Card
|
* Remove SD Card
|
||||||
* Move the BOOT0 (furthest from the button switch) to 1
|
* Move the `BOOT0` jumper (furthest from the button switch) to `1`
|
||||||
* Push the reset button on the BluePill
|
* Push the reset button on the BluePill
|
||||||
* Run the [PlatformIO: Upload task](https://docs.platformio.org/en/latest/integration/ide/vscode.html#project-tasks).
|
* Run the [PlatformIO: Upload task](https://docs.platformio.org/en/latest/integration/ide/vscode.html#project-tasks).
|
||||||
* Expected output:
|
* Expected output:
|
||||||
@ -52,7 +52,7 @@ xPSR: 0x01000000 pc: 0x08000194 msp: 0x20000690
|
|||||||
** Verified OK **. <-- Everything flashed OK
|
** Verified OK **. <-- Everything flashed OK
|
||||||
** Resetting Target **
|
** Resetting Target **
|
||||||
```
|
```
|
||||||
* Move BOOT0 back to 0
|
* Move `BOOT0` jumper back to `0`
|
||||||
* Push the reset switch on the BluePill
|
* Push the reset switch on the BluePill
|
||||||
* You should see the LED `PC_13` flashing indicating no SD Card detected.
|
* You should see the LED `PC_13` flashing indicating no SD Card detected.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user