ESPBoy icon indicating copy to clipboard operation
ESPBoy copied to clipboard

OTA Error

Open Calebe94 opened this issue 6 years ago • 1 comments

Every time I add OTA Capability the esp monitor shows that error.

E (397) esp_image: Image length 1146800 doesn't fit in partition length 1048576 E (397) boot: Factory app partition is not bootable E (399) esp_image: image at 0x110000 has invalid magic byte W (405) esp_image: image at 0x110000 has invalid SPI mode 98 W (412) esp_image: image at 0x110000 has invalid SPI size 15 E (418) boot: OTA app partition slot 0 is not bootable E (424) esp_image: image at 0x210000 has invalid magic byte W (430) esp_image: image at 0x210000 has invalid SPI mode 255 W (437) esp_image: image at 0x210000 has invalid SPI size 15 E (443) boot: OTA app partition slot 1 is not bootable E (449) boot: No bootable app partitions in the partition table

Calebe94 avatar Jan 16 '19 22:01 Calebe94

I think you need to increase the size of OTA_0 partition

pebri86 avatar Aug 06 '19 05:08 pebri86