hi experts,
As we know, there're 3 VIP in AM57xx. And only one was connected to camera module in the EVM, how do we enable the other 2 VIP to use ??
Thanks.
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 experts,
As we know, there're 3 VIP in AM57xx. And only one was connected to camera module in the EVM, how do we enable the other 2 VIP to use ??
Thanks.
Hi,
Add an entry for the correspondig vip in am57xx-evm.dts:
&vipX {
status = "okay";
};
This will create an entry for the vip in the file system. To further utilize the corresponding vip, you need to modify the example demos in the Matrix Gui.
Best Regards,
Yordan