uBoot iMX6 Quad versus Dual (differentiation)

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

uBoot iMX6 Quad versus Dual (differentiation)

跳至解决方案
1,032 次查看
juliocruz
Contributor III

Hi All,

I have two boards:

  1. QUAD with 2GB DDR3
  2. DUAL with 1GB DDR3

I would like to create a unified u-boot that could setup/config the RAM in SPL stage.

My question is: there is a way to know if the board have a QUAD or DUAL?

The function "get_cpu_rev" does not help too much. Additionally, the current header definitions seems no have the dual:

#define MXC_CPU_MX510x51
#define MXC_CPU_MX530x53
#define MXC_CPU_MX6SL0x60
#define MXC_CPU_MX6DL0x61
#define MXC_CPU_MX6SOLO0x62
#define MXC_CPU_MX6Q0x63

Thanks

标签 (2)
标记 (1)
0 项奖励
回复
1 解答
853 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Julio

i.MX6 Quad versus Dual differentiated by fuse NUM_CORES (0x430) 

Table 5-10 Fusemap Descriptions  IMX6DQRM

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

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

-----------------------------------------------------------------------------------------------------------------------

在原帖中查看解决方案

0 项奖励
回复
2 回复数
854 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Julio

i.MX6 Quad versus Dual differentiated by fuse NUM_CORES (0x430) 

Table 5-10 Fusemap Descriptions  IMX6DQRM

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

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

-----------------------------------------------------------------------------------------------------------------------

0 项奖励
回复
853 次查看
juliocruz
Contributor III

Hi Igor,

Thanks for your reply!

Julio

0 项奖励
回复