igrr / mkspiffs

Tool to build and unpack SPIFFS images
MIT License
186 stars 91 forks source link

Add arm64 to build. #74

Closed Jorropo closed 3 years ago

Jorropo commented 4 years ago

Arm64 job has been added, following armhf directives.

It would be great if you can create a new release (0.2.3.1) so I can use it in espressif/arduino-esp32.

pfeerick commented 4 years ago

@Jorropo ~Are you finding that the arm64 build of mkspiffs is generating a valid SPIFFS file system? As I'm finding that natively building mkspiffs on aarch64 is resulting in seemingly invalid SPIFFS images against the ESP8266 2.7.1 Arduino core, with both 0.2.0 and 0.2.3. I'm now in the process of starting to turn over the ESP8266 Arduino core and mkspiffs code to see where it breaks...~

Edit: duh! Didn't think to check the build flags... more than just make for the right build settings! :laughing: Nevermind me... sorry for the noise!