Hi,
By default primary core is IPU2 in vision-SDK(Bios) + Linux(A15), So what are the steps to set IPU1_0 as a primary core?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
By default primary core is IPU2 in vision-SDK(Bios) + Linux(A15), So what are the steps to set IPU1_0 as a primary core?
PROC_IPU1_0_INCLUDE=yes
PROC_IPU1_1_INCLUDE=no
PROC_IPU2_INCLUDE=no
PROC_A15_0_INCLUDE=yes
IPU_PRIMARY_CORE=ipu1_0
IPU_SECONDARY_CORE=ipu2
&ipu1 {
timers= <&timer9> , <&timer11>;
/delete-property/ watchdog-timers;
};
&ipu2 {
/delete-property/ watchdog-timers;
};
&dsp1 {
/delete-property/ watchdog-timers;
};
&dsp2 {
/delete-property/ watchdog-timers;
};
make linux_clean
make clean
rm -rf ../binaries
rm -rf ../links_fw/include/config
make linux
make linux_install
make -s -j depend
make -s -j
Thanks
Gaviraju