Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create FLASHLAYOUT.md #14

Merged
merged 1 commit into from
Jul 3, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions doc/FLASHLAYOUT.md
Original file line number Diff line number Diff line change
@@ -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 |