Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
tools:maple [2015/03/18 13:43] – [Install] darron | tools:maple [2020/08/07 03:46] (current) – [Resources] darron | ||
---|---|---|---|
Line 1: | Line 1: | ||
==== Maple mini boot loader ==== | ==== Maple mini boot loader ==== | ||
- | Leaflabs have a repository for the maple boot loader and pre-built binaries, however, the repository does not contain working code for the Maple mini or it' | + | Leaflabs have a repository for the maple boot loader and pre-built binaries, however, the repository does not contain working code for the [[: |
A patched version of the Maple boot loader for the mini exists elsewhere and this appears to operate. | A patched version of the Maple boot loader for the mini exists elsewhere and this appears to operate. | ||
Line 12: | Line 12: | ||
git clone https:// | git clone https:// | ||
cd Arduino_STM32/ | cd Arduino_STM32/ | ||
- | make TCHAIN=/ | + | make TCHAIN=/ |
st-flash write build/ | st-flash write build/ | ||
</ | </ | ||
Line 18: | Line 18: | ||
=== Test === | === Test === | ||
- | After installing | + | To communicate with the boot loader [[: |
+ | |||
+ | After initial installation of the boot loader and the first reset, [[: | ||
+ | |||
+ | The first time we query the device we will get the following. | ||
< | < | ||
Found DFU: [1eaf:0003] ver=0201, devnum=85, cfg=1, intf=0, alt=1, name=" | Found DFU: [1eaf:0003] ver=0201, devnum=85, cfg=1, intf=0, alt=1, name=" | ||
Line 29: | Line 33: | ||
Found DFU: [1eaf:0003] ver=0201, devnum=88, cfg=1, intf=0, alt=0, name=" | Found DFU: [1eaf:0003] ver=0201, devnum=88, cfg=1, intf=0, alt=0, name=" | ||
</ | </ | ||
+ | |||
+ | === Resources === | ||
+ | |||
+ | [[https:// | ||
+ | |||
+ | [[https:// | ||
+ | |||
+ |