diff options
Diffstat (limited to 'flash/minimon/README')
-rw-r--r-- | flash/minimon/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/flash/minimon/README b/flash/minimon/README index 4eca81e7e9..d2dc1707a6 100644 --- a/flash/minimon/README +++ b/flash/minimon/README | |||
@@ -4,3 +4,6 @@ MiniMon is the tiny but powerful-enough piece of code that can be loaded | |||
4 | with the UART boot mod. | 4 | with the UART boot mod. |
5 | It allows to read and write memory, flash program, execute code. | 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. | 6 | This is suitable to reflash the box, load Rockbox or the gdb stub, etc. |
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. \ No newline at end of file | ||