rockbox/flash/uart_boot
Jörg Hohensohn 6a4e4c87c2 source code for all my flash stuff, now finally in cvs
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4083 a1c6a512-1295-4272-9138-f99709370657
2003-11-30 11:37:43 +00:00
..
client.c source code for all my flash stuff, now finally in cvs 2003-11-30 11:37:43 +00:00
client.h source code for all my flash stuff, now finally in cvs 2003-11-30 11:37:43 +00:00
flash.c source code for all my flash stuff, now finally in cvs 2003-11-30 11:37:43 +00:00
flash.h source code for all my flash stuff, now finally in cvs 2003-11-30 11:37:43 +00:00
minimon.h source code for all my flash stuff, now finally in cvs 2003-11-30 11:37:43 +00:00
README source code for all my flash stuff, now finally in cvs 2003-11-30 11:37:43 +00:00
scalar_types.h source code for all my flash stuff, now finally in cvs 2003-11-30 11:37:43 +00:00
uart.h source code for all my flash stuff, now finally in cvs 2003-11-30 11:37:43 +00:00
uart_boot.c source code for all my flash stuff, now finally in cvs 2003-11-30 11:37:43 +00:00
uart_boot.dsp source code for all my flash stuff, now finally in cvs 2003-11-30 11:37:43 +00:00
uart_win.c source code for all my flash stuff, now finally in cvs 2003-11-30 11:37:43 +00:00

(c) 2003 by Jörg Hohensohn

This is the client side for MiniMon, a command line program that communicates with it.
It can be used to reflash a box from ground up, load a program like gdb stub or Rockbox, 
and other diagnostics.

Current implementation is for Windows, but with a different UART implementation
it should work for other platforms (Linux) as well.