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 ... 7 8 9 10 11 ... 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
20th Jan, 2013, 10:32 PM
Post: #121
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: New Raspberry Pi firmware & XBMC Frodo RC3
Updated the whole thing again:
Terminal


vcgencmd version
Jan 15 2013 12:54:01
Copyright © 2012 Broadcom
version 362704 (release)

pilight - modular domotica solution
Visit this user's website Find all posts by this user
21st Jan, 2013, 12:24 AM
Post: #122
Dangee Offline
Registered
Posts: 7
Joined: Jan 2013
Reputation: 0
RE: New Raspberry Pi firmware & XBMC Frodo RC3
(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...
Find all posts by this user
21st Jan, 2013, 01:40 AM
Post: #123
Koenkk Offline
Registered
Posts: 1,238
Joined: Dec 2012
Reputation: 112
RE: New Raspberry Pi firmware & XBMC Frodo RC3
@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
core_freq=250
disable_overscan=1
gpu_mem_256=128
gpu_mem_512=128
sdram_freq=400
over_voltage=0

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
21st Jan, 2013, 07:09 PM
Post: #124
s2108312 Offline
Registered
Posts: 12
Joined: Jan 2013
Reputation: 2
RE: New Raspberry Pi firmware & XBMC Frodo RC3
@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 ??
Find all posts by this user
22nd Jan, 2013, 12:25 PM
Post: #125
BartOtten Offline
Registered
Posts: 815
Joined: Jun 2012
Reputation: 29
RE: New Raspberry Pi firmware & XBMC Frodo RC3
Code:
root@xbian:/opt/xbian# git reset --hard 6997add6fd960c84f9b1f22f5572643bde240e71
fatal: Could not parse object '6997add6fd960c84f9b1f22f5572643bde240e71'.

???
Find all posts by this user
22nd Jan, 2013, 09:27 PM
Post: #126
Koenkk Offline
Registered
Posts: 1,238
Joined: Dec 2012
Reputation: 112
RE: New Raspberry Pi firmware & XBMC Frodo RC3
@BartOtten can you try removing the --depth 5 while cloning?

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
23rd Jan, 2013, 02:45 AM
Post: #127
Dangee Offline
Registered
Posts: 7
Joined: Jan 2013
Reputation: 0
RE: New Raspberry Pi firmware & XBMC Frodo RC3
(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.
Code:
arm_freq=700
core_freq=250
disable_overscan=1
gpu_mem_256=128
gpu_mem_512=128
sdram_freq=400
over_voltage=0

THX ! It worked ! ...exept for the git reset...so I skipped it Wink
Find all posts by this user
23rd Jan, 2013, 02:52 AM
Post: #128
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: New Raspberry Pi firmware & XBMC Frodo RC3
You can also use xbian-config to reset the overclock values to default.

pilight - modular domotica solution
Visit this user's website Find all posts by this user
23rd Jan, 2013, 06:15 AM
Post: #129
procinger Offline
Registered
Posts: 2
Joined: Jan 2013
Reputation: 0
RE: New Raspberry Pi firmware & XBMC Frodo RC3
Upgraded today with your instructions from first post.

Looking right now the third Movie (1080p) ... works great!!! Big Grin

The GUI ... i dont know ... but i'm think its faster ... it feels so.


Keep up the good work Smile

Best regards from Germany
Find all posts by this user
23rd Jan, 2013, 12:47 PM
Post: #130
adamc Offline
Registered
Posts: 2
Joined: Jan 2013
Reputation: 0
RE: New Raspberry Pi firmware & XBMC Frodo RC3
This is fantastic. Worked flawlessly first try.
Find all posts by this user
24th Jan, 2013, 03:39 AM
Post: #131
UbdU Offline
Registered
Posts: 3
Joined: Jan 2013
Reputation: 0
RE: New Raspberry Pi firmware & XBMC Frodo RC3
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.
Find all posts by this user
24th Jan, 2013, 07:24 PM
Post: #132
mpnico Offline
Registered
Posts: 28
Joined: Jan 2013
Reputation: 2
RE: New Raspberry Pi firmware & XBMC Frodo RC3
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.
Find all posts by this user
25th Jan, 2013, 02:52 AM
Post: #133
UbdU Offline
Registered
Posts: 3
Joined: Jan 2013
Reputation: 0
RE: New Raspberry Pi firmware & XBMC Frodo RC3
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?
Find all posts by this user
25th Jan, 2013, 03:15 AM
Post: #134
rikardo1979 Offline
Management
******
Posts: 3,545
Joined: Dec 2012
Reputation: 190
Re: RE: New Raspberry Pi firmware & XBMC Frodo RC3
(25th Jan, 2013 02:52 AM)UbdU Wrote:  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?

you will have to Wink

~~~~>>>Please always follow rules and read before you post<<<~~~~
Find all posts by this user
25th Jan, 2013, 04:28 AM
Post: #135
Koenkk Offline
Registered
Posts: 1,238
Joined: Dec 2012
Reputation: 112
RE: New Raspberry Pi firmware & XBMC Frodo RC3
Updated XBMC one again (cf71d5f9af56e0593cd9cbc41a99c2cf2aa3c8dc).

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
« Next Oldest | Next Newest »
Pages (13): « Previous 1 ... 7 8 9 10 11 ... 13 Next »
Thread Closed 


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