Hello,
I am new to using cyflash and picking up python for the first time in about a year. So with that, I acknowledge that I am a little rusty. I am having some issues cyflash to program to program a psoc 5LP dev board I have been playing with . I have the following script that I have been running.
import cyflash
cyflash --serial /dev/tty.usbserial-FTGD9SGG Bootloadable1.cyacd
and I get the following back
File "testcyflash.py", line 3
cyflash --serial /dev/tty.usbserial-FTGD9SGG Bootloadable1.cyacd
^
SyntaxError: invalid syntax
where tty.usbserial-FTGD9SGG is my ftdi usb to serial cable and Bootloadable1.cyacd is my project that I generated in psoc creator. Both of which have been tested with the psoc host tool. I suspect, I am doing something very obviously wrong with the command, however I just cant see it.
Any help would greatly be appreciated.