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.
买了块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卡启动,这是正常的吗?
谢谢!