Dear, all:
I am trying to build up my system using OpenAMP framework, Linux on CPU0, and 
RTEMS on CPU1. Has anyone done this before?
The communication between two cores is based on shared memory in this 
framework. So, the memory I allocate for RTEMS is about 64MB, for example, from 
0x1000_0000 to 0x1400_0000, and the other is for Linux.
If the shared memory locates in RTEMS workspace, everything might work, but 
unstable. But if it locates outside the RTEMS like the demo shows, it would go 
wrong during initialization.  

So, my question is that, how can RTEMS access memory outside its workspace? In 
my example, is it possible to access the memory like 0x1600_0000?
And what is the nocache for? 



Best wishes,
xuelin.t...@qkmtech.com
_______________________________________________
users mailing list
users@rtems.org
http://lists.rtems.org/mailman/listinfo/users

Reply via email to