LPDDR initial check for custom board

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

LPDDR initial check for custom board

跳至解决方案
716 次查看
Robbi
Contributor II

Hi Team, 

                 we had designed a custom-board with imx-93 processor. As a part of board bring-up activity. Need to test LPDDR4 ,eMMC and other peripherals. Is there any approach to test in u-boot stage with flashing image.

 

 

Thanks,,

Robbi.

0 项奖励
回复
1 解答
691 次查看
JosephAtNXP
NXP TechSupport
NXP TechSupport

Hi,

Thank you for your interest in NXP Semiconductor products,

For testing DDR, you would need to use Config Tools for the i.MX 93, you have to port your timings and characteristics into a new imx-boot image, the bring up is done through this interface and the test would be to get to U-boot after each boot.

For other interfaces like eMMC and so on, upon successfully porting your new imx-boot image with a custom u-boot, you could test your own code in the board.c file and/or through the U-boot commands, e.g. mmc read/ mmc write.

Regards

在原帖中查看解决方案

0 项奖励
回复
2 回复数
692 次查看
JosephAtNXP
NXP TechSupport
NXP TechSupport

Hi,

Thank you for your interest in NXP Semiconductor products,

For testing DDR, you would need to use Config Tools for the i.MX 93, you have to port your timings and characteristics into a new imx-boot image, the bring up is done through this interface and the test would be to get to U-boot after each boot.

For other interfaces like eMMC and so on, upon successfully porting your new imx-boot image with a custom u-boot, you could test your own code in the board.c file and/or through the U-boot commands, e.g. mmc read/ mmc write.

Regards

0 项奖励
回复
658 次查看
Robbi
Contributor II

Thanks @JosephAtNXP , Is there any sample application to test eMMC and QSPI NOR FLASH memory(instead of using mmc or dd commands).

 

 

0 项奖励
回复