Changes

Jump to navigation Jump to search

X735-script

780 bytes added, 23 March
'''[update]'''
1. Use gpiod instead of obsolete interface, and suuports ubuntu 23.04 also
 
3. The script now supports the Raspberry Pi OS '''BOOKWORM''' version. You just need to '''uninstall''' the original script and '''reinstall''' it. Please refer to the following:
 
Open ternimal window, then run the following command:
<pre>
mv x735-script x735-script-old
git clone https://github.com/geekworm-com/x735-script
cd x735-script
chmod +x *.sh
./uninstall.sh
</pre>
Then just follow the installation process below.
 
2. Fix fan not working on Raspberry Pi 5 hardware
 
If you are using it on a '''Raspberry Pi 5''', make the following changes:
 
* Be sure to update the kernel to version '''6.6.22'''.
sudo apt update
sudo apt full-upgrade
sudo rpi-update
* Change the <code>PWM_CHIP_PATH</code> to <code>/sys/class/pwm/pwmchip2</code> on line 7 of '''x735fan.sh'''
==OS that has been tested==

Navigation menu