cancel
Showing results for 
Search instead for 
Did you mean: 

Create DFU file from windows/mingw command line

Thomas Damgaard
Associate II
Posted on February 04, 2017 at 21:26

I've created a DFU bootloader to be able to update the internal and external flash of our device. (STM32F769 chip)

I've tested using the ST dfu file manager, but our clients need to be able to compile the code and upload new software easily, so I need to be able to upgrade through DFU using our makefile, so they can compile and update from a single command.

I've googled without success for a command line tool to create dfuse file, but couldn't find anything that worked. I find it odd that ST hasn't made one when there's a Windows tools.

I can update from an already made dfu file using the ST DfuSeCommand tool. I just need an easy way to create the file.

(I have two alternative targets on my device. 0 - internal flash and 1 - external flash.)

Thanks!

#dfu
3 REPLIES 3
Posted on February 04, 2017 at 23:25

I built my own tools to package files, if you're looking for that kind of work let me know.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Posted on February 05, 2017 at 10:15

Hi Clive,

That would be great if you could share that!

Thanks!

Posted on February 14, 2017 at 03:08

Posted a cleaned up version here

https://community.st.com/0D50X00009XkeovSAB

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..