Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/genodelabs/genode-rpi
Raspberry Pi family support for Genode OS framework
https://github.com/genodelabs/genode-rpi
aarch64 arm armv6 armv8 cplusplus cpp genode microkernel osdev raspberry-pi
Last synced: 2 days ago
JSON representation
Raspberry Pi family support for Genode OS framework
- Host: GitHub
- URL: https://github.com/genodelabs/genode-rpi
- Owner: genodelabs
- License: other
- Created: 2022-01-04T10:31:54.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-29T12:52:37.000Z (2 months ago)
- Last Synced: 2024-08-29T14:19:08.867Z (2 months ago)
- Topics: aarch64, arm, armv6, armv8, cplusplus, cpp, genode, microkernel, osdev, raspberry-pi
- Language: C++
- Homepage:
- Size: 183 KB
- Stars: 12
- Watchers: 10
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Genode support for Raspberry Pi boards
This repository complements the Genode OS framework (https://genode.org) with
the board support needed to use Genode on Raspberry Pi based devices.To use it, you first need to obtain a clone of Genode:
! git clone https://github.com/genodelabs/genode.git genode
Now, clone the _genode-rpi.git_ repository to _genode/repos/rpi_:
! git clone https://github.com/skalk/genode-rpi.git genode/repos/rpi
For enabling the board support, adjust the build-directory configuration
_etc/build.conf_ by adding the following line to the 'REPOSITORIES'
definitions.! REPOSITORIES += $(GENODE_DIR)/repos/rpi
License
-------Genode-specific code is provided under Genode's regular open-source license,
which is AGPLv3 + open-source linking exception. This code is also available
under a commercial license offered by Genode Labs.For code ported from other projects - e.g., device drivers ported from the
Linux kernel - the license of the originating upstream project applies.Please refer to the individual file headers for detailed information.