- RTC time and date is not maintained when unit is unplugged from power supply, even if an RTC backup battery is installed
- Workaround:
- Use the following U-Boot commands to enable battery supplied time keeping:
pmic TPS65218_PMIC write 10 b1; pmic TPS65218_PMIC write 10 fe; pmic TPS65218_PMIC write 10 a3
- This sets the FSEAL bit, which forces the power supply for the RTC to stay on when the system is in the OFF state.
- Once set it will stay set until the battery is removed or the above commands are run again.
- More information on this bit can be found in section 8.5.2 of the TPS65218 manual.
|