Skip to content

Commit 9862788

Browse files
Update README.md
1 parent 76b64a5 commit 9862788

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,14 @@
6262
- Select `prj.conf` as the `Base configuration files (Kconfig fragments)`
6363
- Do not set any of the FOTA flags described above
6464

65-
10. **JLink Setup**
66-
- Wire your JLink to the debugging breakout PCB as shown below.
65+
10. **J-Link Setup**
66+
- Wire your J-Link to the debugging breakout PCB as shown below.
6767
![image](https://github.com/user-attachments/assets/2eeec41e-6be1-4a4f-b986-7d9a07b0f8e5)
6868

6969

7070
11. **Build and Flash**
7171
- Click on `Generate and Build` and wait for the application to build (this will take some time)
72-
- 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).
72+
- 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 J-Link (right click your J-Link in the `CONNECTED DEVICES` tab of the nRF connect extension and copy the serial number).
7373
```
7474
./tools/flash/flash_fota.sh -snr 123456789 --left
7575
```

0 commit comments

Comments
 (0)