marcelstoer / docker-nodemcu-build

Docker image to build NodeMCU firmware for the ESP8266 on your machine
https://hub.docker.com/r/marcelstoer/nodemcu-build/
MIT License
131 stars 63 forks source link

Worked fine for ESP8266 but failed for ESP32 #72

Closed stevemac00 closed 5 years ago

stevemac00 commented 5 years ago

I created a new docker volume then: docker run --rm -ti -v /volume1/docker/esp32/:/opt marcelstoer/nodemcu-build bash cd /opt git clone --recurse-submodules https://github.com/nodemcu/nodemcu-firmware.git cd nodemcu-firmware git checkout dev-esp32 but it aborts with a listing of all the app/include/ files that will be overwritten.

marcelstoer commented 5 years ago

See https://github.com/marcelstoer/docker-nodemcu-build#support for user support -> closing

Just scanned this briefly but isn't your sequence of commands a bit odd? If you clone you get the master branch by default, then you checkout dev-esp32, then you should fetch all submodules of that branch.