Hi, I have been tasked to write some script that will ensure when our device ships to customer it is in a clean state (factory default).
We will load an application on during an automated test and I can't see if there is a command or a method through scripting to delete the application.
Is there one...or can I just create a blank project for my device and load that? Does that wipe over all files or could there still be files existing from the previous application?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, I have been tasked to write some script that will ensure when our device ships to customer it is in a clean state (factory default).
We will load an application on during an automated test and I can't see if there is a command or a method through scripting to delete the application.
Is there one...or can I just create a blank project for my device and load that? Does that wipe over all files or could there still be files existing from the previous application?
Hello.
I think reset_origin() should do the trick.
Regards,
Martin