firmware: bootloader with firmware upgrade

This commit is contained in:
ikari
2011-02-17 18:57:10 +01:00
parent 2d15e24f4d
commit cb202569d1
49 changed files with 9055 additions and 5 deletions

View File

@@ -8,10 +8,10 @@
OUTPUT_FORMAT(elf32-littlearm)
ENTRY(_start)
MEMORY
MEMORY
{
flash (rx) : ORIGIN = 0x00000000, LENGTH = 0x20000
ram (rwx) : ORIGIN = 0x10000000, LENGTH = 0x03fe0 /* leave room for IAP */
flash (rx) : ORIGIN = 0x00004100, LENGTH = 0x1bf00 /* leave room for bootldr + metadata */
ram (rwx) : ORIGIN = 0x10000000, LENGTH = 0x04000
ahbram (rwx) : ORIGIN = 0x2007C000, LENGTH = 0x04000
}