Search found 1 match

by tomdeboerio
Fri Jul 12, 2024 2:03 pm
Forum: ESP-IDF
Topic: littlefs_create_partition_image fail: littlefs-python: error: unrecognized arguments: --image...
Replies: 2
Views: 1452

littlefs_create_partition_image fail: littlefs-python: error: unrecognized arguments: --image...

Hello, I have been using littlefs for the last year in my project with no issue whatsoever. My CMake simply calls the following to create my file system binary and load it into the ESP32: littlefs_create_partition_image(website build/website_file_system FLASH_IN_PROJECT) However, when I tried to com...