Skip to content
Open
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
4 changes: 2 additions & 2 deletions docs/board-support/adding-support/overlay.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Ocre uses MCUBoot as a boot-loader, therefore it requires setting up the flash p
| `slot0_partition` | 256k | Primary slot for image 0 |
| `slot1_partition` | 256k | Secondary slot for image 0 |
| `storage_partition` | 8k | Storage for custom Zephyr functions |
| `user_data` | Remaining memory | Storage for Ocre container definitions and images |
| `user_data_partition` | Remaining memory | Storage for Ocre container definitions and images |

{: .note}
Not all boards will require you to define *all* the above partitions in the `.overlay` file, as their `.dts` file may already define them. Please refer to your boards `.dts` file beforehand and only define (or modify) partitions if they're needed.
Expand Down Expand Up @@ -112,4 +112,4 @@ Creating an overlay file will most likely take a bit of iteration as each board
## Next Steps
If your board builds successfully, congratulations! Continue to the [**Contributing Board Support**](../contributing) page to figure out how to get your board added to the official Ocre repos.

If you weren't successful by simply creating an overlay, then see the [**Create a Device Config**](../config) to add necessary configuration options for your board.
If you weren't successful by simply creating an overlay, then see the [**Create a Device Config**](../config) to add necessary configuration options for your board.