hello
I have a question, i made some research but i can't found an answer
I want to run a standalone application on both core of cortex A9 ( ZYNQ), the problem is when i go to SDK, and create new application, there is no option to checked the both CPU, like on DS-5 of ARM ??
but Xillinux is running on both CPU ( http://xillybus.com/xillinux ), i tested it, and i checked the both cpu, even i run task on CPU0 and i stop it, then system use the second CPU.
I need to run the same application on both CPU together, like we have an OS running on both CPU, i mean, i need that my application see the both CPU, in other way, if we create a standalone application, and we specify the CPU0 to run it, that mean that the CPU1 is working, or we can work with it, for example, read his own characteristic like watchdog and other register?
i checked all documentation talking about this , but it seem made another thing whitch ( like xapp1079-amp-bare-metal-cortex-a9.pdf )
yes it seem i have the same issue like this user
http://forums.xilinx.com/t5/Embedded-Development-Tools/using-both-CPU-cores-on-Zynq/td-p/264788
i will be so appreciate for any help
thank you