Code Monkey home page Code Monkey logo

linkit-smart-7688-feed's Introduction

linkit-smart-feed

This feeds holds everything a firmware of LinkIt Smart 7688 (Duo) needs to be composed of.

Host environment

The following operations have been tested on Ubuntu 16.04.2 LTS. For a Windows or a Mac OS X host computer, you can install a VM for having the same environment by:

Procedures

In Ubuntu system, open Terminal and execute the following commands:

  1. Install prerequisite packages for building the firmware:

    sudo apt-get install git g++ make libncurses5-dev subversion libssl-dev \
        gawk libxml-parser-perl unzip wget python xz-utils
  2. Get LEDE source code and this feed:

    cd /to/path/you/preferred
    git clone https://git.lede-project.org/source.git -b lede-17.01 linkit-smart-7688-lede
    git clone https://github.com/changyuheng/linkit-smart-7688-feed.git
  3. Prepare the configuration file for feeds:

    cd linkit-smart-7688-lede
    cp ../linkit-smart-7688-feed/.lede/feeds.conf .
  4. Update and install all feeds:

    ./scripts/feeds update -a
    ./scripts/feeds install -a
  5. Prepare the configuration file for building system:

    cp ../linkit-smart-7688-feed/.lede/.config .
  6. Start the compilation process:

    make -j4 V=99

    Release N in -jN with the number of your CPU thread count. Depending on the H/W resources of the host environment, the build process may take more than 2 hours.

  7. After the build process completes, the resulted firmware file will be saved at bin/targets/ramips/mt7688/lede-ramips-mt7688-LinkIt7688-squashfs-sysupgrade.bin.

  8. You can use this file to do the firmware upgrade through the Web UI. Or rename it to lks7688.img for upgrading through a USB drive.

Screenshots

linkit-smart-7688-feed's People

Contributors

blogic avatar mrjohannchang avatar pablosun avatar appleboy avatar cfsghost avatar iamblue avatar shihhsuan avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.