Skip to content

Missing information from boards file #7006

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
6 tasks
jake-code opened this issue Jan 9, 2020 · 4 comments · Fixed by #7011
Closed
6 tasks

Missing information from boards file #7006

jake-code opened this issue Jan 9, 2020 · 4 comments · Fixed by #7011

Comments

@jake-code
Copy link

jake-code commented Jan 9, 2020

File https://arduino.esp8266.com/stable/package_esp8266com_index.json is missing the tools download information block for mklittlefs for i686-linux-gnu (32bit) for release 2.6.3 (maybe others in 2.6.x as I was at version 2.5.2 when I noticed there was a problem updating)

Basic Infos

  • This issue complies with the issue POLICY doc.
  • I have read the documentation at readthedocs and the issue is not addressed there.
  • I have tested that the issue is present in current master branch (aka latest git).
  • I have searched the issue tracker for a similar issue.
  • If there is a stack dump, I have decoded it.
  • I have filled out all fields below.

Platform

  • Hardware: [ESP-12|ESP-01|ESP-07|ESP8285 device|other]
  • Core Version: [latest git hash or date]
  • Development Env: [Arduino IDE|Platformio|Make|other]
  • Operating System: [Windows|Ubuntu|MacOS]

Settings in IDE

  • Module: [Generic ESP8266 Module|Wemos D1 mini r2|Nodemcu|other]
  • Flash Mode: [qio|dio|other]
  • Flash Size: [4MB/1MB]
  • lwip Variant: [v1.4|v2 Lower Memory|Higher Bandwidth]
  • Reset Method: [ck|nodemcu]
  • Flash Frequency: [40Mhz]
  • CPU Frequency: [80Mhz|160MHz]
  • Upload Using: [OTA|SERIAL]
  • Upload Speed: [115200|other] (serial upload only)

Problem Description

Detailed problem description goes here.

MCVE Sketch

#include <Arduino.h>

void setup() {

}

void loop() {

}

Debug Messages

Debug messages go here
@d-a-v
Copy link
Collaborator

d-a-v commented Jan 9, 2020

@jake-code
Copy link
Author

Not correct, the file you refer to is for use with a 32bit mingw environment running within 64bit Windows, not for native 32bit linux. For this the file would be "i686-linux-gnu.mklittlefs-7f77f2b.1563313032.tar.gz"

@d-a-v
Copy link
Collaborator

d-a-v commented Jan 10, 2020

edit Sorry I misread the issue. You are in the need of Linux, not Windows.
(reading too quickly and because of that Operating System: [Windows|Ubuntu|MacOS] in OP, eyes catch what they want to)

@d-a-v
Copy link
Collaborator

d-a-v commented Jan 10, 2020

@earlephilhower It seems linux/686 entry for mklittlefs has disappeared in this commit

@d-a-v d-a-v added this to the 2.7.0 milestone Jan 10, 2020
earlephilhower added a commit to earlephilhower/Arduino that referenced this issue Jan 11, 2020
Fixes esp8266#7006

mklittlefs for 32-bit Linux disappeared from the packages.json.  Looks
like a transient build problem on the older eqt release (later builds
look fine).  Add it back, pointing to the first successful mklittlefs
build for lin32.
earlephilhower added a commit that referenced this issue Jan 11, 2020
Fixes #7006

mklittlefs for 32-bit Linux disappeared from the packages.json.  Looks
like a transient build problem on the older eqt release (later builds
look fine).  Add it back, pointing to the first successful mklittlefs
build for lin32.

Co-authored-by: Develo <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants