Personal tools

How to set up time zone in Yocto-PN8M-090T

From ICOP tech wiki

Jump to: navigation, search

How to set up time zone in Yocto?

Boot up EBOX-IMX8MM unit and enter Yocto desktop, click upper-left icon to use weston-terminal.

HOW TO SET UP TIME ZONE-1.png


Input below command to get code list of default time zone in Yocto.

ls /usr/share/zoneinfo

HOW TO SET UP TIME ZONE-2.png


User can search further time zone from sub folder such as Asia, example as below:

ls /usr/share/zoneinfo/Asia

HOW TO SET UP TIME ZONE-3.png


To change the time zone, execute command:

timedatectl set-timezone XXX

Note: XXX can be the code in sub folder or main folder, for example:

timedatectl set-timezone Asia/Tokyo

HOW TO SET UP TIME ZONE-4.png

Or

timedatectl set-timezone ROC (ROC stand for Republic of China, ie: Taiwan)

HOW TO SET UP TIME ZONE-5.png

*Input code with identical upper or lower case letters is necessary in Yocto command.


After time zone changed, Yocto will change system time automatically.