ST-Link V2 - Linux
Hello experts,
I'm trying to get the STM32F4Discovery with it's ST-Link V2 running with Debian 7.2.
First I compiled some tool (git://github.com/texane/stlink.git) that gave me st-flash and st-util. They worked.
When I try to use crossworks I always get "DEV_CONNECT_ERR".
In /etc/udev/rules.d there are 2 files:
49-stlinkv2.rules:
SUBSYSTEMS=="usb", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="3748", \MODE:="0666", \SYMLINK+="stlinkv2_%n"
49-stlinkv1.rules:
SUBSYSTEMS=="usb", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="3744", \MODE:="0666", \SYMLINK+="stlinkv1_%n"
I ran crossworks a root but It didn't help.
Has anyone a suggestion for me to solve this?
Thanks in advance!
Flo
Please sign in to leave a comment.
Comments
1 comment