Hi, I’m trying to setup i2s4 on a Jetson Nano Devkit (p3448 + p3449 b00) in order to control a HiLetgo PCM5102 module.
-
I have enabled i2s4 using jetson-io.py.
-
And then connected i2s4 to ADMAIF1 using
amixer -c tegrasndt210ref cset name='I2S4 Mux' ADMAIF1
. -
I set up a logic analyzer probes on pin 12, 35 and 39.
But when I launch speaker-test -D hw:tegrasndt210ref,0 -r 48000 -c 2 -F S16_LE -t sine
, I see no signal on my logic analyzer…
What have I missed ? Thanks in advance !