GithubHelp home page GithubHelp logo

galileo-runtime's Introduction

1. Prepare a build machine (Part 2 of Build and Software User Guide)
    http://downloadmirror.intel.com/23962/eng/Quark_BSP_BuildandSWUserGuide_329687_007.pdf

    Note: Be sure to install IASL 5.0A or higher to build EDKII


2. Download Galileo Runtime 1.0.4 and unarchive (Part 3 of the User Guide)
    https://github.com/01org/Galileo-Runtime/archive/1.0.4.tar.gz
    tar -xf Galileo-Runtime-1.0.4.tar.gz
    cd Galileo-Runtime-1.0.4

3. Unarchive the patches
    tar -xf patches_v1.0.5.tar.gz


4. Build Linux kernel (Part 6 of the User Guide)

4.1. Unarchive meta-clanton package
    tar -xf meta-clanton_v*.tar.gz

4.2. Patch the meta-clanton package (Part 6.1 of the User Guide)
    ./patches_v*/patch.meta-clanton.sh

4.2. Build a small Linux for SPI Flash
    cd meta-clanton_v1.0.5
    source poky/oe-init-build-env yocto_build
    bitbake image-spi-galileo


5. Build EDKII (Part 4 of the User Guide)

5.1. Unarchive Quark_EDKII package (Part 4.2 of the User Guide)
    tar -xf Quark_EDKII_v1.0.2.tar.gz

5.2. Patch the Quark_EDKII package
    ./patches_v1.0.5/patch.Quark_EDKII.sh

5.3. Prepare the build environment (Part 4.2.1 of the User Guide)
    cd Quark_EDKII_v1.0.2
    ./svn_setup.py
    svn update

5.4. Build EDKII (Part 4.4 of the User Guide)
    export GCCVERSION=$(gcc -dumpversion | cut -c 3)
    ./quarkbuild.sh -r32 GCC4${GCCVERSION} QuarkPlatform

5.5. Create a symlink for SPI Flash Tools
    export GCCVERSION=$(gcc -dumpversion | cut -c 3)
    ln -s RELEASE_GCC4${GCCVERSION} Build/QuarkPlatform/RELEASE_GCC


6. Create a flash Image (SPI) (Part 8 of the User Guide)

6.1. Unarchive sysimage package
    tar -xf sysimage_v1.0.1.tar.gz

6.2. Patch the sysimage package
    ./patches_v1.0.5/patch.sysimage.sh

6.3. Build SPI
    tar -xf spi-flash-tools_v1.0.1.tar.gz
    ./sysimage_v1.0.1/create_symlinks.sh
    cd sysimage/sysimage.CP-8M-release
    ../../spi-flash-tools/Makefile

6.4. Congratulations!
    Flash-missingPDAT.cap is the firmware that you can flash onto Galileo.

galileo-runtime's People

Contributors

calvinatintel avatar kmsywula avatar

Watchers

 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.