Hi,I just got my rt-68u and I want to see what the CPU size is. Is there a way to do that with the stock firmware?
I just got my rt-68u and I want to see what the CPU size is.
what does it matter , are you going to take it back if it doesnt have the newer 1 gig cpu speed !!!
The most accurate way is to see the bogomips measurement.
Code:cat /proc/cpuinfo
Hi,
Enable SSH on your router, then login via SSH and type in this command:
nvram get clkfreq
That is processor speed/memory speed. Hopefully you know what 1000/800 means.Tried this & got 1000,800
What does that mean?
That is processor speed/memory speed. Hopefully you know what 1000/800 means.
OK, processor 0 is 1998.84 bogoMIPS and so is processor 1. What does that mean in terms of my CPU speed?
Weird....my RT-86U has NO entry for clkfreq and shows 100 for bogoMIPS!
But why is the bogomips less then?
cat /proc/cpuinfo
processor : 0
model name : ARMv7 Processor rev 5 (v7l)
BogoMIPS : 26.81
Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x0
CPU part : 0xc07
CPU revision : 5
Maybe this. I believe the RT-AC86U uses the newer kernel.But why is the bogomips less then?
In 2012, ARM contributed a new udelay implementation allowing the system timer built into many ARMv7 CPUs to be used instead of a busy-wait loop. This implementation was released in Version 3.6 of the Linux kernel. Timer-based delays are more robust on systems that use frequency scaling to dynamically adjust the processor's speed at runtime, as loops_per_jiffies values may not necessarily scale linearly. Also, since the timer frequency is known in advance, no calibration is needed at boot time.
One side effect of this change is that the BogoMIPS value will reflect the timer frequency, not the CPU's core frequency. Typically the timer frequency is much lower than the processor's maximum frequency, and some users may be surprised to see an unusually low BogoMIPS value when comparing against systems that use traditional busy-wait loops.
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!