首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >如何从/proc/cpuinfo中查找CPU硬件序列号

如何从/proc/cpuinfo中查找CPU硬件序列号
EN

Stack Overflow用户
提问于 2018-01-21 10:15:03
回答 1查看 362关注 0票数 0

我正在尝试查找broadcom cpu芯片的数据表,我可以获得以下cpuinfo转储,但如何找到确切的芯片序列号?

代码语言:javascript
复制
#cat /proc/cpuinfo 
system type             : 968380GERG
processor               : 0
cpu model               : Broadcom BMIPS4350 V8.0
BogoMIPS                : 598.01
wait instruction        : yes
microsecond timers      : yes
tlb_entries             : 32
extra interrupt vector  : no
hardware watchpoint     : no
ASEs implemented        :
shadow register sets    : 1
kscratch registers      : 0
core                    : 0
VCED exceptions         : not available
VCEI exceptions         : not available

processor               : 1
cpu model               : Broadcom BMIPS4350 V8.0
BogoMIPS                : 606.20
wait instruction        : yes
microsecond timers      : yes
tlb_entries             : 32
extra interrupt vector  : no
hardware watchpoint     : no
ASEs implemented        :
shadow register sets    : 1
kscratch registers      : 0
core                    : 0
VCED exceptions         : not available
VCEI exceptions         : not available
EN

回答 1

Stack Overflow用户

发布于 2018-01-21 11:02:19

BMIPS4350标识了一系列Broadcom芯片,如BCM93384WVG和BCM63168。但在本例中,系统类型建议使用BCM968380。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/48363045

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档