-->
Page 1 of 1

Upgrade to Version 2.6.0 and higher not possible

PostPosted: Sun Dec 01, 2019 11:25 am
by jschneider
Hi,

when I try to upgrade to a version higher than 2.5.2 I get an error message that the tool mklittlefs is not available for my operating system (Debian Linux 32bit). I have compiled mklittlefs from source and stored it in the tools directory of Arduino, but that did not help. With version 2.5.2 everything works as intendet. What can I do? Any ideas?

Regards - Jochen

Re: Upgrade to Version 2.6.0 and higher not possible

PostPosted: Mon Dec 23, 2019 11:10 am
by hejvdb
SAme here. Fresh Ubuntu 18.04 32 bits on a Dell laptop (Pentium Mobile) with IDE 1.8.10. The ESP32 boardfile installs fine but the 8266 boardfile complains about "Tool mklittlefs is not available for your operating system".
Pse advice how to proceed. TNX, Egbert Jan.

Re: Upgrade to Version 2.6.0 and higher not possible

PostPosted: Thu Jan 09, 2020 11:47 am
by jake-code
This is because there is a missing block in the boards file https://arduino.esp8266.com/stable/pack ... index.json.
The tools download section is missing the block relating to i686-linux-gnu (32bit linux) for mklittlefs.
I managed to get around this by changing the url (https:// to file://) to point to a local copy of https://arduino.esp8266.com/stable/pack ... index.json that I then edited to add the missing information.
Hopefully this will be corrected quickly as with this workaround there will be no notification of updates...

Re: Upgrade to Version 2.6.0 and higher not possible

PostPosted: Tue Mar 03, 2020 4:11 am
by Droidus
Any news about a fix for this problem?
I have a dozen of 32bit laptops at school that I'm using for programming esp8266 D1 mini's.
Glad I read from your post that I can still use version 2.5.2.

Greets,
F.P.