Hi,
I am trying to utilize both cpu0 and cpu1 on zed board(Zc702).
Using the document xapp1078,that document having operation of cpu0 on linux and cpu1 on bare-metal.
http://www.xilinx.com/support/documentation/application_notes/xapp1078-a...
My main aim is to try to access the OCM memory location's and read those through CPU0(Linux OS) and
before that i am trying to writtening the some data's to OCM memory location's through CPU1(running on Bare metal/Standalone OS).
can you please provide some guidance to setup this AMP accessing and sharing of CPU's.
I followed the steps in xapp1078-amp-linux-bare-metal.pdf document and not able to access those memory location's through other CPU.
can you please help me in this AMP between two CPU's,
provide sample steps of bring up this one.