You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ cd /home/pi/open-nsynth-super-master/firmware/
$ unzip en.stm32cubef0.zip
get the depencies $ cd /home/pi/open-nsynth-super-master/firmware/utils && sudo ./install_dependencies.sh
-> this takes a while
don't do this $ mv STM32Cube_FW_F0_V1.9.0 cube it gives then the error make: *** No rule to make target '../STM32Cube_FW_F0_*/Drivers/CMSIS/Device/ST/STM32F0xx/Source/Templates/gcc/startup_stm32f030xc.s', needed by '../bin/main.elf'. Stop.
flash chip $ make install
sudo /home/pi/open-nsynth-super/firmware/openocd/bin/openocd --file openocd.cfg --command "program ../bin/main.elf verify reset exit"
Open On-Chip Debugger 0.10.0 (2018-05-14-21:26)
Licensed under GNU GPL v2
For bug reports, read
http://openocd.org/doc/doxygen/bugs.html
BCM2835 GPIO nums: swclk = 25, swdio = 24
BCM2835 GPIO config: srst = 23
srst_only separate srst_gates_jtag srst_push_pull connect_deassert_srst
adapter speed: 1000 kHz
adapter_nsrst_delay: 100
srst_only separate srst_nogate srst_push_pull connect_deassert_srst
cortex_m reset_config sysresetreq
srst_only separate srst_nogate srst_push_pull connect_deassert_srst
adapter_nsrst_delay: 100
adapter_nsrst_assert_width: 100
Info : BCM2835 GPIO JTAG/SWD bitbang driver
Info : SWD only mode enabled (specify tck, tms, tdi and tdo gpios to add JTAG mode)
Info : clock speed 1001 kHz
Info : SWD DPIDR 0x0bb11477
Info : stm32f0x.cpu: hardware has 4 breakpoints, 2 watchpoints
Error: stm32f0x.cpu -- clearing lockup after double fault
Polling target stm32f0x.cpu failed, trying to reexamine
Info : stm32f0x.cpu: hardware has 4 breakpoints, 2 watchpoints
TargetName Type Endian TapName State
-- ------------------ ---------- ------ ------------------ ------------
0* stm32f0x.cpu cortex_m little stm32f0x.cpu halted
adapter speed: 1001 kHz
target halted due to debug-request, current mode: Thread
xPSR: 0xc1000000 pc: 0xfffffffe msp: 0xfffffffc
adapter speed: 1001 kHz
target halted due to debug-request, current mode: Thread
xPSR: 0xc1000000 pc: 0xfffffffe msp: 0xfffffffc
adapter speed: 4061 kHz
** Programming Started **
auto erase enabled
Info : device id = 0x10006444
Info : flash size = 32kbytes
wrote 12288 bytes from file ../bin/main.elf in 0.614188s (19.538 KiB/s)
** Programming Finished **
** Verify Started **
verified 11788 bytes in 0.050718s (226.975 KiB/s)
** Verified OK **
** Resetting Target **
adapter speed: 1001 kHz
shutdown command invoked
@nsynthsuper@nanu-c is it possible to make an image for this, I've been hitting a lotttt of snags bouncing between these two instruction sets and cannot always find the correct packages referenced. Please and thanks!
Set up the rpi 3 b+
get latest raspbian as described on https://www.raspberrypi.org/downloads/raspbian/
Do the things in section 3 and 4 from https://github.com/googlecreativelab/open-nsynth-super/tree/master/linux#3-prepare-the-os
get nsyth from git
Set up the firmeware
en.stm32cubef0.zip
from http://www.st.com/en/embedded-software/stm32cubef0.html and put in /home/pi/open-nsynth-super-master/firmware/get the depencies
$ cd /home/pi/open-nsynth-super-master/firmware/utils && sudo ./install_dependencies.sh
-> this takes a while
don't do this
$ mv STM32Cube_FW_F0_V1.9.0 cube
it gives then the errormake: *** No rule to make target '../STM32Cube_FW_F0_*/Drivers/CMSIS/Device/ST/STM32F0xx/Source/Templates/gcc/startup_stm32f030xc.s', needed by '../bin/main.elf'. Stop.
flash chip
$ make install
copy audio files
Set up latest openframework from git
$ cd ~ && mkdir opt/ && cd opt/ && git clone --depth=1 https://github.com/openframeworks/openFrameworks.git
$ mv openFrameworks of
$ cd of/scripts/linux/debian && sudo ./install_dependencies.sh
$ cd ~/opt/of/scripts/linux && download_libs.sh
$ mkdir /home/pi/opt/of/apps/open-nsynth && cp -r /home/pi/open-nsynth-super-master/app/open-nsynth /home/pi/opt/of/apps/open-nsynth/
Poco::FastMutex
withstd::mutex
-> this is in various filesofxPoco
to addons.make~/opt/of/apps/open-nsynth/open-nsynth
with$ make -j4
-> this takes a whilehttps://github.com/googlecreativelab/open-nsynth-super/tree/master/linux#4-copy-audio-files
$ bin/open-nsynth
get nsynth dependencies
$ cd ~/open-nsynth-super-master/linux
gstreamer0.10
withgstreamer1.0
$ sudo sh ./nsynth-setup.sh
$ sudo reboot
The text was updated successfully, but these errors were encountered: