MEDIATEK LinkIt Smart 7688 Developer's Manual page 55

Hide thumbs Also See for LinkIt Smart 7688:
Table of Contents

Advertisement

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="*"
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
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
Terminal and issue following command:
scp ./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:
scp ./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".
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.
MediaTek LinkIt™ Smart 7688 Developer's Guide
Figure 36 File transfer confirmation
scp://root@myLinkt.local
MacPorts
root@mylinkit.local:/example/helloworld
root@mylinkit.local:/example/helloworld
© 2015, 2016 MediaTek Inc.
helloworld.py
-hostkey="*"
or
Homebrew
to install it. To use SCP, open the
parameter.
Page 55

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents