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

Github Action to build Firmware using your builder #460

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Conversation

shafr
Copy link

@shafr shafr commented Jun 9, 2021

Thanks for creating builder image, I was struggling to do a local build since some dependencies were failing.

I've added this job, so you'll have better visibility using CI/DC and if someone wants to build firmware:

  • fork your project
  • configure parameters
  • download firmware.tar.gz

file & flash it using any tool.

@jsvtrlvrslv
Copy link

Can you help me 'make' new firmware files?
When i try make, ths error appear:

tilt@ubuntu:~/xxx/esp_wifi_repeater$ make
CC driver/spi.c
make: /home/tilt/xxx/esp_wifi_repeater/coiso/esp-open-sdk/xtensa-lx106-elf/bin/xtensa-lx106-elf-gcc: Command not found
make: *** [Makefile:173: build/driver/spi.o] Error 127

@shafr
Copy link
Author

shafr commented Jun 18, 2021

probably you would need Linux machine or windows machine capable of running Docker images.
That would be the easiest way. Or clone my repository and go into actions -> and grab already built artifact.

@bigbang007038
Copy link

Can we make Arduino sketch ??

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.

None yet

3 participants