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

Migrate to supplying factory images #4493

Open
netmindz opened this issue Jan 15, 2025 · 0 comments
Open

Migrate to supplying factory images #4493

netmindz opened this issue Jan 15, 2025 · 0 comments

Comments

@netmindz
Copy link
Collaborator

netmindz commented Jan 15, 2025

TLDR - provide bins with the bootloader included

see https://discord.com/channels/473448917040758787/718943978636050542/1329058575112212501

Provide factory images for initial flashing (a binary where all is merged to one image). So it is guaranteed that the correct bootloader is used.
For OTA updates, the firmware as it is still can be used.
The needed factory image can easily build during build with a Platformio script
Since we do (EspEasy, Tasmota), no issues from users with flashing.
And do not provide bootloaders anymore!
There are too many to choose the correct one!
Example of scripts to build an factory image
https://github.com/letscontrolit/ESPEasy/blob/mega/tools/pio/post_esp32.py
https://github.com/arendst/Tasmota/blob/development/pio-tools/post_esp32.py

@netmindz netmindz added this to the 0.16.0 candidate milestone Jan 15, 2025
@netmindz netmindz changed the title Migrate to suppluing factory images Migrate to supplying factory images Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant