mirror of https://github.com/arendst/Tasmota.git
Updated Upgrade (markdown)
parent
13e939cf27
commit
46faf350db
|
@ -41,8 +41,8 @@ As more functionality is being added to the firmware at some time it reaches the
|
|||
Starting with **version 5.x** Sonoff-Tasmota uses an updated linker script, extending the code space by 70kB, allowing a firmware file size of as much as 510kB.
|
||||
|
||||
Larger firmware files can only be loaded when the current flash usage is first reduced to accommodate more free flash to load the new firmware. Hence you'll need to perform a two step process:
|
||||
1. Upload firmware with `#define BE_MINIMAL` **enabled** (remove the slashes) which will have a smaller footprint
|
||||
2. Upload the final firmware with `#define BE_MINIMAL` **disabled** (commented with slashes) with the features you want to use.
|
||||
1. Upload firmware with `#define FIRMWARE_MINIMAL` **enabled** (remove the slashes) which will have a smaller footprint
|
||||
2. Upload the final firmware with `#define FIRMWARE_MINIMAL` **disabled** (commented with slashes) with the features you want to use.
|
||||
|
||||
This applies if you are not building your own firmware, too - use the `-minimal` firmware image first, then load the normal one.
|
||||
|
||||
|
|
Loading…
Reference in New Issue