nrf9160 SDK setup fails at "west update" on "updating edtt"

Following the instructions at: https://learn.sparkfun.com/tutorials/nr … okup-guide

all proceeds ok, until

west update

at which point I get a failure

=== updating mipi-sys-t (modules/debug/mipi-sys-t):
HEAD is now at 75e6715 zephyr: move platform.h to zephyr tree
=== updating nrf_hw_models (modules/bsim_hw_models/nrf_hw_models):
HEAD is now at a47e326 HW_models: NRF_RTC: Fix compare event missed when interrupt disabled
=== updating edtt (tools/edtt):
HEAD is now at b209a60 Fix use of invalid disconnect reason in test procedures
ERROR: update failed for project trusted-firmware-m

leaving the install looking like:

 nfed $ tree -L 1
.
├── bootloader
├── mbedtls
├── modules
├── nfed
├── nrf
├── nrfxlib
├── test
├── tools
└── zephyr

9 directories, 0 files
$

You may need to hit the physical reset button on the board

Also please confirm that this section matches your end:

To get the nRF9160 Thing Plus examples we’ll update C:\Users<your username>\ncs\v1.4.1\nrf\west.yml. First in the remotes section add:

name: circuitdojo

url-base: https://github.com/circuitdojo

Then in the projects section add at the bottom:

name: nfed

repo-path: nrf9160-feather-examples-and-drivers

revision: v1.4.x

path: nfed

remote: circuitdojo

Then run west update in your freshly created bash/command prompt session. This will fetch the nRF9160 Thing Plus examples.

This post https://devzone.nordicsemi.com/f/nordic … ompt-error had similar error where the SDK was not pointing to the correct directory - try and confirm this as well?

I hit reset, updated west.yml as described, still get:

=== updating nrf_hw_models (modules/bsim_hw_models/nrf_hw_models):
HEAD is now at a47e326 HW_models: NRF_RTC: Fix compare event missed when interrupt disabled
=== updating edtt (tools/edtt):
HEAD is now at b209a60 Fix use of invalid disconnect reason in test procedures
ERROR: update failed for project trusted-firmware-m
david nfed $

(in a fresh session)

Today, deleted old install, ran install, “west update” completed. Sample compiled. Thx