Update Tool
Ok peeps, it's time to announce the Update Tool for beta test

it's command line at the moment, but Pocketmoon will in due course include it in the GUI. For now, it can be test via the command line provided you've got java 7 installed. No need for any IDE, no downloading of source code, no compiling, none of that (although the source will still be up there for those who want to twiddle).
Pre-reqs :
- Java 7 JRE
- Arduino Drivers installed/device recognised
- An internet connection!
Download it :-
32-bit JRE users
http://www.edtracker.org.uk/phocadownload/EDTrackerUpdateTool_v1.0.0_x86.zip
64-bit JRE users
http://www.edtracker.org.uk/phocadownload/EDTrackerUpdateTool_v1.0.0_x64.zip
Unpack the ZIP to a folder of your choosing
Read the readme.txt or, in short,
1. Open up a command line to where you unpacked it
2. Grab a list of images available for flashing with :-
Code:
D:\temp>java -jar UpdateTool.jar -l
EDTracker Update Tool v1.0.0
Found 3 releases available for download...
RELEASE_ID REVISION RELEASE COMMENT
-----------------------------------------------------------
EDTracker2 (v2.10.0) - 22 Jun 2014 - fix 180 flip after prolonged use
EDTracker2Calib (v2.2.0) - 22 Jun 2014 - fix 180 flip after prolonged use
debug (v1.0.0) - Simple flash-LED binary for Arduino sanity testing
DONE
3. Flash one in by specifying the 'RELEASE_ID' column value for the sketch in question. E.g.
Code:
D:\temp>java -jar UpdateTool.jar -f EDTracker2
EDTracker Update Tool v1.0.0
Found release EDTracker2 @ v2.10.0
Downloading http://www.edtracker.org.uk/update/EDTrackerII_2.10.hex
Available serial ports : COM1 COM9
Guessing EDTracker port as COM9
If this is wrong, override with the -c option
Opened port COM9
Closed port
Bootloader port : COM8
Opened port COM8
Connected to bootloader
Starting flash write...
.......................................................................................................................................................................................................................
Bootloader - clean exit
Closed port
DONE
It's not fast (playing it safe on baud rates at the moment!) but I've used it many a time so far without any issues, and some other private testers have had luck with it. Be good to see how you get on.
You will need java path'd in, it seems some installs on Windows 8 don't do this unless you run the command line as Administrator.
If you need to override COM ports/etc then have a look in the readme.txt for the other available options.
I hope this makes peoples lives a bit easier!