How to overclock Raspberry Pi4 in Manjaro/ Übetrtakten eines Raspberry Pi4 in Manjaro ARM

English text see below.

Guten Morgen.
Unter Raspi OS kann ich den Pi4, 4GB, mit folgenden Einstellungen betreiben:

  • arm_freq=2150
  • overvoltage=6
  • GPU_memory=512

Wie kann ich das unter Manjaro ARM, 64bit, erreichen?

Bin für jeden Tip dankbar.
Grüße
Karl

Good morning.
Under Raspi OS I can run the Pi4, 4GB, with the following settings:

  • arm_freq=2150
  • overvoltage=6
  • GPU_memory=512

How can I achieve this under Manjaro ARM, 64bit?

Am grateful for any tip.
Greetings
Karl

Edit /boot/config.txt

#firmware
gpu_mem=512

#overclocking
over_voltage=6
arm_freq=2150
gpu_freq=750

@0n0w1c

Thank you for your response.

But which config.txt must be changed?
There are two of them.

Regards
Karl

I know of only /boot/config.txt

Maybe you are thinking of /boot/cmdline.txt? This is not the file to edit.

I also OC on manjaro on pi4. It’s /boot/config.txt for me. Which ever one is in the base of the FAT firmware partition with the overlay directory and all the elf boot files.