About this Project
Project home page: https://github.com/generic-electric-unicycle/documentation/wiki
Disclaimer
This is a DEVELOPER PREVIEW intended for developers and testers only.
DO NOT RUN THIS CODE FOR NORMAL USE. DO NOT REQUEST ANY HELP OR SUPPORT.
We are NOT responsible for any damage this software may cause.
Build Instructions
(this is just a short version, for more details and requirements checkout the Wiki: Installation & Requirements )
Using GCC-Sources
- Get gcc-arm toolchain from https://launchpad.net/gcc-arm-embedded
(tested with gcc-arm-none-eabi-4_9-2015q2-20150609-linux)
- Unpack to a directory of your choice (but look at the relative reference)
- Make sure that the following path relative to the git root directory
exists and contains the gcc-arm toolchain:
../gcc/arm-none-eabi
NOTE: on ../gcc folder you should have the folders: arm-none-eabi; bin; lib; share
(alternatively you can make a local change to the makefile)
- Rename Makefile to use correct path / libs:
mv Makefile.src Makefile
- In the repository root directory type 'make'
Using Launchpad-PPA (Ubuntu)
sudo add-apt-repository ppa:terry.guo/gcc-arm-embedded
sudo apt-get update
sudo apt-get install gcc-arm-none-eabi
- Navigate to the repository root directory
- Rename Makefile to use correct path / libs:
mv Makefile.ppa Makefile
- Build the Firmware:
make
Flash Firmware to Controller
- Navigate to the
tools
folder in the repository
- Edit the file:
flash
- Select matching "Driver" by uncomment one Option/Line
- Navigate back to the repository root directory and type
make flash
- Done
Current Features
- None
Developement Team
This project is open source and maintained by a team of volunteers.
To contribute, you can send a pull request on Github. You can also join the discussion on electricunicycle.org.
License
This project is licensed under the General Public License Version 3.0 (GPL v3).