1 Star 3 Fork 3

zxd2021-iMX / 移植实时Linux方案Xenomai到i.MX ARMv7平台 Enable Xenomai on i.MX ARMv7 Platform i.MX6 series i.MX7D

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

Xenomai on i.MX ARMv7 Platform

Description

Xenomai is real-time framework, which can run seamlessly side-by-side Linux as a co-kernel system. This a porting for i.MX

How to build

copy xenomai-arm to /sources/meta-imx/meta-bsp/recipes-kernel, add the following variable in conf/local.conf before build xenomai by command bitake xenomai.

XENOMAI_KERNEL_MODE = "cobalt"

IMAGE_INSTALL_append += " xenomai"

DISTRO_FEATURES_remove = "optee"

or XENOMAI_KERNEL_MODE = "mercury"

IMAGE_INSTALL_append += " xenomai"

DISTRO_FEATURES_remove = "optee"

If XENOMAI_KERNEL_MODE = "cobalt", you can build dual kernel version. And If XENOMAI_KERNEL_MODE = "mercury", it is single kernel with PREEMPT-RT patch.

空文件

简介

Xenomai is real-time framework, which can run seamlessly side-by-side Linux as a co-kernel system. This a porting for i.MX 展开 收起
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
C
1
https://gitee.com/zxd2021-imx/xenomai-arm.git
git@gitee.com:zxd2021-imx/xenomai-arm.git
zxd2021-imx
xenomai-arm
移植实时Linux方案Xenomai到i.MX ARMv7平台 Enable Xenomai on i.MX ARMv7 Platform i.MX6 series i.MX7D
Linux-5.10.x

搜索帮助