Difference between revisions of "OpenCM 9.04"

From Lofaro Lab Wiki
Jump to: navigation, search
(Linux (Ubuntu))
(Linux (Ubuntu))
Line 27: Line 27:
 
<syntaxhighlight lang="bash">
 
<syntaxhighlight lang="bash">
 
sudo apt-get install openjdk-7-jdk
 
sudo apt-get install openjdk-7-jdk
 +
</syntaxhighlight>
 +
 +
ARM Toolchain:
 +
<syntaxhighlight lang="bash">
 +
sudo apt-get install ia32-libs
 
</syntaxhighlight>
 
</syntaxhighlight>

Revision as of 16:48, 27 October 2014

Overview

ROBOTIS OpenCM

The ROBOTIS OpenCM is a development Software and download tool for the OpenCM9.04 embedded board. Sources of the ROBOTIS OpenCM are released under licenses of their respective authors Copyright (c) ROBOTIS Co., Ltd. Modified or newly-created codes are released under the GNUGPL or LGPL licenses. For more information on the OpenCM9.04 refer to the Appendix section of the e-manuals

This tutorial is made to supplement that given by ROBOTIS.

OpenCM9.04 Software and Installation

OpenCM9.04 uses the ROBOTIS OpenCM Integrated Developmental Environment (IDE) to allow users to program with ease. The download link for the ROBOTIS OpenCM IDE can be found below:

Downloads

Installation

Dependencies

Linux (Ubuntu)

Java:

sudo apt-get install openjdk-7-jdk

ARM Toolchain:

sudo apt-get install ia32-libs