![]() |
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) |
RE: New Raspberry Pi firmware & XBMC Frodo RC3 - CurlyMo - 20th Jan, 2013 10:32 PM Updated the whole thing again: Terminal vcgencmd version Jan 15 2013 12:54:01 Copyright © 2012 Broadcom version 362704 (release) RE: New Raspberry Pi firmware & XBMC Frodo RC3 - Dangee - 21st Jan, 2013 12:24 AM (20th Jan, 2013 01:55 PM)monkeypet Wrote: Are you running overclocked? Seems like general SD corruption maybe from overclocking. If so, don't overclock and try again. No overclocking...I tried several SD but I don't think it is related...I guess I'll have to wait for the final frodo... RE: New Raspberry Pi firmware & XBMC Frodo RC3 - Koenkk - 21st Jan, 2013 01:40 AM @Dangee , XBian is overclocked by default. To remove the default overclock put the SD card in your computer and change the config.txt to this. Code: arm_freq=700 RE: New Raspberry Pi firmware & XBMC Frodo RC3 - s2108312 - 21st Jan, 2013 07:09 PM @Koenkk, could you set the core frequencies to the default values (arm_freq + core_freq), and if the end user wants to overclock their PI, they can do it from the xbian-config ?? RE: New Raspberry Pi firmware & XBMC Frodo RC3 - BartOtten - 22nd Jan, 2013 12:25 PM Code: root@xbian:/opt/xbian# git reset --hard 6997add6fd960c84f9b1f22f5572643bde240e71 ??? RE: New Raspberry Pi firmware & XBMC Frodo RC3 - Koenkk - 22nd Jan, 2013 09:27 PM @BartOtten can you try removing the --depth 5 while cloning? RE: New Raspberry Pi firmware & XBMC Frodo RC3 - Dangee - 23rd Jan, 2013 02:45 AM (21st Jan, 2013 01:40 AM)Koenkk Wrote: @Dangee , XBian is overclocked by default. To remove the default overclock put the SD card in your computer and change the config.txt to this. THX ! It worked ! ...exept for the git reset...so I skipped it ![]() RE: New Raspberry Pi firmware & XBMC Frodo RC3 - CurlyMo - 23rd Jan, 2013 02:52 AM You can also use xbian-config to reset the overclock values to default. RE: New Raspberry Pi firmware & XBMC Frodo RC3 - procinger - 23rd Jan, 2013 06:15 AM Upgraded today with your instructions from first post. Looking right now the third Movie (1080p) ... works great!!! ![]() The GUI ... i dont know ... but i'm think its faster ... it feels so. Keep up the good work ![]() Best regards from Germany RE: New Raspberry Pi firmware & XBMC Frodo RC3 - adamc - 23rd Jan, 2013 12:47 PM This is fantastic. Worked flawlessly first try. RE: New Raspberry Pi firmware & XBMC Frodo RC3 - UbdU - 24th Jan, 2013 03:39 AM I'm right at the end, so close. When I try: Code: root@xbian:/opt/xbian# mv /lib/modules/3.6.11+ /lib modules/3.6.11+.OLD I get: Code: mv: target `modules/3.6.11+.OLD' is not a directory Not sure how to proceed. UPDATE: so I had to manually make a directory named modules in /lib/, and then in lib/modules/ I had to manually make a directory named 3.6.11+.OLD. Then I cd back, and ran the last two commands. After the reboot, it seems to work how it's supposed to - no blocks while jumping ahead or behind in a video. The stuff in my update I figured out from looking at the previous commands; I have little Linux experience. But my head hurts now. RE: New Raspberry Pi firmware & XBMC Frodo RC3 - mpnico - 24th Jan, 2013 07:24 PM You just forget a slash in your command line... Quote:root@xbian:/opt/xbian# mv /lib/modules/3.6.11+ /lib/modules/3.6.11+.OLD The new version & firmware should work but you won't be able to go back and perhaps your /lib directory is upside down. RE: New Raspberry Pi firmware & XBMC Frodo RC3 - UbdU - 25th Jan, 2013 02:52 AM Doh. Thanks for the eagle-eye. Non sequitur: say I hypothetically foul up something with my Xbian install and have to format my SD card and reinstall 1.0 A4, starting fresh. I wouldn't have to reinstall the firmware with this whole thing again, right? Re: RE: New Raspberry Pi firmware & XBMC Frodo RC3 - rikardo1979 - 25th Jan, 2013 03:15 AM (25th Jan, 2013 02:52 AM)UbdU Wrote: Doh. Thanks for the eagle-eye. you will have to ![]() RE: New Raspberry Pi firmware & XBMC Frodo RC3 - Koenkk - 25th Jan, 2013 04:28 AM Updated XBMC one again (cf71d5f9af56e0593cd9cbc41a99c2cf2aa3c8dc). |