📝 Clarify SD card formatting (#571)

Co-authored-by: Scott Lahteine <github@thinkyhead.com>
This commit is contained in:
thebestnom 2021-09-20 05:29:47 +03:00 committed by GitHub
parent 84aa5fe349
commit c2630356b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 3 deletions

View file

@ -10,7 +10,8 @@ Therefore, to flash the compiled firmware binary onto the board you must give th
To update the graphics and icons on the display:
- Copy the `DWIN_SET` folder to an SD card and insert the card into the slot on the back of the display unit.
- Format an SD card using the FAT32 filesystem with 4K cluster size.
- Copy the `DWIN_SET` folder to the SD card and insert the card into the slot on the back of the display unit.
- Power on the machine and wait for the screen to change from blue to orange.
- Power off the machine.
- Remove the SD card from the back of the display.

View file

@ -8,7 +8,8 @@ NOTE: The Ender-5 LCD stock firmware is only compatible with Creality firmware.
The Ender-5 stock LCD can optionally use a [customized Marlin DGUS interface](https://github.com/coldtobi/Marlin_DGUS_Resources). With the stock LCD firmware Marlin can only be controlled from a host over USB.
- Copy the `DWIN_SET` folder to a microSD card. The microSD card must be <= 8 GB and formatted with a 4K cluster size.
- Format an SD card using the FAT32 filesystem with 4K cluster size.
- Copy the `DWIN_SET` folder to the SD card.
- Power off the printer and disassemble the front panel to get access to the LCD board.
- Insert the SD card into the slot on the back of the LCD (not the main SD slot).
- Power on the printer. The screen will turn blue and display several messages, finishing with "SD Card Process... END!".

View file

@ -22,7 +22,7 @@ NOTE: The factory LCD firmware is only compatible with Creality's firmware. The
The Ender-6 stock LCD can optionally use a [customized Marlin DGUS interface](https://github.com/coldtobi/Marlin_DGUS_Resources). With the stock LCD firmware Marlin can only be controlled from a host over USB (see first section).
- Copy the `DWIN_SET` folder to a microSD card. The microSD card must be <= 8 GB and formatted with a 4K cluster size.
- Copy the `DWIN_SET` folder to a microSD card. The microSD card must be smaller than 8 GB and formatted with a 4K cluster size.
- Power off the printer and disassemble the front panel to get access to the LCD board.
- Insert the SD card into the slot on the back of the LCD (not the main SD slot).
- Power on the printer. The screen will turn blue and display several messages, finishing with "SD Card Process... END!".