0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Nordic nRF9160 DKをはじめよう7~1nceOS編3~初期設定編

0
Posted at

Nordic nRF9160 DKをはじめよう6~1nceOS編2~の続きです。

1NCE Zephyr blueprintのバージョンアップがありました。
今回のSDKとToolchainはv2.8.0となります。

west

ncsディレクトリwest.yml を開きます。

\ncs\v2.8.0\nrf\west.yml

image.png
すべてのワークスペースに対しての決定を記憶する を選択し、開くクリック します。
image.png
-nce-sdk を追加します。
image.png

\ncs\v2.8.0\zephyr\submanifests\example.yaml.sample

example.yaml.sample のファイル名前を example.yaml に変更します。
image.png
はいクリック します。
image.png
example.yaml の中身を変更します。
image.png

manifest:
  projects:
    - name: nce-sdk
      url: https://github.com/1NCE-GmbH/1nce-iot-c-sdk
      revision: main

Manage SDK`s から West Update を選択します。
image.png
ターミナルにて Git Clone を行います。
image.png

git clone https://github.com/1NCE-GmbH/blueprint-zephyr.git

プログラムに続きます。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?