joltwallet / esp_littlefs

LittleFS port for ESP-IDF
MIT License
254 stars 95 forks source link

littlefs_create_partition_image does not create the binary #193

Closed andres-st closed 2 months ago

andres-st commented 2 months ago

I’m using ESP-IDF v5.2.2-272-gabf8ffac59 and joltwallet/littlefs (1.14.7).

The issue I’m facing is that the partition binary is not being created. When I attempt to flash, I encounter the following error: write_flash: error: argument <address> <filename>: [Errno 2] No such file or directory: 'prv.bin'.

In the CMakeLists.txt file, I have the following: littlefs_create_partition_image(prv lfs_private_content FLASH_IN_PROJECT).

I’m not sure what happened. In version 1.14.4, it worked fine, but now when I downgrade, I encounter the same problem.

dovydas1928 commented 2 months ago

we are having the same issue, waiting v1.14.8

BrianPugh commented 2 months ago

please give v1.14.8 a try now.

dovydas1928 commented 2 months ago

perfect. now works. thanks!

BrianPugh commented 2 months ago

great! sorry for the original breaking build! glad it works now!