问题标签 [adeos]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
kernel - 构建 xenomai 内核后无法重新启动
在我的基于 x86 的 PC 上使用 Xenomai 3 Cobalt Core 构建香草内核后,我重新启动以在 GRUB 上选择这个新内核。但是,在初始化 ramdisk 进程时屏幕会冻结。
- 我在我的 Ubuntu 14.04 操作系统上安装了模块并安装了映像。
- 我还尝试在不同的内核(3.18.13 或 3.14.44)中安装 Xenomai,结果没有改变。即使在具有相同架构的不同机器上,问题仍然存在。
我假设问题在于将Xenomai或Xenomai i-pipe修补到内核,因为我可以构建和安装未修补的版本。
compilation - 函数“ipipe_restore_pipeline_head”的隐式声明;你的意思是你的意思是'ipipe_test_thread_flag'
我正在尝试使用带有 2 个内核的 buildroot 2020.02 构建嵌入式操作系统。我的 Linux 内核是 4.19.107,我的 Xenomai 内核是 3.1。我应用 Adeos 补丁以获得 ipipe 功能:来自此站点的 ipipe-core-4.19.106-cip21-arm07:https ://xenomai.org/downloads/ipipe/v4.x/arm/ 。编译工作与旧内核和旧 xenomai 版本一起工作,但是使用这个我在 /include/asm-generic/xenomai/hal.h 和 hal.c 中有编译错误:
我在 ipipe.h 文件中搜索,但不幸的是,这里没有定义这些方法,我也没有找到等效的方法。
有谁知道是否有问题?
发现地