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