Changes

Jump to navigation Jump to search

X735 Software

1,001 bytes added, 20:01, 13 September 2021
no edit summary
echo "alias x735off='sudo /usr/local/bin/x735softsd'" >> ~/.bashrc
sudo reboot
 
== For myNode OS ==
About myNode, please refer to http://www.mynodebtc.com/
 
'''Install'''
 
login to mynode teminal via Putty or Xsheel tool, the default user name is `admin`, password is `bolt`, then run the following command:
<pre>
 
sudo apt-get update
sudo apt-get install -y python-smbus python pigpio python-pigpio python3-pigpio git wiringpi
git clone https://github.com/geekworm-com/x735-v2.5
cd x735-v2.5
chmod +x *.sh
sudo bash install-mynode.sh
sudo reboot
</pre>
 
''' PWM fan control'''
The script is installed successfully and the fan starts to run
 
'''Test safe shutdown'''
x735off
* Please run 'x735off' to shut down or press the on-board button switch to shut down. <span style="color:red;">DON'T run the 'shutdown' linux command to shut down, otherwise the power of x735 will not be shut down.</span>
* press button switch 1-2 seconds to reboot
* press button switch 3 seconds to safe shutdown,
* press 7-8 seconds to force shutdown.
 
'''uninstall'''
./uninstall-mynode.sh
Return to [[X735]]

Navigation menu