Repos not working on rockpi 64 A

I have tried all images A & B 1.4 model from github and get the following. Why are they not working.


Any ideas how to fix it.
Thanks

I think your system time is not right. You should install the ntp package and sync the time from internet first.

Hi Jack, ntp is all ready installed. And running. screenshot shows the issue.

systemd-timesyncd has not been setup as ntp needs it to communicate with the system.

So I ran sudo apt install systemd-timesyncd and this is the end result.

ntp_working

So it is a build flaw as systemd-timesyncd is missing.
Thanks for the pointer to get me started.