News:

LATEST RELEASE:  FPP 7.0 - Download from here - https://github.com/FalconChristmas/fpp/releases/tag/7.0

+-+-

+-User

Welcome, Guest.
Please login or register.
 
 
 
Forgot your password?

+-Site Stats

Members
Total Members: 15930
Latest: mmoulder
New This Month: 20
New This Week: 0
New Today: 0
Stats
Total Posts: 129647
Total Topics: 15982
Most Online Today: 108
Most Online Ever: 7634
(January 21, 2020, 02:14:03 AM)
Users Online
Members: 4
Guests: 101
Total: 105

Orange Pi One and external DS3231 RTC on rtc1

Started by Arti G, March 13, 2023, 09:29:28 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Arti G

    Hello

    There is a problem with external RTC on Orange Pi One board, because it has onboard RTC (rtc0) and if I use external one it doesn't work because FPP tries to read from rtc0. How can I change rtc0 to rtc1 and i2c1 to itc0?

    If anyone would try to use Orange Pi with RTC here is what I had to do to even have external DS3231 RTC working:

    • sudo armbian-config
    turn on i2c (default is off)
    • sudo nano /etc/modules
    write:
    g_serial
    rtc-ds1307
    • sudo nano  /etc/rc.local
    write before "exit":
    echo ds1307 0x68 > /sys/class/i2c-adapter/i2c-0/new_device hwclock -s

sudo i2cdetect -y -r 1
     0  1  2  3  4  5  6  7  8  9  a  b  c  d  e  f
 00:                         -- -- -- -- -- -- -- --
 10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
 20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
 30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
 40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
 50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
 60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
 70: -- -- -- -- -- -- -- --

sudo i2cdetect -y -r 0
     0  1  2  3  4  5  6  7  8  9  a  b  c  d  e  f
 00:                         -- -- -- -- -- -- -- --
 10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
 20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
 30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
 40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
 50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
 60: -- -- -- -- -- -- -- -- UU -- -- -- -- -- -- --
 70: -- -- -- -- -- -- -- --

sudo hwclock -r -f /dev/rtc0
1970-01-01 01:01:55.479533+01:00

sudo hwclock -r -f /dev/rtc1                                                                                                                                                      
2023-03-12 21:46:39.992017+01:00

dsmeg
[    2.177274] sun6i-rtc 1f00000.rtc: registered as rtc0
[    2.177312] sun6i-rtc 1f00000.rtc: setting system clock to 1970-01-01T00:00:10 UTC (10)
[    2.177435] sun6i-rtc 1f00000.rtc: RTC enabled
[   61.883505] rtc-ds1307 0-0068: registered as rtc1
[   61.883788] i2c i2c-0: new_device: Instantiated device ds1307 at 0x68


I tried to edit:
/opt/fpp/scripts/piRTC
/opt/fpp/etc/update-RTC
but still FPP is loading time from rtc0. Any idea what file I should edit?

[/list]

Support FPP

+- Recent Topics

Wifi Antenna by breese
Today at 03:30:39 AM

Integrating Twilio with Google Sheets by Nufernandes
September 22, 2023, 01:54:52 PM

MegaTree + Faces kit for sale by dkroz
September 21, 2023, 12:39:28 PM

DMX problem with F4v3 by JonD
September 21, 2023, 11:00:35 AM

Maximum Number of Schedules by Poporacer
September 20, 2023, 10:53:53 PM

K16A-B Expansion Board by vttinman
September 20, 2023, 12:39:02 PM

FPP Colorlight config by Wayne Laagewaard
September 20, 2023, 10:57:35 AM

New Falcon F16v4 Troubles with Pixel Output Page by JonB256
September 19, 2023, 08:01:23 PM

GIF or MP4 display on a matrix? by tbone321
September 18, 2023, 01:15:45 PM

F16V4 LCD Screen not working by Timmy
September 18, 2023, 05:35:19 AM

Powered by EzPortal
Powered by SMFPacks Menu Editor Mod