platformio / platformio-home

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

Could not initialize project #3861

Closed rafzal1078 closed 2 years ago

rafzal1078 commented 2 years ago

PIO Core Call Error: "The current working directory C:\Users\afzalre\source\pinewood_2022 will be used for the project.\r\n\r\nThe next files/directories have been created in C:\Users\afzalre\source\pinewood_2022\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\nPlatform Manager: Installing nordicnrf52\r\nDownloading\r\nUnpacking\r\nPlatform Manager: nordicnrf52 @ 9.2.0 has been installed!\r\nTool Manager: Installing platformio/toolchain-gccarmnoneeabi @ >=1.60301.0,<1.80000.0\r\nDownloading\r\nUnpacking\r\nTool Manager: toolchain-gccarmnoneeabi @ 1.70201.0 has been installed!\r\nTool Manager: Installing platformio/tool-sreccat @ ~1.164.0\r\nDownloading\r\nUnpacking\r\nTool Manager: tool-sreccat @ 1.164.0 has been installed!\r\nThe platform 'nordicnrf52' has been successfully installed!\r\nThe rest of the packages will be installed later depending on your build environment.\r\n\n\nError: Processing particle_argon (platform: nordicnrf52; board: particle_argon; framework: zephyr)\r\n--------------------------------------------------------------------------------\r\nTool Manager: Installing platformio/toolchain-gccarmnoneeabi @ ~1.80201.0\r\nDownloading\r\nUnpacking\r\nTool Manager: toolchain-gccarmnoneeabi @ 1.80201.190214 has been installed!\r\nTool Manager: Installing platformio/framework-zephyr @ ~2.20701.0\r\nDownloading\r\nUnpacking\r\nTool Manager: framework-zephyr @ 2.20701.220112 has been installed!\r\nTool Manager: Installing platformio/tool-cmake @ ~3.21.0\r\nDownloading\r\nUnpacking\r\nTool Manager: tool-cmake @ 3.21.3 has been installed!\r\nTool Manager: Installing platformio/tool-dtc @ ~1.4.7\r\nDownloading\r\nUnpacking\r\nTool Manager: tool-dtc @ 1.4.7 has been installed!\r\nTool Manager: Installing platformio/tool-ninja @ ^1.7.0\r\nDownloading\r\nUnpacking\r\nTool Manager: tool-ninja @ 1.9.0 has been installed!\r\nTool Manager: Installing platformio/tool-scons @ ~4.40300.0\r\nDownloading\r\nUnpacking\r\nTool Manager: tool-scons @ 4.40300.1 has been installed!\r\nVerbose mode can be enabled via -v, --verbose option\r\nKeyError: \"Invalid board option 'build.softdevice.sd_fwid'\":\r\n File \"C:\Users\afzalre\.platformio\penv\lib\site-packages\platformio\builder\main.py\", line 181:\r\n env.SConscript(\"$BUILD_SCRIPT\")\r\n File \"C:\Users\afzalre\.platformio\packages\tool-scons\scons-local-4.3.0\SCons\Script\SConscript.py\", line 597:\r\n return _SConscript(self.fs, *files, **subst_kw)\r\n File \"C:\Users\afzalre\.platformio\packages\tool-scons\scons-local-4.3.0\SCons\Script\SConscript.py\", line 285:\r\n exec(compile(scriptdata, scriptname, 'exec'), call_stack[-1].globals)\r\n File \"C:\Users\afzalre\.platformio\platforms\nordicnrf52\builder\main.py\", line 143:\r\n board.get(\"build.softdevice.sd_fwid\"),\r\n File \"C:\Users\afzalre\.platformio\penv\lib\site-packages\platformio\platform\board.py\", line 46:\r\n raise KeyError(\"Invalid board option '%s'\" % path)\r\n========================= [FAILED] Took 654.64 seconds ========================="

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. Please provide more details or it will be closed if no further activity occurs. Thank you for your contributions.