This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

beaglebone black系统

买了块BBB的板子,看到ti官网有linux,linux-rt,RTOS。www.ti.com/.../processor-sdk-am335x

这里的linux-rt是基于linux的实时操作系统吗?

RTOS是ti官方的实时操作系统?

  • 是的,LINUX-RT是linux操作系统的实时版本,RTOS是ti官方的实时操作系统。

    Those are 3 different operating systems. 

    1-Linux Processor SDK--> This is a linux OS, Yocto distribution

    2-Linux-RT Processor SDK --> This is again Yocto distribution, but the kernel has the CONFIG_PREEMPT_RT patch integrated. This means that the kernel supports preemption & is capable of processing real time tasks, which have a defined time for execution, irq priority and so on, meaning that the maximum time of execution of a certain task can be calculated or measured reliably for the given application and environment.. You can learn more about the RT linux here: 

    rt.wiki.kernel.org/.../Frequently_Asked_Questions 

    3- RTOS Processor SDK --> This is a Real Time Operating System developed by TI 

  • 这里的linux-rt和基于xenomai的实时linux(https://github.com/beagleboard/linux/tree/4.4-xenomai),二者有什么区别?

    BBB板子可以直接使用官方的linux-rt吗?

    我的板子,只要插上sd卡,一上电,不需要按住s2按键,就从SD卡启动,这是正常的吗?

    谢谢!

  • 二者区别是通用知识,可以看一下百度网络说法。

    BBB默认从emmc启动,不需要按住s2按键,就从SD卡启动,这是不正常的。

  • 我想在beaglebone black RevC上面做基于Linux-RT开发,官方的指导手册,哪里有,找了一些,不知道对不对。

    谢谢!

x 出现错误。请重试或与管理员联系。