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
- May 2023
- SOCKS Proxy SSH Tunnels on OpenWRT
- Howto - Factory Reset iLO 4 on HP Microserver Gen8
- Howto: secure your DNS with a Raspberry Pi, Unbound and Cloudflare 1.1.1.1
- Fixing flow on Aqualisa Midas Plus shower mixer
- Getting more from a British Gas UP2 Timer
- Making an image file from an SD card on Windows
- Leaving the Institution
- "I'm not technical"
- Pathological culture
-
Recent Posts
Recent Comments
afshin on SOCKS Proxy SSH Tunnels on… andyjpb on Milo cancer diary part 3… J on Milo cancer diary part 2… ChrisB on Reversion marketing milam8m on Milo cancer diary part 1… Pinboard.in bookmarks
- SiFive Gives its WorldGuard Security Model to the RISC-V Community
- Shorebird
- Not for the first time, Sunak has been hung out to dry by Johnson
- As Brexit fails, attention turns to Labour
- How Boris Johnson sold out Britain’s farmers over dinner with the Australian PM
- Linux Foundation and friends back RISC-V software ecosystem
- Modular conversion, encoding and encryption online - cryptii
- Box64 and RISC-V
- Trust and Trustability. How Promise Theory tells us trust is.
- The desperate, deranged Tories risk destroying themselves over Johnson
Twitter Updates
Tweets by cpswanBlogroll
- 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.