ubuntu real time

Ubuntu不支持实时

可参考

看看如何才能支持

想要自己编译实时内核的话

参考

去:

下载:The Real Time Preempt Patch

然后自己编译即可。

对于实时系统所支持的功能和特性以及平台,详见

这里提供了 已编译好的实时的Debian

相关内容

或参考

注意:

Note: Booting into Real-time Linux is not recommended for day to day work on Ubuntu as the performance with Real-time Linux is slightly slow and sluggish with normal desktop environments (such as gnome, unity etc) and apps than with the normal kernel OS.

还有人尝试树莓派加上实时的

看起来很不错啊

-》

目前有2个git仓库

有机会可以去下载和编译试试效果

有空也可以去试试:

专门针对于Ubunt去编译的实时的版本:

和其他尝试:

【总结】还在维护的版本=Actively maintained PREEMPT_RT versions5.0-rt Sebastian A. Siewior, development

4.19-rt Steven Rostedt 2020-12

4.14-rt Tom Zanussi 2020-01

4.9-rt Julia Cartwight 2023-01

4.4-rt Daniel Wagner 2022-02

3.18-rt Tom Zanussi EOL

实时系统所支持的功能和特性以及平台

关于实时Ubuntu性能部分Ubuntu支持了实时的话,(大部分的)延迟也要3ms以上

关于参数 -rt  -realtimeQ: What is the difference between an -rt kernel and a -realtime kernel?

A: From a technical point of view, -rt and -realtime are the same kernel. They are both based on the PREEMPT_RT patchset, although the version may be different. The main difference is that the -rt kernel should be based on the Ubuntu source tree (and therefore can use the same features, patches, enabled hardware, security fixes and so on) and should offer the same services that the Ubuntu default -generic kernel offers. For example, it should be compatible with closed video drivers (nvidia and fglrx), any external DKMS drivers, and have available backport packages. The goal of an -rt kernel is to obtain a real time variant of the Ubuntu kernel that is aligned with the -generic kernel.

On the other hand, the -realtime kernel is a PREEMPT_RT patched kernel based on the vanilla source tree (not the Ubuntu source). This kernel will be missing Ubuntu specific code, patches or security fixes and it isn’t guaranteed to be compatible with any external software (low level utilities, DKMS drivers and so on). It does not use the same Linux kernel version as the -generic kernel, and so these two kernels are not aligned. It is a working, upstream real-time kernel that is being used on Ubuntu. No more no less.

去更新和安装sudo add-apt-repository ppa:abogani/realtime

sudo gedit /etc/apt/sources.list

deb http://ppa.launchpad.net/abogani/realtime/ubuntu precise main

deb-src http://ppa.launchpad.net/abogani/realtime/ubuntu precise main

sudo apt-get update

sudo apt-get install linux-realtime

