Hello
I have to debug a target (STM32) which is connected on an other computer from my development machine. The target is connected to a windows-machine running openocd. I am connected to that windows-computer through network with my development-machine (linux).
I start arm-none-eabi-gdb on my development-machine and connect to the (network-)remote target. So far so good. But now if I want to flash the application-binary to the target, openocd claims:
Error: couln’t open app.bin
The same error message is also displayed on my development-machine.
How can I get openocd to flash my binary?
Thanks a lot for your support in advance!
– regards