Installation

I've had problems during installation probably due to firewall/proxy/network protection, so I managed to install from command line as specified in Installing the nRF Connect SDK

All good so far, but know I have problems when starting development from VSC: when I try to "Create a new application" from the "NRF Connect" VSC menu and try to "Copy a sample" I don't get any sample.

I simply get the "No samples available" message in place of the sample list. 

Also, if I try the "Browse samples" menu voice, I get the following error messages: 

    [west]: FATAL ERROR: failed manifest import in zephyr (zephyr):

    [west]:   Failed importing "west.yml" from revision "v3.7.99-ncs2-2"
    [west]:   Hint: zephyr must be cloned and its manifest-rev ref must point to a commit with the import data
    [west]:   To fix, run "west update"

    [west]: exited with code 1.
Thank you,
 Marco
  • Following the manual installation, if I manually copy a sample then try to "Add build configuration", I don't see any "Board target" and I get the follwing messages: 

    [west]: FATAL ERROR: failed manifest import in zephyr (zephyr):
    [west]:   Failed importing "west.yml" from revision "v3.7.99-ncs2-2"
    [west]:   Hint: zephyr must be cloned and its manifest-rev ref must point to a commit with the import data
    [west]:   To fix, run "west update"

    [west]: exited with code 1.

    [west]: FATAL ERROR: failed manifest import in zephyr (zephyr):
    [west]:   Failed importing "west.yml" from revision "v3.7.99-ncs2-2"
    [west]:   Hint: zephyr must be cloned and its manifest-rev ref must point to a commit with the import data
    [west]:   To fix, run "west update"

    [west]: exited with code 1.

    [west]: FATAL ERROR: failed manifest import in zephyr (zephyr):
    [west]:   Failed importing "west.yml" from revision "v3.7.99-ncs2-2"
    [west]:   Hint: zephyr must be cloned and its manifest-rev ref must point to a commit with the import data
    [west]:   To fix, run "west update"

    [west]: exited with code 1.

    [west]: FATAL ERROR: failed manifest import in zephyr (zephyr):
    [west]:   Failed importing "west.yml" from revision "v3.7.99-ncs2-2"
    [west]:   Hint: zephyr must be cloned and its manifest-rev ref must point to a commit with the import data
    [west]:   To fix, run "west update"

    [west]: exited with code 1.

    [west]: FATAL ERROR: failed manifest import in zephyr (zephyr):
    [west]:   Failed importing "west.yml" from revision "v3.7.99-ncs2-2"
    [west]:   Hint: zephyr must be cloned and its manifest-rev ref must point to a commit with the import data
    [west]:   To fix, run "west update"

    [west]: exited with code 1.

    [west]: FATAL ERROR: failed manifest import in zephyr (zephyr):
    [west]:   Failed importing "west.yml" from revision "v3.7.99-ncs2-2"
    [west]:   Hint: zephyr must be cloned and its manifest-rev ref must point to a commit with the import data
    [west]:   To fix, run "west update"

    [west]: exited with code 1.

    [west]: FATAL ERROR: failed manifest import in zephyr (zephyr):
    [west]:   Failed importing "west.yml" from revision "v3.7.99-ncs2-2"
    [west]:   Hint: zephyr must be cloned and its manifest-rev ref must point to a commit with the import data
    [west]:   To fix, run "west update"

    [west]: exited with code 1.

    [west]: FATAL ERROR: failed manifest import in zephyr (zephyr):
    [west]:   Failed importing "west.yml" from revision "v3.7.99-ncs2-2"
    [west]:   Hint: zephyr must be cloned and its manifest-rev ref must point to a commit with the import data
    [west]:   To fix, run "west update"

    [west]: exited with code 1.

    [west]: FATAL ERROR: failed manifest import in zephyr (zephyr):
    [west]:   Failed importing "west.yml" from revision "v3.7.99-ncs2-2"
    [west]:   Hint: zephyr must be cloned and its manifest-rev ref must point to a commit with the import data
    [west]:   To fix, run "west update"

    [west]: exited with code 1.

    [west]: FATAL ERROR: failed manifest import in zephyr (zephyr):
    [west]:   Failed importing "west.yml" from revision "v3.7.99-ncs2-2"
    [west]:   Hint: zephyr must be cloned and its manifest-rev ref must point to a commit with the import data
    [west]:   To fix, run "west update"

    [west]: exited with code 1.

    [west]: FATAL ERROR: failed manifest import in zephyr (zephyr):
    [west]:   Failed importing "west.yml" from revision "v3.7.99-ncs2-2"
    [west]:   Hint: zephyr must be cloned and its manifest-rev ref must point to a commit with the import data
    [west]:   To fix, run "west update"

    [west]: exited with code 1.

    [11:06:33] =========== Toolchain validation report for nRF Connect SDK Toolchain v2.9.2 ===========
    [west]: FATAL ERROR: failed manifest import in zephyr (zephyr):
    [west]:   Failed importing "west.yml" from revision "v3.7.99-ncs2-2"
    [west]:   Hint: zephyr must be cloned and its manifest-rev ref must point to a commit with the import data
    [west]:   To fix, run "west update"

    [west]: exited with code 1.

    Package Using the nRF Connect SDK v2.9.2 at c:\ncs\v2.9.2
    No issues were detected with the toolchain.
  • Removing v2.9.2 and using v2.9.1 the problem  has vanished, now I can see the boards

  • yes, samples are available, too - I think we can close the issue - thank you

Related