Giter Club home page Giter Club logo

mastering-embeded-linux-programming's Introduction

mastering-embeded-linux-programming

This is a complete guide to bring a embedded board using qemu steps by steps. Start from building a cross-compiler, u-boot, linux and root filesystem.

For more details, the guide steps can be looked at the book: mastering embedded linux programming.

Build with docker

If your PC is running unbuntu with different version of 20.04 as this guide. To avoid errors(mismatch linux version, can not install requirement packages, etc) when building, there is a simple docker in this guide that can be used.

  • Build docker:
    cd DockerBuild
    docker build -t build_machine_crosstoolng .
    
  • Run docker in attach mode:
    docker run -t -d --name crosstoolNg build_machine_crosstoolng
    
  • Enter the container in interact mode
    docker exec -it crosstoolNg bash
    
    Output:
    dummier@63e01c29ddaa:~$
    dummier@63e01c29ddaa:~$
    

Then you will be in the terminal, from there you can start to build with the command line followed this guide.

mastering-embeded-linux-programming's People

Contributors

dchithinh avatar tma-dchithinh avatar

Stargazers

 avatar  avatar  avatar

Forkers

shamexln

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.