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
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.