[ECOS] RE: eCos ROM application crashes without Redboot
Øyvind Harboe
oyvind.harboe@zylin.com
Wed Aug 13 11:14:00 GMT 2003
I found the problem.
It is not in eCos, but a lack of proper understanding of
the JTAG debugger yours truly is using.
When I connect to my target using GDB and issue a reset command,
the JTAG debugger (BDI 2000 from Abatron) will poke lots of
registers(because I told it to in the config files) to set up e.g.
memory layout, etc.
I.e., this GDB command sequence crashes:
(gdb) monitor reset
(gdb) continue
This does not:
(gdb) monitor reset
(gdb) jump *0x1000000
Øyvind
--
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss
More information about the Ecos-discuss
mailing list