Changes

Jump to navigation Jump to search

X729-script

235 bytes added, 25 March
'''PS''': For some OS such as ''Raspberry Pi OS Lite'', the '''''git''''' tool is not installed by default, if you get an error like ''error: -bash: git: command not found'', please run the following command to install the git tool.
sudo apt install -y git
 
===Configuring Different GPIO Chip for Raspberry Pi 5 hardware===
If you are not using Raspberry 5 hardware, skip this step,or run the following command to set differnt chip and pwm number.
sed -i 's/xPWR.sh 0 5 12/xPWR.sh 4 5 12/g' x729-pwr.service
sed -i 's/xSoft.sh 0 26/xSoft.sh 4 26/g' install-sss.sh
sed -i 's/pwmchip0/pwmchip2/g' x729-fan.sh
 
Note that you need to provide a different gpiochip number on Pi 0,1,2,3,4 (0) and Pi 5 (4).
===Create the x729-fan service===
x729-pwr service will be responsible for power management and hardware safe shutdown.
<pre>
sudo cp -f ./x729-pwrxPWR.sh /usr/local/bin/
sudo cp -f x729-pwr.service /lib/systemd/system
sudo systemctl daemon-reload
===Prepair software shutdown script===
sudo cp -f ./x729install-softsd.sh /usr/local/bin/Create a alias <code>x729off</code> command to execute the software shutdown<pre>echo "alias x729off='sudo /usr/local/bin/x729ssh-softsdv1.sh'" >> ~/.bashrcsource ~/.bashrc</pre>
Then you can run <code>x729off</code> to execute software shutdown as follows
x729off

Navigation menu