How to check exact model of CPU on BBB

Hello,

How to check the exact model of CPU ?
cpuinfo gets just this: AM33XX

root@am335x-evm:~# cat /proc/cpuinfo
processor : 0
model name : ARMv7 Processor rev 2 (v7l)
BogoMIPS : 597.68
Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpd32
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x3
CPU part : 0xc08
CPU revision : 2

Hardware : Generic AM33XX (Flattened Device Tree)
Revision : 0000
Serial : 2017BBBG0292

Thanks.

Regards.

TI's image usually (or did) ship "omapconf"..

debian@bbb-pwr01-ser09:~$ sudo omapconf --cpuinfo
OMAPCONF (rev 1.73-nogit built Thu Jan 4 21:17:37 UTC 2018)

HW Platform:
  Generic AM33XX (Flattened Device Tree)
  AM3359 ES2.0 GP Device (UNKNOWN performance ZCZ package (1.0GHz))
Error: I2C Read failed
Error: I2C Read failed
Error: I2C Read failed
  TPS65217C ES1.2
Error: I2C Read failed
  UNKNOWN AUDIO IC

"AM3359 ES2.0 GP ZCZ"...

Regards,

It doesn’t work on my board:

debian@beaglebone:~$ sudo omapconf --cpuinfo
[sudo] password for debian:
sudo: omapconf: command not found
debian@beaglebone:~$

Sincerely,

Pavel.

It's not installed by default in the BeagleBoard.org image's, as it
doesn't provide very much useful information for the average user.

I had merely reference TI's sdk as that is what you posted in this thread.

Regards,

Works. Thanks !
root@am335x-evm:~# sudo omapconf --cpuinfo
OMAPCONF (rev v1.74-1-g40ab0a2 built Sun Apr 19 07:10:00 UTC 2020)

HW Platform:
Generic AM33XX (Flattened Device Tree)
AM3358 ES2.1 GP Device (UNKNOWN performance ZCZ package (1.0GHz))
Error: I2C Read failed
Error: I2C Read failed
Error: I2C Read failed
TPS65217B ES1.2
Error: I2C Read failed
UNKNOWN AUDIO IC

root@am335x-evm:~#

Before I tried on eMMC images. I’ve two Linux images:

  • downloaded from BeagleBone site (in eMMC)
  • flashed on SD card using TI SDK utility (on SD card)
    Where can I find omapconf to install it on eMMC ?

Sincerely,
Pavel.

Have you tried this?
https://github.com/omapconf

sudo apt install tiomapconf

Regards,

Dude I’m getting dizzy following this thread.
You must run this command on the sdk version of Linux

You said it works above on sdk now it appears you are running the command on Debian. It won’t work until you follow Robert’s update command.

You said it works above on sdk now it appears you are running the command on Debian. It won’t work until you follow Robert’s update command.

As I previously mentioned, I’ve two version of Linux:

  • debian in eMMC
  • yocto-based in SD card
    On yocto omapconf worked, on debian - not.
    I installed it on debian using Robert’s suggestion and now it also works on debian.

What confuses you ?
Sincerely,
Pavel.