silver13 / BoldClash-BWHOOP-B-03

firmware for BoldClash BWHOOP B-03 quadcopter
MIT License
69 stars 124 forks source link

Error unlocking board #3

Open unixdnw opened 7 years ago

unixdnw commented 7 years ago

Runtime Error: embedded:startup.tcl:47: Can't find /usr/share/openocd/scripts/target/stm32f0x.cfg in procedure 'script' at file "embedded:startup.tcl", line 47

silver13 commented 7 years ago

Are you on linux or windows, I have only seen this error in windows, it's to do with not finding the correct file in the path. Basically file not found

unixdnw commented 7 years ago

I'm running Cub Linux on an old laptop. I'm new to Linux and I tried to follow this process. The file is not there. Do you know which command should have installed it?

On May 24, 2017 3:35 AM, "silver13" notifications@github.com wrote:

Are you on linux or windows, I have only seen this error in windows, it's to do with not finding the correct file in the path. Basically file not found

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/silver13/BoldClash-BWHOOP-B-03/issues/3#issuecomment-303656642, or mute the thread https://github.com/notifications/unsubscribe-auth/Abk2qRLeyQBsiGYV4i86d5fseATui_tJks5r8-u_gaJpZM4Nkl7Q .

silver13 commented 7 years ago

the install instructions are in file https://github.com/silver13/BoldClash-BWHOOP-B-03/blob/master/INSTALL.md

If you can find the location of the scripts directory, using the -s switch can be used to specify it. -s ..\share\openocd\scripts\

unixdnw commented 7 years ago

I have not found the file stm32f0x.cfg Linux might be to complicated for me. I better go back to a windows machine. Thanks

swhutama commented 4 years ago

Hello