Skip to content

wpsteak/esp_open_sdk_dockerfile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Image for building esp-open-rtos firmware

Use Docker as EPS8266 (Superhouse esp-open-rtos) build machine

Installation

  1. Pull from docker hub
docker pull wpinshih/esp8266:latest
  1. clone this project from github
git clone https://github.com/wpsteak/esp_open_sdk_dockerfile.git    
  1. create a symbolic link to /usr/local/bin/ (OS X / Ubuntu)
sudo ln -s {$PATH_YOU_CLONE}/make.sh /usr/local/bin/espmake

How to use espmake

  1. enter target folder

for example:

cd {$YOUR_PATH}/esp-open-rtos/examples/blink
  1. just build firmware
espmake
  1. or you just want to clean up
espmake clean

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published