MediaTek LinkIt™ Connect 7681 Developer's Guide
© 2015, 2016 MediaTek Inc.
Page 17 of 65
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.
Enter
make clean; make
and press return to compile station mode firmware, as shown below.
~
$ cd /cygdrive/C/LinkIt_Connect_7681_SDK/Src
/cygdrive/C/LinkIt_Connect_7681_SDK/Src
$ make clean;make
...
...
merge flash bin file:MT7681_all.bin ok,size is 465212 bytes
out/sta/MT7681_sta.bin 4 out/sta/MT7681_sta_header.bin
$
For more details on the commands available for
make
, see section 3.1, “make”.
2.4.2.2.
Source Code compilation on Linux
To compile the source code on Ubuntu Linux, open Terminal and switch to the
/Project/Src
folder in which
iot_custom.c
is stored. Enter
make clean; make
and press enter to compile
station mode firmware as shown in Figure 16.
Figure 16 Compiling the MT7681 firmware on Linux
For more details on the commands available for
make
see section 3.1, “make”.
2.4.3.
Uploading the compiled binary to LinkIt Connect 7681 development
board
This section describes how to upload the compiled firmware to the LinkIt Connect 7681
development board.