Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/genodelabs/genode-imx
i.MX SoC family support for the Genode OS framework
https://github.com/genodelabs/genode-imx
aarch64 arm armv7 armv8 cplusplus cpp genode hypervisor imx6 imx7 imx8 microkernel osdev virtualization
Last synced: 2 days ago
JSON representation
i.MX SoC family support for the Genode OS framework
- Host: GitHub
- URL: https://github.com/genodelabs/genode-imx
- Owner: genodelabs
- License: other
- Created: 2021-05-26T09:10:36.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T14:26:53.000Z (10 days ago)
- Last Synced: 2024-10-29T17:35:41.308Z (9 days ago)
- Topics: aarch64, arm, armv7, armv8, cplusplus, cpp, genode, hypervisor, imx6, imx7, imx8, microkernel, osdev, virtualization
- Language: C
- Homepage:
- Size: 1.35 MB
- Stars: 8
- Watchers: 10
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Genode support for i.MX SoC based boards
This repository complements the Genode OS framework (https://genode.org) with
the board support needed to use Genode on devices based on SoCs of the i.MX
family.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-imx.git_ repository to _genode/repos/imx_:
! git clone https://github.com/skalk/genode-imx.git genode/repos/imx
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/imx
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.