Giter Site home page Giter Site logo

meta-intechos-udooqdl's Introduction

HOW TO FLASH

Your machine should be a UDOO DUAL/QUAD

Dependencies

Yocto has some dependencies, refer to that page to install them :

http://www.yoctoproject.org/docs/2.1/mega-manual/mega-manual.html#packages

Creating your workdir

First of all, you should select a folder where you'll do everything, where you must have, at least, 2GB of free disk space to compile. Make sure you have an SSH key correctly entered in your github account, or you won't be able to clone that repo.

Then execute those lines in the folder you've chosen :

git clone git://git.yoctoproject.org/poky -b pyro
cd poky
git clone git://git.openembedded.org/meta-openembedded -b pyro
git clone https://github.com/meta-qt5/meta-qt5.git -b pyro
git clone git://git.yoctoproject.org/meta-java
git clone https://github.com/graugans/meta-udoo.git -b pyro
git clone https://github.com/Freescale/meta-freescale.git -b pyro
git clone git://git.openembedded.org/openembedded-core -b pyro
git clone https://github.com/Freescale/meta-freescale-distro.git -b pyro
git clone https://github.com/discord-intech/meta-intechos-udooqdl.git

This will simply clone all the files you need to perform the compilation. If the last one failed, just change the address with the HTTPS one you can find on our main page.

Preparing to compile

Make sure you are inside the poky folder, then execute this :

source oe-init-build-env

It will configure your environment for bitbake, create a build folder with default parameters and cd in it.

Now you need to replace bblayers.conf and local.conf inside the conf folder (poky/build(you should be here)/conf/) with the ones available in meta-intech-cosmo, you can do that with those lines (make sure you are in the build folder !) :

cp ../meta-intechos-udooqdl/build_conf/bblayers.conf conf/
cp ../meta-intechos-udooqdl/build_conf/local.conf conf/

Compiling !

While inside the build dir, execute this command :

bitbake intechos

If you want the "dev" version with multiple dev tools like OpenJDK, GCC5 and Cmake, execute this one instead :

bitbake intechos-dev

This "dev" image is a bigger than the classic one, due to these dev tools.

This will launch the compilation, it can be quite long for the first time. (~2H on an AMD eight-core)

If everything went fine, it should end with :

NOTE: Tasks Summary: Attempted XXXX tasks of which YYYY didn't need to be rerun and all succeeded.

If it failed, please recheck all the steps and contact us if you can't find the cause.

Flashing !

WIP

meta-intechos-udooqdl's People

Contributors

juliandesvignes avatar xarboule 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.