ESP32_curl_example icon indicating copy to clipboard operation
ESP32_curl_example copied to clipboard

About the partitions table

Open TobeChan opened this issue 5 years ago • 0 comments

If i change "storage, data, fat, , 0x140000, " to "storage, data, fat, , 0x0e0000, ".

The monitor will printf error about :

E (281) wl_partition: erase_range - start_address=0x000e3666, size=0x00001000, r esult=0x00000102 E (284) wl_flash: initSections(257): result = 0x00000102 E (290) wl_flash: init(161): result = 0x00000102 E (295) wear_levelling: wl_mount: init instance=0x00000000, result=0x102 E (302) vfs_fat_spiflash: failed to mount wear levelling layer. result = 258 E (310) [cURL Example]: ===================== E (315) [cURL Example]: Failed to mount FATFS (0x102) E (321) [cURL Example]: =====================

It is the error about "Invalid argument". why this error will happen? I change the param because my flash_size was lack of adequate. can I fix is with others method? Thanks

TobeChan avatar Sep 21 '18 07:09 TobeChan