Giter Club home page Giter Club logo

buildsystem's Introduction

buildsystem

Build system for Audioniek's Development Toolchain

Instructions

  1. If your Linux installation does not support git, either install it, or download the file prepare-for-bs.sh, make it executable and execute it with superuser rights.

  2. Create a directory in which you want to have your build environment. From here on this directory will be referred to as X.

  3. In directory X, open a terminal.

  4. Execute: "git clone https://github.com/Audioniek/buildsystem ." Note the period at the end.

  5. The remaining repositories that are needed will be cloned automatically during the first build (see point 8).

  6. If not done previously, execute sudo ./prepare-for-bs.sh. This will install the missing packages, depending on your Linux distribution.

  7. Download and extract a ready built image for the receiver you want to build for and extract the files audio.elf and video.elf from its /boot directory. Copy the files to the directory X/root/boot using the following names (so 4 copies each): audio.elf to audio_7100.elf, audio_7105.elf, audio_7109.elf and audio_7111.elf, video.elf to video_7100.elf, video_7105.elf, video_7109.elf and video_7111.elf.

  8. Change to the directory X, execute ./make.sh and follow the on screen instructions to start the build process. The first build can take up to a few hours depending on your computer and internet speeds. Subsequent builds for the same target will be much quicker.

  9. After the build is complete change to the directory X/flash and execute "fakeroot ./flash.sh" to create the image to run on your receiver. When the script completes and there were no errors, the file(s) required will be in the directory X/flash/out. Follow the instructions shown in green to move the image to the receiver and run it.

To update your build environment, execute "make update" in directory X. To update one repository, go to the corresponding directory X/apps, X/driver, X/flash or X itself and execute a "git pull".

buildsystem's People

Contributors

audioniek avatar greder avatar hdmu avatar j00zek avatar linuxstv avatar maxwiesel avatar morly avatar tangocash avatar tuxdell avatar

Watchers

 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.