diff options
Diffstat (limited to 'orig_firmware/layout')
-rw-r--r-- | orig_firmware/layout | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/orig_firmware/layout b/orig_firmware/layout new file mode 100644 index 0000000..bcc54f5 --- /dev/null +++ b/orig_firmware/layout @@ -0,0 +1,10 @@ +FLASH_OFFSET=0x00000000 +FLASH_SIZE=0x00040000 +RAM_OFFSET=0x20000000 +RAM_SIZE=0x00008000 +SD_OFFSET=0x00000000 +SD_SIZE=0x00016000 +APP_OFFSET=0x00016000 +APP_SIZE=0x00026000 +BL_OFFSET=0x0003c000 +BL_SIZE=0x00004000 |