Results 19 comments of Dave

OK I _think_ the problem is the mkspiffs is just not the matching tool for the espressif/esp-idf source. The fact that we get any life at all is pure luck,...

Ok a thought occured to me. Since the spiffs is both read/write and it is designed to be embedded, the purpose of the spiffsimg tool is to just embed spiffs...

NK goes into details here: https://github.com/nkolban/duktape-esp32/blob/master/docs/file%20systems.md and I didn't notice it before but he included a link to the spiffs source (which has mkspiffs in it) https://github.com/whitecatboard/Lua-RTOS-ESP32/tree/master/components

Still not working for me. I did get the most recent esp-idf and made your sdkconfig tweaks CONFIG_SPIFFS_META_LENGTH=0 behaviour is the same though. D (30786) SPIFFS: read: offset:0 rd:128 data...

Ok found it. https://github.com/igrr/mkspiffs/releases/tag/0.2.1 mkspiffs 0.2.1 required Just got the PR going...

I think npm would only work to install native js modules, anything that requires c++ compilation to binary wouldn't have a chance of working. The infrastructure for compiling just isn't...

Wow, this is an old project. I spent a bit of time trying to get it to build, using a cross compiler I got from ARM's site: https://developer.arm.com/downloads/-/arm-gnu-toolchain-downloads The file...

I'm using linux but maybe under windows the COM19 might be configured for hardware flow control? I think you do not want that. Another issue is if you have a...

If you use the Gowin_V1.9.9Beta-4_Education version you don't need to get a license key, but when you build anything the netlist appears encrypted. I requested a license key and within...