This VI performs a software update from sd card.
A application that was built to boot from ProgDongle can be downloaded from the templates page.
The vi ZB.fimware.update.vi (since 4.1.1) can be executed from any position in the Application (FDM and compiled). The vi executes the following steps.
If no display refnum is wired to the vi, the firmware update is performed without display.
When building a standalone file with Zbrain SDK 4.1.1 or later two files are generated. The loader file (*.ldr) and a Zbrain SDK firmware update definition file (*.zfu).
The zfu file consists of a set of parameters that influence the firmware update process. It is automatically generated when creating a loader file.
################################### # Firmware update definition file ################################### name=FDMinterpreter target=ZMC size=001E3E56 chksum=00EF deletme=0 waitbeforereset=15
Lines started with a # are ignored and can be used for comments