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
BLE & WIFI simultaneous usage in amazon freetos
BLE & WIFI simultaneous usage in amazon freetos
- Attachments
-
- Screenshot from 2020-05-28 13-10-21.png (239.23 KiB) Viewed 5293 times
-
- Screenshot from 2020-05-28 13-14-24.png (117.72 KiB) Viewed 5293 times
-
- Screenshot from 2020-05-28 13-14-15.png (125.6 KiB) Viewed 5293 times
Re: BLE & WIFI simultaneous usage in amazon freetos
This line tells you all. Binary is bigger than partition. What you have to do is to use custom partition table.aravind p wrote: esp_image: Image length 1201904 doesn't fit in partition length 1048576
Re: BLE & WIFI simultaneous usage in amazon freetos
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
-
- Posts: 9709
- Joined: Thu Nov 26, 2015 4:08 am
Re: BLE & WIFI simultaneous usage in amazon freetos
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 19 guests