Giter VIP home page Giter VIP logo

ev3-source's Introduction

Build scripts for the EV3 Source image

This repository contains scripts used to build a customised EV3 image containing Sling and Sinter.

If you want to know exactly how the build process works, read the GitHub workflow.

In a nutshell:

To run this locally:

  • You must be on Linux.
  • You need a static build of QEMU configured for user-mode ARM emulation. It must be registered to handle ARM ELF files using binfmt_misc.
  • You need libguestfs tools.
  • To satisfy the above dependencies:
    • On Ubuntu, install libguestfs-tools qemu-user-static binfmt-support.
    • On Arch, install binfmt-qemu-static qemu-user-static-bin libguestfs. (Note, the first two are AUR packages.)
  • Download brickstrap.sh to the current directory.

TLDR

To build the image from the source code, make sure you are the the root of the repository, then run the following commands in order:

wget https://raw.githubusercontent.com/ev3dev/brickstrap/master/src/brickstrap.sh
./build_control_panel.sh
./build_sling.sh
./build_qrcode.sh
./build_uuidtob62.sh
./build_image.sh

ev3-source's People

Contributors

angelsl avatar dependabot[bot] avatar richdom2185 avatar

Watchers

 avatar  avatar  avatar

ev3-source's Issues

ev3_runForTime should round its argument

I think it would be best to consistently round the speed argument, to avoid errors such as:

There was an error while writing to the property file "/sys/class/tacho-motor/motor0/speed_sp".
Inner error:
  Error: EINVAL, invalid argument
robot@ev3dev:~$ source3 myprogram.js

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.