CommentStreams:E269cd1dd4ec12ea8a4a866a874301c2
Hi
Just got your x708 and installed it.
Step 3 of the software instructions is not very clear. Which lines need to be commented out?
Like this:
==================
- 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
===================
Like this:
==================
- 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
===================
or like this:
==================
- 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
===================
Thank you very much.