Page 1 of 1

using dfu-util to upgrade pyboard-d firmware

Posted: Sun Jun 30, 2019 11:10 am
by Jim.S
What is the exact command (and options) to use dfu-util to upgrade the Pyboard-D firmware. I am confident about getting the Pyboard-D into (and out of!) dfu mode, but I want to be absolutely certain about the command I need to use to upload the firmware.

Re: using dfu-util to upgrade pyboard-d firmware

Posted: Sun Jun 30, 2019 12:01 pm
by Roberthh
e.g. sudo dfu-util --alt 0 -D PYBD_SF2_W4F2.dfu
File name to be changed for the various models

Re: using dfu-util to upgrade pyboard-d firmware

Posted: Sun Jun 30, 2019 12:13 pm
by Jim.S
Thanks, worked perfectly