linkit-smart-feed
This feeds holds the SDK wifi driver and the config/meta package for the LinkIt Smart 7688 (Duo)
Build the firmware from sources
This section describes how to build the firmware for LinkIt Smart 7688 and LinkIt Smart 7688 Duo from source codes.
Host environment
The following operations are performed under a Ubuntu LTS 14.04.3 environment. For a Windows or a Mac OS X host computer, you can install a VM for having the same environment:
- Download Ubuntu 14.04.3 LTS image from http://www.ubuntu.com
- Install this image with VirtualBox (http://virtualbox.org) on the host machine. 50GB disk space reserved for the VM is recommanded
Steps
In the Ubuntu system, open the Terminal application and type the following commands:
Install prerequisite packages for building the firmware:
1
$ sudo apt-get install git g++ make libncurses5-dev subversion libssl-dev gawk libxml-parser-perl unzip wget python xz-utils
Download OpenWrt CC source codes:
1
$ git clone git://git.openwrt.org/15.05/openwrt.git
Prepare the default configuration file for feeds:
1
2$ cd openwrt
$ cp feeds.conf.default feeds.confAdd the LinkIt Smart 7688 feed:
1
$ echo src-git linkit https://github.com/MediaTek-Labs/linkit-smart-7688-feed.git >> feeds.conf
Update the feed information of all available packages for building the firmware:
1
$ ./scripts/feeds update
Install all packages:
1
$ ./scripts/feeds install -a
Prepare the kernel configuration to inform OpenWrt that we want to build an firmware for LinkIt Smart 7688:
1
$ make menuconfig
** Select the options as below: **
- Target System: `Ralink RT288x/RT3xxx` - Subtarget: `MT7688 based boards` - Target Profile: `LinkIt7688`
Save and exit (use the deafult config file name without changing it)
Start the compilation process:
1
$ make V=99
After the build process completes, the resulted firmware file will be under
bin/ramips/openwrt-ramips-mt7688-LinkIt7688-squashfs-sysupgrade.bin
. Depending on the H/W resources of the host environment, the build process may take more than 2 hours.
联发科Linkit 7688
http://blog.csdn.net/c80486/article/details/51367970
LinkIt™ Smart 7688 Duo物联网平台简介
https://segmentfault.com/a/1190000007847436