Closed dhylands closed 4 years ago
Just FYI: I get the same error using my real Black Magic Probe connected to the Blue Pill. My Black Magic Probe reports
(gdb) monitor version
Black Magic Probe (Firmware v1.6.1) (Hardware Version 3)
It looks like my device got some option bytes set to turn on "Read Protection". I was able to do:
monitor option erase
after connecting manually under gdb and then just flash worked correctly.
Thanks for the update! It's great that you found the reason.
I'm following along the drone book using 2 blue pills and when I get to the
just f;ash
step I see the following error:I tried to cat the
/run/user/35029/.tmpf5GDh0
file but it was deleted already. Are there any options that can be passed to drone to get the contents of that file to be printed?For the above I was running on Ubuntu 19.10. I see the same error on my Mac.