All Projects → agherzan → Meta Raspberrypi

agherzan / Meta Raspberrypi

Licence: mit
Yocto BSP layer for the Raspberry Pi boards

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Meta Raspberrypi

Pinn
An enhanced Operating System installer for the Raspberry Pi
Stars: ✭ 530 (+92.03%)
Mutual labels:  raspberry-pi, raspberry, rpi
Raspberrypi tempmon
Raspberry pi CPU temperature monitor with many functions such as logging, GPIO output, graphing, email, alarm, notifications and stress testing. Python 3.
Stars: ✭ 52 (-81.16%)
Mutual labels:  raspberry-pi, raspberry, rpi
Gumcp
Web Control Panel for Raspberry Pi
Stars: ✭ 124 (-55.07%)
Mutual labels:  raspberry-pi, raspberry, rpi
Cattlepi
effortlessly boot, configure, update and monitor your raspberry pi ☁️
Stars: ✭ 250 (-9.42%)
Mutual labels:  raspberry-pi, rpi
Rpicheck
RasPi Check - an Android app for checking your Raspberry Pi status.
Stars: ✭ 227 (-17.75%)
Mutual labels:  raspberry-pi, raspberry
Mqtt Io
Expose GPIO modules (Raspberry Pi, Beaglebone, PCF8754, PiFace2 etc.) and digital sensors (LM75 etc.) to an MQTT server for remote control and monitoring.
Stars: ✭ 234 (-15.22%)
Mutual labels:  raspberry-pi, rpi
Debian Pi Aarch64
This is the first 64-bit system in the world to support all Raspberry Pi 64-bit hardware!!! (Include: PI400,4B,3B+,3B,3A+,Zero2W)
Stars: ✭ 2,505 (+807.61%)
Mutual labels:  raspberry-pi, raspberry
opencv3-setup
Raspberry Pi whiptail Menu driven Easy Install and Compile of opencv3 python from source files.
Stars: ✭ 47 (-82.97%)
Mutual labels:  rpi, raspberry
ControlBlockService2
This is the driver for the ControlBlock re.v 2.X, a power switch and input/output/gameapd gadget for the Raspberry Pi
Stars: ✭ 18 (-93.48%)
Mutual labels:  rpi, raspberry
gba-remote-play
Stream Raspberry Pi games to a GBA via Link Cable
Stars: ✭ 356 (+28.99%)
Mutual labels:  rpi, raspberry
cariboulite
CaribouLite turns any 40-pin Raspberry-Pi into a Tx/Rx 6GHz SDR
Stars: ✭ 785 (+184.42%)
Mutual labels:  rpi, raspberry
Boombeastic
A Raspberry Pi based smart connected speaker with support for airplay, spotify, mpd and local playback
Stars: ✭ 195 (-29.35%)
Mutual labels:  raspberry-pi, rpi
Photobooth
A photobooth Web-Application for raspberry pi with gphoto2
Stars: ✭ 188 (-31.88%)
Mutual labels:  raspberry-pi, raspberry
Berrylan
Raspberry Pi WiFi setup
Stars: ✭ 243 (-11.96%)
Mutual labels:  raspberry-pi, raspberry
Rpi gpio
Ruby conversion of RPi.GPIO Python module
Stars: ✭ 185 (-32.97%)
Mutual labels:  raspberry-pi, rpi
Selfhosted-Google-Photos-Alternative
A complete guide on exiting Google, Amazon or any proprietary service Photos storage with all the features you would want.
Stars: ✭ 143 (-48.19%)
Mutual labels:  rpi, raspberry
HyperBian
Hyperion pre installed on Raspberry Pi OS Lite
Stars: ✭ 192 (-30.43%)
Mutual labels:  rpi, raspberry
Amiberry
Optimized Amiga emulator for the Raspberry Pi and other ARM boards
Stars: ✭ 270 (-2.17%)
Mutual labels:  raspberry-pi, rpi
Raspibackup
Backup and restore your running Raspberry
Stars: ✭ 268 (-2.9%)
Mutual labels:  raspberry-pi, raspberry
Rpi wordclock
Software to create a Raspberry Pi based wordclock
Stars: ✭ 164 (-40.58%)
Mutual labels:  raspberry-pi, raspberry

meta-raspberrypi

Yocto BSP layer for the Raspberry Pi boards - http://www.raspberrypi.org/.

Build Status Build Status Build Status Build Status Documentation Status Matrix

Build server sponsored by balena.io.

Quick links

Description

This is the general hardware specific BSP overlay for the RaspberryPi device.

More information can be found at: http://www.raspberrypi.org/ (Official Site)

The core BSP part of meta-raspberrypi should work with different OpenEmbedded/Yocto distributions and layer stacks, such as:

  • Distro-less (only with OE-Core).
  • Yoe Disto (Video and Camera Products).
  • Yocto/Poky (main focus of testing).

Dependencies

This layer depends on:

  • URI: git://git.yoctoproject.org/poky

    • branch: master
    • revision: HEAD
  • URI: git://git.openembedded.org/meta-openembedded

    • layers: meta-oe, meta-multimedia, meta-networking, meta-python
    • branch: master
    • revision: HEAD

Quick Start

  1. source poky/oe-init-build-env rpi-build
  2. Add this layer to bblayers.conf and the dependencies above
  3. Set MACHINE in local.conf to one of the supported boards
  4. bitbake core-image-base
  5. Use bmaptool to copy the generated .wic.bz2 file to the SD card
  6. Boot your RPI

Quick Start with kas

  1. Install kas build tool from PyPi (sudo pip3 install kas)
  2. kas build meta-raspberrypi/kas-poky-rpi.yml
  3. Use bmaptool to copy the generated .wic.bz2 file to the SD card
  4. Boot your RPI

To adjust the build configuration with specific options (I2C, SPI, ...), simply add a section as follows:

local_conf_header:
  rpi-specific: |
    ENABLE_I2C = "1"
    RPI_EXTRA_CONFIG = "dtoverlay=pi3-disable-bt"

To configure the machine, you have to update the machine variable. And the same for the distro.

For further information, you can read more at https://kas.readthedocs.io/en/1.0/index.html

Maintainers

  • Andrei Gherzan <andrei at gherzan.ro>
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].