Skip to content

Commit

Permalink
update how to enter into bootloader
Browse files Browse the repository at this point in the history
  • Loading branch information
Hidekazu Kobayashi committed Mar 20, 2019
1 parent e2baea4 commit 81e337a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion blink/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ cargo objcopy --bin kb789-blink --release -- -O binary app.bin
```
dfu-util -d 1209:db42 -D app.bin
```
このとき、コマンド実行前にリセットボタンを押し、それから数秒以内に上記コマンドを実行してください
このとき、Blue pill 上の LED が点灯していなければ RESET ボタンを1度押し、ブートローダに入ってください

なお、`1209:db42`[ブートローダ dapboot の VID/PID](https://github.com/koba789/dapboot#usb-vidpid) です。
4 changes: 2 additions & 2 deletions bootloader/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ STM32F103x 向けの DFU ブートローダです。

オリジナルの dapboot では、DFU モードに入るためにファームウェア側での実装または BOOT ジャンパの切り替えが必要でした。

しかし、この仕様ではファームウェア開発時のトライアンドエラーが面倒なため、RESET から数秒間(デフォルトでは5秒)は DFU モードを維持するように改造してあります
しかし、この仕様ではファームウェア開発時のトライアンドエラーが面倒なため、RESET ボタンを押してリセットする度にブートローダとファームウェアをトグルします

DFU でファームウェアをダウンロードする場合は RESET して数秒以内にホスト側からダウンロードを開始してください
ブートローダに入り、DFU を待ち受けているときは Blue pill のオンボード LED が点灯します

0 comments on commit 81e337a

Please sign in to comment.