iLoader#

The iLoader allows you to download raw flash data files (*.rid or *.lcdp-rflash) created with iLCD Manager XE to the iLCD controller. It is written in Standard C and shows how to generally send and receive data via the serial, USB and Ethernet port on the one hand and, on the other, can be modified and integrated into an application to allow updating the flash data without having to use iLCD Manager XE. The sources compile with Embarcadero C++ Builder XE and Linux GCC but can easily be transferred to other operating systems and/or compilers. The sample code archive includes the executables for Windows and Linux.

How To#

Here’s how to use the iLoader.

  1. Download and extract iLoader files.

  2. Open ILCD Manger XE and the project you wish to flash. Navigate to the file panel and select “export”. Select the “flashRawData” option. Select the Target iLCD and export. The exported file should be in the same folder as the iloader executable. Close manager after exporting to avoid a conflict during flashing.

  3. Connect the iLCD to the PC using a micro-USB cable.

  4. Navigate to the folder containing iloader executable and open the command line.

  5. input command "iloader "fileName.lcdp-rflash" -usb

   

  Download