This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Verbose output from Foundation Platform?

I'm trying to create an example enabling stage 2 address mapping with the ARM Foundation Platform. I've been unable to get this to work as expected: I'm always getting a level 0 translation fault.

Is there any way to turn on debug or verbose output to try to understand why I'm getting this error? I can't understand which of the several causes it might be.

Parents
  • The Foundation Platform supports "-=trace=file" option that writes TarmacTrace (configured with default values for its parameters) into the file specified. I have used TarmacTrace to debug on the Base RevC model, but I suppose it should work similarly (but only with the default parameters for the trace) on the Foundation model.

    Edit: There might be a debug server within the Foundation model, but AFAIK, running a compatible debugger needs a license.

Reply
  • The Foundation Platform supports "-=trace=file" option that writes TarmacTrace (configured with default values for its parameters) into the file specified. I have used TarmacTrace to debug on the Base RevC model, but I suppose it should work similarly (but only with the default parameters for the trace) on the Foundation model.

    Edit: There might be a debug server within the Foundation model, but AFAIK, running a compatible debugger needs a license.

Children