2
0
Fork
You've already forked genode-imx
0
i.MX SoC family support for the Genode OS framework
  • C 67.4%
  • C++ 25.6%
  • Makefile 3.8%
  • Tcl 1.3%
  • Assembly 1.2%
  • Other 0.7%
2026年02月10日 08:17:40 +01:00
board sculpt: enable basic support for imx8mp_armstone 2025年02月20日 17:34:23 +01:00
lib hw: unify Core::Vm_session_component 2025年11月11日 13:24:17 +01:00
patches run/image: tool to build armstone sd-card image 2025年02月20日 17:34:23 +01:00
ports run/image: tool to build armstone sd-card image 2025年02月20日 17:34:23 +01:00
recipes depot: update recipe hashes 2026年01月29日 14:02:57 +01:00
run use 'assert'-proc in run scripts 2025年08月27日 07:28:36 +02:00
sculpt sculpt: update Falkon preset for Sculpt 25.10 2025年11月10日 13:52:55 +01:00
src nic/stmmac: minor cleanup 2025年12月19日 13:48:17 +01:00
tool/run/image run/image: tool to build armstone sd-card image 2025年02月20日 17:34:23 +01:00
.gitignore Add LICENSE, .gitignore 2021年05月26日 11:18:31 +02:00
LICENSE Add LICENSE, .gitignore 2021年05月26日 11:18:31 +02:00
README.md Update README with Codeberg URL 2026年02月10日 08:17:40 +01:00

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://codeberg.org/genodelabs/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.