How to Overclock Raspberry Pi 4 to 2.0 GHz

Yesterday I played with my new “ICE Tower CPU cooling fan”  for Raspberry Pi 4 which cools the board just great but is clearly over the top. Regular reader and commenter m][sko mentioned it was possible to overclock Raspberry Pi 4 to 2.0 GHz after a firmware upgrade. That looks like a perfect task for my new fansink! I’ve upgraded both the firmware and operating system: [crayon-66879a63b0407906552277/] then edited /boot/config.txt as root (sudo) to add the following lines to boost the maximum frequency to 2.0 GHz: [crayon-66879a63b040d126064258/] Do not try to set force_turbo=1, as while it would allow to further boost the voltage, it will change a fuse in the chip, and it will void your warranty. We can now reboot the board to validate the settings, and check those are applied: [crayon-66879a63b040f562354992/] Good. At idle the frequency is lower, but that normal: [crayon-66879a63b0410165767101/] Voltage is set to 1.0335V: [crayon-66879a63b0411872422958/] […]