From 601afcbd0bfea8ec37f34a9cdf41c7dc7a964989 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Thu, 30 Oct 2008 00:34:43 +0000 Subject: 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 --- flash/minimon/README | 3 +++ 1 file changed, 3 insertions(+) (limited to 'flash/minimon/README') 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 with the UART boot mod. It allows to read and write memory, flash program, execute code. This is suitable to reflash the box, load Rockbox or the gdb stub, etc. + +The SVN version is linked to 0x0ffff000, i.e. start of IRAM. +This address has to match the address uart_boot downloads it to. \ No newline at end of file -- cgit v1.2.3