Re: [Openocd-development] dap command for OMAP and tcl scripting

2009-05-09 Thread Magnus Lundin
Dirk Behme wrote: > Magnus Lundin wrote: >> Hi >> Rev 1547, Added two commands that just returns values in hex, good for >> scripting. >> >> >dap baseaddr >> >dap apid >> >> Next I started playing with Tcl scripts that scans the ROM table and >> installed components. This is my first shot at J

Re: [Openocd-development] dap command for OMAP and tcl scripting

2009-05-08 Thread Dirk Behme
Magnus Lundin wrote: > Hi > Rev 1547, Added two commands that just returns values in hex, good for > scripting. > > >dap baseaddr > >dap apid > > Next I started playing with Tcl scripts that scans the ROM table and > installed components. This is my first shot at JimTcl in OpenOCD but it >

[Openocd-development] dap command for OMAP and tcl scripting

2009-04-27 Thread Magnus Lundin
Hi Rev 1547, Added two commands that just returns values in hex, good for scripting. >dap baseaddr >dap apid Next I started playing with Tcl scripts that scans the ROM table and installed components. This is my first shot at JimTcl in OpenOCD but it works quite ok. < dapinfo.tcl > ===