Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

littlefs例程出现“Windows does not support LittleFS partition generation” (IDFGH-11805) #12900

Closed
3 tasks done
caidamao opened this issue Dec 30, 2023 · 2 comments
Closed
3 tasks done
Assignees
Labels
Resolution: Done Issue is done internally Status: Done Issue is done internally

Comments

@caidamao
Copy link

Answers checklist.

  • I have read the documentation ESP-IDF Programming Guide and the issue is not addressed there.
  • I have updated my IDF branch (master or release) to the latest version and checked that the issue is present there.
  • I have searched the issue tracker for a similar issue and not found a similar issue.

General issue report

测试idf5.2中的《littlefs》例程,出现了以下错误。编译是基于win10 vs code插件的。
报错内容:Windows does not support LittleFS partition generation。
我关注到了readme内提示了windows不支持,那是为什么不支持,有希望使用别的工具进行支撑吗?

@espressif-bot espressif-bot added the Status: Opened Issue is new label Dec 30, 2023
@github-actions github-actions bot changed the title littlefs例程出现“Windows does not support LittleFS partition generation” littlefs例程出现“Windows does not support LittleFS partition generation” (IDFGH-11805) Dec 30, 2023
@caidamao
Copy link
Author

我尝试直接屏蔽了CMakeLists.txt内关于阻止生成文件的代码段,是可以正常使用的。这样看来是否可以分成两个例程,一个只是单独展示读写存储且无需采用外部生成镜像,另一个展示调用littlefs_create_partition_image的例程,可能会好一些

@adokitkat
Copy link
Collaborator

This shouldn't be a problem anymore since esp_littlefs moved from the mklittlefs tool to littlefs-python for image generation. We may need to update the example.

@espressif-bot espressif-bot added Status: Done Issue is done internally Resolution: Done Issue is done internally and removed Status: Opened Issue is new labels Nov 5, 2024
@espressif-bot espressif-bot added Status: Reviewing Issue is being reviewed and removed Status: Done Issue is done internally labels Nov 5, 2024
@adokitkat adokitkat reopened this Nov 6, 2024
@espressif-bot espressif-bot added Status: Done Issue is done internally Status: Reviewing Issue is being reviewed and removed Status: Reviewing Issue is being reviewed Status: Done Issue is done internally labels Nov 11, 2024
@espressif-bot espressif-bot added Status: Done Issue is done internally and removed Status: Reviewing Issue is being reviewed labels Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Resolution: Done Issue is done internally Status: Done Issue is done internally
Projects
None yet
Development

No branches or pull requests

3 participants