(GPL) Generate Dfu file for stm32
This software is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY.
download the software :
git clone [email protected]:tonytsangzen/mkdfu.git
cd mkdfu
make
./mkdfu -l layout/stm32f411x.json -o out.dfu
key [name] : indicated session(target or element) name, can avoid.
key [source] : idicated element source file. just support binary file currently.
key [address] : idicated element download address.
key [size] : max download size
key [essential] : if element must present, set this key to true.