Difference between revisions of "MISC-TN-003: Asymmetric multiprocessing on NXP i.MX6SoloX"

From DAVE Developer's Wiki
Jump to: navigation, search
(Introduction)
Line 14: Line 14:
  
 
==Introduction==
 
==Introduction==
 +
[https://en.wikipedia.org/wiki/Asymmetric_multiprocessing Asymmetric multiprocessing] (AMP for short) is getting popular in the embedded world, thanks to the availability of multi-core embedded processors. It is particularly useful tom combine in one single chip two different operating systems (o.s.). One of the most common combination is the use of a general purpose operating system (GPOS) with a real-time o.s. (RTOS), in order to meet both hard real-time and generic connectivity/user interface requirements with a highly integrated solution.
 +
 +
AMP can be implemented in
  
 
==Implementation==
 
==Implementation==
  
 
==Conclusion==
 
==Conclusion==

Revision as of 16:01, 12 January 2017


History[edit | edit source]

Version Date Notes
1.0.0 November 2016 First public release

Introduction[edit | edit source]

Asymmetric multiprocessing (AMP for short) is getting popular in the embedded world, thanks to the availability of multi-core embedded processors. It is particularly useful tom combine in one single chip two different operating systems (o.s.). One of the most common combination is the use of a general purpose operating system (GPOS) with a real-time o.s. (RTOS), in order to meet both hard real-time and generic connectivity/user interface requirements with a highly integrated solution.

AMP can be implemented in

Implementation[edit | edit source]

Conclusion[edit | edit source]