SparkFun Forums 

Where electronics enthusiasts find answers.

Discussions about processor boards have here!
User avatar
By davidg238
#229046
Following the instructions at: https://learn.sparkfun.com/tutorials/nr ... okup-guide

all proceeds ok, until
Code: Select all
west update
at which point I get a failure
Code: Select all
=== 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:
Code: Select all
 nfed $ tree -L 1
.
├── bootloader
├── mbedtls
├── modules
├── nfed
├── nrf
├── nrfxlib
├── test
├── tools
└── zephyr

9 directories, 0 files
$ 
User avatar
By TS-Russell
#229058
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?
User avatar
By davidg238
#229064
I hit reset, updated west.yml as described, still get:
Code: Select all
=== 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 $ 
 Topic permissions

You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum