PINE64

Full Version: ROCK64 RTC
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
(10-28-2018, 07:02 AM)petec Wrote: [ -> ]Any news on the Rock64 with RTC?

Please check this link:

https://forum.armbian.com/topic/8856-sol...k64-board/
Thank you turkerali.

Not looking to modify the Rock64 for an RTC / battery as the RTC / Battery.

The RTC was promised with inception of the first Rock64 (next build and release over a year ago).

I have done similiar here to micro routers using OpenWRT, RPi's and my Intel touchscreen tablets (very difficult to do).

Used an el cheapo micro router which is doing python, mosquitto, firewall stuff, RTC/battery mods, GPIO adds, et al.

My time base here if via a GPS / PPS connected to PFSense many years ago.  Actually relating to my personal automation went to an NTP server in the 1990's while concurrently using the internet.  

Here very time sensitive.

Just noticed that I did not get any response relating to my last RTC update of hardware request? 

It was promised over a year ago.
Im seriously disappointed that the Rock64 does not have a  RTC ...

when no accurate time is set, the web browsers do not allow access .. and setting time via internet is hard to force ...

Pecet :: Did you have a reasonably priced via a GPS / PPS time solution?
(01-29-2019, 08:59 AM)KC7NOA Wrote: [ -> ]when no accurate time is set, the web browsers do not allow access .. and setting time via internet is hard to force ...

What do you mean hard to force?

Did you try using ntpd?
ntpd is not used any more ... i thought, timedatectl is used now

I get a bash error stating that ntpd : command not found
(01-30-2019, 09:50 AM)KC7NOA Wrote: [ -> ]ntpd is not used any more ... i thought, timedatectl is used now

I'm just used to using ntpd and fake-hwclock on headless systems. v3 of the rock64 has RTC

Quote:I get a bash error stating that ntpd : command not found

If other options aren't working for you, you can do the following:

sudo apt install ntp fake-hwclock
(01-30-2019, 04:22 PM)evilbunny Wrote: [ -> ]
(01-30-2019, 09:50 AM)KC7NOA Wrote: [ -> ]ntpd is not used any more ... i thought, timedatectl is used now

I'm just used to using ntpd and fake-hwclock on headless systems. v3 of the rock64 has RTC

Quote:I get a bash error stating that ntpd : command not found

If other options aren't working for you, you can do the following:

sudo apt install ntp fake-hwclock

I have used sudo apt install ntp fake-hwclock  in the past, couldn't remember what it was from the past either ....

Though a RTC would be great ..

Or PPS from a Sat .. but that seems like a pain anymore ...

This is what i meant for the other error .. but i think it is because of

trying to overwrite '/usr/lib/aarch64-linux-gnu/libEGL.so', which is also in package libmali-rk-utgard-450-r7p0:arm64 1.6-1ayufan10
Errors were encountered while processing:
/var/cache/apt/archives/libglvnd-dev_1.0.0-2ubuntu2.2_arm64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
rock64@rock64:~/Downloads/sdrangel/build$
(01-31-2019, 12:51 PM)KC7NOA Wrote: [ -> ]trying to overwrite '/usr/lib/aarch64-linux-gnu/libEGL.so', which is also in package libmali-rk-utgard-450-r7p0:arm64 1.6-1ayufan10
Errors were encountered while processing:
/var/cache/apt/archives/libglvnd-dev_1.0.0-2ubuntu2.2_arm64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
rock64@rock64:~/Downloads/sdrangel/build$

You should be able to use dpkg with --force to make the installer overwrite the file

Code:
dpkg --force-help
(01-31-2019, 06:54 PM)evilbunny Wrote: [ -> ]
(01-31-2019, 12:51 PM)KC7NOA Wrote: [ -> ]trying to overwrite '/usr/lib/aarch64-linux-gnu/libEGL.so', which is also in package libmali-rk-utgard-450-r7p0:arm64 1.6-1ayufan10
Errors were encountered while processing:
/var/cache/apt/archives/libglvnd-dev_1.0.0-2ubuntu2.2_arm64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
rock64@rock64:~/Downloads/sdrangel/build$

You should be able to use dpkg with --force to make the installer overwrite the file

Code:
dpkg --force-help
That does not mean much to me .. the help contents is not helpful when you dont know what to do with the contents
(02-01-2019, 02:23 PM)KC7NOA Wrote: [ -> ]
(01-31-2019, 06:54 PM)evilbunny Wrote: [ -> ]
(01-31-2019, 12:51 PM)KC7NOA Wrote: [ -> ]trying to overwrite '/usr/lib/aarch64-linux-gnu/libEGL.so', which is also in package libmali-rk-utgard-450-r7p0:arm64 1.6-1ayufan10
Errors were encountered while processing:
/var/cache/apt/archives/libglvnd-dev_1.0.0-2ubuntu2.2_arm64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
rock64@rock64:~/Downloads/sdrangel/build$

You should be able to use dpkg with --force to make the installer overwrite the file

Code:
dpkg --force-help
That does not mean much to me .. the help contents is not helpful when you dont know what to do with the contents


You could try the following, but I haven't tested, which is why I posted the help screen:

sudo dpkg --force-overwrite -i /var/cache/apt/archives/libglvnd-dev_1.0.0-2ubuntu2.2_arm64.deb
Pages: 1 2 3