Wp7605 Update error

WP7605 firmware R13 generic

  1. Send the update file (xx.wp76xx.update) from tablet to wp7605 by using OTA
  2. send command to update the app

but it was error.

Do you have any sample code for update??

you can directly use “update xxx.update” command to update application

For the source code of update command, you can see here:

Thank you for you answer.

I have wrote the code with “ system(“update /home/root/Test.wp76xx.update“) ”

how can I know that it success or not??

you can remove the application by “app remove app1”

After running the code, you can check if the application has been installed by “app status”

I have looked in logread and found the it have this error.

what does it mean??

you might need to use full path

system(“/mnt/legato/system/bin/update /home/root/Test.wp76xx.update”)

how can I set app to auto start after update??

when you compile the application, you need to set “start: auto” in adef file: