У нас вы можете посмотреть бесплатно How To OVERCLOCK Any Raspberry PI или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Raspberry Pi 3 Overclock – config.txt To overclock add this text end of the config.txt Config 1 ***************************************** arm_freq=1350 sdram_freq=450 core_freq=525 over_voltage=4 ****************************************** config 2 ******************************************* arm_freq=1130 core_freq=560 h264_freq=360 isp_freq=0 v3d_freq=360 sdram_freq=700 avoid_pwm_pll=1 over_voltage_sdram=8 over_voltage=6 current_limit_override=0x5A000020 gpu_mem_512=128 initial_turbo=1 hdmi_ignore_cec=1 init_uart_clock=4000000 init_emmc_clock=500000000 disable_pvt=1 ************************************************* Raspberry Pi 2 Overclock – config.txt Lets increase performance by overclocking core frequency and RAM of the RPi2 board while leaving voltage default for stability: ******************************************* sdram_freq=450 core_freq=450 ******************************************* Now, if you are running the Raspberry Pi 2 in a hot environment, here are some settings to help lower temps (your Raspberry Pi 2 will only clock to 900MHz when needed). Make sure the force_turbo line is off (set to 0) or just remove that line completely since ‘off’ is the default: ******************************************* arm_freq_min=400 sdram_freq_min=200 core_freq_min=200 initial_turbo = 30 # Does not affect warranty and speeds up boot. ******************************************* Raspberry Pi 2 Overclock with Overvolting The arm_freq setting still adds a lot of heat to the board when pushed. You can improve performance without overclocking the arm_freq using the following: ******************************************* sdram_freq=500 core_freq=500 over_voltage=2 ******************************************* Raspberry Pi 2 Overclock – CPU to 1.0GHz ******************************************* arm_freq=1000 sdram_freq=500 core_freq=500 *******************************************