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

Add support for web based installation. #70

Merged
merged 10 commits into from
Mar 6, 2024
Merged

Conversation

gkoh
Copy link
Owner

@gkoh gkoh commented Mar 6, 2024

Using esp-web-tools we can now flash an ESP32 from a supported browser.

To support this properly:

  • add the 4 binary image artifacts required to fully flash an ESP32
  • add an esp-web-tools manifest generator and workflow step
  • add an index page to drive esp-web-tools
  • add a release step to gather and deploy all the pieces automatically

On next major release (v2.0.0), a website will be deployed, the final URL will be announced at that time.

gkoh added 10 commits March 5, 2024 10:32
Add binaries for:
- bootloader
- partitions
- app boot

These files are required to ease future installation.
Begin putting together the pieces needed to deploy a web installer based
on espwebtool.

This will require deploying to a hosting site along with generating
manifest files to support web browser based flashing of the M5Stack
devices.
@gkoh gkoh linked an issue Mar 6, 2024 that may be closed by this pull request
@gkoh gkoh self-assigned this Mar 6, 2024
@gkoh gkoh added this to the v2.0.0 milestone Mar 6, 2024
@gkoh gkoh merged commit e1478bf into master Mar 6, 2024
6 checks passed
@gkoh gkoh deleted the add-more-release-binary-parts branch March 6, 2024 03:51
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.

Add support for web based installer
1 participant