Hello, I use a T1013 processor and CodeWarrior for PowerPC Architecture 10.5.1 (CW PA) software, and I want to burn U-boot on a BareBoard, so I use Hard-coded RCW and create a BareBoard project in CW PA:




My hardware configuration is different from T1013RDB (I can't find the T1013RDB information on the NXP website, I can only judge by the .tcl and .mem files in the example project), I didn't modify the .tcl and .mem files, tried to debug directly, but found that there are only two ways to connect to the processor through JTAG:

If you connect using a different method (apart from two "Attach" targets) , you get an error:

When using RUN instead of Debug (Including two "Attach" targets), an error is prompted:

I noticed that the CW PA software would say "Reset failed".
In the meantime, when I connect to the processor with a RAM_Attach, I read the value of the register, but find that the value of the CCSR register configured in the .tcl does not work at all:

What should I do to finish burning U-boot on the new board, what may be the cause of the above problems I am experiencing? How should it be resolved?