Angepasste Config.txt pi2

  • Hallo zusammen,

    gibt es schon Erfahrungen für eine angepasste config.txt für den Pi2?

    Habe im Moment nur die Werte auf High gesetzt und die Spannung auf nur 2V extra erhöht.

    Danke

  • Hi,

    danke, das habe ich befürchtet. Ich habe mich dann parallel auch mal selber um ein paar Einstellungen gekümmert und zusammengetragen:

    Config.txt:

    # Overclock mode settings.
    #
    # default recommended values are: arm_freq | core_freq | sdram_freq | over_voltage
    # no overclocking : 700 | 250 | 400 | 0
    # mode 'Modest' : 800 | 300 | 400 | 0
    # mode 'Medium' : 900 | 333 | 450 | 2
    # mode 'High' : 950 | 450 | 450 | 6
    # mode 'Turbo' : 1000 | 500 | 500 | 6

    arm_freq=1000
    core_freq=500
    sdram_freq=500
    over_voltage=2

    arm_freq_min=400
    sdram_freq_min=250
    core_freq_min=250

    # set to 'force_turbo=1' to disable dynamic overclocking (you can lose your warranty!)
    force_turbo=0

    # If you have any data corruption using Turbo Mode and overclocking
    # try with this setting uncommented
    # If this still fails, try to use Medium mode without "over_voltage=2"
    # If it ultimately keeps failing, forget about this until it gets fixed
    # Use a more conservative mode that will works fine in any cases:
    initial_turbo=0

    ################################################################################
    # Overscan settings
    ################################################################################

    # Make display smaller to stop text spilling off the screen
    # see also http://www.raspberrypi.org/phpBB3/viewtopic.php?f=67&t=15700
    overscan_scale=0
    disable_overscan=0

    # Adapt overscan values to your needs
    overscan_left=0
    overscan_right=0
    overscan_top=0
    overscan_bottom=0

    ################################################################################
    # various settings see also: http://elinux.org/RPi_config.txt
    ################################################################################

    # Force HDMI even if unplugged or powered off
    hdmi_force_hotplug=0

    # Doesn't sent initial active source message.
    # Avoids bringing CEC (enabled TV) out of standby and channel switch when
    # rebooting.
    hdmi_ignore_cec_init=0

    ################################################################################
    # License keys to enable GPU hardware decoding for various codecs
    # to obtain keys visit the shop at http://www.raspberrypi.com
    ################################################################################

    # decode_MPG2=0x00000000
    # decode_WVC1=0x00000000
    # decode_DTS=0x00000000
    # decode_DDP=0x00000000

    ################################################################################
    # End of default configuration
    # all values below this line were inserted from config.txt.bk (your old config)
    # and can be merged with the above values
    ################################################################################
    over_voltage_sdram=0
    hdmi_drive=2
    hdmi_force_edid_audio=0
    hdmi_pixel_encoding=0
    hdmi_ignore_hotplug=0
    sdtv_mode=0
    sdtv_aspect=1
    hdmi_ignore_cec=0
    disable_splash=0
    max_usb_current=0

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!