Suppose due to a hardware error in the flash file system the code for a Legato application installed using the update command is corrupted. Would the following happen when an attempt is made to start the application:
- a checksum error on the application code is detected.
- the application is rolled back to the previously installed version.
The documentation I’ve seen suggests this but is not entirely clear. Also there seems to be some role for a configuration tree, it appears to be created automatically, does the application have to do anything explicitly?
Thanks for any advice.