I have a board that sometimes fails to boot and appears to be asserting RESET_REQ_B. I have just acquired a CWTAP to analyze this, and am trying to figure out how to actually read this register. I have the latest version of CodeWarrior ARM v8 ISA for Linux, and none of the getting started manuals appear to be written for this version.
The CWTAP is attached to my board and I can connect to the TAP via ethernet. Can anyone give me step by step instructions on how I can use the CW4NET software to simply read out this register? The RCW and PBI are already programmed in the SPI flash, and I have verified with a scope that the PBL is reading the entire configuration over the SPI bus. When a failure occurs, it generally happens about 100msec after the checksum has been read, and the assertion of RESET_REQ_B usually coincident with, or just before the first fetch of 0x100000 to begin executing the actual program.
After I launch fsl_eclipse.sh, what do I do to simply attach to the CWTAP and read out the register?