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

[Task]: 2.6 device-install scripts #6248

Merged
merged 12 commits into from
Mar 6, 2025

Conversation

ThatKalle
Copy link
Contributor

  • Reworked the Windows based device-install.bat and device-update.bat scripts.
    • They now produce colorcoded logs in standardoutput using the same style as the firmware/console.
    • The code has been reworked to hopefully be more maintainable in the future.
      moving away from some of the double negative filename checks and using batch subrutines. functions
      Also allows for a --debug flag for testing and visibility.
    • Overall code standardization interms of capitalization, naming, etc.
    • Fixes some usagebugs like filnames containing .\, quoted arguments, and so on. Also updated the help section.
    • Reworked the --tft and --tft-16mb flags to be computed during runtime based on filename input.
      As a bonus that means that the docs doesn't have to be updated to cover those.

image
image

  • Added unit-testing for device-install.bat using device-install_test.ps1
    This script creates empty .bin files and runs device-install.bat allowing for batchscript logic testing and verification.

image

  • Reworked the Windows regen-protos.bat and uf2-convert.bat scripts in pretty much the same style as above.
    Simply a standardization effort.

  • device-install.sh has been updated with corresponding logic.
    Same docs bonus there.
    trunk check and trunk fmt had a go at the file.

  • esptool.py has been added to the devcontainer, for local testing.

fixes #6186

@thebentern thebentern merged commit f7afa9a into meshtastic:master Mar 6, 2025
51 checks passed
@gjelsoe
Copy link
Contributor

gjelsoe commented Mar 7, 2025

https://github.com/ThatKalle/firmware/blob/24e82ff5c426b6eb8390cf09b3f6d86d8e404514/bin/device-install.bat#L33

Will result in a error :
ERROR | 18:45:20 18 File does not exist: "littlefswebui-littlefs-unphone-2.6.0.0b106d4.bin". Terminating.

@gjelsoe
Copy link
Contributor

gjelsoe commented Mar 7, 2025

Maybe adding a check if filename starts with firmware- to prevent errors due to wrong user input.
The script assumes that filename starts with firmware- to be replaced with littlefswebui or littlefs depending on --web

r41d pushed a commit to r41d/meshtastic-firmware that referenced this pull request Mar 12, 2025
* update device-install.bat

* add device-install unittest

* update device-update.bat

* update uf2-convert.bat

* update regen-protos.bat

* update rem

* bump version

* update device-install.sh

* add esptool

* move esptool to setup.sh

* trunk check+fmt

* update uf2-convert.bat
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.

[Task]: 2.6 device-install scripts need to be updated
3 participants