GithubHelp home page GithubHelp logo

raspberrypi-yocto-repo's Introduction

Yocto's setup for Raspberry Pi

How to use it?

Ensure you have repo installed and included to PATH:

$ mkdir -p ~/bin
$ PATH="${HOME}/bin:${PATH}"
$ curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
$ chmod a+rx ~/bin/repo

Of course you can install it from your distro repositories instead of installing it from sources:

OpenSUSE

$ sudo zypper install -y repo

Ubuntu

$ sudo apt install repo -y

Now, you can start the environment:

mkdir dunfell && cd dunfell
$ repo init -u https://github.com/ronaldonunez/respberrypi-yocto-repo.git -b dunfell
$ repo sync
$ source sources/poky/oe-init-build-env rpi-build
$ bitbake-layers add-layer ../sources/meta-openembedded/meta-{oe,python,networking,multimedia} ../sources/meta-raspberrypi/

Change conf/local.conf variables as below:

MACHINE ??= "raspberrypi3-64" # Check options at meta-raspberrypi/conf/machines/
IMAGE_FSTYPES_append = " rpi-sdimg" # Build sdcard image
ENABLE_UART = "1" # Enable UART Console

Build an image and enjoy it:

$ bitbake core-image-minimal

Based on the work done at fsl-community-bsp-platform

raspberrypi-yocto-repo's People

Contributors

ronaldonunez 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.