rockbox/flash/minimon
Jens Arnold 601afcbd0b 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
2008-10-30 00:34:43 +00:00
..
Makefile 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). 2008-10-30 00:34:43 +00:00
README 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). 2008-10-30 00:34:43 +00:00
minimon.c 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). 2008-10-30 00:34:43 +00:00
minimon.h source code for all my flash stuff, now finally in cvs 2003-11-30 11:37:43 +00:00
minimon.lds 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). 2008-10-30 00:34:43 +00:00

README

(c) 2003 by Jörg Hohensohn

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.