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

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

93 Views
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

Labels (1)
0 Kudos
Reply
2 Replies

74 Views
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 Kudos
Reply

68 Views
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 Kudos
Reply