Skip to content

bugfix "unphone" target in build_mpos.sh#117

Merged
ThomasFarstrike merged 1 commit into
MicroPythonOS:mainfrom
jedie:fix-unphone
Apr 13, 2026
Merged

bugfix "unphone" target in build_mpos.sh#117
ThomasFarstrike merged 1 commit into
MicroPythonOS:mainfrom
jedie:fix-unphone

Conversation

@jedie
Copy link
Copy Markdown
Contributor

@jedie jedie commented Apr 8, 2026

fix build error:

Error: app partition is too small for binary micropython.bin size 0x3cb940:
- Part 'factory' 0/0 @ 0x10000 size 0x3b9000 (overflow 0x12940)
ninja: build stopped: subcommand failed.

by change partition_size="3900000" to partition_size="4194304" (the default value)

I created a build and flash it: It works fine.

fix build error:
```
Error: app partition is too small for binary micropython.bin size 0x3cb940:
- Part 'factory' 0/0 @ 0x10000 size 0x3b9000 (overflow 0x12940)
ninja: build stopped: subcommand failed.
```

by change `partition_size="3900000"` to `partition_size="4194304"` (the default value)

I created a build and flash it: It works fine.
@jedie
Copy link
Copy Markdown
Contributor Author

jedie commented Apr 8, 2026

It's also some whitespace cleanups made.

e.g.:

grafik

@ThomasFarstrike
Copy link
Copy Markdown
Contributor

Awesome, thank you!

@ThomasFarstrike ThomasFarstrike merged commit 1afaf29 into MicroPythonOS:main Apr 13, 2026
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants