Windows Tools
Tools for configuring GenBoard without the need to install additional software (such as Perl).
Instructions for download & install
- Download the latest windows tools zip file by [Right click -> Save Target As...]
- Download the latest signalgen from (it will part of windows tools later on) http://www.vems.hu/files/TuningSoftware/SignalGenerator/signalgen.zip
- Double click on the downloaded zip file and install to a suitable directory. (e.g. c:\vemswintools)
- Open a command window (Start->Programs->Accessories->Command Prompt) or Start->Run... 'cmd'
- Change to the directory you unziped the file to ( cd c:\vemswintools )
Make Config
makeconfig parses a list of config files and converts them into a single downloadable file.
Usage: \n
makeconfig -c <config file1> ... <config fileN> -g <global file> (optional: -l <log file>
Example: \n
makeconfig -c c:\firmware\etc\config.txt c:\firmware\etc\60-2triggerconf.txt -g c:\firmware\global.h makeconfig -c c:\firmware\etc\config.txt -g c:\firmware\global.h -l configError.log
Make Tables
maketables parses and converts a file containing the ECU's variable tables (such as injection and ignition maps) into a downloadable file.
Usage: \n
maketables -t <table file> (optional: -l <log file>)
Example: \n
maketables -t c:\firmware\etc\tables.txt maketables -t c:\firmware\etc\tables.txt -l error.log
Testing tools
The trigger signal generator compiled for Win32 can be downloaded from [here]
See also
- MegaLoader is the unix/win32 BootLoader tool