Skip to content
Success

#27045 (Feb 23, 2026, 11:35:26 AM)

Started 9 hr 22 min ago
Took 2.1 sec on build5-deb12build-ansible

Started by upstream project gerrit-osmo-asf4-dfu build number 102
originally caused by:

This run spent:

  • 6.1 sec waiting;
  • 2.1 sec build duration;
  • 8.2 sec total from scheduled to completion.
Revision: da2b8dc72b28e5154d2b387204131d2dd6c0cb02
Repository: $GERRIT_REPO_URL
  • master
dfu: do not reset itself

In theory USB_DFU_ATTRIBUTES_WILL_DETACH is nice, in practice
not so much, because usb uses control transfers and "waiting" for
status response completion after finishing flashing is cumbersome.
There is basically no advantage if the device resets itself, and
just waiting for the host to do it like most DFU devices work
(and what the BL used to do in the beginning) works
around the status issue.

Change-Id: I1b9e48470083597640918a8a1126922b31150153
ewild at