Pytrack and Pysense firmware release 0.0.2
-
@jmarcelino thanks for the Windows instructions and the driver package!
-
@livius
Ha sorry I see Windows needs a DFU driver! No problem, libUSBk to the rescue.Try installing the driver package I generated:
[now old, see above]or install libusbK and make your own using the inf-wizard :-)
Once that's done
dfu-util -D pysense_0.0.2.dfu
will work (remember you only have about 7 seconds to run it after releasing the button, so install the driver first)DFU-UTIL has to be >= version 0.8
Tested with PyTrack not sure if the PySense uses the same ID, will try it up later.
-
@jmarcelino said in Pytrack and Pysense firmware release 0.0.2:
I have tried it before i asked ;-)
But it say unknown vendor for meI have tried also -s
dfu-util.exe -s COM4 -D pysense_0.0.2.dfu
But have not tried much. In the evening i will try more
-
@jmarcelino said in Pytrack and Pysense firmware release 0.0.2:
@livius
dfu-util is also available for windows http://dfu-util.sourceforge.net/releases/dfu-util-0.9-win64.zip
Should be really similar to use (from command line)
The pysense is recognised by my Windows 10 as Serial USB device.
However, when I plug it in with the button pressed it says unknown device, no driver available.
Hence the update fails
PS C:\Users\.....\Pycom\dfu-util-0.9-win64> .\dfu-util.exe -D .\pysense_0.0.2.dfu dfu-util 0.9 Copyright 2005-2009 Weston Schmidt, Harald Welte and OpenMoko Inc. Copyright 2010-2016 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/ Match vendor ID from file: 04d8 Match product ID from file: f011 Cannot open DFU device 04d8:f011 No DFU capable USB device available
-
@livius
dfu-util is also available for windows http://dfu-util.sourceforge.net/releases/dfu-util-0.9-win64.zip
Should be really similar to use (from command line)
-
Some additional tips to help MAC users:
- After downloading the Pytrack/Pysense DFU, rename it to firmware_file.dfu
- Move the DFU file to Library folder
- Hold the push button and connect the Pytrack/sense ( no LoPY etc needed) over USB
- release the button and paste the command : dfu-util -D firmware_file.dfu
- Should be good to go!
-
@daniel said in Pytrack and Pysense firmware release 0.0.2:
How to upgrade under Windows?