Coder Social home page Coder Social logo

bobdeng1974 / mangoh Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mangoh/mangoh

0.0 0.0 0.0 2.58 MB

Primary mangOH git repository

Home Page: http://mangoh.io

License: Mozilla Public License 2.0

Makefile 0.48% C 97.46% Shell 0.55% C++ 1.30% Perl 0.08% Awk 0.07% Python 0.06%

mangoh's Introduction

MangOH

Base project containing apps and drivers for the mangOH hardware

Setup

  1. Download and install the appropriate toolchain for your WP module from source.sierrawireless.com
    1. Click AirPrime > WP Series > Your WP module > Firmware
    2. Scroll to near the bottom of the page and follow the Release X Components link
    3. Download the 64-bit ToolChain
    4. Run chmod a+x toolchain.sh on the toolchain file (name will vary depending on module)
    5. Run the toolchain installer: ./toolchain.sh and install to /opt/swi/y22-ext_SWI9X07Y_02.14.04.00. Alter the previous path so that it is consistent with the yocto version and Legato Linux distribution version.
    6. Run ln -sf /opt/swi/y22-ext_SWI9X07Y_02.14.04.00 /opt/swi/y22-ext-wp76xx, again modifying this command slightly to match the toolchain/module.
  2. Yocto 1.7 based systems have a problem with their toolchain where some scripts required for building kernel modules aren't built. This currently affects the WP85 and WP75 release 15. To correct this issue, do the following.
    1. export PATH=$PATH:/opt/swi/y17-ext-wpXXXX/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi (Note that the y17-ext-wpXXXX will be something like y17-ext-wp750x depending on the module.)
    2. cd /opt/swi/y17-ext-wpXXXX/sysroots/armv7a-vfp-neon-poky-linux-gnueabi/usr/src/kernel
    3. sudo chown -R $USER .
    4. ARCH=arm CROSS_COMPILE=arm-poky-linux-gnueabi- make scripts
    5. sudo chown -R root .
  3. Get the Legato source code as described by the Legato README
  4. Define an environment variable describing the location of the legato framework: export LEGATO_ROOT=~/legato_workspace/legato
  5. cd to the home directory and clone the mangOH source code by running git clone --recursive git://github.com/mangOH/mangOH
  6. Build mangOH for your board/module combination by doing using a command like make red_wp76xx in the mangOH folder. Possible boards are red and green and possible modules are wp85, wp750x, wp76xx and wp77xx. Note that this will build the necessary parts of the Legato framework from $LEGATO_ROOT as well.
  7. Run $LEGATO_ROOT/bin/update build/update_files/red/mangoh.wp76xx.update 192.168.2.2 to program the update file to the mangOH board connected via a USB cable to the CF3 USB port. Note that the previous command will need to be changed slightly depending on which board and module is in use. Also note that it may be convenient to put $LEGATO_ROOT/bin into your $PATH variable for easier access to the update command.

mangoh's People

Contributors

dpfrey avatar dclark75 avatar ashsyal avatar zchowdhury avatar bcmitchells avatar essembeh avatar jvermillard 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.