OpenELEC dev builds for Raspberry Pi 2
11Feb15
I’ve modified my automated build system for OpenELEC so that it now creates RPi2 builds in addition to regular old RPi builds – https://resources.pichimney.com/OpenELEC/dev_builds/?C=M;O=D
Filed under: Raspberry Pi | 11 Comments
Tags: openelec, Raspberry Pi, RPi
11 Responses to “OpenELEC dev builds for Raspberry Pi 2”
Leave a Reply Cancel reply
This site uses Akismet to reduce spam. Learn how your comment data is processed.
Subscribe
Search
Raspberry Pi Downloads
Top Posts
- Getting more from a British Gas UP2 Timer
- Podcasts
- About
- Howto: secure your DNS with a Raspberry Pi, Unbound and Cloudflare 1.1.1.1
- Howto - Factory Reset iLO 4 on HP Microserver Gen8
- Making an image file from an SD card on Windows
- Comparing Google and Amazon Pro Architect Certifications
- Dart
- OpenWRT on TP-Link TL-WR2543ND
- Buying Kitchen Appliances from Wren Living
-
Recent Posts
Recent Comments
Chris Swan on USB C Charger Reviews Jeremy on USB C Charger Reviews Advent of Code 2022:… on Learning (better) Dart with Ad… Halfdan Knudsen on Howto: secure your DNS with a… Halfdan Knudsen on Howto: secure your DNS with a… Pinboard.in bookmarks
- Ukraine Hit with New Golang-based 'SwiftSlicer' Wiper Malware in Latest Cyber Attack
- Untying Brexit's toxic knots
- The stench coming from this government? It’s the corrupt mixture of private wealth and public squalor
- Why is British politics a raging bin-fire?
- Sarah Clarke dissects the political zeitgeist
- harbaum/galagino: A galaga arcade emulator for the ESP32
- Rust's Ugly Syntax
- Git rebase, squash...oh my!
- A Watermark for Large Language Models
- Mjolnir
Twitter Updates
- RT @HarryStebbings: I have invested in 170 companies. The ones that win, have the fastest feedback loops. They try lots, they fail fast,… 10 hours ago
- @AdrianAlvarezGa Ok. Then that’s probably through X then, which is what I expected from you showing console text on… twitter.com/i/web/status/1… 10 hours ago
- RT @DanNeidle: I'm going to leave the politics to others. The tax part of the Zahawi story, and therefore my role, feels over. But I wanted… 11 hours ago
- RT @DanNeidle: That hides the unpleasant truth that the basic SLAPP strategy remains sound. In reality, when Goliath picks on David, Goliat… 11 hours ago
- RT @NHSMillion: We’re trying to get as many followers as Rishi Sunak so we can show the government just how many people are prepared to fig… 11 hours ago
Blogroll
- 451 CAOS Theory
- Adam Bosworth’s Weblog
- Andrew McAfee
- Behavioural Investing
- CapitalSCF
- Carpe Visum
- causticTech
- Charles Stross
- confused of calcutta
- Cory Doctorow
- Craig Murray
- Dan Creswell’s Weblog
- Dark Reading
- Dilbert Blog
- DJW
- Doc Searls
- Don Box’s Spoutlet
- Dopplr
- Eben Moglen
- Enhyper
- Financial Cryptography
- Fred Destin
- Freedom to Tinker
- Graham Glass, etc.
- Greg Matter
- Hugh Grant
- Internet Alchemy
- Invisible Things
- James Strachan’s Weblog
- John Merrells
- Jon Udel
- Justice League
- Kim Cameron
- Lambda the Ultimate – Programming Languages Weblog
- Light Blue Touchpaper
- Loosely Coupled weblog
- Luke Hutteman’s Weblog
- Marc Andreeson
- Nick Selby
- ongoing
- Otaku, Cedric’s weblog
- Park Paradigm
- Paul Graham
- Phil Becker
- Pi4Tech
- PJKtech
- Radovan Janecek: Nothing Impersonal
- rants
- Richard Monson-Haefel
- SAAS
- Schneier on Security
- Service Oriented Enterprise
- Simon Phipps’s Blog
- techno.blog(“Dion”)
- The BileBlog
- THE GRID BLOG
- Tim Oren’s Due Diligence
- timbl’s blog
- virtualization.info
- WebMink
- WebServices.org
- XKCD
Categories
Hi, I have to build OpenElec with patches voor EGalax touchscreen, can you explain more how i can build OpeElec for a PI 2?
All that’s needed is to specify RPi2 in the build line:
PROJECT=RPi2 ARCH=arm make release
Ahhh, I’m missing some basic knowledge about building? Many thanks! I’m now able to build!
Hi, im trying to compile an image for the rasp pi 2.
PROJECT=RPi2 ARCH=arm make image
right?
ok, i need to add some wifi drivers, link.
http://openelec.tv/forum/124-raspberry-pi/74480-problem-using-wifi-adapter
how can i add the drivers? i found some patches, but i dont know im doing.
I normally do
PROJECT=RPi2 ARCH=arm make release
, but what you have looks fine if it’s an image you’re after.Adding additional drivers depends a lot on whether the drivers are mainstream, in which case you can just enable them in the kernel config file. If they’re not mainstream then you need to bring along the driver code itself. The example patch in the forum link is pretty good, so you need something like that – either manually add/edit the relevant files, or git cherry pick an existing patch.
Hi Chris can you make a new update tar for the pi2/3? inc. the new firmware and kernel? The pi3 is getting way to hot now… Popcornmix just updated it on git… and i think Jarvis 16,1 is out…Grz Scotty
r22390 is now available
How are bug reports submitted when using your dev build? c3757f9 performs extremely well on pi 3 but has some quirks.
It’s not my dev build – it’s just my robot building what the excellent folk who contribute to OpenELEC.tv put out. Take a look at their GitHub issues if you need to report a problem (though it’s always worth taking a look at the commit logs to see how something might have been introduced, and existing issues in case somebody else is already on it).
Hi im not really familiar with linux i have downloaded the tar file but after i execute in terminal “PROJECT=RPi2 ARCH=arm make” it give me an error
My build bot has already done the make for you, and the tar file is the result of that, but the tar file is only useful as an upgrade if you already have a working SD card (made from an image file).
If you want to build yourself then take a look at the compile from source docs.
If you just want to use OpenELEC then I’d suggest using stable builds rather than dev builds.