Hello everyone,
I am trying to turn on I2S interface via Ubuntu Core config.txt file like these lines:
dtparam=i2s=on
dtoverlay=hifiberry-dac
dtoverlay=i2s-gpio28-31
And commented line dtparam=audio=on
. All this changes inside run/mnt/ubuntu-seed/config.txt.
What exactly do I do wrong?
I want to see /dev/i2s file for processing it in my own snap app.
Thanks for any thoughts!