GitHub hosted
Public

Test application for meccano smart servo using mbed.



Download repository: zip

How to build

If you don’t have it already get an ARM GCC toolchain

https://developer.arm.com/open-source/gnu-toolchain/gnu-rm/downloads

Get mbed

git clone git@github.com:ARMmbed/mbed-os.git

Create mbed_settings.py

Just add the location of the bin directory for your ARM GCC toolchain:

Example
from os.path import join, abspath, dirname
GCC_ARM_PATH = “/home/linux/Downloads/gcc-arm-none-eabi-7-2017-q4-major/bin”

Build project

mbed compile -t GCC_ARM -m

Deploy

Just copy the generated bonary file to your target board storage folder, for example:
sudo cp .//GCC_ARM/.bin /media/linux//