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.

UNIFLASH: Uniflash run targer after program load/flash in standalone command line

Part Number: UNIFLASH


Hello, I need to run the target after program load/flash operation in standalone command line of uniflash but I don't find any parameter to do it.

It works well in the program windows but I need it in the standalone command package.

Thank you.

Have a good day.

  • Hello,

    I'll need to follow up with the UniFlash engineer. I'll pass on any updates as I receive them

    Thanks

    ki

  • There is an additional parameter that need to be passed into dslite to run the target. It is: -u or --run

    The script in the standalone package will not have this parameter, even if the checkbox was enabled. You can open up the script yourself and add the parameter to where dslite is called (usually line 14 of the bat/sh file).

    Thanks

    ki