nRF5 SDK is not maintained anymore
More Info: Consider nRF Connect SDK for new designs

Update failed when run "west update"

I have tried to install nRF Connect SDK automatically. Although the installation is completed in Toolchaim Manager, the installed sdk is incomplete. After confirmation, it should be that the WEST installation is incomplete. So I tried to run “west update” in bash.

79932@DESKTOP-G8CA6VC MINGW64 /c/nRF/v1.9.0
$ west update
=== updating zephyr (zephyr):
M       west.yml
=== updating mcuboot (bootloader/mcuboot):
=== updating mbedtls-nrf (mbedtls):
--- mbedtls-nrf: fetching, need revision v3.0.0-ncs1
=== updating nrfxlib (nrfxlib):
=== updating trusted-firmware-m (modules/tee/tf-m/trusted-firmware-m):
=== updating tfm-mcuboot (modules/tee/tfm-mcuboot):
--- tfm-mcuboot: fetching, need revision v1.7.2-ncs1
=== updating matter (modules/lib/matter):
--- matter: fetching, need revision v1.9.0
=== updating cjson (modules/lib/cjson):
--- cjson: fetching, need revision c6af068b7f05207b28d68880740e4b9ec1e4b50a
=== updating cmock (test/cmock):
M       vendor/unity
=== updating unity (test/cmock/vendor/unity):
=== updating Alexa-Gadgets-Embedded-Sample-Code (modules/alexa-embedded):
=== updating cddl-gen (modules/lib/cddl-gen):
=== updating memfault-firmware-sdk (modules/lib/memfault-firmware-sdk):
=== updating openthread (modules/lib/openthread):
--- openthread: fetching, need revision 02e61a2edd80417e9b8f9a5f4c1b2dad4ac486b4
=== updating canopennode (modules/lib/canopennode):
=== updating civetweb (modules/lib/civetweb):
--- civetweb: fetching, need revision 094aeb41bb93e9199d24d665ee43e9e05d6d7b1c
=== updating cmsis (modules/hal/cmsis):
--- cmsis: fetching, need revision b0612c97c1401feeb4160add6462c3627fe90fc7
=== updating edtt (tools/edtt):
=== updating fatfs (modules/fs/fatfs):
=== updating hal_nordic (modules/hal/nordic):
=== updating hal_st (modules/hal/st):
=== updating libmetal (modules/hal/libmetal):
=== updating littlefs (modules/fs/littlefs):
=== updating loramac-node (modules/lib/loramac-node):
=== updating lvgl (modules/lib/gui/lvgl):
=== updating lz4 (modules/lib/lz4):
=== updating mbedtls (modules/crypto/mbedtls):
=== updating mipi-sys-t (modules/debug/mipi-sys-t):
=== updating nanopb (modules/lib/nanopb):
=== updating net-tools (tools/net-tools):
=== updating nrf_hw_models (modules/bsim_hw_models/nrf_hw_models):
=== updating open-amp (modules/lib/open-amp):
=== updating segger (modules/debug/segger):
=== updating tinycbor (modules/lib/tinycbor):
=== updating tinycrypt (modules/crypto/tinycrypt):
--- tinycrypt: fetching, need revision 3e9a49d2672ec01435ffbf0d788db6d95ef28de0
=== updating TraceRecorderSource (modules/debug/TraceRecorder):
--- TraceRecorderSource: fetching, need revision 36c577727642457b0db7274298a4b96558374832
=== updating tf-m-tests (modules/tee/tf-m/tf-m-tests):
=== updating psa-arch-tests (modules/tee/tf-m/psa-arch-tests):
=== updating zscilib (modules/lib/zscilib):
ERROR: update failed for projects: tfm-mcuboot, matter, cjson, openthread, civetweb, cmsis, tinycrypt, TraceRecorderSource

As you can see, the update failed.

I also tried the manual installation, and the step in the "west update" encountered a similar problem.

=== updating cmock (test/cmock):
--- cmock: fetching, need revision 9d092898ef26ece140d9225e037274b64d4f851e
fatal: unable to access 'https://github.com/ThrowTheSwitch/cmock/': Failed to connect to github.com port 443: Timed out
=== updating unity (test/cmock/vendor/unity):
--- unity: fetching, need revision 74cde089e65c3435ce9aa87d5c69f4f16b7f6ade
fatal: unable to access 'https://github.com/ThrowTheSwitch/unity/': Failed to connect to github.com port 443: Timed out
=== updating Alexa-Gadgets-Embedded-Sample-Code (modules/alexa-embedded):
HEAD is now at face92d Update firmware.options signature_size from 48 to 65
=== updating cddl-gen (modules/lib/cddl-gen):
HEAD is now at 1c2656d zephyr: module.yml: Change cmake-ext to True
=== updating memfault-firmware-sdk (modules/lib/memfault-firmware-sdk):
HEAD is now at 2fe5ba1 Memfault Firmware SDK 0.28.2 (Build 384364)
=== updating openthread (modules/lib/openthread):
HEAD is now at 02e61a2ed [nrf noup] allow link metrics series for all children
=== updating canopennode (modules/lib/canopennode):
HEAD is now at 1052dae Merge pull request #4 from vestas-wind-systems/mergeup-2021-10-29
=== updating civetweb (modules/lib/civetweb):
--- civetweb: fetching, need revision 094aeb41bb93e9199d24d665ee43e9e05d6d7b1c
fatal: unable to access 'https://github.com/zephyrproject-rtos/civetweb/': Failed to connect to github.com port 443: Timed out
=== updating cmsis (modules/hal/cmsis):
--- cmsis: fetching, need revision b0612c97c1401feeb4160add6462c3627fe90fc7
fatal: unable to access 'https://github.com/zephyrproject-rtos/cmsis/': Failed to connect to github.com port 443: Timed out
=== updating edtt (tools/edtt):
--- edtt: fetching, need revision c94f63865a803b18a2ab9eca70d2a9ab881130f6
fatal: unable to access 'https://github.com/zephyrproject-rtos/edtt/': Failed to connect to github.com port 443: Timed out

Is there any way to download the entire west package locally and then install it?

Development environment:

Windows10

nRF Connect SDK 1.9.1 / nRF Connect SDK 1.9.0

Parents Reply Children
No Data
Related