mirror of
https://github.com/clockworkpi/DevTerm.git
synced 2025-12-19 13:48:49 +01:00
Updated Compile keyboard bootloader (markdown)
parent
b40cd022bd
commit
9d02729dfa
@ -9,6 +9,14 @@ make generic-pc13
|
||||
|
||||
```
|
||||
this will produce `bootloader_only_binaries/generic_boot20_pc13.bin`
|
||||
## Convert bootloader to hex format
|
||||
using `srec_cat`
|
||||
windows: http://srecord.sourceforge.net/
|
||||
linux: sudo apt install srecord
|
||||
|
||||
```
|
||||
srec_cat bootloader_only_binaries/generic_boot20_pc13.bin -Binary -offset 0x08000000 -output bootloader_only_binaries/generic_boot20_pc13.hex -Intel
|
||||
```
|
||||
|
||||
## Next is to use stm32Cube to flash the bootloader
|
||||
* Download the stm32cube programmer
|
||||
@ -21,6 +29,7 @@ this will produce `bootloader_only_binaries/generic_boot20_pc13.bin`
|
||||
|
||||

|
||||

|
||||

|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user