Other Parts Discussed in Thread: UNIFLASH,
Hi,
I want to burn .bin file, how can I do that?
I have bypassed all commands in code itself. I thought of using uniflash, but it didn't worked.
Can anyone help in that?
Thanks & Regards,
Rajeshwari
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.
Hi,
I want to burn .bin file, how can I do that?
I have bypassed all commands in code itself. I thought of using uniflash, but it didn't worked.
Can anyone help in that?
Thanks & Regards,
Rajeshwari
Hi,
I am using ES3.0 version, sdk 2.1.0.4.
I didn't get exact error message on uniflash.
Problem is I have bypassed all cli commands in code. If I flash .bin file into the board using uniflash, eventually I have to turn off the power and and restart the board for SOP toggling.
While working in debug mode moment I load .xer4f file, board gets start automatically because of bypassing cli commands. I am expecting same behavior when I will flash .bin file. How this can be achieved?
Basically I want to run board standalone without CCS.
Thanks & Regards,
Rajeshwari
Hi,
Sorry for late response,
First, you will need to modify the code to hard code the configuration.
Please search this forum, there are several threads regarding bypassing the CLI configuration.
After that is achieved, it will be simple to modify the demo to start on power up.
In this way, after flashing the binary, the demo will start when the board is powered up
thank you
Cesar
Hi,
Thank you for your reply!
I have done first part of bypassing CLI commands.
Can you please elaborate how can I modify demo to start on power up?
Regards,
Rajeshwari
Hi,
After you have sent all the other config commands you would need to send the "sensorStart" command.
Please search for "sensorStart" in this forum
thank you
Cesar