root@beaglebone:/etc# uname -a
Linux beaglebone 4.14.71-ti-r78 #1 SMP PREEMPT Tue Sep 25 21:14:59 UTC 2018 armv7l GNU/Linux
root@beaglebone:/etc# cat /etc/issue
Debian GNU/Linux 9 \n \l
BeagleBoard.org Debian Image 2018-08-30
Support/FAQ: http://elinux.org/Beagleboard:BeagleBoneBlack_Debian
default username:password is [debian:temppwd]
now if I run a command it says that date is changed:
root@beaglebone:/etc# date --set "2018/10/2 18:20:10"
Tue Oct 2 18:20:10 UTC 2018
but if if run date command again, it still shows original time
root@beaglebone:/etc# date
Tue Oct 9 12:42:13 UTC 2018
is there any other process for setting up time date on beaglebone?
cd /etc/sudo rm localtimesudo ln -s /usr/share/zoneinfo/America/Chicago /etc/localtimels -al|grep localtimesudo -kS date --set year-MM-DD
sudo -kS date --set HH:MM:SS
sudo timedatectl set-ntp off
sudo systemctl stop ntp.service
Bill