User manual

MediaTek LinkIt™ Smart 7688 Developer's Guide
© 2015, 2016 MediaTek Inc.
Page 91
This document contains information that is proprietary to MediaTek Inc.
Unauthorized reproduction or disclosure of this information in whole or in part is strictly prohibited.
03:42:06
The output time stamp should be the same as the Linux system time stamp.
You can also try other examples of the Bridge library. Note that some scripts and services may act
differently on the default system image, so you may need to modify the sketch files accordingly.
Please also note that while the system is configured to work with the Bridge library, the
/dev/ttyS0 becomes occupied by the Bridge library and it is not advised to try accessing it when
in use. For example, Firmata wont work when the system is configured to support Bridge library.
To stop the system from launching Bridge related services and occupying /dev/ttyS0, use
following commands in system console and reboot the system:
uci set yunbridge.config.disabled=’1’
uci commit
reboot