> -----Original Message----- > From: linux-mips-bounce@xxxxxxxxxxxxxx > [mailto:linux-mips-bounce@xxxxxxxxxxxxxx] On Behalf Of Attila Kinali > Sent: Wednesday, March 28, 2007 7:22 AM > To: Markus Gothe > Cc: linux-mips@xxxxxxxxxxxxxx > Subject: Re: Power loss and system time when not having a > battery backed RTC > I already thought about storing the last known time somewhere > in the flash. But unfortunately the device can be unplugged > suddenly w/o correct shutdown (actualy this is the normal case). > The only way around this i could came up with was to > periodically store the current time. But this is then a trade > off between jump back period length and how long the flash > will last the continous writes, with no sweet spot that looks good. > You could also modify your startup script check the date and if it is 1970 you could set the date to sometime in 2007 (or whatever date your product will finally ship). Sure the date will still be wrong but not as wrong. :) Cheers, don