Skip to content

Board generic (platform esp8266, package esp8266) is unknown #1514

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
kapilpawar opened this issue Jan 27, 2016 · 14 comments
Closed

Board generic (platform esp8266, package esp8266) is unknown #1514

kapilpawar opened this issue Jan 27, 2016 · 14 comments

Comments

@kapilpawar
Copy link

i am using ARDUINO UNO and ESP8266 V1.

my board setting like this.

board : generic esp8266 module.
programmer : AVRISP mkII

while i upload my code then i get the error.

Board generic (platform esp8266, package esp8266) is unknown
Error compiling.

please help me
thanks in advance

@EduardUA
Copy link

I had this error when I used a version Arduino IDE 1.6.7. In version 1.6.5 all good.

@Links2004
Copy link
Collaborator

may the same as #1377, #1387
try to delete the 2.0.0 and rc2 folder, and then install the rc2 new.

https://github.com/esp8266/Arduino#installing-with-boards-manager

@tuxedo0801
Copy link
Contributor

HaD the same error. Intuitively did the same as Links2004 suggested. Works for me.

@igrr igrr closed this as completed Feb 3, 2016
@SunboX
Copy link

SunboX commented Apr 15, 2016

On Mac OS X, the folder is located at
/Users/$USER/Library/Arduino15/packages/esp8266/hardware

@pspranav7
Copy link

Check out step 5 of this Instructable ...
It will solve this problem.... :)

@kevin192291
Copy link

Link is Broken :( what was it?

@borhanreo
Copy link

borhanreo commented Oct 24, 2017

I was face same problem. I fix that problem
Goto C:\Users"Your Username"\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266
Now you will see two version. you need to delete old version then restart your arduino IDE.

@ksrivasu
Copy link

i am using ARDUINO UNO and ESP8266

my board setting like this.

board : generic esp8266 module
Board esp8285 (platform esp8266, package esp8266) is unknown

Error compiling for board Generic ESP8285 Module.

@castor666
Copy link

Thx! @borhanreo
greetings

@palivoda
Copy link

After boards update you need to restart IDE.
Check there is no previous version in ....\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266

@ranaudo
Copy link

ranaudo commented Nov 4, 2018

sorted out. thank you

@SYAMBABUDARSI
Copy link

Board nodemcuv2 (platform esp8266, package esp8266) is unknown

Error compiling for board NodeMCU 1.0 (ESP-12E Module).

@aboulfad
Copy link

aboulfad commented Apr 4, 2019

Very important that there is NO other directory than the esp distro in the folder being discussed Arduino15\packages\esp8266\hardware\esp8266.

Having even a hidden folder (.vscode) in there will generate the same compiler error. Hope this helps someone out.

Board nodemcuv2 (platform esp8266, package esp8266) is unknown

Error compiling for board NodeMCU 1.0 (ESP-12E Module).

@blakete
Copy link

blakete commented Jun 17, 2019

#1377

A concise tutorial explaining the issue can be found here!
https://arduino-esp8266.readthedocs.io/en/latest/faq/a04-board-generic-is-unknown.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests