ev3dev / rpi-tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Raspberry Pi Tools

This is a fork the "official" Raspberry Pi tools (for building kernel images) from the Raspberry Pi foundation. This fork adds Debian packaging to make it easier to install.

You can get the packages by adding the ev3dev.org Ubuntu package repository to your /etc/apt/sources.list file...

sudo apt-add-repository "deb http://archive.ev3dev.org/ubuntu trusty main"

You also need to install the public key with...

sudo apt-key adv --keyserver pgp.mit.edu --recv-keys 2B210565

And don't for get to update...

sudo apt-get update

Install the Raspbian (armv6) cross-build toolchain (amd64 only) with...

sudo apt-get install gcc-arm-rpi-4.9.3-linux-gnueabihf

The toolchain installs to /usr/lib/x86_64-linux-gnu/gcc-arm-rpi-4.9.3-linux-gnueabihf. It is not included in your PATH by default since it conflicts with Debian/Ubuntu armhf (armv7) toolchains.

About


Languages

Language:C++ 34.6%Language:C 33.6%Language:HTML 25.0%Language:Groff 4.3%Language:Objective-C 1.1%Language:Logos 0.5%Language:Python 0.5%Language:Shell 0.2%Language:XC 0.1%Language:XS 0.1%Language:Perl 0.0%Language:Fortran 0.0%Language:Makefile 0.0%