Source
Overo COM HostDepending on your distribution and image you might need to install python and some modules. On Angstrom,
You also need to download the Python Client Library. Because git doesn't exist on Angstrom, you will need to maintain it yourself. You can mount the SD Card to copy the PCL over, or use cURL:
Note the RoboVero HubCommander Interface. For the Overo to see the RoboVero, you must disconnect the USB mini-B. SSH to your Overo to send commands. LinuxThe Python Client Library is available via github. If you don't already use git you will need to install it.
Now you can get the most up to date version of the library.
The repository will be stored in ~/robovero/python. Before moving on, let's make sure everything is up to date. MacIf you are using Mac, install git from here. Now you can get the most up to date version of the library.
Python should already be installed on your Mac. To get pyserial, download the archive from http://pypi.python.org/pypi/pyserial. Unpack the archive, enter the directory in Terminal and run WindowsNOTE: The installation instructions for Windows are in progress. Visit the Question and Answer section if you need help installing on Windows. You may also need to update your firmware to get it to work.
Python also needs to be installed on your Windows computer. Get Python 2.7 from http://python.org/download/. After that, to get pyserial, download the archive from http://pypi.python.org/pypi/pyserial. Unpack the archive. Set your Environment Variables by following instructions http://docs.python.org/using/windows.html#excursus-setting-environment-variables. Enter the directory in Command Prompt and run |