Create DFU file from windows/mingw command line
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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!
#dfu- Labels:
-
Bootloader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-02-04 2:25 PM
I built my own tools to package files, if you're looking for that kind of work let me know.
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-02-05 2:15 AM
Hi Clive,
That would be great if you could share that!
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-02-13 7:08 PM
Posted a cleaned up version here
https://community.st.com/0D50X00009XkeovSAB
Up vote any posts that you find helpful, it shows what's working..
