GithubHelp home page GithubHelp logo

firmware-gen1_boards's Introduction

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

  1. Get gcc-arm toolchain from https://launchpad.net/gcc-arm-embedded (tested with gcc-arm-none-eabi-4_9-2015q2-20150609-linux)
  2. Unpack to a directory of your choice (but look at the relative reference)
  3. 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)
  4. Rename Makefile to use correct path / libs: mv Makefile.src Makefile
  5. In the repository root directory type 'make'

Using Launchpad-PPA (Ubuntu)

  1. sudo add-apt-repository ppa:terry.guo/gcc-arm-embedded
  2. sudo apt-get update
  3. sudo apt-get install gcc-arm-none-eabi
  4. Navigate to the repository root directory
  5. Rename Makefile to use correct path / libs: mv Makefile.ppa Makefile
  6. Build the Firmware: make

Flash Firmware to Controller

  1. Navigate to the tools folder in the repository
  2. Edit the file: flash
  3. Select matching "Driver" by uncomment one Option/Line
  4. Navigate back to the repository root directory and type make flash
  5. Done

Current Features

  1. 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).

firmware-gen1_boards's People

Contributors

casainho avatar kaigrassnick avatar qjayjayp avatar restless123 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.