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

Please supply firmware generation instructions #14

Open
mchangsp opened this issue Aug 4, 2022 · 1 comment
Open

Please supply firmware generation instructions #14

mchangsp opened this issue Aug 4, 2022 · 1 comment

Comments

@mchangsp
Copy link

mchangsp commented Aug 4, 2022

After I clone this project, how do I generate a firmware image for the ESP8266?

@svanrossem
Copy link

Customize itho.yaml with you personal preferences.
ESP8266 is already specified, see https://github.com/jodur/ESPHOME-ITHO/blob/master/itho.yaml#L19-L20.

Use the ESPHome container to compile (or run) the firmware; https://esphome.io/guides/getting_started_command_line.html
I'll use Podman (Docker replacement) so the command will be

$ podman run --rm -v "${PWD}":/config -it esphome/esphome compile itho.yaml
$ ls itho/.pioenvs/itho/firmware.elf
  itho/.pioenvs/itho/firmware.elf

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

No branches or pull requests

2 participants