Use Docker as EPS8266 (Superhouse esp-open-rtos) build machine
- Pull from docker hub
docker pull wpinshih/esp8266:latest
- clone this project from github
git clone https://github.com/wpsteak/esp_open_sdk_dockerfile.git
- create a symbolic link to /usr/local/bin/ (OS X / Ubuntu)
sudo ln -s {$PATH_YOU_CLONE}/make.sh /usr/local/bin/espmake
- enter target folder
for example:
cd {$YOUR_PATH}/esp-open-rtos/examples/blink
- just build firmware
espmake
- or you just want to clean up
espmake clean