Hello
I'm a developer using IMX RT1020 EVK board.
I created a project to do SDRAM-boot using ROM-Bootloader.
The default project uses lwip-ip4_ipv6_echo_freertos SDK Sample.
The Step is below,..
1. Modify code from [ fsl_flexspi_nor_boot.c ] in the xip folder


2. Project Properties -> From Managed Linker Script.
Check the Plain load image & select BOARD_SDRAM to automatically create the build linker script
3. Uncheck the Managed Linker Script
4. From Debug Directory, [ evkmimxrt1020_lwip_ipv4_ipv6_echo_freertos_Debug.ld ] Modification


5. start-up folder start-up_mimxrt1021.c code modification

and build , Flash programming.
Finally , This project could not do Boot
What is the problem ???? Please Check this project (evkmimxrt1020_xxxxx.zip)
But. With Same sequece, attached project (RAMBOOT_exam.zip) is Successfully SDRAM Working !!

What is the difference.. ?? What do I omit ??
Please check this 2 projects, and How can I do SDRAM boot by this method ?
Please someone, help me.