I would like to use iMX6 in asymmetric mode (Windows EC7 + Linux). Is that anyhow possible? Marco
As Alban said, it is certainly possible to run the i.MX6 in AMP mode, what i'm not so sure about is the ability to run two full OS's like Linux and WEC7. I don't know enough about the requirements of the OS's on the SoC.
Some things to keep in mind: You would have to ensure OS A doesn't step on memory from OS B and vice versa, also you would have to enforce some sort of mutex scheme to ensure that peripherals are only accessed one at a time, etc... Ideally you would have a hypervisor to manage this, but since the i.MX6 is based on the Cortex-A9 (which does not have the ARMv7 Virtualization Extensions) you would have to resort to using para-virtualization.
Sorry I don't have a definite answer here