real time linux pdf,【整理】ubuntu real time Linux相关推荐

  1. Linux知识点整理(五)—— Linux 磁盘与文件系统管理

    一.Linux磁盘与文件系统管理 1.磁盘组成与分割 磁盘的物理组成,整颗磁盘的组成主要有: 圆形的磁盘(主要是记录数据的部分): 机械手臂,与在机械手臂上的磁盘读取头(可读写磁盘盘上的数据): 主轴 ...

  2. Linux知识点整理(六)—— Linux的vi/vim编辑器常用命令

    有关该内容更详细的可见参考文献,仅作为学习用途 一.Vi的使用: 第一部份:一般指令模式可用的按钮说明,光标移动.复制粘贴.搜索取代等 移动光标的方法 h 或 向左方向键(←) 光标向左移动一个字符 ...

  3. linux pdf 转图片不显示,Linux下wkhtmltopdf网页转为图片或者PDF方法

    这里记录的是用一个php扩展来给网页截图, 但是今天编译,一直不通过, 于是又找到一个更方便的方法,记录一下! 首先 软件下载地址 https://wkhtmltopdf.org/downloads. ...

  4. SLAM导航机器人零基础实战系列:(一)Linux基础——2.安装Linux发行版ubuntu系统

    SLAM导航机器人零基础实战系列:(一)Linux基础--2.安装Linux发行版ubuntu系统 摘要 由于机器人SLAM.自动导航.语音交互这一系列算法都在机器人操作系统ROS中有很好的支持,所以 ...

  5. linux ftp dns,Ubuntu下FTP与DNS服务器搭建教程PDF

    Linux服务器系统是Ubuntu 16.04 LTS,FTP软件选择的当然是vsftpd(very secure FTP daemon), Ubuntu装vsftpd还是很简单,一句命令就行: su ...

  6. pdf翻译,两款pdf文件翻译软件,支持linux/ubuntu,window,mac下使用

    pdf翻译,两款pdf文件翻译软件,支持linux/ubuntu,window,mac下使用 Copytranslate pdfTranslator 阅读paper的时候经常要英文翻译,使用谷歌.百度 ...

  7. 为什么 Linux Mint 比 Ubuntu好?

    Linux Mint由Linux Mint Team团队于2006年开始发行,是一份基于Debian和Ubuntu的Linux发行版.其目标是提供一种更完整的即刻可用体验,这包括提供浏览器插件.多媒体 ...

  8. Linux指令整理(从入门到高级)+Shell语法

    一.Linux简介与安装 1.1 计算机的相关概念 1. 什么是计算机能够接收使用者输入的指令与数据,经由中央处理器的算术与逻辑单元运算处理后,以产生或存储有用的新数据.比如计算器,手机,汽车导航系统 ...

  9. linux pdf 笔记软件,可以编辑在PDF上做笔记的笔记软件:Xournal

    今天很高兴的给大家推荐一款软件:Xournal 这款软件最开始是在Linux平台上开发的,后来被移植到了Windows平台,成为了跨平台的软件,这可为我们广大的人民群众创造了福音,Linux平台的开源 ...

  10. PHP使用openoffice实现word,ppt,Excel在线转PDF浏览。windows和linux系统不同的解决方案

    一.PHP使用openoffice实现office在线转PDF介绍 最近需要在网页上实现预览上传的word文档,之前没有实现过相关功能,搜索了一下网上的资料,完整的教程较少,因此将自己实现的步骤和遇到 ...

最新文章

  1. Magento购物车价格计算的功能实现之代码理解
  2. [译]Go如何优雅的处理异常
  3. 10.14.2 快捷键,环境变量等
  4. c++读取和写入TXT文件的整理
  5. 编程中的蛇形填空问题_PCB—蛇形线的作用,这次真的是把你搞懂了
  6. Apache基础安装(一)
  7. 95-30-009-Channel-总述
  8. 固件 日立 硬盘_最强性价比储存方案体验:这硬盘盒,真香!
  9. 一头感动了全中国的“猪”!感动了全世界!泪奔
  10. 【三国演义】——刘备、孙权
  11. 2021年高压电工考试技巧及高压电工模拟考试
  12. Node.js基础(二)-- 模块化、npm与包
  13. 验证码短信收不到的原因及解决办法
  14. ArcGIS教程:填挖的工作原理
  15. 极客日报:iPhone13系列售价曝光:4535元起售;微信暂停个人帐号新用户注册;Android 12 Beta 3.1发布
  16. PPT乱码如何解决?
  17. 1055 集体照 (25 分)(详解)
  18. 静音打印,UART驱动TMC2208教程
  19. IDEA2022.1创建maven项目,规避idea2022新建maven项目卡死,无反应问题
  20. 从DIY想到的面向对象的思想

热门文章

  1. 华为发布开发者召集令,等你来战!
  2. android read设置超时时间,在Android中的BluetoothSocket inputstream.read()中实现超时
  3. nacos 适配达梦、人大金仓数据库
  4. Warning: Missing charsets in String to FontSet conversion
  5. Vue + Spring Boot 项目实战(四):前后端结合测试(登录页面开发)
  6. @Transactional 事务失效记录
  7. Could not load TestContextBootstrapper [null]. Specify @BootstrapWith‘s ‘value‘ attribute...
  8. windows故障转移群集和mysql_Windows 2016 无域故障转移群集部署方法 超详细图文教程...
  9. qt中下拉列表使用函数setCurrentText()设置当前显示值不能设置成功
  10. C语言 main 函数参数 main(int argc, char *argv[]) - C语言零基础入门教程