Changes

Jump to navigation Jump to search

X735 Software

640 bytes added, 18:02, 24 March 2022
sudo bash install-dietpi.sh
echo "alias x735off='sudo /usr/local/bin/x735softsd'" >> ~/.bashrc
sudo reboot
 
==For Volumio 3==
Test the following script base on the 'Volumio-3.175-2021-12-13-pi.img'
 
The default username and passpword are both 'volumio'
 
'''install'''
# Enable SSH
Visit 'http://volumio.local/dev/' to click 'Enable' button to enable SSH
 
# install software and tools via SSH window
sudo apt-get update
sudo apt-get install python-smbus
sudo apt-get -y install python-rpi.gpio
# download the install script
git clone https://github.com/geekworm-com/x735-v2.5
cd x735-v2.5
sudo chmod +x *.sh
sudo bash install-volumio3.sh
 
#add alias
echo "alias x735off='sudo /usr/local/bin/x735softsd'" >> ~/.bashrc
sudo reboot

Navigation menu