Forum

Full Version: New Raspberry Pi firmware & XBMC Frodo RC3
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13
Code:
/opt/vc/bin/vcgencmd
So I need to 'cd' to the directory first?

As I don't have that directory.....
Then you did not follow the steps correctly.
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?
That is one line...
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
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.
@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
(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.
just a quick report
all working fine, update went all good, no errors
-thx-
@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.
Can I copy and paste all commands in a .sh file and execute it?
@The_Reaper everything except the sudo su command (because you have to type the password there).
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 ?
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13
Reference URL's