Application Details:
Version: | 2.0 |
License: | Free to use |
URL: | |
Votes: | 0 |
Latest Rating: | Gold |
Latest Wine Version Tested: | 1.4.1 |
Maintainers: About Maintainership
No maintainers. Volunteer today!
What works
Flashing through serial port for STM32.
What does not
--
Workarounds
What was not tested
USB, CAN.
Flashing STM8.
Hardware tested
Graphics:
Additional Comments
Requires: - mfc42.dll in windows/system32 - Serial port. Serial ports may need some setting of handshaking options prior to invoking FLD such as (provided that you use /dev/ttyUSB0 serial port): $ stty -F /dev/ttyUSB0 -ixon clocal -crtscts For convenience the following script for invocation of FLD can be stored in FLD's directory: --------------------------------------------------------- #!/bin/sh # Disable serial line handshaking options stty -F /dev/ttyUSB0 -ixon clocal -crtscts env WINEPREFIX="$HOME/.wine" wine "C:\Program Files\STMicroelectronics\Software\Flash Loader Demonstrator\STMicroelectronics flash loader.exe" -----------------------------------------------------------
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Show | Ubuntu 12.04 "Precise" amd64 (+ variants like Kubuntu) | Mar 03 2014 | 1.4.1 | Yes | Yes | Gold | an anonymous user | ||
Show | Arch Linux | May 25 2012 | 1.5.4 | Yes | Yes | Gold | an anonymous user | ||
Current | Ubuntu 9.04 "Jaunty" amd64 (+ variants like Kubuntu) | Sep 28 2009 | 1.0.1 | Yes | Yes | Silver | Ilija Kocho |
Bug # | Description | Status | Resolution | Other apps affected |
winetricks mfc42 required.
http://wiki.winehq.org/winetricks
Serial portconfiguration.
http://www.winehq.org/docs/wineusr-guide/misc-things-to-configure#AEN407
Comments for this application have been disabled because there are no maintainers.