Cannot Set Local Time on STM32MP257
Failed to set local time on STM32MP257.
Firstly, I tried to use the command
date -s "yyyy-mm-dd xx:xx:xx", and system can successfully return the time I set. But when I again use “date” to get the local time, system still return the wrong time in 2024.
Then I tried to write into RTC, but still failed.
Now because of the failure of time setting, all the apt command are unavailable.
So I want to know how to correctly change the local time and RTC time, or to find an alternate way to apt-get package.
Thank you.
