real time operating system on i.mx7

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

real time operating system on i.mx7

769 Views
marcellobellini
Contributor I

I am evalutate i.mx7 dual 

but i need work in hard real time 0.5mS, not possible with linux.

is it possible work with OS MQX with cortex A7 dual core?

I do not use cortex M4

Labels (1)
0 Kudos
4 Replies

673 Views
gusarambula
NXP TechSupport
NXP TechSupport

Hello Marcello Bellini,

There is not a real time OS BSP for the Cortex A7 on the i.MX7. Most users use the Cortex M4 for real time operations and run Linux on the Cortex A7 so this is the supported configuration.

You may port a real time OS on the Cortex A7 yourself but it’s not a trivial task. There is also NXP Professional Services who may be of help.

My apologies for the inconvenience.

Regards,

0 Kudos

673 Views
marcellobellini
Contributor I

Hello gusarambula

the problem is cortex M4 does not support 64 bit floating point in HW and it is has low performance

for my application.

Regards

0 Kudos

673 Views
gusarambula
NXP TechSupport
NXP TechSupport

Hello Marcello Bellini,

I understand the predicament. You may certainly run a real time operating system on the Cortex A7, but there is not a BSP providing this solution so you would need to do the porting.

My apologies for the inconvenience.

Regards,

0 Kudos

673 Views
aelder
Contributor III

Check out Nuttx.

- Andrew

0 Kudos