2017-02-04 12:26 PM
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!
#dfu2017-02-04 02:25 PM
I built my own tools to package files, if you're looking for that kind of work let me know.
2017-02-05 02:15 AM
Hi Clive,
That would be great if you could share that!
Thanks!
2017-02-13 07:08 PM
Posted a cleaned up version here
https://community.st.com/0D50X00009XkeovSAB