i found a bug in "interface_signal del", the name of the signal was not passed down to the functions thats look for it, so it didn't work. attached a patch :) since this stuff is not yet in the master branch (right?), i based this patch on openocd-ifsigbitbang@git://repo.or.cz/openocd/libswd.git
i tried the example a couple from some messages aboce and it worked ok for me. i found something weird, doesn't look correct: telnet localhost 4444 Trying ::1... Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. Open On-Chip Debugger > source /home/rrosa/rrosa/fork_openocd/tcl/interface/minimodule_swd.cfg only one transport option; autoselect 'swd' New SWD context initialized at 0x0819109C > adapter_khz 10 10 kHz > init minimodule SWD-Mode initialization complete... max TCK change to: 6000 kHz clock speed 10 kHz swd_dap_detect() error -16 ([SWD_ERROR_ACK] acknowledge error) in procedure 'transport' in procedure 'init' > init > the first time it doesn't work, but if i annoy it by trying again it will cooperate. didn't track this one yet... -- Rodrigo.
0069-fix-interface_signal-del-now-works.patch
Description: Binary data
_______________________________________________ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development