ao-tools: Add ao-sky-flash to update GPS firmware
authorKeith Packard <keithp@keithp.com>
Sat, 1 Dec 2012 01:36:40 +0000 (17:36 -0800)
committerKeith Packard <keithp@keithp.com>
Sat, 1 Dec 2012 01:36:40 +0000 (17:36 -0800)
commitdd8b2eadab12965d232640449b1d1c9f2484238c
tree3b9f476eabc78f0ffa7aaed9e44762ef75bff68b
parent860d0526737295c695f8e6a790d72b49eb4a686d
ao-tools: Add ao-sky-flash to update GPS firmware

This uses a new feature of AltOS to directly connect the GPS chip to
the USB link to reprogram the former.

Signed-off-by: Keith Packard <keithp@keithp.com>
14 files changed:
ao-tools/Makefile.am
ao-tools/ao-sky-flash/Makefile.am [new file with mode: 0644]
ao-tools/ao-sky-flash/STI_01.04.42-01.10.23_4x_9600_Bin_20100901.bin [new file with mode: 0644]
ao-tools/ao-sky-flash/STI_01.06.10-01.07.23_balloon_CRC_7082_9600_20120913.bin [new file with mode: 0644]
ao-tools/ao-sky-flash/ao-sky-flash.1 [new file with mode: 0644]
ao-tools/ao-sky-flash/sky_bin.c [new file with mode: 0644]
ao-tools/ao-sky-flash/sky_debug.c [new file with mode: 0644]
ao-tools/ao-sky-flash/sky_flash.c [new file with mode: 0644]
ao-tools/ao-sky-flash/sky_flash.h [new file with mode: 0644]
ao-tools/ao-sky-flash/sky_serial.c [new file with mode: 0644]
ao-tools/ao-sky-flash/sky_srec.c [new file with mode: 0644]
ao-tools/ao-sky-flash/srec_115200.bin [new file with mode: 0644]
ao-tools/ao-sky-flash/srec_9600.bin [new file with mode: 0644]
configure.ac