This is embarrassing, on step 9 in the remotes section I do not ‘get’ the '‘So it looks like:’ part. Below in the Projects section that works, the '‘So it looks like’ section does look like your example after I add.
Running west update:
Kevin@Aorus MINGW64 /d/ncs/v1.4.1/nrf ((v1.4.1))
$ west update
FATAL ERROR: can't load west manifest
Malformed manifest file: D:\ncs\v1.4.1\nrf\west.yml
Schema file: D:\ncs\v1.4.1\toolchain\opt\bin\Lib\site-packages\west\manifest-schema.yml
Hint: Schema validation failed:
- Cannot find required key 'url-base'. Path: '/remotes/7'.
- Key 'path' was not defined. Path: '/remotes/7'.
- Key 'revision' was not defined. Path: '/remotes/7'.
- Key 'remote' was not defined. Path: '/remotes/7'.
- Cannot find required key 'url-base'. Path: '/remotes/8'.
- Key 'repo-path' was not defined. Path: '/remotes/8'.
- Key 'revision' was not defined. Path: '/remotes/8'.
- Key 'path' was not defined. Path: '/remotes/8'.
- Key 'remote' was not defined. Path: '/remotes/8'.
I ‘restored’ the west.yml and ran update, it worked.
from my west.yml.mod
- name: circuitdojo
url-base: https://github.com/circuitdojo
- name: Alexa-Gadgets-Embedded-Sample-Code
path: modules/alexa-embedded
revision: face92d8c62184832793f518bb1f19379538c5c1
remote: alexa
- name: nfed
repo-path: nrf9160-feather-examples-and-drivers
revision: v1.4.x
path: nfed
remote: circuitdojo
————
I got rid of everything in remote but:
- name: circuitdojo
url-base: https://github.com/circuitdojo
then did west update:
=== updating nfed (nfed):
--- nfed: initializing
Initialized empty Git repository in D:/ncs/v1.4.1/nfed/.git/
--- nfed: fetching, need revision v1.4.x
remote: Enumerating objects: 157, done.
remote: Counting objects: 100% (157/157), done.
remote: Compressing objects: 100% (109/109), done.
remote: Total 157 (delta 49), reused 137 (delta 33), pack-reused 0
Receiving objects: 100% (157/157), 44.15 KiB | 1.34 MiB/s, done.
Resolving deltas: 100% (49/49), done.
From https://github.com/circuitdojo/nrf9160-feather-examples-and-drivers
* branch v1.4.x -> FETCH_HEAD
It looks like that is the issue, the ‘So it looks like’ confused me. (not hard to do these days)