Hello,
I am trying to implement the following scenario on TDA2x EVM:
(1) Transfer 4 test images from PC to EVM...I do not know how I can do this yet
(2) Run OpenGL-based SRV algorithm on the 4 images...I am assuming OpenGL code can only execute on the TDA2x GPU
(3) Transfer output SRV image from EVM to PC...again, not sure how this is to be done
Question 1 - Can you point me to some relevant and useful references to implement this scenario?
Question 2 - In your opinion, how many CPU cores from the EVM will be required at a minimum to implement this scenario?
Question 3 - What is "host CPU" in the context of TDA2x EVM? Does it refer to A15 core 0?
Question 4 - How is the GPU programmed on TDA2x? Is it possible to access it through SYS/BIOS?
Question 5 - What should be my development environment for this implementation? Windows or Linux?
Thank you.