Is SPL image support NOR flash?

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

Is SPL image support NOR flash?

跳至解决方案
2,902 次查看
vinothkumars
Senior Contributor IV

Hi All.

I am working on T4160RDB. I built u-boot-spl.bin and flash using NOR. But, I have a doubt, is it SPL really work in NOR?

or is SPL image suitable for NAND and SDcard?

Regards,

VinothS

Regards,
Vinothkumar Sekar
0 项奖励
回复
1 解答
2,666 次查看
ufedor
NXP Employee
NXP Employee

SPL executed from SRAM is required for SD and NAND boot because direct code execution from these devices is not possible - it is required to read block of data to SRAM and execute it from there.

在原帖中查看解决方案

0 项奖励
回复
4 回复数
2,667 次查看
ufedor
NXP Employee
NXP Employee

SPL executed from SRAM is required for SD and NAND boot because direct code execution from these devices is not possible - it is required to read block of data to SRAM and execute it from there.

0 项奖励
回复
2,666 次查看
vinothkumars
Senior Contributor IV

Hi Ufedor,

Thank you for your reply.

So, there is no possible to use SPL binary for NOR flash.

Is it right ?

Regards,

VinothS

Regards,
Vinothkumar Sekar
0 项奖励
回复
2,666 次查看
ufedor
NXP Employee
NXP Employee

Yes.

0 项奖励
回复
2,666 次查看
vinothkumars
Senior Contributor IV

Thank you

Regards,
Vinothkumar Sekar
0 项奖励
回复