You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got failed trying uploading new firmware to my Pinecil V1.
Going through dfu-util, I get this error:
dfu-util 0.9
Match vendor ID from file: 28e9
Match product ID from file: 0189
dfu-util: More than one DFU capable USB device found! Try `--list' and specify the serial number or disconnect all but one device
The newest dfu is 0.11 version which is newer than 0.9 and seems to cause less issues.
The dfu-util that is included in /Pineflash/tools folder I received is indeed the newest 0.11 version.
is this 0.9 version you are using something you installed independently? try 0.11 update, people do tend to have less issues with Pinecil V1 on 0.11 dfu-util - older version was especiallly problematic for linux people who reported different frustration but all resolved once they updated to 0.11 dfu.
If you use Pineflash to update, then it should know to use the dfu-utill 0.11 newer one that it came with and not this older 0.9 version. Either way, it's a good idea to remove dfu 0.9 and update to 0.11
I got failed trying uploading new firmware to my Pinecil V1.
Going through dfu-util, I get this error:
listing devices I obtain:
So, finally, I gave this command to update my device:
dfu-util -d 28e9:0189 -a 0 -D Pinecil_IT.dfu
The text was updated successfully, but these errors were encountered: