Part Number: TDA2EVM5777
Tool/software: Linux
Hi,
We have Vision SDK version 03_02_00_00 (Linux on A15) running on TDA2x EVM.
Vision SDK Image was built keeping MAKECONFIG as 'tda2xx_evm_linux_all' in Linux+BIOS mode.
Our Requirement :
1. Have camera capture from VIP link - OmniVision - Camera connected to Vision application board.
2. Process the captured frames using EVE/DSP processing
3. Get the processed data back to A15 and further post processing.
4. Issue audio playback on A15 for audio alerts.
Step #1-3 works fine, but there is no Audio from A15 side. (even with aplay).
Further debugging, we find that dra7x-infoadas.dtb has done DISABLE_COMPLETE(i2C2) as OminiVision camera is controlled from IPU side.
However, this has also disabled audio as code that pull VIN6_SEL_S0 which is muxed with VIN6A Vs McASP1, 2, 3 and 7 is NOT LOW now.
By uncommenting the I2C2 enabled the audio from A15 but results into Camera link failure with I2C1 sensor read failure.
Questions :
1. Is this expected behavior ?
2. Instead of using Omnivision – Visionboard camera, if we use the LVDS camera from multi-des, would it work along with audio play back from A15 with above mentioned change in DTB ?
3. Can you please help us to enabled audio from A15 side along with Camera Link controlling camera from IPU side ?
Regards,
Uday M S