This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM4379: RTC is not retained

Part Number: AM4379
Other Parts Discussed in Thread: TMDXSK437X, TPS65218

Hi all,

I'd like to keep RTC.

My hardware has the following configuration.

  • EVM:TMDXSK437X
  • Connect battery to J3 of EVM

My software has the following configuration.

  • PROCESSOR-SDK-LINUX-RT-AM437X _03_03_00_04
  • Set the status register's FSEAL bit in TPS65218 to "1" via I2C.

I executed the following command for RTC test.


I check the time with the Linux hwclk command.

~#hwclock
Web Dec 14 23:26:29 2016 0.000000 seconds

Removing and inserting the AC adapter to perform RTC holding test with battery.
Then I check the time with the Linux hwclk command again.

~#hwclock
Web Dec 14 23:24:17 2016 0.000000 seconds

RTC should be kept by the battery, but time is back.

Do you know why RTC is not kept?

Best regards,
Sasaki