Open main menu

Changes

X729-Software

136 bytes added, 15:50, 19 November 2022
no edit summary
reter to [[How to enable I2C]]
2. Check & review I2C port2.1 Login via teminal window, then update & upgrade & install necessary software (python and i2c tool library)
sudo apt-get update
sudo apt-get upgrade
</PRE>
3. Setting up the power management script 3.1 Download x729 setup scripts:
cd ~
git clone https://github.com/geekworm-com/x729
43.2. Install script&reboot:
sudo bash pwr.sh
#Setting up the command to turn off X729 from software
printf "%s\n" "alias x729off='sudo x729softsd.sh'" >> ~/.bashrc
#Reboot the Raspberry Pi
sudo reboot
3.3 Powering off the Raspberry Pi from software
x729off
5. Set and Read the RTC time