Open chilijung opened 10 years ago
Please install the openocd The downloads link is in my previous comment
make flash
will only execute st-flash
. Make sure you can see st-link
when you execute command lsusb
in terminal.
And the two wire of MCU must be connected to computer.
I've successfully execute
make
command but after I entermake flash
I'll gotthe error above, how can I solve it? thanks!