When I create a application for PetaLinux, Can i select which unit has run (Microblaze, Cortex_0, Cortex_1, etc. ..)?
-- LuK
When I create a application for PetaLinux, Can i select which unit has run (Microblaze, Cortex_0, Cortex_1, etc. ..)?
-- LuK
Hi lukwolf,
You cannot specify which processor an application is run on at build time. However, you can do this at runtime by using the 'taskset' command under Linux.
Take a look at this Wiki page for further information on how to do this:
http://www.wiki.xilinx.com/Zynq+Linux
Regards,
-Kevin