LS1043A QSPI Boot

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

LS1043A QSPI Boot

跳至解决方案
2,027 次查看
j_wallace
Contributor II

Hi Experts,

We are designing custom LS1043A based bord that will boot from QSPI NOR flash. When I build u-boot from DENX u-boot-fsl-qoriq for LS1043AQDS board it looks like there is no SPL build. So I would like to ask

1) How does the QSPI boot work? How code gets from QSPI NOR flash to SDRAM?

Furthermore, I saw that SPI MTD driver is also linked to u-boot when building for LS1043AQDS and this driver does not seem to support the QSPI flash of our custom board. So perhaps we will have to patch the driver to match our device.

2) Is MTD driver involved in the boot process for QSPI boot?

Thanks in advance.

0 项奖励
1 解答
1,287 次查看
Pavel
NXP Employee
NXP Employee

Look at the following document:

https://community.nxp.com/docs/DOC-102040

 

This document shows that QSPI NOR Flash is used as memory-mapped flash.


Have a great day,
Pavel Chubakov

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

在原帖中查看解决方案

0 项奖励
2 回复数
1,288 次查看
Pavel
NXP Employee
NXP Employee

Look at the following document:

https://community.nxp.com/docs/DOC-102040

 

This document shows that QSPI NOR Flash is used as memory-mapped flash.


Have a great day,
Pavel Chubakov

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

0 项奖励
1,287 次查看
j_wallace
Contributor II

Ok,

Thanks for your feedback.

Best regards.

0 项奖励