[TASK] [TEST]Raspberry Pi 2 config.txt - Printable Version +- Forum (http://forum.xbian.org) +-- Forum: Software (/forum-6.html) +--- Forum: Configuration (/forum-17.html) +--- Thread: [TASK] [TEST]Raspberry Pi 2 config.txt (/thread-2712.html) |
[TEST]Raspberry Pi 2 config.txt - rikardo1979 - 8th Feb, 2015 07:37 PM Hi guys, As the new Raspberry Pi 2 has a different hardware have you played with config.txt ? What settings are the best to use? What have you tried so far? Please use following code and post your values which works for you Code: gpu_mem_1024=xxx RE: [TEST]Raspberry Pi 2 config.txt - IriDium - 10th Feb, 2015 07:18 PM My "Working" settings - tweaked from the original are: The freq, core and SDram we removed to use the default RPi2 defaults - which is faster. No ideea what the initramfs does, so commented that out. Also mem=320 is a quess but seems to work well. Code: #initramfs initramfs.gz 0x1000000 RE: [TEST]Raspberry Pi 2 config.txt - IriDium - 14th Feb, 2015 02:57 AM Looks like this configuration has been added as standard, but with mem set at 256. (Time will tell if we need to increase this - but all seems fine at the moment) Personally, I don't think much improvement can be gained. I tried upping the core and sdram to 500 and a voltage of 2 but it only gave a few extra seconds on sysbench. I guess we could increase the initial_turbo but that's about it. The default settings are just perfect for what we want. "If it ain't broke, don't fix it" BTW: Has a change been made to Xbian-config in the O/C section to STOP users setting the wrong options for a RPi2? RE: [TEST]Raspberry Pi 2 config.txt - CurlyMo - 14th Feb, 2015 04:01 AM This is mine: Code: #initramfs initramfs.gz 0x1000000 RE: [TEST]Raspberry Pi 2 config.txt - Smultie - 14th Feb, 2015 07:34 AM (14th Feb, 2015 04:01 AM)CurlyMo Wrote: This is mine: I'm currently running the same, but was wondering if over_voltage=6 isn't a bit too much for just a 10% overclock. RE: [TEST]Raspberry Pi 2 config.txt - CurlyMo - 14th Feb, 2015 07:50 AM Don't know, works fine |