Other Parts Discussed in Thread: CC3235SF, , SYSCONFIG
Hi,
I'd like to flash an CC3235SF on an embedded device over UART, since the accessible pins are RxD, TxD, nReset and GND over a custom M12 (12 pins) connector.
Testing proved command line flashing to be working on a Windows based system. (ie. .
/SLImageCreator
image program --
file
<image_file.sli> --port <ttl-usb com port> --script_path .
)
This utilizes a script to trigger the UART DTR line as reset signal.
Unfortunately, this exact command seems to be malfunctioning when operating on a MacBook, which we are required to use. As in the given example below.
Are certain permissions to be set to make this operable on Mac? Do I need a specialized driver to flash over UART (via generic FTDI chip)? Or would this be a bug in Uniflash?
Kind Regards,
Daniel