Commit 3a8b123
Configure QEMU for 16MB flash to match debug build
Updated QEMU flash configuration to support the new 16MB build:
Changes:
- run-qemu.sh: Changed flash size from 4MB to 16MB (count=16)
- Updated comment to clarify 16MB flash (0x1000000 bytes)
- Documentation: Added flash size note in QEMU-ISSUES.md
The esp32_16MB_V4_M_eth_debug build requires 16MB flash space.
QEMU now creates a 16MB flash image to accommodate this build.
Co-authored-by: softhack007 <[email protected]>1 parent e5dfccb commit 3a8b123
2 files changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | | - | |
| 57 | + | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| 18 | + | |
| 19 | + | |
17 | 20 | | |
18 | 21 | | |
19 | 22 | | |
| |||
0 commit comments