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...]
- 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
Usage: \n
makeconfig -c <config file> -g <global file> (optional: -l <log file>
Example: \n
makeconfig -c c:\firmware\etc\config.txt -g c:\firmware\global.h makeconfig -c c:\firmware\etc\config.txt -g c:\firmware\global.h -l configError.log
Make Tables
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