This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello,
I'm using TMS320F28069, Uniflash 4.2.1 and XDS100v2 USB Debug Probe.
I need to flash two files: one in a COFF (a.out) and another in binary format. It works fine in Uniflash GUI, I just select files and specify an offset for the binary file.
In Uniflash CLI I can programm COFF file with this command: dslite --mode flash --config=%CONFIGS%\f28069.ccxml --load-settings %SETTINGS%\generated.ufsettings --flash %IMAGES%\bootloader_28069f.out
However Uniflash CLI doesn't let me to program a binary file.
Command: dslite --mode flash --config=%CONFIGS%\f28069.ccxml --load-settings %SETTINGS%\generated.ufsettings --flash %IMAGES%\serial_number.bin 0x3D7800
returns the following error: "Failed: Encountered a problem loading file: ...\serial_number.bin Internal error"
What is the right syntax to specify an offset for the binary file?
Thanks,
Dmitry