1) According to the requirements,I modified the SCF file according to following
#define m_interrupts_start 0x80002000
#define m_interrupts_size 0x000023FF
#define m_text_start 0x80002400
#define m_text_size 0x001FFFFF
2) And add the following to marco.
XIP_BOOT_HEADER_ENABLE=1,
XIP_BOOT_HE
ADER_DCD_ENABLE=1
3) Generate the image.
4) Using the NXP-MCUBootUtility to download the iamge.
DEV UNSIGNED IMAGE BOOT.
5) Cannot run. ( but MDK debug is OK.)