How to run model on specific CPU on ZED board
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
When I build a model for the ZED board Zynq target and do 'deploy to hardware' the target code always runs on CPU 0. A 'top' command shows that both CPUs are there and running. Is there a way to force a model to run on one or other of the CPUs? For example, create one model and run on CPU0 and then create another model and run on CPU1. This seems to require the 'taskset' part of BusyBox to set the CPU affinity but the BusyBox in the Linux kernel does not seem to include 'taskset'.
0 comentarios
Respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!