Open NSynth Super - STM32f0x.cpu "Could not initialize the debug port"
Hi !
I’m building the Open Nsynth Super from Google Creative Lab. https://github.com/googlecreativelab/open-nsynth-super
I’m now at the step where I have to install the firmware on the Raspberry Pi 3 via the Micro SD card with the image set on it. I’m super novice in this field, and I hope I’ll be the clearest as possible in my post.
When I ran the commande :
$ sudo mount -o remount,rw /
$ cd open-nsynth-super/firmware/src
and then
$ make install
(It’s here supposed to run the installation and to be done) BUT then I have (after a few lines) :
__Error : Could not initialize the debug port
Target Name : stm32f0x.cpu
Type : cortex_m
Endian : little
TapName : stm32f0x.cpu
State : unknown
adaptater speed : 101 kHz
Error : could not initialize the debug port
Error : Target not examined, will not halt after reset !
TARGET : stm32f0x.cup - Not halted
In procedure “reset” called at file “openocd.cfg”, line 22
In procedure “ocd_bouncer”
Make file:40: recipe for target “install” failed
make: *** (install) Error 1__
Does anyone know about this issue ?
Thank you,