Changes

Jump to navigation Jump to search

X729-script

351 bytes added, 23 March
==Overview==
<span class="tb_red">[NOTE]: X729 don't support supports Raspberry Pi 5 hardwarealso</span>
This is script installation tutorial for [[X729]] shield, it will replace [[X729-Software | X729 Software installation tutorial]], although [[X729-Software | X729 Software installation tutorial]] is still available, but we strongly recommend that you use this script tutorial, which simplifies the installation process and reduces dependencies on third-party python libraries.
1. 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 Open ternimal window, then run the following command:
<pre>
mv x729-script x729-script-old
</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 '''x729fan.sh'''
==OS that has been tested==

Navigation menu