Git Product home page Git Product logo

hm-buildroot's Introduction

hm-buildroot

This repository hosts setup tools and scripts for automatic download and to generate complete buildroot environments targetted for 'HomeMatic CCU' environments. At the moment these buildroot environments are mainly targetted for creating cross compiler toolchains to build native applications that can be run on a e.g. CCU2 or within RaspberryMatic. In future, however, this repository could host complete build environment to even build new firmware images for HomeMatic/CCU-based control hardware units.

Installation

Before being able to create a specific CCU toolchain you need to clone the git repository via

git clone https://github.com/jens-maus/hm-buildroot.git

Building:

For building the toolchain a simple 'make' call after having changed to the corresponding CCU type directory should be enough:

cd <CCUTYPE>
make

Please note, that downloading and building the toolchain might require additional tools and packages (wget, texinfo, etc.) that you first might have to manually install in your Linux environment.

Cross-Compilation

After the buildroot toolchain has been build the path to it can be added to your PATH variable so that you can compile binaries using the included cross compilers.

export PATH=${PATH}:<CCUTYPE>/build/host/usr/bin

Now the cross compiling environment should be available so that you can compile applications using the following compiler versions:

RaspberryMatic: arm-buildroot-linux-gnueabihf-gcc

CCU2: arm-none-linux-gnueabi-gcc

In addition to calling these compilers directly one can also specify the target platform in calls to 'configure'.

NOTE

Please note that this repository is Work in Progress. If you have any suggestions or want to contribute feel free to do so.

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.