blob: d2dc1707a614691310b6b34ab0e0bbce866e659e [file] [log] [blame]
Nicolas Pennequin357ffb32008-05-05 10:32:46 +00001(c) 2003 by Jörg Hohensohn
Jörg Hohensohn6a4e4c82003-11-30 11:37:43 +00002
3MiniMon is the tiny but powerful-enough piece of code that can be loaded
4with the UART boot mod.
5It allows to read and write memory, flash program, execute code.
6This is suitable to reflash the box, load Rockbox or the gdb stub, etc.
Jens Arnold601afcb2008-10-30 00:34:43 +00007
8The SVN version is linked to 0x0ffff000, i.e. start of IRAM.
9This address has to match the address uart_boot downloads it to.