Search code examples
dockernodemcuesp32

Lfs-image (lua) for esp32


Is it possible to create a lfs-image for esp32?

I build the firmware with docker with the default partitions.cvs. (lfs size: 0x10000)

This command fails:

docker run --rm -ti -v `pwd`:/opt/nodemcu-firmware -v /home/me/ESP32_Lua/LFS/:/opt/lua marcelstoer/nodemcu-build lfs-image

Solution

  • This feature is not yet supported. You can use LFS on ESP8266 only.