Changes

Jump to navigation Jump to search

X735-script

605 bytes added, 25 March
After the download is successful, there will be two files xGPIO_pwr and xGPIO_soft in the current directory.
-->
 
===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/xSoft.sh 0 20/xSoft.sh 4 20/g' install-sss.sh
sed -i 's/xPWR.sh 0 5 12/xPWR.sh 4 5 12/g' x735-pwr.service
sed -i 's/pwmchip0/pwmchip2/g' x735-fan.sh
===Create the x735-fan service===
Run the following command to install fan service script;
sudo ./install-fan-service.sh
Then the pwm fan starts running.
 
PS: If fan don't works, be sure to update the kernel to version 6.6.22, don't work on 6.6.20, it's a kernel issue.
sudo apt update
sudo apt full-upgrade
sudo rpi-update
Run the command '''''uname -r''''' to check kernel verson
===Create the x735-pwr service===
sudo ./install-pwr-service.sh
===Prepair software shutdown script===
Run the following command to install software shutdown script (sss)
sudo ./install-sss.sh
After the installation is complete, an <code>x735xoff</code> command will be created to shut down the software.Then you can run <code>x735xoff</code> to execute software shutdown.
==Uninstall==
Run the following command to uninstall all.
sudo ./uninstall.sh
==Test==

Navigation menu