You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2. Clean Existing West Configuration (if applicable)
35
-
-------------------------------------------------
33
+
.. tab:: Option 1: Direct Initialization (Recommended)
36
34
37
-
If you already have an NCS setup with Sidewalk, you need to remove the existing west configuration and ensure Sidewalk is checked out to the correct revision after the NCS separation:
35
+
.. code-block:: console
38
36
39
-
.. code-block:: console
37
+
# Initialize west with the remote manifest
38
+
west init -m https://github.com/nrfconnect/sdk-sidewalk
40
39
41
-
# Remove the .west directory to clean the west configuration
42
-
rm -rf .west
43
-
# Checkout and pull main branch in Sidewalk repository
44
-
cd sidewalk
45
-
git checkout main
46
-
git pull origin main
47
-
cd ..
40
+
.. tab:: Option 2: Manual Clone and Initialize
48
41
49
-
3. Initialize West
50
-
-----------------
42
+
.. code-block:: console
51
43
52
-
.. code-block:: console
44
+
# Clone the Sidewalk repository into sidewalk directory
0 commit comments