Speed of Panda

537 views
Skip to first unread message

M Suneel Kumar

unread,
Aug 5, 2011, 2:32:22 AM8/5/11
to panda...@googlegroups.com
Hi All,

Can i know at what speed panda board is running? (i am using ubuntu 10.10)

Regards,
Suneel

Mayur

unread,
Aug 6, 2011, 9:28:49 PM8/6/11
to pandaboard
Hello,

Pandaboard has OMAP4430 Application Processor which uses 1 GHz dual-
core ARM Cortex-A9s and PowerVR SGX540 integrated 3D graphics
accelerator which runs at a clock frequency of 304 and 384 MHz.

Check out this link
http://en.wikipedia.org/wiki/Texas_Instruments_OMAP

Regards,
Mayur Punamiya
WIT Solapur



Joshi, Vikas

unread,
Aug 9, 2011, 5:49:44 AM8/9/11
to panda...@googlegroups.com

What does “cat /proc/cpuinfo” show?

 

Vikas

M Suneel Kumar

unread,
Aug 9, 2011, 5:59:53 AM8/9/11
to panda...@googlegroups.com
Hi Vikas,

cpuinfo shows below information

Processor : ARMv7 Processor rev 2 (v7l)
processor : 0
BogoMIPS : 2009.29

processor : 1
BogoMIPS : 1963.08

Features : swp half thumb fastmult vfp edsp thumbee neon vfpv3 
CPU architecture: 7
Hardware : OMAP4 Panda board
Revision : 0020
Serial : 0000000000000000

From this can i take it like panda is running at 2009MIPS .
Is this equalaent to 2GHZ speed
Thanks
Sunee;

Anand Gadiyar

unread,
Aug 9, 2011, 6:07:48 AM8/9/11
to panda...@googlegroups.com
Nope, this is 2 processor cores, each at 1 GHz.

BogoMIPS is approx twice the clock speed.

M Suneel Kumar

unread,
Aug 9, 2011, 6:13:19 AM8/9/11
to panda...@googlegroups.com
Hi Anand,

So processing speed of panda is  2GHZ ?
I want to measure the MIPS to  my system. For that I want to know at what clock speed panda is running?

Joshi, Vikas

unread,
Aug 9, 2011, 6:23:31 AM8/9/11
to panda...@googlegroups.com

Is there any entry in the output of that command that says “cpu MHz”?

I have not looked at the output of the command but will do so when I boot up my Panda.

M Suneel Kumar

unread,
Aug 9, 2011, 6:25:27 AM8/9/11
to panda...@googlegroups.com
No vikas.. it doesn't show any entry for "cpu MHZ"

Vladimir Pantelic

unread,
Aug 9, 2011, 6:33:27 AM8/9/11
to panda...@googlegroups.com
M Suneel Kumar wrote:
> Hi Anand,
>
> So processing speed of panda is 2GHZ ?

no, but it might be 2 cores running at 1GHz each...

Joshi, Vikas

unread,
Aug 9, 2011, 6:35:23 AM8/9/11
to panda...@googlegroups.com

BogoMIPS can give you approximate clock speed.

 

It’s twice the clock speed so your cores are running at 1GHz each.

 

More about BogoMIPS is at http://en.wikipedia.org/wiki/BogoMips

 

The cpu speed is set at 1GHz in MLO.

B U J J I

unread,
Aug 9, 2011, 6:57:28 AM8/9/11
to panda...@googlegroups.com
hi Guys,
I am getting different values on /proc/cpuinfo on omap4 ubuntu maverick 10.10 from the above

Processor : ARMv7 Processor rev 2 (v7l)
processor : 0
BogoMIPS : 599.13

processor : 1
BogoMIPS : 584.13

Features : swp half thumb fastmult vfp edsp thumbee neon vfpv3 
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x1
CPU part : 0xc09
CPU revision : 2

Hardware : OMAP4430 Panda Board
Revision : 0020
Serial : 0000000000000000

and on 11.04 natty
i am getting like 
Processor : ARMv7 Processor rev 2 (v7l)
processor : 0
BogoMIPS : 2009.29

