Forum
  • Search
  • Member List
  • Calendar
Hello There, Guest! Login Register — Login with Facebook

XBMC Frodo 12.0 Final
Thank you for your donation

Pages (5): 1 2 3 4 5 Next »
Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
XBMC Frodo 12.0 Final
30th Jan, 2013, 08:14 PM
Post: #1
Koenkk Offline
Registered
Posts: 1,238
Joined: Dec 2012
Reputation: 112
XBMC Frodo 12.0 Final
IMPORTANT UPDATE: Don't use this guide anymore, Alpha 5 will be out soon

Hi all,

As many of you already known XBMC Frodo (12.0) Final has been released (awesome work XBMC team!). Because we know some of you don't like to wait for a XBian update, we made instructions on how to get this awesome XBMC build.

NOTE: Advanced users only! If you are not, please wait for the next XBian release! If you are wondering why the download is so big, we also need to get some dependencies.

Update (30-01-2013 18:00 UTC+0): we updated the firmware & XBMC to take advantage of experimental support for the following codec's: VP6, VP8, MJPEG, and Ogg Theora. However MJPEG isn't working yet due to a firmware issue, the Raspberry Pi company is working on this. If you already upgraded it's safe to rerun these instructions.

To install
SSH into your pi and execute the following commands:
Code:
sudo su         #default password = 'raspberry'
service xbmc stop
apt-get update
apt-get install libcurl3 libva1
cd /opt
rm -rf xbian
git clone -b master git://github.com/xbianonpi/xbian.git
cd xbian
git reset --hard 4d99fd2b51a84083bb6a40453fd4d0ae074c0698
rm  boot/config.txt boot/cmdline.txt
rm -rf /boot.OLD
mkdir /boot.OLD
cp -R /boot/* /boot.OLD
rm -rf /opt/vc.OLD
mv /opt/vc /opt/vc.OLD
rm -rf /usr/local/share/xbmc.OLD
mv /usr/local/share/xbmc /usr/local/share/xbmc.OLD
rm -rf /usr/local/lib/xbmc.OLD
mv /usr/local/lib/xbmc /usr/local/lib/xbmc.OLD
cp -R boot/*  /boot
cp -R opt/vc /opt
cp -R usr/local/lib/xbmc /usr/local/lib/xbmc
cp -R usr/local/share/xbmc /usr/local/share/xbmc
chmod +x /usr/local/lib/xbmc/xbmc.bin
rm -rf /lib/modules/3.6.11+.OLD
mv /lib/modules/3.6.11+ /lib/modules/3.6.11+.OLD
cp -R lib/modules/3.6.11+ /lib/modules/
reboot

To restore
If you don't like the new firmware & XBMC restore using the following commands.
Code:
sudo su         #default password = 'raspberry'
/etc/init.d/xbmc stop
rm -rf /usr/local/lib/xbmc
rm -rf /usr/local/share/xbmc
mv /usr/local/share/xbmc.OLD /usr/local/share/xbmc
mv /usr/local/lib/xbmc.OLD /usr/local/lib/xbmc
cp -R /boot.OLD/* /boot
rm -rf /opt/vc
mv /opt/vc.OLD /opt/vc
rm -rf /lib/modules/3.6.11+
mv /lib/modules/3.6.11+.OLD /lib/modules/3.6.11+
reboot

Please leave your feedback, finding & suggestions here! Thanks!

Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here
Find all posts by this user
Quote this message in a reply
30th Jan, 2013, 08:24 PM
Post: #2
MARA Offline
Registered
Posts: 6
Joined: Jan 2013
Reputation: 1
RE: XBMC Frodo 12.0 Final
Thanks for the fast work!
Find all posts by this user
Quote this message in a reply
30th Jan, 2013, 08:46 PM
Post: #3
Handaloo Offline
Registered
Posts: 25
Joined: Jan 2013
Reputation: 1
RE: XBMC Frodo 12.0 Final
Hey Koen,

Thanks for getting this out so quick!

Initial feedback is I have no sound and some strange colour saturation with some movies.

Handaloo
Find all posts by this user
Quote this message in a reply
30th Jan, 2013, 09:19 PM
Post: #4
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: XBMC Frodo 12.0 Final
Does this build also contain the new omxplayer?

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
30th Jan, 2013, 09:43 PM
Post: #5
Koenkk Offline
Registered
Posts: 1,238
Joined: Dec 2012
Reputation: 112
RE: XBMC Frodo 12.0 Final
@CurlyMo not yet, working on it (I will update the git issue that is related to it when it's ready).

Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here
Find all posts by this user
Quote this message in a reply
30th Jan, 2013, 09:45 PM
Post: #6
Handaloo Offline
Registered
Posts: 25
Joined: Jan 2013
Reputation: 1
RE: XBMC Frodo 12.0 Final
Guys,

Tried to revert for now and got the following:

root@xbian:/home/xbian# rm -rf /boot
rm: cannot remove `/boot': Device or resource busy

Any ideas?

Handaloo
Find all posts by this user
Quote this message in a reply
30th Jan, 2013, 09:49 PM
Post: #7
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: XBMC Frodo 12.0 Final
To revert:
Code:
cp -R /boot.OLD/* /boot/

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
30th Jan, 2013, 11:07 PM
Post: #8
Handaloo Offline
Registered
Posts: 25
Joined: Jan 2013
Reputation: 1
RE: XBMC Frodo 12.0 Final
Revert successful Smile
Find all posts by this user
Quote this message in a reply
31st Jan, 2013, 12:07 AM
Post: #9
namtih Offline
Tester
Posts: 269
Joined: Dec 2012
Reputation: 28
RE: XBMC Frodo 12.0 Final
(30th Jan, 2013 09:43 PM)Koenkk Wrote:  @CurlyMo not yet, working on it (I will update the git issue that is related to it when it's ready).

I don't know if this helps, but here are always pre-built versions:
http://omxplayer.sconde.net/
Find all posts by this user
Quote this message in a reply
31st Jan, 2013, 12:19 AM
Post: #10
Koenkk Offline
Registered
Posts: 1,238
Joined: Dec 2012
Reputation: 112
RE: XBMC Frodo 12.0 Final
(31st Jan, 2013 12:07 AM)namtih Wrote:  
(30th Jan, 2013 09:43 PM)Koenkk Wrote:  @CurlyMo not yet, working on it (I will update the git issue that is related to it when it's ready).

I don't know if this helps, but here are always pre-built versions:
http://omxplayer.sconde.net/

OMXPlayer is directly built into XBMC, I can't do anything with that.

Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here
Find all posts by this user
Quote this message in a reply
31st Jan, 2013, 02:35 AM
Post: #11
nicoflorin Offline
Registered
Posts: 1
Joined: Jan 2013
Reputation: 0
RE: XBMC Frodo 12.0 Final
hello there,
i tried to update xbian but i received the following error after the command git clone -b xbian-alpha5 git://github.com/xbianonpi/xbian.git:

Cloning into 'xbian'...
remote: Counting objects: 25203, done.
remote: Compressing objects: 100% (6355/6355), done.
remote: Total 25203 (delta 15027), reused 24971 (delta 14800)
Receiving objects: 100% (25203/25203), 240.68 MiB | 2.03 MiB/s, done.
error: inflate: data stream error (incorrect header check)
fatal: serious inflate inconsistency
fatal: index-pack failed

anyone knows what i can do?

Nevermind, i just tried it again. And see there... no problem Smile
Find all posts by this user
Quote this message in a reply
31st Jan, 2013, 02:52 AM
Post: #12
xburchartz Offline
Registered
Posts: 1
Joined: Jan 2013
Reputation: 0
RE: XBMC Frodo 12.0 Final
The git clone command does not complete. I get a fatal: Out of memory, malloc failed error.

Could this have anything to do with the fact that I also installed the download package? I stopped xbmc but I don't see other services that I could stop?
Find all posts by this user
Quote this message in a reply
31st Jan, 2013, 04:04 AM
Post: #13
zerokwel Offline
Registered
Posts: 1
Joined: Jan 2013
Reputation: 1
RE: XBMC Frodo 12.0 Final
nicoflorin.. looks like ya overclocking the puppy over the max. turn your overclock down and all the seg and other faults will go away. after ya install feel free to turn ya overclock back up
Find all posts by this user
Quote this message in a reply
31st Jan, 2013, 04:47 AM
Post: #14
rikardo1979 Offline
Management
******
Posts: 3,545
Joined: Dec 2012
Reputation: 190
RE: XBMC Frodo 12.0 Final
Just a 1st quick test and some feedback
  • GUI responding times are much faster
  • lower CPU load when playing media
  • no stutter or a single glitch when playing HD files with some high standards
    tested files like 25gb mkv Full HD 1920*1080 5.1DTS downmix to stereo (means output set to HDMI 2.0 DD and DTS decoders OFF). Absolute smoothness Wink
So have fun guys with testing and be ready to be amazed with our new release Smile

@Dev Team, great work

~~~~>>>Please always follow rules and read before you post<<<~~~~
Find all posts by this user
Quote this message in a reply
31st Jan, 2013, 03:03 PM
Post: #15
crs Offline
Registered
Posts: 45
Joined: Dec 2012
Reputation: 2
RE: XBMC Frodo 12.0 Final
awsome work, smooth on my v1 and v2 Pi !@#$%^&**&^%$#@!@#$%^&*( both using a cat5 to smb movie database. Poor WD box is now a small door stop.... TY devs.
Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Pages (5): 1 2 3 4 5 Next »
Post Reply 


Possibly Related Threads...
Thread: Author Replies Views: Last Post
  New Raspberry Pi firmware & XBMC Frodo RC3 Koenkk 181 653,139 10th Mar, 2013 03:37 AM
Last Post: CurlyMo
  XBMC Frodo RC3 (c47e925) Koenkk 16 55,200 27th Feb, 2013 06:27 AM
Last Post: CurlyMo
  XBMC Frodo RC1 Koenkk 26 81,978 3rd Jan, 2013 05:23 AM
Last Post: brantje

  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:

Current time: 12th May, 2025, 02:27 AM Powered By MyBB, © 2002-2025 MyBB Group.