diff options
| author | Karl Semich <fuzzyTew@gmail.com> | 2017-07-11 12:38:43 +0000 |
|---|---|---|
| committer | Karl Semich <fuzzyTew@gmail.com> | 2017-07-12 23:55:05 +0000 |
| commit | 5bcb64ade92b1ed8e6e0bc5760fe064cc26a49c3 (patch) | |
| tree | e50716f564a35bfac141c0f47efb1f9088897540 /robotis-loader.1 | |
| parent | ba96840399381b35e20a9fe620602dc4a6fc6be7 (diff) | |
Add makefile for Robotis OpenCM & update version to 1.6.0
Diffstat (limited to 'robotis-loader.1')
| -rw-r--r-- | robotis-loader.1 | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/robotis-loader.1 b/robotis-loader.1 new file mode 100644 index 0000000..debd000 --- /dev/null +++ b/robotis-loader.1 @@ -0,0 +1,27 @@ +.TH ROBOTIS-LOADER "1" "July 2017" "robotis-loader" "Robotis CLI Uploader" + +.SH NAME +robotis-loader - Flash Robotis boards + +.SH SYNOPSIS +.B robotis-loader +PORT BINARY + +.SH DESCRIPTION +Sends a program on a Robotis board (OpenCM9.04 or CM900) using the +Robotis bootloader (used in OpenCM IDE). + +.SH EXAMPLE +robotis-loader /dev/ttyACM0 firmware.bin + +.SH BUGS +Problems may reported on the github project page at: +.PP +https://github.com/Gregwar/robotis-loader + +.SH AUTHOR +Grégoire Passault, g.passault@gmail.com + +.SH LICENSE +This is under MIT license. + |
