summaryrefslogtreecommitdiff
path: root/flash/minimon/README
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2008-10-30 00:34:43 +0000
committerJens Arnold <amiconn@rockbox.org>2008-10-30 00:34:43 +0000
commit601afcbd0bfea8ec37f34a9cdf41c7dc7a964989 (patch)
tree2724261dc8ca4c9d74c2b044e4bbbfbdbbd48376 /flash/minimon/README
parent5456859dd787e44921934f1b30aa3b82cda4195f (diff)
downloadrockbox-601afcbd0bfea8ec37f34a9cdf41c7dc7a964989.tar.gz
rockbox-601afcbd0bfea8ec37f34a9cdf41c7dc7a964989.zip
Minimon is loaded to 0x0ffff000 by uart_boot, so it needs to be linked to that address as well, or it won't work. Also add that hint to the README, fix a warning, and fix the disassembly base address (was wrong either way).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18930 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'flash/minimon/README')
-rw-r--r--flash/minimon/README3
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
4with the UART boot mod. 4with the UART boot mod.
5It allows to read and write memory, flash program, execute code. 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. 6This is suitable to reflash the box, load Rockbox or the gdb stub, etc.
7
8The SVN version is linked to 0x0ffff000, i.e. start of IRAM.
9This address has to match the address uart_boot downloads it to. \ No newline at end of file