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
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,12 +70,12 @@
70
70
11.**Build and Flash**
71
71
- Click on `Generate and Build` and wait for the application to build (this will take some time)
72
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).
73
-
```
74
-
./tools/flash/flash_fota.sh -snr 123456789 --left
73
+
```bash
74
+
./tools/flash/flash_fota.sh -snr 123456789 --left# --right for the right ear device, or no flag to retain left/right bonding
75
75
```
76
76
- or without FOTA
77
-
```
78
-
./tools/flash/flash.sh -snr 123456789 --left
77
+
```bash
78
+
./tools/flash/flash.sh -snr 123456789 --left# --right for the right ear device, or no flag to retain left/right bonding
0 commit comments