Open source version of the STMicroelectronics STLINK Tools
 
 
 
 
 
Go to file
Peter Zotov fc7b68944d Add optional -DDEBUG to Makefile. 2011-02-15 19:48:36 +03:00
build Add optional -DDEBUG to Makefile. 2011-02-15 19:48:36 +03:00
example
src Add optional -DDEBUG to Makefile. 2011-02-15 19:48:36 +03:00
AUTHORS
LICENSE
README

README

HOWTO
=====

To run the gdb server, do (you do not need sudo if you have
set up permissions correctly):
$ make -C build && sudo ./build/st-util 1234 /dev/sg1

Then, in gdb:
(gdb) target remote :1234

Have fun!

Caveats
=======

`continue' GDB command does not work: target does not step at
all or steps with a turtle speed. Looks like there's something
wrong with SCSI requests.