Package ilcd
Class General

Public Method writeApplicationDataToFlash

static void writeApplicationDataToFlash(int flags, String filename)

Throws:

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Parameter Range Description
flags Bit 0, 1, 7 flags for the flash update
filename DOS filename (8.3 format) name and path of the *.rid or *.lcdp-rflash file

Copies a raw flash file (*.rid or *.lcdp-flash) from the MicroSD card to the internal flash memory of the iLCD controllerJoC.

Flags can have the options:

Bit Description
0 no reboot
1 no verification
7 verbose mode

Notes

See also:

Write Application Data to Flash