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.

CCS: Uniflash CmdLine verify not working

Other Parts Discussed in Thread: UNIFLASH

Tool/software: Code Composer Studio

I am trying to use Uniflash command line to verify a binary file on a target. I don't have any trouble verifying in the GUI, however, when I try to pass the same binary file to the -verify parameter, it says that it has a problem opening the file. Has anyone else used the -verify option and had it work?

  • ...so after playing with it some more last night I discovered part of the problem. The filename had extra "dots" in it, which the GUI seemed to be OK with, but the command line wasn't. After replacing the dots with under-scores, I was able to verify the code using a binary file located in the same directory.

    However, I then tried to verify using the same binary file, but located in a different directory (giving the absolute path) and verify failed again. I also noticed that the error generated didn't seem to recognize the single back-slashes and I had to use double back-slashes to get them to show up in the string path that the error returned.

    I am using the same path for the "-program" option which is working correctly, but "-verify" isn't...Is this perhaps a bug?

  • Hi Ryan,
    I can't seem to rerpdouce this issue. Can you provide the full console output you see? Also specify which version of UniFlash and what target you are working with. Thanks
    ki