Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scripts: improved size validator for updater image #3834

Merged
merged 3 commits into from
Aug 12, 2024

Conversation

hedger
Copy link
Member

@hedger hedger commented Aug 11, 2024

What's new

  • scripts: update.py: reduced reservation size for flash memory; improved error messages; added checks for updater images

Verification

  • In targets/f7/src/main.c, add unused globals:
#ifdef FURI_RAM_EXEC
uint8_t dummy_pad[20 * 1024] = {1};
#else
uint8_t dummy_pad[114 * 1024] = {1};
#endif

int main(void) {
    dummy_pad[1] += 1;
  • Build update bundle
  • Try 104 kb pad for flash to check other error message

Checklist (For Reviewer)

  • PR has description of feature/bug or link to Confluence/Jira task
  • Description contains actions to verify feature/bugfix
  • I've built this code, uploaded it to the device and verified feature/bugfix

…ed error messages; added checks for updater images
@hedger hedger added the Build System & Scripts fbt, scripts and toolchain-related label Aug 11, 2024
Copy link

github-actions bot commented Aug 11, 2024

Compiled f7 firmware for commit 60554e4e:

@hedger hedger changed the title scripts: updated size validator for updater image scripts: improved size validator for updater image Aug 12, 2024
@skotopes skotopes merged commit 99655c1 into dev Aug 12, 2024
11 checks passed
@skotopes skotopes deleted the hedger/updater_sz_checks branch August 12, 2024 01:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Build System & Scripts fbt, scripts and toolchain-related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants