failed to power on CAAM

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

failed to power on CAAM

857 次查看
jiankang
Contributor III

hello,

I'm working on imx8 products.

I try to merge some modifications from previous uboot version to latest lf2021.04. to enable CAAM.

when I try to power on CAAM in SPL. but failed and SPL hung up.

with fllowing code:

in func: <int arch_cpu_init(void)>

#if defined(CONFIG_SPL_BUILD) && defined(CONFIG_DUAL_BOOTLOADER)
sc_pm_set_resource_power_mode(-1, SC_R_CAAM_JR3, SC_PM_PW_MODE_ON);
sc_pm_set_resource_power_mode(-1, SC_R_CAAM_JR3_OUT, SC_PM_PW_MODE_ON);
#endif

please help to check how can I fix it ?

thanks a lot.

0 项奖励
回复
1 回复

847 次查看
Zhiming_Liu
NXP TechSupport
NXP TechSupport

Can you provide more log about this error?

0 项奖励
回复