Hi Ralph, Thank you for the patch.
On Tue, Sep 01, 2026 at 11:34, Ralph Siemsen <[email protected]> wrote: > Parsing dfu_alt_info depends on matching MTD device names, so it is > necessary for all MTD devices to be probed first. Move the existing > call to mtd_probe_devices() accordingly. > > This fixes a failure of the "dfu usb" command that occurs when: > - dfu_alt_info contains SF devices listed as via MTD > - there is no persistent environment stored in SF > - "sf probe" has not been executed prior to "dfu usb" > > Signed-off-by: Ralph Siemsen <[email protected]> Reviewed-by: Mattijs Korpershoek <[email protected]> > ---
