Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/genodelabs/genode-zynq
Zynq SoC support for the Genode OS framework
https://github.com/genodelabs/genode-zynq
arm armv7 cplusplus cpp genode microkernel osdev zybo zynq
Last synced: 2 days ago
JSON representation
Zynq SoC support for the Genode OS framework
- Host: GitHub
- URL: https://github.com/genodelabs/genode-zynq
- Owner: genodelabs
- License: other
- Created: 2021-08-18T14:08:52.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-29T10:28:14.000Z (2 months ago)
- Last Synced: 2024-08-29T11:48:16.437Z (2 months ago)
- Topics: arm, armv7, cplusplus, cpp, genode, microkernel, osdev, zybo, zynq
- Language: C++
- Homepage:
- Size: 375 KB
- Stars: 6
- Watchers: 9
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
====================================
Genode support for Zynq-based boards
====================================This repository complements the Genode OS framework (https://genode.org) with
the board support needed to use Genode on devices based on Xilinx Zynq SoCs.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-zynq.git_ repository to _genode/repos/zynq:
! git clone https://github.com/genodelabs/genode-zynq.git genode/repos/zynq
Create a build directory by executing the following command in the genode
directory:! ./tool/create_builddir arm_v7a
For enabling the board support, adjust the build-directory configuration
_etc/build.conf_ by adding the following line before the other 'REPOSITORIES'
definitions so that the _zynq_ repository is prioritized over the others.! REPOSITORIES += $(GENODE_DIR)/repos/zynq
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.