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

New Raspberry Pi firmware & XBMC Frodo RC3
Thank you for your donation

Pages (13): « Previous 1 2 3 4 5 ... 13 Next »
Thread Closed 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
New Raspberry Pi firmware & XBMC Frodo RC3
7th Jan, 2013, 09:37 PM
Post: #31
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: New Raspberry Pi firmware & XBMC Frodo RC3
Code:
/opt/vc/bin/vcgencmd

pilight - modular domotica solution
Visit this user's website Find all posts by this user
7th Jan, 2013, 09:43 PM
Post: #32
Handaloo Offline
Registered
Posts: 25
Joined: Jan 2013
Reputation: 1
RE: New Raspberry Pi firmware & XBMC Frodo RC3
So I need to 'cd' to the directory first?

As I don't have that directory.....
Find all posts by this user
7th Jan, 2013, 09:51 PM
Post: #33
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: New Raspberry Pi firmware & XBMC Frodo RC3
Then you did not follow the steps correctly.

pilight - modular domotica solution
Visit this user's website Find all posts by this user
7th Jan, 2013, 09:57 PM
Post: #34
Handaloo Offline
Registered
Posts: 25
Joined: Jan 2013
Reputation: 1
RE: New Raspberry Pi firmware & XBMC Frodo RC3
Pants.....I copy and pasted everything, but I did get some errors on some of the lines:

rm boot/kernel3_2_27.img boot/kernel3_6_1.img boot/kernel3_6_7.img
boot/kernel3_6_9.img boot/kernel3_6_10.img boot/config.txt boot/cmdline.txt

Should I have done these a line at a time or broken them up more?
Find all posts by this user
7th Jan, 2013, 10:21 PM
Post: #35
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: New Raspberry Pi firmware & XBMC Frodo RC3
That is one line...

pilight - modular domotica solution
Visit this user's website Find all posts by this user
7th Jan, 2013, 10:32 PM
Post: #36
Handaloo Offline
Registered
Posts: 25
Joined: Jan 2013
Reputation: 1
RE: New Raspberry Pi firmware & XBMC Frodo RC3
Weird, just getting a lot of no such file or directory messages.I might start again tonight ><

Strange thing is that its working great with no grey boxes when skipping Big Grin
Find all posts by this user
8th Jan, 2013, 04:24 AM
Post: #37
eth0 Offline
Registered
Posts: 19
Joined: Dec 2012
Reputation: 5
RE: New Raspberry Pi firmware & XBMC Frodo RC3
Just got home and played a TV show and the audio/video is out of sync, the audio is ahead by ~ 2 seconds. I restored my XBMC directories and that solved the issue. There's nothing helpful in the xbmc.log file.
Find all posts by this user
8th Jan, 2013, 04:59 AM
Post: #38
Koenkk Offline
Registered
Posts: 1,238
Joined: Dec 2012
Reputation: 112
RE: New Raspberry Pi firmware & XBMC Frodo RC3
@doug To update the PVR addons, SSH in and execute the following commands:
Code:
sudo su         #default password = 'raspberry'
/etc/init.d/xbmc stop
cd /opt
rm -rf xbian
git clone --depth 5 -b xbian-alpha5 https://www.github.com/xbianonpi/xbian.git
cd xbian
git reset --hard 50715b73e7cd3f0229569809ef3ce5b03013d533
cp -R usr/local/lib/xbmc/addons/* /usr/local/lib/xbmc/addons
cp -R usr/local/share/xbmc/addons/* /usr/local/share/xbmc/addons

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
8th Jan, 2013, 08:02 AM
Post: #39
doug Offline
Registered
Posts: 50
Joined: Dec 2012
Reputation: 4
RE: New Raspberry Pi firmware & XBMC Frodo RC3
(8th Jan, 2013 04:59 AM)Koenkk Wrote:  @doug To update the PVR addons, SSH in and execute the following commands:

Hi,
The commands worked okay, but I get the same error after a reboot. No need to fix before the next Alpha or Beta is released.
Find all posts by this user
8th Jan, 2013, 08:15 AM
Post: #40
rikardo1979 Offline
Management
******
Posts: 3,545
Joined: Dec 2012
Reputation: 190
RE: New Raspberry Pi firmware & XBMC Frodo RC3
just a quick report
all working fine, update went all good, no errors
-thx-

~~~~>>>Please always follow rules and read before you post<<<~~~~
Find all posts by this user
8th Jan, 2013, 08:19 AM
Post: #41
Koenkk Offline
Registered
Posts: 1,238
Joined: Dec 2012
Reputation: 112
RE: New Raspberry Pi firmware & XBMC Frodo RC3
@doug, reported the issue, https://github.com/opdenkamp/xbmc-pvr-addons/issues/143

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
8th Jan, 2013, 08:54 AM
Post: #42
doug Offline
Registered
Posts: 50
Joined: Dec 2012
Reputation: 4
RE: New Raspberry Pi firmware & XBMC Frodo RC3
@Koenkk
I see Lars has already closed that.

I'm not quite sure where the error is coming from. The RPi Add-on version used is 1.6.7 (not 1.5.x). My Windows version reports 1.6.6 and works fine.
Find all posts by this user
9th Jan, 2013, 01:12 AM
Post: #43
The_Reaper Offline
Registered
Posts: 7
Joined: Dec 2012
Reputation: 0
RE: New Raspberry Pi firmware & XBMC Frodo RC3
Can I copy and paste all commands in a .sh file and execute it?
Find all posts by this user
9th Jan, 2013, 01:34 AM
Post: #44
Koenkk Offline
Registered
Posts: 1,238
Joined: Dec 2012
Reputation: 112
RE: New Raspberry Pi firmware & XBMC Frodo RC3
@The_Reaper everything except the sudo su command (because you have to type the password there).

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
9th Jan, 2013, 03:46 AM
Post: #45
Dangee Offline
Registered
Posts: 7
Joined: Jan 2013
Reputation: 0
RE: New Raspberry Pi firmware & XBMC Frodo RC3
Hey everyone,

First post here Wink

The "git clone --depth 5 -b xbian-alpha5 https://www.github.com/xbianonpi/xbian.git" command give me the following errors after downloading 55%-65% :
fatal: The remote end hung up unexpectedly60 MiB | 39 KiB/s
fatal: early EOF
fatal: index-pack failed

Is it just a "busy server" error or is it something else ?
Find all posts by this user
« Next Oldest | Next Newest »
Pages (13): « Previous 1 2 3 4 5 ... 13 Next »
Thread Closed 


Possibly Related Threads...
Thread: Author Replies Views: Last Post
  XBMC Frodo 12.0 Final Koenkk 66 238,169 10th Mar, 2013 07:33 PM
Last Post: tuutsie
  XBMC Frodo RC3 (c47e925) Koenkk 16 55,219 27th Feb, 2013 06:27 AM
Last Post: CurlyMo
  XBMC Frodo RC1 Koenkk 26 81,986 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, 08:07 PM Powered By MyBB, © 2002-2025 MyBB Group.