i.MX7: How to find silicon revision?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

i.MX7: How to find silicon revision?

跳至解决方案
3,662 次查看
skrap
Contributor IV

Hello,

I need to be able to tell the difference, in software, between a MCIMX7D5EVM10SD and MCIMX7D7DVM10SC.  (One is rev D, and one is rev C).  Is this difference detectable from the software?  If so, where do I look?

Best,

Jonah

标签 (1)
0 项奖励
回复
1 解答
3,061 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Jonah

for reading/writing fuses one can refer to:

Q&A: How to program i.MX6 eFUSE? 

Fuse API - Boundary Devices 

check function is_soc_rev() in uboot/board/freescale/mx7dsabresd/mx7dsabresd.c

uboot-imx.git - Freescale i.MX u-boot Tree 

Best regards
igor

在原帖中查看解决方案

5 回复数
3,061 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Jonah

one can check SI_REV[3:0 described in Table 6-19. Fusemap Descriptions

i.MX7D Reference Manual

http://cache.nxp.com/files/32bit/doc/ref_manual/IMX7DRM.pdf

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 项奖励
回复
3,061 次查看
dry
Senior Contributor I

igorpadykov‌  Is there any reason this field became "Reserved" in the latest IMXDRM (2018)? ...

0 项奖励
回复
3,060 次查看
skrap
Contributor IV

Igor,

Thanks for the link.  I had come across that field, but I was not sure how to make use of it.

1) Is it mapped to physical address 0x0440? 

2) What values should I expect?  For example, does 0x1 = rev A, 0x2 = rev B, 0x3 = rev C?

Best,

Jonah

0 项奖励
回复
3,062 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Jonah

for reading/writing fuses one can refer to:

Q&A: How to program i.MX6 eFUSE? 

Fuse API - Boundary Devices 

check function is_soc_rev() in uboot/board/freescale/mx7dsabresd/mx7dsabresd.c

uboot-imx.git - Freescale i.MX u-boot Tree 

Best regards
igor

3,061 次查看
skrap
Contributor IV

Perfect, thanks for the reference!

0 项奖励
回复