I'm use command "hwclock" but not work. No error but not remember. sorry for my language.
mini2440 FrendlyARM can't set hardware clock.
See this: http://www.hypexr.org/linux_date_time_help.php Try "hwclock --systohc"
Hi, Itz not working for me as well # date "073123161992" Fri Jul 31 23:16:00 UTC 1992 now I want to set it HC # hwclock --systohc RTC_SET_TIME: Invalid argument ioctl() to /dev/rtc0 to set the time failed. I'm using Linux-2.6.34.1 version can anybody find out whatz the probelm is about Thanks, sri,
I use ntpd and have also used ntpdate, I think they are better than manually setting the time (but you need internet connection).
From the S3C2440 datasheet, paragraph 17 (Real Time Clock), the year is represented by one BCD byte. Values range from 00 to 99. May be linux assumes that the minimum year is 2000 ? You may want to try setting a date after 01/01/2000.