Attention! Beginning from firmware version 0.2.18 all customizations of embedded portal is necessary to make using source codes of portal. After all customizations complete it is necessary to make compiling and minimization of source code of portal. After compiling and minization all files of portal could be placed in home directory for further image making. Source code of portal (portal-dev-*.tgz is in directory with current release http://soft.infomir.com.ua)
Autoupdate module is for organization of firmware version automatic and handle updating via HTTP from URL.
By default autoupdate module works from manufacturer URL if the variable autoupdateURL is not specified!!!
Example of the variable:
autoupdateURL=http://example.com/update_list.txt
autoupdateURL - URL which should contain update_list.txt
file
Stages of update process
Syntax of update_list.txt
file, example:
[ {"name":"0.2.14-r3", "url":"http://example.com/250/imageupdate214r3", "type":"release", "date":"26 Nov 2012 23:22:19 GMT+0200", "descr":"Release"}, {"name":"0.2.14-r7", "url":"http://example.com/250/imageupdate214r7", "type":"release", "date":"30 Nov 2012 14:43:29 GMT+0200", "descr":"Release"} ]
where: