Tuesday, October 22, 2013

Get CPU info for raspberry Pi

To print CPU info for Raspberry Pi board, enter the command in LXTerminal:
$ cat /proc/cpuinfo

The output will be:
pi@raspberrypi ~ $ cat /proc/cpuinfo
Processor : ARMv6-compatible processor rev 7 (v6l)
BogoMIPS : 697.95
Features : swp half thumb fastmult vfp edsp java tls 
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x0
CPU part : 0xb76
CPU revision : 7

Hardware : BCM2708
Revision : 000e
Serial  : 0000000075b2d9ac

print CPU info for Raspberry Pi
print CPU info for Raspberry Pi

No comments: