Frcvision on raspberry pi date is incorrect

I finally have time to get back to the Raspberry Pi running frcvision and found that the date is not updating, which makes updates fail. Any ideas on how to get the date on a Raspberry Pi running frcvision to update properly? I assume its related to it booting in Read Only mode, but I have no clue what to do to get it to update.

There is additional software such as v4lctrl that I’ve used in the past and would like to install.

Thank you

Found a way. Though it will be incorrect at the next boot.
At prompt type ‘sudo date -s “Jan 31 HR:MIN”[enter]’ using the correct date and time of course. Now sudo apt-get update works…

Also found /usr/bin/v4l-ctrl is already installed and works. Didn’t remember the correct command has a minus sign in it…

v4l2-ctl missed the 2 too.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.