New build seems to have killed my Pyboard (now fixed)
Posted: Wed Jan 13, 2016 4:54 pm
[message edited after fault was fixed]
My attempt to install this has left my Pyboard with the LED's apparently showing DFU mode on power up. But it doesn't respond to an attempt to upload a build, nor does it respond to the user switch on boot. The board seems totally FUBAR. Is there any way to retrieve it? Here is a dump of the session.It probably goes without saying, but I've loaded numerous builds from this PC without issue so I don't think the problem is there. It's a V1.0 Pyboard. It is a bare board with nothing attached beyond the USB cable and the board has been hitherto reliable.
My attempt to install this has left my Pyboard with the LED's apparently showing DFU mode on power up. But it doesn't respond to an attempt to upload a build, nor does it respond to the user switch on boot. The board seems totally FUBAR. Is there any way to retrieve it? Here is a dump of the session.
Code: Select all
$ sudo dfu-util -d 0483:df11 -a 0 -D pybv10-2016-01-13-v1.5.2-54-gefc971e.dfu
[sudo] password for adminpete:
dfu-util 0.5
(C) 2005-2008 by Weston Schmidt, Harald Welte and OpenMoko Inc.
(C) 2010-2011 Tormod Volden (DfuSe support)
This program is Free Software and has ABSOLUTELY NO WARRANTY
dfu-util does currently only support DFU version 1.0
Filter on vendor = 0x0483 product = 0xdf11
Opening DFU USB device... ID 0483:df11
Run-time device DFU version 011a
Found DFU: [0483:df11] devnum=0, cfg=1, intf=0, alt=0, name="@Internal Flash /0x08000000/04*016Kg,01*064Kg,07*128Kg"
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
Dfu suffix version 11a
DfuSe interface name: "Internal Flash "
file contains 1 DFU images
parsing DFU image 1
image for alternate setting 0, (2 elements, total size = 281956)
parsing element 1, address = 0x08000000, size = 14504
parsing element 2, address = 0x08020000, size = 267436
Error during second get_status
[adminpete@axolotl]: ~/Downloads
$ sudo dfu-util -d 0483:df11 -a 0 -D pybv10-2016-01-13-v1.5.2-54-gefc971e.dfu
dfu-util 0.5
(C) 2005-2008 by Weston Schmidt, Harald Welte and OpenMoko Inc.
(C) 2010-2011 Tormod Volden (DfuSe support)
This program is Free Software and has ABSOLUTELY NO WARRANTY
dfu-util does currently only support DFU version 1.0
Filter on vendor = 0x0483 product = 0xdf11
No DFU capable USB device found
[adminpete@axolotl]: ~/Downloads
$