Create FLASHLAYOUT.md

This commit is contained in:
Tom Keddie 2019-07-03 02:54:19 -07:00 committed by GitHub
parent 1033016932
commit 841627d02f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

11
doc/FLASHLAYOUT.md Normal file
View File

@ -0,0 +1,11 @@
# Fomu
| Hex Address | Decimal Address | Used by | Purpose |
|---:|---:|---|---|
| 0x0000a0 | 160 | HDL in multiboot header | The image loaded at first boot, DFU bootloader image |
| 0x0000a0 | 160 | HDL in multiboot header | The first image for SB_WARMBOOT, DFU bootloader image |
| 0x01a000 | 106496 | main.c as FBM_OFFSET | Used to contain user s/w, is loaded over DFU s/w if found and touch not pressed |
| 0x026800 | 157696 | The second image for SB_WARMBOOT |
| 0x040000 | 262144 | The third image for SB_WARMBOOT |
| 0x048000 | 294912 | The third image for SB_WARMBOOT |
| 0x1FFFFF | 20097151 | End of flash |