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
Flexible firmware flashing for the Arduino UNO Q Microcontroller.
4
+
5
+
`remoteocd` is a specialized utility designed to manage firmware deployment for the Arduino UNO Q board.
6
+
This tool acts as a versatile wrapper for OpenOCD (Open On-Chip Debugger), allowing you to flash a binary onto the MCU using one of three transparently handled modes:
7
+
- Local, by flashing from the UNO Q's MPU (Linux) environment.
8
+
- ADB over USB.
9
+
- SSH over a remote pc.
10
+
11
+
`remoteocd` is part of the `arduino:zephyr:unoq` platform.
12
+
13
+
## License
14
+
15
+
This project is licensed under the GPL3 license. See the LICENSE file for details.
0 commit comments