Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/snapcore/pi3-gadget
The gadget snap for the Raspberry Pi 3 development board
https://github.com/snapcore/pi3-gadget
Last synced: 3 months ago
JSON representation
The gadget snap for the Raspberry Pi 3 development board
- Host: GitHub
- URL: https://github.com/snapcore/pi3-gadget
- Owner: snapcore
- Created: 2016-11-29T18:09:59.000Z (almost 8 years ago)
- Default Branch: 16
- Last Pushed: 2020-07-29T11:34:59.000Z (over 4 years ago)
- Last Synced: 2024-07-18T09:57:54.299Z (4 months ago)
- Homepage:
- Size: 10.9 MB
- Stars: 16
- Watchers: 13
- Forks: 34
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Raspberry Pi 3 Gadget Snap
This repository contains the source for an Ubuntu Core gadget snap for the Raspberry Pi 3.
Building it with snapcraft will automatically pull, configure, patch and build
the git.denx.de/u-boot.git upstream source for rpi_3_32b_defconfig at release v2017.05,
produce a u-boot.bin binary and put it inside the gadget.It will then download the latest stable binary boot firmware
from https://github.com/raspberrypi/firmware/tree/stable/boot and add it to the gadget.Last it will pull the latest linux-image-raspi2 from the xenial-updates archive, extract the
devicetree and overlay files from it and add them to the gadget as well.## Gadget Snaps
Gadget snaps are a special type of snaps that contain device specific support
code and data. You can read more about them in the snapd wiki
https://github.com/snapcore/snapd/wiki/Gadget-snap## Reporting Issues
Please report all issues on the Launchpad project page
https://bugs.launchpad.net/snap-pi3/+filebugWe use Launchpad to track issues as this allows us to coordinate multiple
projects better than what is available with Github issues.## Building
To build the gadget snap locally on an armhf system please use `snapcraft`.
To cross build this gadget snap on a PC please run `snapcraft --target-arch=armhf`
## Launchpad Mirror and Automatic Builds.
All commits from the master branch of https://github.com/snapcore/pi3 are
automatically mirrored by Launchpad to the https://launchpad.net/snap-pi3
project.The master branch is automatically built from the launchpad mirror and
published into the snap store to the edge channel.You can find build history and other controls here:
https://code.launchpad.net/~canonical-foundations/+snap/pi3