Need the exact details of BB Processor

Hi,
I have Beagle Board xM- Rev C, which has, as you all people know, Cortex A8 processor.

But, in ARM site,http://infocenter.arm.com/help/index.jsp, under Cortex A8 section, more sub divisions are there, with the name rXpY , where X and Y are varying numbers.

So, which one the Beagle Board xm-Rev C has.

Hi,
I have Beagle Board xM- Rev C, which has, as you all people know, Cortex
A8 processor.

But, in ARM site,Documentation – Arm Developer, under Cortex
A8 section, more sub divisions are there, with the name rXpY , where X and
Y are varying numbers.

So, which one the Beagle Board xm-Rev C has.

Just Google for BeagleBoard-XM Rev.C SRM, find the PDF, open it and look at
Section 4.2 CPU:

"The BeagleBoard-xM processor is the DM3730CBP 1GHz version and comes in a
.4mm
pitch POP package."

Now Google for DM3730CBP and you'll find this page:
DM3730 data sheet, product information and support | TI.com which contains everything you could
possibly want to know.

Good luck.

You can look this up yourself..

voodoo@beagle-xm-512mb-a4:~$ cat /proc/cpuinfo | grep CPU
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x3
CPU part : 0xc08
CPU revision : 2

Looking at revision/variant: this works out to an: r2p3 based Cortex-a8...

Regards,

Robert Nelson <robertcnelson@gmail.com> writes:

hey, thanks you all people… :slight_smile: