Nicolas Pennequin | 357ffb3 | 2008-05-05 10:32:46 +0000 | [diff] [blame] | 1 | (c) 2003 by Jörg Hohensohn |
Jörg Hohensohn | 6a4e4c8 | 2003-11-30 11:37:43 +0000 | [diff] [blame] | 2 | |
| 3 | MiniMon is the tiny but powerful-enough piece of code that can be loaded |
| 4 | with the UART boot mod. |
| 5 | It allows to read and write memory, flash program, execute code. |
| 6 | This is suitable to reflash the box, load Rockbox or the gdb stub, etc. |
Jens Arnold | 601afcb | 2008-10-30 00:34:43 +0000 | [diff] [blame] | 7 | |
| 8 | The SVN version is linked to 0x0ffff000, i.e. start of IRAM. |
| 9 | This address has to match the address uart_boot downloads it to. |