BLE & WIFI simultaneous usage in amazon freetos

aravind p
Posts: 2
Joined: Thu May 28, 2020 7:11 am

BLE & WIFI simultaneous usage in amazon freetos

Postby aravind p » Thu May 28, 2020 7:49 am

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 partition length 1048576
E (559) boot: Factory app partition is not bootable
E (561) boot: No bootable app partitions in the partition table
ets Jun 8 2016 00:22:57

please find the attachment which i attached in below , in attachment i shared my error and the partition table in bootloader image ,plz revert me with solution
Attachments
Screenshot from 2020-05-28 13-10-21.png
Screenshot from 2020-05-28 13-10-21.png (239.23 KiB) Viewed 4743 times
Screenshot from 2020-05-28 13-14-24.png
Screenshot from 2020-05-28 13-14-24.png (117.72 KiB) Viewed 4743 times
Screenshot from 2020-05-28 13-14-15.png
Screenshot from 2020-05-28 13-14-15.png (125.6 KiB) Viewed 4743 times

chegewara
Posts: 2210
Joined: Wed Jun 14, 2017 9:00 pm

Re: BLE & WIFI simultaneous usage in amazon freetos

Postby chegewara » Thu May 28, 2020 11:51 am

aravind p wrote: 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.

aravind p
Posts: 2
Joined: Thu May 28, 2020 7:11 am

Re: BLE & WIFI simultaneous usage in amazon freetos

Postby aravind p » Fri May 29, 2020 7:44 am

chegewara wrote:
Thu May 28, 2020 11:51 am
aravind p wrote: 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 having custom table option but inside there is no option to change the memory size

ESP_Sprite
Posts: 8926
Joined: Thu Nov 26, 2015 4:08 am

Re: BLE & WIFI simultaneous usage in amazon freetos

Postby ESP_Sprite » Fri May 29, 2020 10:19 am

A custom partition table allows you to give esp-idf a csv file with your own partition definitions. You'd have to create that first. See the docs for more info.

Who is online

Users browsing this forum: No registered users and 41 guests