Giter Club home page Giter Club logo

buildroot-markerless-detector's Introduction

Buildroot + custom C package + launch on boot

For more information about buildroot, please consult the official buildroot documentation:

https://buildroot.org/downloads/manual/manual.html

For more information about metro project:

https://github.com/Chadys/metro_project

Build instructions

Below are step-by-step instructions for building an SD-card image containing metro project Raspberry Pi 3.

Step 1: get buildroot

Download the buildroot long term support release:

wget https://buildroot.org/downloads/buildroot-2018.02.8.tar.gz
tar xvf buildroot-2018.02.8.tar.gz

Step 2: clone this repository

git clone https://github.com/Rapiiidooo/buildroot-markerless-detector.git

Step 3: copy important files to buildroot folder

cp -r buildroot-markerless-detector/board/ buildroot-markerless-detector/configs/ buildroot-markerless-detector/package/ buildroot-2018.02.8/

Step 4: configuration

Use the defconfig metro_defconfig as a starting point for the configuration.

cd buildroot-2018.02.8
make metro_defconfig

Step 5: build

Once the system is configured properly it is time to build.

To build an SD-card image, just run make:

make

or with the correct JLEVEL as your build machine:

BR2_JLEVEL=4 make

Buildroot will download and build all packages and create the SD-card image in one step.

The build will take some time (~40-60 minutes depending on the build machine).

The output will be available in output/images

Step 6: write SD-card

Write the image to the SD-card with dd:

dd output/images/sdcard.img /dev/sdX

/dev/sdX should be replaced with the path to the SD-card device.

buildroot-markerless-detector's People

Contributors

rapiiidooo avatar chadys avatar

Watchers

James Cloos avatar  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.