There must be something on google for this, but somehow I'm failing to find it so...
Using a 3B, its brown out LED flashes constantly with Jessie Lite on 2.4 LiPo power bank probably due to (I'm guessing) herd of sensors - GPS, external WiFi, IMU + RaspiCam - internal WiFi & BT blacklisted already.
I'd like to try overlocking an underclocked 2B+ V1.2 BCM2837 to 1.2GHz. raspi-config limits overclock to 1GHz.
Is there a sample config out there for further overclocking 2B+ 1.2 directly in /boot/config.txt?
Thanks
Overclock RPi 2B+ v1.2 to 1.2GHz?
www.pistuffing.co.uk - Raspberry Pi and other stuffing!
- RaTTuS
- Posts: 10741
- Joined: Tue Nov 29, 2011 11:12 am
- Location: North West UK
- Contact: Twitter YouTube
Re: Overclock RPi 2B+ v1.2 to 1.2GHz?
yes use the direct method by changing the
arm_freq=1000
core_freq=500
sdram_freq=600
over_voltage=6
values in config.txt ^ change at your own risc
see
http://www.jackenhack.com/raspberry-pi-3-overclocking/
https://www.howtogeek.com/269202/how-an ... ocomputer/
https://github.com/RetroPie/RetroPie-Se ... erclocking
however as you have got power issues these will not work with any type of stability - get a good power supply first then get a very good cooling solution as you will need it
arm_freq=1000
core_freq=500
sdram_freq=600
over_voltage=6
values in config.txt ^ change at your own risc
see
http://www.jackenhack.com/raspberry-pi-3-overclocking/
https://www.howtogeek.com/269202/how-an ... ocomputer/
https://github.com/RetroPie/RetroPie-Se ... erclocking
however as you have got power issues these will not work with any type of stability - get a good power supply first then get a very good cooling solution as you will need it
How To ask Questions :- http://www.catb.org/esr/faqs/smart-questions.html
WARNING - some parts of this post may be erroneous YMMV
1QC43qbL5FySu2Pi51vGqKqxy3UiJgukSX
Covfefe
WARNING - some parts of this post may be erroneous YMMV
1QC43qbL5FySu2Pi51vGqKqxy3UiJgukSX
Covfefe
Re: Overclock RPi 2B+ v1.2 to 1.2GHz?
Thanks - it's actually overclocking a B2+ to 1.2GHz I'm after - i.e. the upgraded B2 as of last autumn. What I'm being cautious about are the settings for the other parameters in addition to arm_frequency as I don't know the correlation between these?
arm_freq=1000
core_freq=500
sdram_freq=600
over_voltage=6
www.pistuffing.co.uk - Raspberry Pi and other stuffing!
Re: Overclock RPi 2B+ v1.2 to 1.2GHz?
Principal Software Engineer at Raspberry Pi (Trading) Ltd.
Contrary to popular belief, humorous signatures are allowed.
I've been saying "Mucho" to my Spanish friend a lot more lately. It means a lot to him.
Contrary to popular belief, humorous signatures are allowed.
I've been saying "Mucho" to my Spanish friend a lot more lately. It means a lot to him.
Re: Overclock RPi 2B+ v1.2 to 1.2GHz?
Thx - my 2B+ is now running at 1.2GHz happily.
www.pistuffing.co.uk - Raspberry Pi and other stuffing!