Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 5161

Troubleshooting • SD card actual clock no longer 100000000 Hz after RPi OS updates

$
0
0
I have several Raspberry Pi 2 Model B and Raspberry Pi 3 Model B devices running the Raspberry Pi OS Debian 11 (bullseye) 32-bit OS.

In the "/boot/config.txt" configuration file, I have the line

Code:

dtparam=sd_overclock=100
to overclock the SD card speed to 100000000 Hz.

When firing the command "sudo grep clock /sys/kernel/debug/mmc0/ios" I always obtained the following output:

Code:

clock:          50000000 Hzactual clock:   100000000 Hz
confirming that the SD cards used support this kind of speed.

After an OS update, which included a kernel update, I do no longer get this speed.

When firing the command "sudo grep clock /sys/kernel/debug/mmc0/ios" I am obtaining now the following output:

Code:

clock:          50000000 Hzactual clock:   83333333 Hz
Not sure what has happened, and why the actual clock speed has been reduced with the recent OS updates.

I have amended the "/boot/config.txt" configuration file with the line entry

Code:

dtoverlay=sdhost,overclock_50=100
that I have found as suggestion in this forum. Though, the same result and output as above when firing the command "sudo grep clock /sys/kernel/debug/mmc0/ios".

Is there any other setup or mechanism to overclock the SD card speed to 100000000 Hz?

Statistics: Posted by carriba — Wed May 08, 2024 7:52 am



Viewing all articles
Browse latest Browse all 5161

Trending Articles