NUCLEO-F091RC: Zephyr Hello World
Hi, I am trying to get a working demo up for the Zephyr OS on your Nucleo-F091RC
but having trouble. See attached for description, I get this error -
"Error: open failed
FATAL ERROR: command exited with status 1: /home/jmreina/zephyr-sdk-0.13.0/sysroots/x86_64-pokysdk-linux/usr/bin/openocd -s /home/jmreina/zephyrproject/zephyr/boards/arm/nucleo_f091rc/support -s /home/jmreina/zephyr-sdk-0.13.0/sysroots/x86_64-pokysdk-linux/usr/share/openocd/scripts -f /home/jmreina/zephyrproject/zephyr/boards/arm/nucleo_f091rc/support/openocd.cfg -c init -c targets -c 'reset halt' -c 'flash write_image erase /home/jmreina/zephyrproject/zephyr/build/zephyr/zephyr.hex' -c 'reset halt' -c 'verify_image /home/jmreina/zephyrproject/zephyr/build/zephyr/zephyr.hex' -c 'reset run' -c shutdown"
Seems simple to fix but I am stuck, how do I get this blinky demo to run on my Nucleo? :thinking_face:
