T1040, support for RTOS

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

T1040, support for RTOS

880 Views
walter95
Contributor I

I'm using nxp t1040 and I'm looking for a support for an RTOS (like freeRTOS), is there any?

0 Kudos
3 Replies

862 Views
Pavel
NXP Employee
NXP Employee

NXP offers SDK Linux for the T1040:

https://www.nxp.com/design/software/embedded-software/linux-software-and-development-tools/linux-sdk...

 

See the Section 8.4 in SDK documentation for Real Time Applications:

https://www.nxp.com/docs/en/supporting-information/QORIQ-SDK-2.0-IC-REV0.pdf

 

There is no FreeRTOS for the QorIQ. See the following page:

https://en.wikipedia.org/wiki/FreeRTOS

0 Kudos

859 Views
walter95
Contributor I

I wasn't just referring to FreeRTOS, but if there is another RTOS I could use

0 Kudos

837 Views
Pavel
NXP Employee
NXP Employee

NXP uses Linux PREEMPT_RT patch (also known as RT patch) for real time features. PREEMPT_RT patch can be pulled from kernel.org git repository

For more information regarding PREEMPT_RT refer to kernel.org wiki page

 

See the Section 8.4 in SDK documentation for Real Time Applications:

https://www.nxp.com/docs/en/supporting-information/QORIQ-SDK-2.0-IC-REV0.pdf

 

See also the following document:

https://static6.arrow.com/aropdfconversion/72d822c2e45880effe0a284b4307aa493e6801b8/t1familyfs.pdf

 

For example look at Wind River VxWorks:

https://bsp.windriver.com/index.php?bsp&on=details&bsp=12965

0 Kudos