Quantcast
Channel: How to get an ARM CPU clock speed in Linux? - Super User
Browsing all 5 articles
Browse latest View live

Answer by ThatGraemeGuy for How to get an ARM CPU clock speed in Linux?

Try cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq.On my android this reads 1113600, so this is in kHz.

View Article



Answer by Tom for How to get an ARM CPU clock speed in Linux?

With Linux, if you have the hwinfo command, then (as root) issue:hwinfo --cpu | grep Clock

View Article

Answer by MSalters for How to get an ARM CPU clock speed in Linux?

AFAICT the clock of a S3C2416 looks just like that of a S3C2443, or similar processors of its family. The Linux source code for it suggests that there are a number of closely-related clocks.Choice...

View Article

Answer by qweet for How to get an ARM CPU clock speed in Linux?

dmidecode is a useful little tool that dumps what is currently in the DMI table into a format you can read. Doing a dmidecode | grep "Current Speed" (as root or with sudo) will print out the CPU speed...

View Article

How to get an ARM CPU clock speed in Linux?

I have an ARM-based embedded machine based on S3C2416 board. According to the specifications I have available there should be a 533 MHz ARM9 (ARM926EJ-S according to /proc/cpuinfo), however the...

View Article

Browsing all 5 articles
Browse latest View live




Latest Images