-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iotlab-m3 nodes always fail on flashing #6043
Comments
@kYc0o What is the actual error (message)? |
Sorry I forgot to put it in the description:
|
That was one of my main issues, when trying to implement a working test framework ;-) |
Just tested on OS X with |
The reason is probably the old OpenOCD version. See discussion in #2472. |
Yes, that's the problem. We can then say somewhere (wiki?) that we recommend OpenOCD 0.10 or higher? |
Actually, I thought we already did this, but I cannot find it. So, 👍 for recommending OpenOCD > 0.9 somewhere. |
Done in the wiki. |
I have install RIOT and openocd followed wed size https://github.com/RIOT-OS/RIOT/wiki/OpenOCD and https://github.com/RIOT-OS/RIOT/wiki. next information is catching in Ubuntu. $ make flash "make" -C /home/joe/win_share/RIOT-master/boards/nucleo-f103 Flashing TargetOpen On-Chip Debugger 0.10.0+dev-00169-g02bc718 (2017-08-01-13:38) 0* stm32f1x.cpu hla_target little stm32f1x.cpu halted /home/joe/win_share/RIOT-master/examples/test_stm32/../../Makefile.include:370: recipe for target 'flash' failed |
While testing the release specs I found that the iotlab-m3 is flashed correctly, but I always have an error.
Can anyone else confirm this behaviour on
2016.10-RC1
?My config is:
Open On-Chip Debugger 0.9.0-dev-gbdd8312 (2016-01-12-18:06)
And
arm-none-eabi-gcc (GNU Tools for ARM Embedded Processors) 5.2.1 20151202 (release) [ARM/embedded-5-branch revision 231848]
I'm in a Debian jessie machine this time ;-)
The text was updated successfully, but these errors were encountered: