[ANN] OpenELEC.tv - very small and fast booting Embedded Linux Distribution with XBMC

  Thread Rating:
  • 8 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
sraue Offline
Team-XBMC Developer
Posts: 796
Joined: Oct 2009
Reputation: 14
Location: Switzerland, Solothurn
Big Grin    Post: #21
davilla Wrote:see http://code.google.com/p/atv-bootloader/

a few tips, disk format needs to be gpt, use the modified parted (never gparted). You must have a proper modified "recovery" partition setup or it will not boot. AppleTV uses pure efi and efi firmware will only load apple's boot.efi so no refit or other efi replacements.

thank you for this info :-). now i am trying to include eglibc. only for the ION/AppleTV/NVidia guys... i dont like binary drivers.... but i am doing this for you all Nod. else no one will help me No but with this i need later help from people with an AppleTV

greetings, Stephan

[Image: userbar-openelec-001.gif]
[Image: project_thin_badge.gif]
find quote
theuni Offline
Team-XBMC Communication Manager
Posts: 1,091
Joined: Oct 2007
Reputation: 2
Location: Atlanta, Ga, USA
Post: #22
openelec.tv Wrote:thank you for this info :-). now i am trying to include eglibc. only for the ION/AppleTV/NVidia guys... i dont like binary drivers.... but i am doing this for you all Nod. else no one will help me No but with this i need later help from people with an AppleTV

I think if you stick with this you'll find that a few devs will be willing to help out. It's just that the timing is bad as there is lots going on at the moment.

TheUni
find quote
sraue Offline
Team-XBMC Developer
Posts: 796
Joined: Oct 2009
Reputation: 14
Location: Switzerland, Solothurn
Post: #23
theuni Wrote:I think if you stick with this you'll find that a few devs will be willing to help out. It's just that the timing is bad as there is lots going on at the moment.

TheUni

its not bad :-) I see this positive Wink

greetings, Stephan

[Image: userbar-openelec-001.gif]
[Image: project_thin_badge.gif]
find quote
Swifty Offline
Fan
Posts: 482
Joined: Nov 2008
Reputation: 1
Post: #24
Can't provide any dev help I'm afraid (bit beyond my current abilities) but just wanted to say don't give up on this!

It looks really promising and as TheUni has pointed out, I'm sure once work on Camelot has settled down some of the excellent folks on these forums would be willing to lend you a hand.

Really impressed with your work so far, the boot time in that video looks amazing - would be the holy grail for some people if Live was using something like this!
(This post was last modified: 2009-11-25 18:20 by Swifty.)
find quote
davilla Offline
Team-XBMC Developer
Posts: 10,402
Joined: Feb 2008
Reputation: 58
Post: #25
with a tuned boot sequence, we should be able to get the AppleTV booting in less than 15 seconds.


MediaInfo : http://mediainfo.sourceforge.net/
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
find quote
sraue Offline
Team-XBMC Developer
Posts: 796
Joined: Oct 2009
Reputation: 14
Location: Switzerland, Solothurn
Rainbow    Post: #26
only for information, i am working on integrating eglibc, so its may possible to integrate vdpau, nvidia drivers and ION/AppleTV support Cool

greetings, Stephan

[Image: userbar-openelec-001.gif]
[Image: project_thin_badge.gif]
find quote
sraue Offline
Team-XBMC Developer
Posts: 796
Joined: Oct 2009
Reputation: 14
Location: Switzerland, Solothurn
Post: #27
message moved to http://forum.xbmc.org/showthread.php?p=4...post449334

greetings, Stephan

[Image: userbar-openelec-001.gif]
[Image: project_thin_badge.gif]
(This post was last modified: 2009-12-01 15:06 by sraue.)
find quote
estyx Offline
Junior Member
Posts: 18
Joined: Jun 2009
Reputation: 0
Post: #28
Okay now I have been playing around with the distro a bit to work out the building system (and making a small change (-D_FILE_OFFSET_BITS=32) to some of the build-files to make the crosscompiling work on my 64bit Ubuntu) and got the kernel + image compiled. The only problem I have now is booting it..

As I can tell it loads the kernel just fine but it seems it has problems with mounting some fs?

"Error Code: INIT_4 that means: Could not mount fastboot"

Tried with both extracting the FS to a partition and booting it, and booting it using initrd.. A bit stuck Smile
find quote
theuni Offline
Team-XBMC Communication Manager
Posts: 1,091
Joined: Oct 2007
Reputation: 2
Location: Atlanta, Ga, USA
Post: #29
fastboot was moved into the kernel around 2.6.30 or so and defaults to on. There's a kernel param to disable, but don't remember off the top of my head. Google should know.

TheUni
find quote
sraue Offline
Team-XBMC Developer
Posts: 796
Joined: Oct 2009
Reputation: 14
Location: Switzerland, Solothurn
Post: #30
which revision do you use? for revisions older then r1480 you must kernel rename to openelec.kernel and system to openelec.system and on newer revisions to KERNEL and SYSTEM. you must also load kernel with args like boot=/dev/sda1 disk=/dev/sda2. boot is the partion where kernel and system is and disk is an partion where you have your data (home). can i write an PM to you?

greetings, Stephan

[Image: userbar-openelec-001.gif]
[Image: project_thin_badge.gif]
find quote
Post Reply