hi all
i had one beaglebone black and tlv320aic3254evm-k . i use ti-sdk-am335x-evm-07.00.00.00 but i can't find any driver at am335x
where can i find am335x ,tlv320aic3254 i2s and i2c driver
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 all
i had one beaglebone black and tlv320aic3254evm-k . i use ti-sdk-am335x-evm-07.00.00.00 but i can't find any driver at am335x
where can i find am335x ,tlv320aic3254 i2s and i2c driver
thanks
You can find drivers at this link.
Also look over the Sitara SDK 7.0 linux audio page for details on integrating new audio devices.
David, as Justin's link mentions, those are generic linux ALSA drivers. They are not made to work with only one specific processor. The problems you will encounter, however, relate to differences in the linux kernel between the version those drivers were tested on for OMAP4 (maybe 3.8 or older), and the kernel version that ships with SDK 7.0 for am335x (3.12). Look at that sitara audio page I sent you for details on how to interface an audio codec to am335x. I put lots of examples in there that will guide you step by step through the process.