02-08-2021, 12:45 AM
(01-27-2021, 05:26 PM)tllim Wrote:I'm having the same issue with a batch #2 pinecil on both Win10 and Debian.(01-16-2021, 07:36 AM)admar Wrote: Hi!
I just received my Pinecil and wanted to update the firmware to IronOS v2.13 NL. Unfortunately this fails with:
dfu-util: Error during special command "MASS_ERASE" get_status
I'm using dfu-util 0.9-1 from Ubuntu 20.04; dfu-util -l shows
Found DFU: [28e9:0189] ver=0100, devnum=124, cfg=1, intf=0, path="1-6", alt=0, name="@Internal Flash /0x08000000/128*001Kg", serial="??"
so according to the https://wiki.pine64.org/wiki/Pinecil it should be safe to update the firmware.
I also tried updating the firmware with https://github.com/pine64/pinecil-firmware-updater/ on a Windows 10 machine but it fails with a similar message:
Invalid DFU suffix signature A valid DFU suffix signature will be required in a future dfu-util release!!! Error during special command "MASS_ERASE" get_status
DFU-Util exited with error code 74!
Flashing failed.
Any ideas what could be wrong here and how to update the firmware on this device?
See https://pastebin.com/wmRE10Bk for a complete log of dfu-util.
Thanks in advance.
Please refer to this thread: https://github.com/Ralim/IronOS/issues/820
On Win10, I'm using the Pinecil Updater Utility, and I've run it stock, with dfu-util updated to v0.10, with it automatically downloading the firmware, and going through the "custom firmware" option and giving it the firmware directly, all resulting in:
Code:
Pinecil Firmware Updater v1.2
Looking for firmwares and latest version...
Flashing...
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 http://sourceforge.net/p/dfu-util/tickets/
Opening DFU capable USB device...
ID 28e9:0189
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
Warning: Invalid DFU suffix signature A valid DFU suffix will be required in a future dfu-util release!!! Error: File ID 0000:0000 does not match device (28e9:0189 or 28e9:0189)
DFU-Util exited with error code 74!
Flashing failed.
Debian I'm doing it on the command line with dfu-util 0.10 as sudo, trying to back up the firmware, and get:
Code:
dfu-util: Cannot open DFU device 28e9:0189 found on devnum 24 (LIBUSB_ERROR_ACCESS)
dfu-util: No DFU capable USB device available.
I get failed notifications both with and without the ":mass-erase:force" option when flashing.
Any ideas?