platformio / platformio-home

PlatformIO Home
https://docs.platformio.org/page/home/index.html
Apache License 2.0
104 stars 63 forks source link

Error: Unknown board ID #1768

Closed Hendrikus-Simplex closed 3 years ago

Hendrikus-Simplex commented 3 years ago

PIO Core Call Error: "The current working directory C:\Users\Hendrik Horn\Documents\PlatformIO\Projects\rx will be used for the project.\r\n\r\nThe next files/directories have been created in C:\Users\Hendrik Horn\Documents\PlatformIO\Projects\rx\r\ninclude - Put project header files here\r\nlib - Put here project specific (private) libraries\r\nsrc - Put project source files here\r\nplatformio.ini - Project Configuration File\r\n\n\nError: Processing espmxdevkit (platform: espressif8266; board: espmxdevkit; framework: arduino)\r\n--------------------------------------------------------------------------------\r\nVerbose mode can be enabled via -v, --verbose option\r\nError: Unknown board ID 'espmxdevkit'\r\n========================== [FAILED] Took 0.68 seconds =========================="

kam9426 commented 3 years ago

I got the same error but my board is nucleo F103 RB

ivankravets commented 3 years ago

Duplicate of https://github.com/platformio/platformio-home/issues/1768

get2yomi commented 3 years ago

PIO Core Call Error: "The current working directory C:\Users\galooli\Documents\PlatformIO\Projects\test will be used for the project.\r\n\r\nThe next files/directories have been created in C:\Users\galooli\Documents\PlatformIO\Projects\test\r\ninclude - Put project header files here\r\nlib - Put here project specific (private) libraries\r\nsrc - Put project source files here\r\nplatformio.ini - Project Configuration File\r\n\n\nError: Unknown board ID 'genericSTM32F411CE'"

ivankravets commented 3 years ago

@get2yomi please update all dev-platforms or run pio update command. Restart VSCode.

Bighoneypot commented 2 years ago

@ivankravets

You're up-to-date! PlatformIO 5.2.4 is currently the newest version available.

PIO Core Call Error: "The next files/directories have been created in C:\Users\gabri\Documents\Platformio\Projects\Agrumino_Lemon_Captive_Portal\r\ninclude - Put project header files here\r\nlib - Put here project specific (private) libraries\r\nsrc - Put project source files here\r\nplatformio.ini - Project Configuration File\r\n\n\nError: Processing agruminolemon (platform: espressif8266; board: agruminolemon; framework: arduino)\r\n--------------------------------------------------------------------------------\r\nTool Manager: Installing framework-arduinoespressif8266 @ ~3.20704.0\r\nTool Manager: Warning! More than one package has been found by framework-arduinoespressif8266 @ ~3.20704.0 requirements:\r\n - platformio/framework-arduinoespressif8266 @ 3.30002.0\r\n - tasmota/framework-arduinoespressif8266 @ 2.7.4.9\r\nTool Manager: Please specify detailed REQUIREMENTS using package owner and version (shown above) to avoid name conflicts\r\nDownloading\r\nUnpacking\r\nTool Manager: framework-arduinoespressif8266 @ 3.20704.0 has been installed!\r\nVerbose mode can be enabled via -v, --verbose option\r\nError: Unknown board ID 'agruminolemon'\r\n========================= [FAILED] Took 15.53 seconds ========================="

guozhaowen commented 2 years ago

PIO Core Call Error: "Resolving upesy_wroom environment packages...\r\n\n\nError: Unknown board ID 'upesy_wroom'"

hneel commented 2 years ago

Error: Unknown board ID 'lolin_s2_mini'

Untitled

gotfredsen commented 2 years ago

Core 6.0.2 - Home 3.4.2:

Could not initialize project
PIO Core Call Error: 
"Resolving adafruit_qtpy_esp32c3 environment packages...
Error: Unknown board ID 'adafruit_qtpy_esp32c3'"
gotfredsen commented 2 years ago

Core 6.0.2 - Home 3.4.2:

Could not initialize project
PIO Core Call Error: 
"Resolving adafruit_qtpy_esp32c3 environment packages...
Error: Unknown board ID 'adafruit_qtpy_esp32c3'"

Solved:

ivankravets commented 2 years ago

You use outdated dev-platform. Open PlatformIO IDE for VSCode > PlatformIO > Project Tasks > Update Dependencies

voidlaobai commented 2 years ago

esp32-S3 can not be found solution ——> VScode > PlantformIO home > plantforms > update

mahboud commented 2 years ago

No matter what board I select I get:

Error: Unknown board ID 'adafruit_qt_py_esp32-c3 or Error: Unknown board ID 'esp32-c3-mini

I've already done:

pio pkg update

