mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-08-05 13:04:06 -06:00
📝 Clarify SD card formatting (#571)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
This commit is contained in:
parent
84aa5fe349
commit
c2630356b8
3 changed files with 5 additions and 3 deletions
|
@ -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.
|
||||
|
|
|
@ -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!".
|
||||
|
|
|
@ -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!".
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue