Hi,
Like quite a few people on this forum I'm trying to connect either a 2x16 or 4x20 LCD to my Raspberry Pi running Rune Audio. unfortunately I haven't been too successful so far.
Setup details are:
Raspberry Pi 3
IQaudIO Pi-DAC Pro
RuneAudio - RuneAudio_rpi2_rp3_0.4-beta_20160321_2GB
I've started off by trying to follow XploD's post but seem to have stumbled very early in the process
I'm new to all of this so please bear with me. So far this is where I'm at:
Installed RuneAudio on microSSD
SSH into Pi and expanded the file system then rebooted.
Configured RuneAudio to work with the IQaudIO DAC then rebooted it and checked that all was working .
So far so good..... can successfully play tracks from connected USB memory stick.
Following XploDs post I then:
Installed Python2 (success)
Installed GCC compiler (success)
I had issues with installing the RPi.GPIO compiler using
wget http://raspberry-gpio-python.googlecode ... .2a.tar.gz
getting an Error 404, Not Found
I tried wget https://pypi.python.org/packages/e2/58/ ... 6.3.tar.gz
...and this seemed to work.
Then extracted it with tar -xvf RPi.GPIO-0.6.3.tar.gz which also seemed to go ok.
After moving to the RPi.GPIO-0.6.3 directory I tried installing it with python2 setup.py install ....but looks like I got a few errors:
running install
running build
running build_py
creating build
creating build/lib.linux-armv7l-2.7
creating build/lib.linux-armv7l-2.7/RPi
copying RPi/__init__.py -> build/lib.linux-armv7l-2.7/RPi
creating build/lib.linux-armv7l-2.7/RPi/GPIO
copying RPi/GPIO/__init__.py -> build/lib.linux-armv7l-2.7/RPi/GPIO
running build_ext
building 'RPi._GPIO' extension
creating build/temp.linux-armv7l-2.7
creating build/temp.linux-armv7l-2.7/source
gcc -pthread -fno-strict-aliasing -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector-strong -fno-plt -DNDEBUG -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector-strong -fno-plt -fPIC -I/usr/include/python2.7 -c source/py_gpio.c -o build/temp.linux-armv7l-2.7/source/py_gpio.o
/usr/lib/gcc/armv7l-unknown-linux-gnueabihf/7.3.1/cc1: error while loading shared libraries: libmpfr.so.6: cannot open shared object file: No such file or directory
error: command 'gcc' failed with exit status 1
I've tried doing this a few times now, each time starting with a fresh install of RuneAudio but keep getting the same problem.
I'd really appreciate any help with this.
Much appreciated,
Gary