2023/09/02 10:14
1/8
Quick installation guide to enable the I2S audio output on Ubuntu.
ODROID Wiki - https://wiki.odroid.com/
Quick installation guide to enable the I2S audio output on
Ubuntu.
HiFi-shield & HiFi-
The Hifi-Shield Plus provides both stereo RCA connectors and a 3.5mm stereo jack (all gold-plated) to
connect to external amplifiers and other audio equipment. An S/PDIF Optical output is also available.
Via TI's high-end PCM5102 DAC chip(known as Burr-Brown), it supports 16, 24, 32 bit audio formats
with minimal distortion (-93dB) and ideal dynamics (110dB+), plus amazing sampling rates of 384kHz
with odroid-c1. (up to 192KHz with odroid-c2)
ODROID-C1+/C2
Assemble the C2 with the Hifi-Shield, attach a USB keyboard, USB mouse and HDMI monitor,
then power up the system.
Update the System: sudo apt-get update && sudo apt-get dist-upgrade
To ensure that the Hifi-Shield kernel modules are loaded on Terminal.
odroid@odroid64:~$
aplay
-l
****
List of PLAYBACK Hardware Devices
****
card
0
: ODROIDHDMI
[
ODROID-HDMI
]
, device
0
: I2S.27 dit-hifi-
0
[]
Subdevices:
0
/
1
Subdevice
#0: subdevice #0
odroid@odroid64:~$
odroid@odroid64:~$
sudo modprobe snd-soc-pcm5102
odroid@odroid64:~$
sudo modprobe snd-soc-odroid-dac
odroid@odroid64:~$
aplay
-l
****
List of PLAYBACK Hardware Devices
****
card
0
: ODROIDHDMI
[
ODROID-HDMI
]
, device
0
: I2S.27 dit-hifi-
0
[]
Subdevices:
1
/
1