@salass00
Quote:
salass00 wrote:
@Paul
I have my A1 set up so that it always gets the current time from the internet on bootup. I can't check how I did it now though because I'm on the SAM440EP at the moment.
I did something similar :
create a script called savedate which contains the following lines :
c:date SERVER=ntp.imag.fr
c:wait 3
c:setclock SAVE
make sure the S bit is activated
then using FKEY, assigned a key (F10 here) to this command et voil? !
you just need to change to a more closer ntp date server !
or you put it in your user-startup but the "wait" command will stop the whole boot process until it finishes.
dont forget to adjust your daylight saving time too !