step 1: 安装 nRF Connect for Desktop (nrfconnect-setup-xxx.exe)
step 2: 安装 nrf-command-setup-xxx.exe
step 3: install SDK 等待安装完成,点击 toolchain update & SDK update.
step 4: SDK 未安装成功,进入 C:\nrf\xxx\ 文件夹
step 5: 执行 install manually 安装SDK
west init -m https://github.com/nrfconnect/sdk-nrf --mr v2.3.0
step 6:
west update
step 7:
west zephyr-export
参考官方文档,手动安装
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/getting_started/installing.html
版权声明:本文为u011625775原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。