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.
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.