Open main menu

Changes

X708-Software

363 bytes added, 11:52, 23 July 2020
no edit summary
git clone https://github.com/geekworm-com/x728.git
cd x728
sudo nano x728.sh
#because X708 doesn't support RTC function, so we need to remove or comment out (add # at the beginning of the line) the following 4 lines
#X728 RTC setting up
#sudo sed -i '$ i rtc-ds1307' /etc/modules
sudo sed -i '$ i echo ds1307 0x68 > /sys/class/i2c-adapter/i2c-1/new_device' /etc/rc.local
sudo sed -i '$ i hwclock -s' /etc/rc.local
4. Install script&reboot: