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.

RTC-DS1339 on DM6467 issue

Hi all

    My RTC stops counting at soft-reset or poweroff. I find something in /etc/rc0.d/S25save-rtc.sh:

#! /bin/sh
/etc/init.d/hwclock.sh stop

# Update the timestamp
date +%2m%2d%2H%2M%Y > /etc/timestamp

----------------------------------------------------

it seems system will store the current time into 'timestamp' before reboot and re-set the time after reboot.

But I don't know how to fix it