Page 1 of 1

ESP32-S3-EYE flashing issue models/srmodels.bin

Posted: Tue Jul 16, 2024 1:14 am
by lhagva
Hello,
I have the ESP32-S3-EYE dev board.
I would like to practice face recognition feature on this board and trying to flash esp-who/examples/esp32-s3-eye.
Build was successful, and when I try idf.py flash then following error occurs. Please advice me how to flash it.

Configuring flash size...
A fatal error occurred: File srmodels/srmodels.bin (length 6172019) at offset 4161536 will not fit in 8388608 bytes of flash. Use --flash_size argument, or change flashing address.
CMake Error at run_serial_tool.cmake:66 (message):

Thank you.
Lhagva

Re: ESP32-S3-EYE flashing issue models/srmodels.bin

Posted: Tue Jul 16, 2024 2:56 am
by ESP_Junru
Please adjust the partition table appropriately to ensure that the model's size and offset address are less than the flash size.

Re: ESP32-S3-EYE flashing issue models/srmodels.bin

Posted: Wed Jul 17, 2024 3:56 am
by lhagva
ESP_Junru wrote:
Tue Jul 16, 2024 2:56 am
Please adjust the partition table appropriately to ensure that the model's size and offset address are less than the flash size.
Hello ESP_Junru,
Thank you for your reply. Could you please confirm if we do not need spiffs partition.
model, data, spiffs, , 3900K,

Thank you