Skip to content

Conversation

@iabdalkader
Copy link

With the current config, a debug loader overwrites the sketch.

The correct partition layout is (offset, size):

  • 0x00000 - 0x40000 (256KB): Bootloader
  • 0x40000 - 0xa0000 (640KB): llext loader
  • 0xe0000 - 0x20000 (128KB): sketch

With the current config, a debug loader overwrites the sketch.

The correct partition layout is (offset, size):
- 0x00000 - 0x40000 (256KB): Bootloader
- 0x40000 - 0xa0000 (640KB): llext loader
- 0xe0000 - 0x20000 (128KB): sketch

Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
@pennam pennam merged commit dfe56e0 into arduino:main Nov 12, 2025
24 checks passed
@iabdalkader iabdalkader deleted the fix_giga_part branch November 12, 2025 10:54
@per1234 per1234 added the bug Something isn't working label Nov 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants