How to run model on specific CPU on ZED board
조회 수: 1 (최근 30일)
이전 댓글 표시
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
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Multicore Processor Targets에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!