Open main menu

Changes

X735 Software

451 bytes added, 16:16, 24 March 2022
==For Ubuntu Server==
'''install'''
cd ~ sudo apt-get install update sudo apt-y python-smbus pythonget upgrade sudo apt-get install -y unzip make gcc python git wiringpi python3-pigpio python-pigpio setuptools python3-distutils  # install pigpio library, also refer to http://abyz.me.uk/rpi/pigpio/download.html wget https://github.com/joan2937/pigpio git/archive/master.zip unzip master.zip cd pigpio-master sudo make sudo make install  # download X735 installation scripts
git clone https://github.com/geekworm-com/x735-v2.5
cd x735-v2.5
sudo chmod +x *.sh
  # create pigpiod service sudo bash installcreate-dietpipigpiod.service.sh
# create /etc/rc.local file
sudo bash create-rc.local.sh
# install
sudo bash install.sh
# add x735off alias
echo "alias x735off='sudo /usr/local/bin/x735softsd'" >> ~/.bashrc
sudo reboothalt 
== For myNode OS and Umbrel ==
About myNode, please refer to http://www.mynodebtc.com/