Other Parts Discussed in Thread: UNIFLASH
Following the instructions for on-chip OAD here:
It instructs to use Uniflash to load the .bin file - this works fine with the Uniflash GUI
However when using the Uniflash CLI I get this error when I run:
> dslite.bat --config=<snipped>.ccxml -f <snipped>.bin
Failed: Encountered a problem loading file: D:\<snipped>\simple_peripheral.bin Could not determine target type of file
I need to flash this .bin automatically using the CLI as part of a Jenkins job - how can I flash it from the command line?