The Zero 3W is my first Radxa. Rockchip, and non-RasPi SBC. So I was reading through the kernel boot log to try and understand everything available in the SBC.
While reading through the kernel log, I see the following 2 lines:
[ 15.495471] rk808-rtc rk808-rtc: registered as rtc0
[ 15.497696] rk808-rtc rk808-rtc: setting system clock to 2017-08-04T09:00:14 UTC (1501837214)
I am very pleasantly surprised to see a build-in RTC on the 3W board. However, I see that this isn’t very useful without some form of battery backup to keep the RTC circuit powered to keep time.
So my question is whether there is any way to attach some form of battery to the zero 3W to keep this time updated, instead of attaching an external RTC via I2C?