We are trying to use openocd with an board which has an i.MX27
processor and are using a JTAG debugger which runs a GDB server and a
telnet shell with openocd commands on it.

Every time we try to execute the following command we get the error as follows:

> reset
JTAG tap: imx27.bs tap/device found: 0x1b900f0f (Manufacturer: 0x787,
Part: 0xb900, Version: 0x1)
JTAG Tap/device matched
JTAG tap: imx27.cpu tap/device found: 0x07926121 (Manufacturer: 0x090,
Part: 0x7926, Version: 0x0)
JTAG Tap/device matched
BUG: unknown debug reason: 0xe

I have seen that two more persons have found this problem but no
solution was found yet.

Does anybody know if this can be safely ignored or what does it mean?

I have searched in the code and have found that this print is located
in "src/target/arm926ejs.c" in function
"arm926ejs_examine_debug_reason()".

Thank you.
_______________________________________________
Openocd-development mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to