imx93-lpm: probe of imx93-lpm failed with error -22

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

imx93-lpm: probe of imx93-lpm failed with error -22

557 次查看
Johan1
Contributor I

I am running imx-linux 6.6.y and mostly standard u-boot.

I am getting "imx93-lpm: probe of imx93-lpm failed with error -22"

Have traced this to the following (imx93_lpm.c):

	/* get the available ddr fsp info */
	for (i = 0; i <num_fsp; i++) {
		arm_smccc_smc(FSL_SIP_DDR_DVFS, DDR_DFS_GET_FSP_INFO, i,
			0, 0, 0, 0, 0, &res);
		err = res.a0;
		if (err < 0)
			return -EINVAL;
		fsp_table[i] = res.a0;
	}


When I run a precompiled u-boot this succeeds so the problem seems to be with the ddr setup in u-boot. (Or is it the packaged bl31 / lpddrXX training files / mx93a1-ahab-container.img


Where to find the latest fw blobs? all links to these files seems to be broken.

0 项奖励
回复
2 回复数

453 次查看
danielchen
NXP TechSupport
NXP TechSupport

Hi

I would suggest you use the latest bsp 6.6.52.   From the release notes, imx93 evk is tested.

danielchen_0-1741134909002.png

 

Regards

Daniel

0 项奖励
回复

533 次查看
danielchen
NXP TechSupport
NXP TechSupport

Hi @Johan1 

 

could you please attach the whole kernel logs?

 

Regards

Daniel

0 项奖励
回复