Hi everybody, I’m hitting the below issue when flashing the os, I’ve updated the drivers to use WinUSB as per the setup guide and have dotnet sdk 6 installed with the CLI tooling, uninstalling the device from device manager and drivers but I can never get further than the below issue, any ideas would be greatly appreciated.
meadow flash os
Device in DFU Mode, flashing OS
Flashing OS with .\0.6.4.0\Meadow.OS.bin
dfu-util 0.10
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 dfu-util / Tickets
Match vendor ID from file: 0000
Match product ID from file: 0000
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 = dfuERROR, status = 10
dfuERROR, clearing status
Determining device status: state = dfuIDLE, status = 0
dfuIDLE, continuing
DFU mode device DFU version 011a
Device returned transfer size 2048
DfuSe interface name: "Internal Flash "
Downloading element to address = 0x08000000, size = 2097152
Erase done.
Download done.
File downloaded successfully
Transitioning to dfuMANIFEST state
Warning: Invalid DFU suffix signature
Device Flashed.
Connecting to Meadow on COM11
Connecting to Meadow on COM11
Connecting to Meadow on COM11
Connecting to Meadow on COM11
Connecting to Meadow on COM11
Connecting to Meadow on COM11
Connecting to Meadow on COM11
Connecting to Meadow on COM11
Connecting to Meadow on COM11
Connecting to Meadow on COM11
Connecting to Meadow on COM11
ERROR
Meadow.CLI.Core.Exceptions.DeviceNotFoundException: Could not find a connected Meadow with the serial number 335F3xxxxxx
at Meadow.CLI.Core.DeviceManagement.MeadowDeviceManager.FindMeadowBySerialNumber(String serialNumber, ILogger logger, Int32 maxAttempts, CancellationToken cancellationToken) in D:\a\Meadow.CLI\Meadow.CLI\main\Meadow.CLI.Core\DeviceManagement\MeadowDeviceManager.cs:203
at Meadow.CLI.Commands.DeviceManagement.FlashOsCommand.ExecuteAsync(IConsole console) in D:\a\Meadow.CLI\Meadow.CLI\main\Meadow.CLI\Commands\DeviceManagement\FlashOsCommand.cs:95
at CliFx.CliApplication.RunAsync(ApplicationSchema applicationSchema, CommandInput commandInput) in D:\a\CliFx\CliFx\CliFx\CliApplication.cs:147
at CliFx.CliApplication.RunAsync(IReadOnlyList1 commandLineArguments, IReadOnlyDictionary
2 environmentVariables) in D:\a\CliFx\CliFx\CliFx\CliApplication.cs:191
Done!