MediaTek LinkIt™ Smart 7688 Developer's Guide
© 2015, 2016 MediaTek Inc.
Page 55
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.
Figure 36 File transfer confirmation
Check the LinkIt Smart 7688 system console, the helloworld.py file should be there.
Alternatively you can use command line interface, by typing the following command in the
Windows command line console:
winscp.com –hostkey=”*” scp://root@myLinkt.
local
helloworld.py
Note that by default it requires user to explicitly designate the host key of remote server, so we
need to explicitly allow unknown host key by adding the
-hostkey=”*”
parameter.
4.7.2.
Using SCP to copy files in OS X
In OS X, SCP command line tool should be already installed and ready to use. If it is not installed,
you can use package managers such as
to install it. To use SCP, open the
Terminal and issue following command:
[email protected]:/example/helloworld
In the above example, a file named
helloworld
from the current directory is copied to the path
/example/helloworld
in LinkIt Smart 7688. The SCP tool will instruct you to enter the password
of root account, which is setup in section 3.4.1, “Accessing Web based configuration tools”.
4.7.3.
Using SCP to copy files in Linux
In most Linux distributions, SCP command line tool should be already installed. If it is not
installed, you can use package managers such as
apt
to install it. To use SCP, open the Terminal
and issue following command:
[email protected]:/example/helloworld
In the above example, a file named
helloworld
from the current directory is copied to the path
/example/helloworld
in LinkIt Smart 7688. The SCP tool will instruct you to input the password
of root account, which is setup in section 3.4.1, “Accessing Web based configuration tools”.