Changes between Version 1 and Version 2 of RTC
- Timestamp:
- 10/14/2021 09:57:46 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RTC
v1 v2 76 76 Some SoC's have RTC's built in that are un-usable because they don't have a battery powering them. An example of this is the i.MX6 RTC (rtc_snvs kernel driver) on Ventana boards. These boards use the DS1672 RTC emulated by the Gateworks GSC RTC instead. 77 77 78 If your RTC is not keeping time check your blacklist for rtc_snvs. 79 78 80 To get rid of a kernel driver like the i.MX6 RTC driver (rtc_snvs) you can: 79 81 - build your own kernel with it disabled