Git Product home page Git Product logo

examples's Introduction

Grinn examples

This repository contains various examples for Buildroot and liteSOM device produced by Grinn sp. z o.o.

How to setup project with Grinn examples?

Download and extract Buildroot release, for example

wget https://buildroot.org/downloads/buildroot-2017.02.tar.gz
tar xf buildroot-2017.02.tar.gz

Clone this repository

git clone https://github.com/grinn-pub/examples.git

Configure buildroot to use customizations from this repository

cd buildroot-2017.02
make BR2_EXTERNAL=/tmp/examples list-defconfigs

where /tmp/examples should point to the repository cloned in the 2nd step.

Target list-defconfigs shows list of available defconfigs. After built-in configs you should see configs provided by the external customizations (like Grinn examples).

make BR2_EXTERNAL=/tmp/examples list-defconfigs
Built-in configs:
  acmesystems_aria_g25_128mb_defconfig - Build for acmesystems_aria_g25_128mb
  acmesystems_aria_g25_256mb_defconfig - Build for acmesystems_aria_g25_256mb
  [...]
  
External configs in "Grinn examples":
  grinn_liteboard_can_defconfig       - Build for grinn_liteboard_can
  grinn_liteboard_lcd_res_defconfig   - Build for grinn_liteboard_lcd_res
  grinn_liteboard_spi_defconfig       - Build for grinn_liteboard_spi
  grinn_liteboard_telit_defconfig     - Build for grinn_liteboard_telit

Configure build configuration, for example

make grinn_liteboard_lcd_res_defconfig

Build software

make all

After successful build in output/build/images you will find generated by the Buildroot and customized by Grinn examples firmware for your board.

External links

examples's People

Contributors

oleszczyk avatar filug avatar mniestroj avatar asmifgaldoria avatar

Watchers

 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.