How to Update Date and Time of Raspberry Pi With out Internet -
i have connect raspberry pi lan there no internet available there method update raspberry pi date time using pc (windows 7) in lan. want computer date , time raspberry pi when booting.
thanks.
remember raspberry pi not have real time clock. connected internet have set time every time power on or restart.
this how works:
sudo raspi-config- internationalization options
- change time zone
- select geographical area
- select city or region
- reboot pi
next thing can set time using command
sudo date -s "mon aug 12 20:14:11 utc 2014" more data , time
man date when pi connected computer should have manually set data , time
Comments
Post a Comment