Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 5363

Interfacing (DSI, CSI, I2C, etc.) • Re: Raspberry Pi 4 model B external I2S interface not working on pins GPIO18 - 21

$
0
0
Hello,
I want to post my clarifications here.
I stated that the I2S interface on GPIO18 - 21 did not work, but it worked when I tried interfacing a digital mic (INMP441 Omnidirectional Microphone Module) by including,

Code:

dtparam=i2s=ondtoverlay=adau7002-simple
and
as I mentioned about 'vclog' command,

Code:

sudo vclog -m
for a mysterious overlay file '/mfs/sd/overlays/max98090.dtbo' is actually what it displays when that overlay is not available in your /boot/overlays/ directory but is just included in /boot/config.txt

Code:

dtoverlay=max98090
if max98090.dtbo file is available in /boot/overlays/ then the above command shows,

Code:

Loaded 'max98090.dtbo'
Hope it helps.

So, to interface the max98090 audio codec to RPi4, I have to write my own .dts file and compile it into a .dtbo file to include in /boot/overlays/.

Statistics: Posted by electronics_enthu — Fri Nov 08, 2024 6:54 am



Viewing all articles
Browse latest Browse all 5363

Trending Articles