In IMX8M Mini, QSPI Bootloader bss and data section taking qspi address

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

In IMX8M Mini, QSPI Bootloader bss and data section taking qspi address

94 次查看
Hariharan1
Contributor III

Hi,

 

I am loading binary using qspi bootloader(cortex a53) after program reading from nor method. at the time .data and .bss section address taking as qspi memory. but it has to pointing to lpddr4 memory. what is the issue

标签 (1)
0 项奖励
回复
2 回复数

75 次查看
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello,

 

Something should be wrong there since qspi must point to the device you have connected not the memory.

Regards

0 项奖励
回复

69 次查看
Hariharan1
Contributor III

This is my linker memory section

.DDR_REGION1(rwx) : ORIGIN = 0x40200000, LENGTH = 512K /* DDR, 512kb */
.DDR_REGION2(rwx) : ORIGIN = 0x44000000, LENGTH = 1M /* DDR, 1 MB */
.IRQ_DDR_REGION3(rwx) : ORIGIN = 0x440F423F, LENGTH = 1M /* DDR, 1 MB */

0 项奖励
回复