Closed vazhnov closed 1 year ago
Hi, thanks for this. There are many other methods for flashing as well, documented on various websites, so I will not add dfu-util
process. The Makefile
is already configured for using stm32loader
if you type make flash
.
I see
dfu-util
mentioned in TUTORIALS.md but not used in the code.Here is example of successful flashing with the tool to "Sipeed Longan nano" board:
P.S.: without
--alt 0
it returns an error:I can try to improve the documentation and
Makefile
when find how to automate arguments selection.