Closed
Description
Hello
I have build myself Espruino.
But when i boot the esp32, I have the following message in the terminal :
rst:0x1 (POWERON_RESET),boot:0x17 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:2
load:0x3fff0018,len:4
load:0x3fff001c,len:2668
load:0x40078000,len:7304
load:0x40080000,len:5312
entry 0x40080274
E (529) esp_image: Image length 1392896 doesn't fit in partition length 1376256
E (529) boot: Factory app partition is not bootable
E (529) esp_image: image at 0x160000 has invalid magic byte
E (535) boot: OTA app partition slot 0 is not bootable
E (540) boot: No bootable app partitions in the partition table
Fatal exception (0): IllegalInstruction
epc1=0x400c2dba, epc2=0x00000000, epc3=0x00000000, excvaddr=0x00000000, depc=0x00000000
Where can I change the size of partition ?
I can't find partitions.csv for esp-idf.