processor : 1
BogoMIPS : 1963.08

Features : swp half thumb fastmult vfp edsp thumbee neon vfpv3 
CPU architecture: 7
Hardware : OMAP4 Panda board
Revision : 0020
Serial : 0000000000000000

please tell me the difference. and where is the problem...
and how i can set my board to use 1Ghz clock. what are the changes needed to do...


thanks,
bujji

Joshi, Vikas

unread,
Aug 9, 2011, 8:11:04 AM8/9/11
to panda...@googlegroups.com

The performance CPU governor lets your CPU frequency always to the highest available.


Not sure if below helps but worth a try:


echo performance > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor

echo 1 > /sys/devices/system/cpu/cpu1/online


Vikas



From: panda...@googlegroups.com [panda...@googlegroups.com] on behalf of B U J J I [siva...@gmail.com]
Sent: Tuesday, August 09, 2011 4:27 PM

Robert Nelson

unread,
Aug 9, 2011, 9:38:43 AM8/9/11
to panda...@googlegroups.com

Upgrade your MLO boot file on the maverick system, originally in the
repo on ( http://gitorious.org/x-loader/x-loader ) it was set to
600Mhz then mid nov/dec it was changed by default to 1Ghz for the
panda..

Regards,

--
Robert Nelson
http://www.rcn-ee.com/

B U J J I

unread,
Aug 11, 2011, 9:22:49 AM8/11/11
to panda...@googlegroups.com
hi Guys,
Thanks for your reply I am able to change cpu frequency but its not persistent.

Initially after boot

Processor : ARMv7 Processor rev 2 (v7l)
processor : 0
BogoMIPS : 2009.29

processor : 1
BogoMIPS : 1963.08

 after few secs of boot its changing back to normal frequency

Processor : ARMv7 Processor rev 2 (v7l)
processor : 0
BogoMIPS : 599.13

processor : 1
BogoMIPS : 584.13

what is the problem. 
Do we need to change anywhere else like boot.scr or kernel ?

please suggest...

Thanks,
Bujji

Joshi, Vikas

unread,
Aug 11, 2011, 9:45:49 AM8/11/11
to panda...@googlegroups.com
How were you able to change the freq?
Knowing it will help guide keeping it persistent.

Vikas


From: panda...@googlegroups.com [panda...@googlegroups.com] on behalf of B U J J I [siva...@gmail.com]
Sent: Thursday, August 11, 2011 6:52 PM

To: panda...@googlegroups.com
Subject: Re: [pandaboard] Speed of Panda

B U J J I

unread,
Aug 11, 2011, 10:07:24 AM8/11/11
to panda...@googlegroups.com
i downloaded and compiled new x-loader for panda

where is it is set in the file

include/configs/omap4430panda.h

#define CONFIG_MPU_1000 //line no 47

Thanks,
bujji



Joshi, Vikas

unread,
Aug 11, 2011, 11:56:24 AM8/11/11
to panda...@googlegroups.com
The performance CPU governor lets your CPU frequency always to the highest available.
I had posted couple of commands on this forum couple of days ago.
Search for "cpu speed" and see if you see those commands.

The MLO that comes with Natty binaries provided should have speed set at 1GHz.

Vikas


Sent: Thursday, August 11, 2011 7:37 PM

B U J J I

unread,
Aug 12, 2011, 8:56:29 AM8/12/11
to panda...@googlegroups.com
vikas,
thanks for your reply.
but this is a temporary solution right
even if i copy natty MLO to maverick still my problem continues...

i want it to be fixed as 1 Ghz

can you please help me..

Thanks,
bujji

Joshi, Vikas

unread,
Aug 16, 2011, 5:11:55 AM8/16/11
to panda...@googlegroups.com

Does Natty MLO give you MAX fixed 1 GHz?

Are you looking for fixed 1GHz on Maveric?

 

You are right, what I mentioned below is not for MLO enabled fixed max of 1GHz.

 

Vikas

Reply all
Reply to author
Forward
0 new messages