Skip to content

Commit 88fb9f2

Browse files
Update README.md
1 parent cca6ee4 commit 88fb9f2

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,13 @@
5555

5656
7. **Open the Firmware Folder in VS Code**
5757
- Use `File > Open Folder` or drag-and-drop the firmware directory into VS Code
58-
- In the **APPLICATIONS** section of the nRF Connect tab:
58+
- OR in the **APPLICATIONS** section of the nRF Connect tab:
5959
- Select `Open Exisiting Application`
6060
- Select the `openearable-v2` directory
6161

62-
8. **Configure the Application Build**
63-
- In the **APPLICATIONS** section of the nRF Connect tab:
62+
8. **Configure the Application Build**
63+
- If not already open, navigate to the nrfConnect extension tab in VSCode
64+
- In the **APPLICATIONS** section of the nRF Connect extension tab:
6465
- Select the `openearable-v2` application
6566
- Click **"+ Add build configuration"** to set up a new build
6667
- Select the SDK version 3.0.1, toolchain version 3.0.1, and `openearable_v2/nrf5340/cpuapp` as board target
@@ -72,12 +73,12 @@
7273
- Select `prj.conf` as the `Base configuration files (Kconfig fragments)`
7374
- Do not set any of the FOTA flags described above
7475

75-
9. **JLink Setup**
76+
10. **JLink Setup**
7677
- Wire your JLink to the debugging breakout PCB as shown below.
7778
<img width="779" alt="image" src="https://github.com/user-attachments/assets/aa6d1556-3526-461f-83fb-bf88ebcbc7a1" />
7879

7980

80-
10. **Build and Flash**
81+
11. **Build and Flash**
8182
- Click on `Generate and Build` and wait for the application to build (this will take some time)
8283
- Open a new terminal in VS Code and run the following command from the root of the `open-earable-v2` directory to flash the FOTA build. Make sure to set the serial number of your JLink (right click your JLink in the `CONNECTED DEVICES` tab of the nRF connect extension and copy the serial number).
8384
```

0 commit comments

Comments
 (0)