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 - The_Reaper - 10th Jan, 2013 06:25 PM

@Koenkk, I upgraded it again and now it works. Thank you very much!

@endo, I had a similar problem downloading xbian, at checking out files. I tried 3 times and always crash at same point.
Did you see an error message on TV?
I saw a wifi error message. I don't remember exactly the error message, but I chage the wifi usb device and after repeat the process it installed successfully. Yesterdey I repeat all the process and all was ok again.
The problem can be that your usb wifi device doesn't work properly with xbian.


RE: New Raspberry Pi firmware & XBMC Frodo RC3 - kobazik - 10th Jan, 2013 10:44 PM

(9th Jan, 2013 06:12 AM)CurlyMo Wrote:  I just pushed a new kernel + firmware. Users who want to use it, re-run the steps by Koenkk in post 1.

Terminal


vcgencmd version
Jan 7 2013 22:02:10
Copyright © 2012 Broadcom
version 360961 (release)

version 361556 seems to be out already.

https://github.com/raspberrypi/firmware/commit/17a9a12ef4540d586e2b10632c84e18a0feedfb7

Any reason why we cannot use rpi-update to get the latest firmware ?

Thanks

Dominik


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

Because it might break the installation, and we have a custom kernel that requires some specific matching of firmware.

However, i will check if i can just update the firmware.


RE: New Raspberry Pi firmware & XBMC Frodo RC3 - kobazik - 10th Jan, 2013 10:53 PM

(10th Jan, 2013 10:52 PM)CurlyMo Wrote:  Because it might break the installation, and we have a custom kernel that requires some specific matching of firmware.

However, i will check if i can just update the firmware.

Thanks Smile


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

And done:
Terminal


vcgencmd version
Jan 9 2013 17:27:35
Copyright © 2012 Broadcom
version 361556 (release)



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

(10th Jan, 2013 11:30 PM)CurlyMo Wrote:  And done:
Terminal


vcgencmd version
Jan 9 2013 17:27:35
Copyright © 2012 Broadcom
version 361556 (release)

Nice one Smile Going to test it now

(10th Jan, 2013 11:32 PM)kobazik Wrote:  
(10th Jan, 2013 11:30 PM)CurlyMo Wrote:  And done:
Terminal


vcgencmd version
Jan 9 2013 17:27:35
Copyright © 2012 Broadcom
version 361556 (release)

Nice one Smile Going to test it now

Can I just get firmware bit over git from xbian git repo ? No need to do all steps from the first post right?


RE: New Raspberry Pi firmware & XBMC Frodo RC3 - Dangee - 11th Jan, 2013 12:04 AM

(9th Jan, 2013 05:48 AM)Koenkk Wrote:  @Dangee please try again, probably a network related issue.

Just tried again...still the same.Undecided Do you think it may comes from the class 4 sd card ?
I've notice that the download speed is good at the start (+1Mo/s) until 28%, then drop to 30ko/s, then stop and failed...Huh


RE: New Raspberry Pi firmware & XBMC Frodo RC3 - CurlyMo - 11th Jan, 2013 12:06 AM

A firmware update always consists of the /boot (except .img & .txt) and /opt/vc folders.


RE: New Raspberry Pi firmware & XBMC Frodo RC3 - Pihkal - 11th Jan, 2013 08:10 AM

Quote:Can I just get firmware bit over git from xbian git repo ? No need to do all steps from the first post right?

Just download the latest firmware from here and copy the /boot and /opt/vc folders.

Greetz


RE: New Raspberry Pi firmware & XBMC Frodo RC3 - CurlyMo - 11th Jan, 2013 08:17 AM

That was the thing i was explaining. Don't just download the firmware by yourself, but let us test it first.


RE: New Raspberry Pi firmware & XBMC Frodo RC3 - Pihkal - 11th Jan, 2013 08:20 AM

(10th Jan, 2013 11:30 PM)CurlyMo Wrote:  And done:
Terminal


vcgencmd version
Jan 9 2013 17:27:35
Copyright © 2012 Broadcom
version 361556 (release)

I understood from that post that you've tested it and it was ok to try.
My bad.


RE: New Raspberry Pi firmware & XBMC Frodo RC3 - CurlyMo - 11th Jan, 2013 08:24 AM

That's why you can now download it from our git page.


RE: New Raspberry Pi firmware & XBMC Frodo RC3 - Pihkal - 11th Jan, 2013 08:27 AM

I should be a little more patient...i'm cloning the rpi-firmware git at the moment.
But it shouldn't make any difference since it's the same firmware...


RE: New Raspberry Pi firmware & XBMC Frodo RC3 - syd - 11th Jan, 2013 11:59 AM

(11th Jan, 2013 12:04 AM)Dangee Wrote:  Just tried again...still the same.Undecided Do you think it may comes from the class 4 sd card ?
I've notice that the download speed is good at the start (+1Mo/s) until 28%, then drop to 30ko/s, then stop and failed...Huh

try not grabbing it from https.

ie:
Code:
git clone --depth 5 -b xbian-alpha5 git://github.com/xbianonpi/xbian.git



RE: New Raspberry Pi firmware & XBMC Frodo RC3 - doug - 11th Jan, 2013 03:32 PM

(8th Jan, 2013 04:59 AM)Koenkk Wrote:  @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
I played around a bit and this got it working...
Code:
sudo su         #default password = 'raspberry'
/etc/init.d/xbmc stop
rm -r /usr/local/lib/xbmc/addons/pvr.mediaportal.tvserver/XBMC_Mediaportal.pvr
cp /usr/local/lib/xbmc.OLD/addons/pvr.mediaportal.tvserver/XBMC_Mediaportal.pvr  /usr/local/lib/xbmc/addons/pvr.mediaportal.tvserver/XBMC_Mediaportal.pvr
rm -r /usr/local/share/xbmc/addons/pvr.mediaportal.tvserver/*
cp -R /usr/local/share/xbmc.OLD/addons/pvr.mediaportal.tvserver/* /usr/local/share/xbmc/addons/pvr.mediaportal.tvserver/
/etc/init.d/xbmc start