Coming soon !
Make sure you have a recent enough firmware which includes the Ultra 2 machine driver + cs4265 codec driver updates :
sudo rpi-update
Edit your /boot/config.txt file to disable dtparam=audio (the # below comments it out):
#dtparam=audio
Edit your /boot/config.txt file to enable the Ultra's device tree overlay :
dtoverlay=audioinjector-ultra
sudo rpi-update
# firstly disable PWM audio
sed -i \"s/^\s*dtparam=audio/#dtparam=audio/\" /boot/config.txt
# now check to see the correct device tree overlay is loaded ...
cnt=`grep -c audioinjector-ultra /boot/config.txt`
if [ "$cnt" -eq "0" ]; then
echo '# enable the AudioInjector.net sound card
dtoverlay=audioinjector-ultra' >> /boot/config.txt
fi
A video showing how to assemble the Ultra 2 sound card :
Check out our other products :