Forum
New Raspberry Pi firmware & XBMC Frodo RC3 - Printable Version

+- Forum (http://forum.xbian.org)
+-- Forum: Software (/forum-6.html)
+--- Forum: Testing & Experimental (/forum-21.html)
+--- Thread: New Raspberry Pi firmware & XBMC Frodo RC3 (/thread-211.html)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13


RE: New Raspberry Pi firmware & XBMC Frodo RC3 - CurlyMo - 7th Jan, 2013 09:37 PM

Code:
/opt/vc/bin/vcgencmd



RE: New Raspberry Pi firmware & XBMC Frodo RC3 - Handaloo - 7th Jan, 2013 09:43 PM

So I need to 'cd' to the directory first?

As I don't have that directory.....


RE: New Raspberry Pi firmware & XBMC Frodo RC3 - CurlyMo - 7th Jan, 2013 09:51 PM

Then you did not follow the steps correctly.


RE: New Raspberry Pi firmware & XBMC Frodo RC3 - Handaloo - 7th Jan, 2013 09:57 PM

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?


RE: New Raspberry Pi firmware & XBMC Frodo RC3 - CurlyMo - 7th Jan, 2013 10:21 PM

That is one line...


RE: New Raspberry Pi firmware & XBMC Frodo RC3 - Handaloo - 7th Jan, 2013 10:32 PM

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


RE: New Raspberry Pi firmware & XBMC Frodo RC3 - eth0 - 8th Jan, 2013 04:24 AM

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.


RE: New Raspberry Pi firmware & XBMC Frodo RC3 - Koenkk - 8th Jan, 2013 04:59 AM

@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



RE: New Raspberry Pi firmware & XBMC Frodo RC3 - doug - 8th Jan, 2013 08:02 AM

(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.


RE: New Raspberry Pi firmware & XBMC Frodo RC3 - rikardo1979 - 8th Jan, 2013 08:15 AM

just a quick report
all working fine, update went all good, no errors
-thx-


RE: New Raspberry Pi firmware & XBMC Frodo RC3 - Koenkk - 8th Jan, 2013 08:19 AM

@doug, reported the issue, https://github.com/opdenkamp/xbmc-pvr-addons/issues/143


RE: New Raspberry Pi firmware & XBMC Frodo RC3 - doug - 8th Jan, 2013 08:54 AM

@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.


RE: New Raspberry Pi firmware & XBMC Frodo RC3 - The_Reaper - 9th Jan, 2013 01:12 AM

Can I copy and paste all commands in a .sh file and execute it?


RE: New Raspberry Pi firmware & XBMC Frodo RC3 - Koenkk - 9th Jan, 2013 01:34 AM

@The_Reaper everything except the sudo su command (because you have to type the password there).


RE: New Raspberry Pi firmware & XBMC Frodo RC3 - Dangee - 9th Jan, 2013 03:46 AM

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 ?