Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs

ERROR USING CREATE A NEW BOARD

Hello:

I'm watching the Structuring nRF Connect SDK Projects for Flexibility and Scale webinar.
I'm following the hands-on video step by step.
When using "Create a New Board," my output shows the error message: "[WinError 161] The specified path is invalid: '\\\\\\\\home\\\\\\\\'".
See the error message on the printscreen below.
This error didn't occur in the webinar.
The directory defined on the Create a New Board screen is in the PATH variable.

The content of the module.yml file is after the printscreen of the VScode screen

Can you help me solve the problem?

Regards

Luiz

Arquivo module.yml

# Zephyr > Modules > example-application. Path is relative from root of this
  # repository.
  kconfig: Kconfig
  # Path to the folder that contains the CMakeLists.txt file to be included by
  # Zephyr build system. The `.` is the root of this repository.
  cmake: .
  settings:
    # Additional roots for boards and DTS files. Zephyr will use the
    # `<board_root>/boards` for additional boards. The `.` is the root of this
    # repository.
    board_root: .
    # Zephyr will use the `<dts_root>/dts` for additional dts files and
    # `<dts_root>/dts/bindings` for additional dts binding files. The `.` is
    # the root of this repository.
    # dts_root: .
Parents Reply Children
Related