- Connect to the vehicle using:
mavproxy.py --master=127.0.0.1:14550 - Load the module
module load system_time - Set the parameter
param set BRD_RTC_TYPES=1(1st bit is enough). - After loading the module MAVProxy automatically sends
SYSTEM_TIMEmessages to autopilot. - By default, MAVProxy sends messages every 10s and can be changed using:
system_time set interval_timesync XwhereXis interval in seconds to sendTIMESYNCmessage.system_time set interval XwhereXis interval in seconds to sendSYSTEM_TIMEmessage.
system_time set verbose trueto show messages on air.system_time set verbose falseto hide messages on air.