Search found 2 matches

by aravind p
Fri May 29, 2020 7:44 am
Forum: ESP IoT Solution
Topic: BLE & WIFI simultaneous usage in amazon freetos
Replies: 3
Views: 4731

Re: BLE & WIFI simultaneous usage in amazon freetos

esp_image: Image length 1201904 doesn't fit in partition length 1048576 This line tells you all. Binary is bigger than partition. What you have to do is to use custom partition table. In custom partition table , i checked there is no option to change the memory size . In partition table there is ha...
by aravind p
Thu May 28, 2020 7:49 am
Forum: ESP IoT Solution
Topic: BLE & WIFI simultaneous usage in amazon freetos
Replies: 3
Views: 4731

BLE & WIFI simultaneous usage in amazon freetos

hi, i am using ESP32 amazon freertos, i can build and make the o/p in ble and wifi in seperate build file . when merge these two codes in single code ,i can able to build and flash the code to my esp32. During the run time I got some error like: esp_image: Image length 1201904 doesn't fit in partiti...