diff options
author | Jan Henrik <janhenrik@janhenrik.org> | 2019-10-17 23:30:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-17 23:30:57 +0200 |
commit | 31579b57b7e5a7134034d561f8d3a2bd542610ae (patch) | |
tree | efc49322f92183a3324d7b6427bb5c9cd15a0db6 | |
parent | 568b6e9281b842ac9f9158799569e7782d6fe94c (diff) | |
download | minikbd-31579b57b7e5a7134034d561f8d3a2bd542610ae.tar.gz minikbd-31579b57b7e5a7134034d561f8d3a2bd542610ae.tar.bz2 minikbd-31579b57b7e5a7134034d561f8d3a2bd542610ae.zip |
Update README.md
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -13,7 +13,8 @@ More documentation and firmware examples will be aviable soon. Or you can generate a basic firmware with HAL init and Makefile with CubeMX. The binary can then be build with make flashed with dfu-utils. - $ dfu-util -a 0 -s 0x08000000:leave -D build/pd-buddy-firmware.bin + $ make + $ dfu-util -a 0 -s 0x08000000:leave -D build/firmware.bin ## Images |