mirror of
https://github.com/clockworkpi/DevTerm.git
synced 2026-03-29 16:22:59 +02:00
Updated Compile keyboard bootloader (markdown)
@@ -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`
|
||||
|
||||

|
||||

|
||||

|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user