Commit 39d3f7d
Fix MV2 runtime pool sizes and skip Corstone-300 in CI
Corstone-320: redirect zephyr,sram to the 4 MiB ISRAM so the ~3 MiB of
allocator pools (method + Ethos-U scratch) fit alongside code. Bump pool
sizes to the 1.5 MiB defaults — verified locally that the build links at
FLASH 11% / RAM 78% / MODEL_DDR 23%.
Corstone-300: 2 MiB ISRAM cannot hold the ~2.9 MiB of runtime pools MV2
needs regardless of pool tuning. Document this in the board conf and skip
the MV2 ethos-u55 matrix entry in trunk CI. The hello-executorch sample
already validates the Corstone-300 + Ethos-U55 pipeline end-to-end.
Co-authored-by: Claude <noreply@anthropic.com>1 parent b6366da commit 39d3f7d
4 files changed
Lines changed: 23 additions & 8 deletions
File tree
- .github/workflows
- zephyr/samples/mv2-ethosu/boards
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
194 | 199 | | |
195 | 200 | | |
196 | 201 | | |
| |||
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
17 | 20 | | |
18 | 21 | | |
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
Lines changed: 9 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
10 | 13 | | |
11 | 14 | | |
12 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
13 | 20 | | |
14 | 21 | | |
15 | 22 | | |
| |||
0 commit comments