Thank you for your reply!
These days I had tried many times as your advise, And several times I can successfully go into Debug_RAM mode, but when i choose to download flash, it says "Interrupt command received. Halting execution" and the progress bar stay at 99%, and the S32 Design Studio collapsed. I have three board with the same problem.

The first board got this trouble because I accidentally interrupt the process. But I do not know why this happened to the second and third board.
here is the memory i used in the MPC5746C_flash.ld
MEMORY
{
flash_rchw : org = 0x00FA0000, len = 0x4
cpu0_reset_vec : org = 0x00FA0000+0x10, len = 0x4
cpu2_reset_vec : org = 0x00FA0000+0x04, len = 0x4
m_text : org = 0x01000000, len = 256K //one time with org = 0x00FC0000,
m_vectors_ram : org = 0x40000000, len = 0xC00
m_data : org = 0x40000000+0xC00, len = 192K-0xC00
}
Is there any problem with the setting?
I just have another two virgin chip now, and i can't flash these two until I find why this happened :( .