On Sunday 23 August 2009, Dirk Behme wrote:
> Having U-Boot running, halt and resume seem to work (but a lot of 
> invalid mode warnings). And yes, "soft_reset_halt" still gives a segfault.
> 
> What are the next steps which could be done with BeagleBoard?

Fix those segfaults ... minimally by finding the three methods
that are not provided, and making the *calling* code verify
it's not calling through a null pointer.  If it's tempted to
do such things, fail gracefully instead.

Eventually one wants real fixes for those.  And in fact ... I
think there should be some TCL escapes for processor-specific
resets.  Pass the target as a param, and let the TCL code poke
at the relevant registers to trigger non-JTAG resets.  If you
can get TI to tell you the ICEpick commands to reset whatever
is connected to a given ICEpick port, that would be best; but
there may be OMAP commands (e.g. force a watchdog reset) that
can work around not having those.  [ Needed since TI-14 JTAG
connectors don't include SRST. ]

Making the script not use jtag_speed should be real easy.  :)



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

Reply via email to