Skip to content

Flash Display

Sebastian Holzgreve edited this page Jul 8, 2022 · 1 revision

MicroSD

General

The general procedure is:

  1. Copy the DWIN_SET folder (generated by the DGUS Tool) on a properly formatted MicroSD card.
  2. Insert MicroSD card to the powered off Display
  3. Power on Display
  4. A blue display masks shows up the show the progress of flashing.

During the flashing process the second line shows:

SD Card Process...

When flashing has finished the second line shows:

SD Card Process... END!
  1. Power off Display
  2. Remove MicroSD card.

It's crucial that the MicroSD card is formatted properly.

  • FileSystem: FAT32
  • Allocation Unit Size: 4096

Prepare MicroSD Card

Windows

Open a command prompt and use the following command.

WARNING

Be sure to use the correct driver letter

The command deletes everything on the MicroSD card.

format [MicroSD Disk Letter] /q /fs:fat32 /a:4096

DGUS Tool

The display application can also be flashed using the DGUS Tool. This comes very handy during development (when the display application needs to be downloaded multiple times)

The display must be connected over an USB-TTL adapter to the machine were the DGUS Tool is running.

In the DGUS Tool choose downing from the tool menu.

This will open up the following tool:

DGUS-Download-Tool

  1. Add the files you want to download the appropriate sections in the too
  2. Select the serialport for the USB-TTL and the correct baudrate (by default 115200)
  3. Click the down Button

The progress is shown by the progress-bar on the bottom.

Clone this wiki locally