Hi,
I consider the current git head to be a release candidate for the upcoming 0.10 release of dfu-util, so I would be glad to see some testing on various devices. I have tested on STM32F4 and will test some custom IAP bootloaders. There are still known issues on STM32L4 and STMF0, but that has to wait for later releases.
Thanks, Tormod
On Mon, Oct 26, 2020 at 09:45:24PM +0100, Tormod Volden wrote:
Hi,
Hi,
I consider the current git head to be a release candidate for the upcoming 0.10 release of dfu-util, so I would be glad to see some testing on various devices. I have tested on STM32F4 and will test some custom IAP bootloaders. There are still known issues on STM32L4 and STMF0, but that has to wait for later releases.
Is this the right repo?
git://git.code.sf.net/p/dfu-util/dfu-util
Regards, Domenico
On Mon, Oct 26, 2020 at 09:45:24PM +0100, Tormod Volden wrote:
Hi,
Hi,
I consider the current git head to be a release candidate for the upcoming 0.10 release of dfu-util, so I would be glad to see some testing on various devices. I have tested on STM32F4 and will test some custom IAP bootloaders. There are still known issues on STM32L4 and STMF0, but that has to wait for later releases.
Built from git://git.code.sf.net/p/dfu-util/dfu-util.
It seem that the -Z switch is ignored, no matter the value I specify the data transferred from the device is 16384.
~/dfu-util.git$ ./src/dfu-util -a0 -Z 1000 -U /tmp/stm32.dfu dfu-util 0.9
Copyright 2005-2009 Weston Schmidt, Harald Welte and OpenMoko Inc. Copyright 2010-2020 Tormod Volden and Stefan Schmidt This program is Free Software and has ABSOLUTELY NO WARRANTY Please report bugs to http://sourceforge.net/p/dfu-util/tickets/
Opening DFU capable USB device... ID 0483:df11 Run-time device DFU version 011a Claiming USB DFU Interface... Setting Alternate Setting #0 ... Determining device status: state = dfuIDLE, status = 0 dfuIDLE, continuing DFU mode device DFU version 011a Device returned transfer size 2048 Limiting default upload to 16384 bytes Upload [=========================] 100% 16384 bytes Upload done. ~/dfu-util.git$
Regards, Domenico