Using VSCode ConnectSDK plug with the nrf7002dk

I followed installation  instructions of the VSCode plugin and trying to build some simple sample. 

In the build configuration I do not see the nrf7002dk board as an option. 

Parents
  • Hi,

    Which version of the nRF Connect SDK are you using?

    This might be due to the SDK not being installed completely. Can you verify that you have the nrf directory and that the directory boards/arm/nrf7002dk_nrf5340 exists under nrf?

    The directory structure should be similar to this:

    └─── <west-workspace>/
       ├─── .west/
       ├─── bootloader/
       ├─── modules/
       ├─── nrf/
    └─── boards
    └─── arm
      └─── nrf7002dk_nrf5340
    ├─── nrfxlib/ ├─── zephyr/ └─── ...

    Best regards,
    Marte

Reply
  • Hi,

    Which version of the nRF Connect SDK are you using?

    This might be due to the SDK not being installed completely. Can you verify that you have the nrf directory and that the directory boards/arm/nrf7002dk_nrf5340 exists under nrf?

    The directory structure should be similar to this:

    └─── <west-workspace>/
       ├─── .west/
       ├─── bootloader/
       ├─── modules/
       ├─── nrf/
    └─── boards
    └─── arm
      └─── nrf7002dk_nrf5340
    ├─── nrfxlib/ ├─── zephyr/ └─── ...

    Best regards,
    Marte

Children
Related