Under Audio output interface of MPD configuration, you cannot chance the default output interface – ODROID HDMI.
- ODROID-DAC.jpg (71.94 KiB) Viewed 2574 times
To enable I2S DAC driver, you need to edit the boot configuration file: $ nano /boot/boot.ini
Scroll down until reaching this part:
# PCM5102 audio DAC Enable/Disable
# Uncomment the line below to __ENABLE__ AudioDAC(PCM5102)
#setenv enabledac “enabledac”
Remove the hash like this:
# PCM5102 audio DAC Enable/Disable
# Uncomment the line below to __ENABLE__ AudioDAC(PCM5102)
setenv enabledac “enabledac”
Save your changes with “Ctrl-x + y + ENTER” and reboot.
Furthermore, If you have a problem with booting from UHC-1 SDCARD, try this approach. Find this section in the /boot/boot.ini and add a hash on the last line:
# UHS Card Configuration
# Uncomment the line below to __DISABLE__ UHS-1 MicroSD support
# This might break boot for some brand models of
# setenv disableuhs “disableuhs”
- ODROID-C1Plus.jpg (219.85 KiB) Viewed 2574 times
All above are learned from Odroid Magazine 201511
http://magazine.odroid.com/wp-content/u ... df#page=38
Thanks RuneAudio