OS: Ubuntu 20.04 LTS
参考:https://hub.docker.com/r/marcelstoer/nodemcu-build/
先查一下Docker在不在:
docker --version
Docker version 20.10.12, build e91ed57
下载固件:
git clone --recurse-submodules https://github.com/nodemcu/nodemcu-firmware.git
// For ESP32 you would then switch to the dev-esp32 branch and update the submodules:
git checkout dev-esp32
git submodule update --recursive
较之之前用过的ESP-ADF,这里的模块少得多——只有3个:
本帖最后由 MianQi 于 2022-2-11 09:40 编辑