Skip to content

Commit 8722613

Browse files
author
Your Name
committed
readme update
1 parent 1d15843 commit 8722613

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,19 @@ This tool acts as a versatile wrapper for OpenOCD (Open On-Chip Debugger), allow
1111

1212
`remoteocd` is part of the `arduino:zephyr:unoq` platform.
1313

14+
### Uploading with remoteocd
15+
Uploading the compiled binary to the microcontroller is handled by remoteocd. Instead of relying on hard-coded flash commands, it accepts an OpenOCD configuration file. This allows you to tailor the upload script to specific debugging or flashing requirements.
16+
ArduinoCore-Zephyr automatically installs remoteocd into the Arduino tools folder during setup.
17+
18+
To upload your compiled sketch, use the following Arduino CLI command:
19+
20+
```bash
21+
arduino-cli compile -b arduino:zephyr:unoq
22+
23+
arduino-cli upload -b arduino:zephyr:unoq
24+
```
25+
1426
## License
1527

1628
This project is licensed under the GPL3 license. See the LICENSE file for details.
29+

0 commit comments

Comments
 (0)