Resolving esp32dev dependencies...
Library Manager: Updating Adafruit MPU6050 @ 2.1.0+sha.1203a59
git version 2.21.0 (Apple Git-122.2)
Already up to date.
Library Manager: Updating WiFiManager @ 2.0.10-beta+sha.7d498ed
git version 2.21.0 (Apple Git-122.2)
Already up to date.
Already up-to-date.
Resolving esp32_c3_devkitc_02 dependencies...
Library Manager: Updating Adafruit MPU6050 @ 2.1.0+sha.1203a59
git version 2.21.0 (Apple Git-122.2)
Already up to date.
Library Manager: Updating WiFiManager @ 2.0.10-beta+sha.7d498ed
git version 2.21.0 (Apple Git-122.2)
Already up to date.
Already up-to-date.
Resolving esp32_c3_devkitm_1 dependencies...
Library Manager: Updating Adafruit MPU6050 @ 2.1.0+sha.1203a59
git version 2.21.0 (Apple Git-122.2)
Already up to date.
Library Manager: Updating WiFiManager @ 2.0.10-beta+sha.7d498ed
git version 2.21.0 (Apple Git-122.2)
Already up to date.
Already up-to-date.
Resolving adafruit_feather_esp32_v2 dependencies...
Library Manager: Updating Adafruit MPU6050 @ 2.1.0+sha.1203a59
git version 2.21.0 (Apple Git-122.2)
Already up to date.
Library Manager: Updating WiFiManager @ 2.0.10-beta+sha.7d498ed
git version 2.21.0 (Apple Git-122.2)
Already up to date.
Already up-to-date.

Any thoughts?

ivankravets commented 2 years ago

@mahboud please report to https://community.platformio.org/

Javesun99 commented 1 year ago

Need to update Platform dependences not only libraries

frohro commented 1 year ago

I can't find anything that needs updated, but I get this when I try to use VScode and PlatformIO to import working Arduino project or make a new project using the Wemos D1 R32 board which uses the Expressif ESP32 framework. Everything says it is updated.

Rincewind08 commented 1 year ago

Having this very problem using the BTT distribution for the Octopus V1.1 tonight, very frustrated, the main marlin branch doesn't work after it compiles, the screen freezes upon plugging in the EXP 2 connector and doesn't show up at all to the touchscreen interface of my TFT70

diamondbarcode commented 1 year ago

it have been 3 years from first open of this topic I am wonder is there solution yet ? i just encounter this error today ..

exipilis commented 1 year ago

The same error for me: .... .... .... Error: Unknown board ID 'rpipico'"

frohro commented 1 year ago

@gotfredsen had the solution for me.
Thanks! Rob

steve-barth commented 1 year ago

Hi Ivan! Please help, the next error message: " Could not initialize project PIO Core Call Error: "Resolving lilygo-t-display-s3 dependencies...\r\n\n\nError: Unknown board ID 'lilygo-t-display-s3'" " ( pio update, restart done ) Thanks, Steve

mariusl commented 1 year ago

This error only came up after the system updated a number of extensions. Never had this problem before until yesterday.

Could not initialize project PIO Core Call Error: "Resolving lolin_s2_mini dependencies...\r\n\n\nError: Unknown board ID 'lolin_s2_mini'"

mariusl commented 1 year ago

Got the same error but only after updating all the extensions to the latest .

Could not initialize project PIO Core Call Error: "Resolving lolin_s2_mini dependencies...\r\n\n\nError: Unknown board ID 'lolin_s2_mini'"

AgentKingNO47 commented 1 year ago

Got the same erro,how to fix this

GitLang commented 1 year ago

OK, this is driving me mad!. I uninstalled all VSCode extensions and restarted it. Looked ok, so closed it and uninstalled vscode. Deleted all known directories of vscode and extensions. Rebooted. Installed fresh latest VSCode from Microsoft. Installed PlatformIO extension and presumably it installed the latest it could of itself and dependencies. Restarted vscode. Clicked on PIO icon in right task bar. Clicked on Open : Quick Access -> PIO Home -> Open. Got PIO window, congratulating me on having the latest 2023 version. Clicked on New Project in PIO window. Filled in project name, selected board and location and hit finish. After 5 seconds or so an error dialog appeared :

PIO Core Call Error: "The following files/directories have been created in G:\projects\simple-foc-test-1\r\ninclude - Put project header files here\r\nlib - Put project specific (private) libraries here\r\nsrc - Put project source files here\r\nplatformio.ini - Project Configuration File\r\nResolving disco_b_g431b_esc1 dependencies...\r\n\n\nError: Unknown board ID 'disco_b_g431b_esc1'

I clicked on the suggested solutions button in the error dialog, it opened my usual browser with this page on view. It seems that whatever board I try to use from the list of 1500+ boards, I get a similar error and cannot proceed with even making a project. This thread and it's many duplicated shows this is an ongoing problem, and one that is stopping people proceeding with using PIO. Please, is there or can there be a solution?. Thank you.

jeffproe commented 1 year ago

I just dusted off PlatformIO myself. I hadn't touched it in a year or so and was getting basically the same error you were getting @GitLang. I fixed it by going to Platforms and then Updates and running any updates that showed there. Hope this helps!

image