Skip to content

mkfatfs location #19

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

Open
c3ll256 opened this issue Nov 21, 2024 · 1 comment
Open

mkfatfs location #19

c3ll256 opened this issue Nov 21, 2024 · 1 comment

Comments

@c3ll256
Copy link

c3ll256 commented Nov 21, 2024

For those who don't know where to place mkfatfs: If you're using macOS and Arduino IDE 1.8.x like me, mkfatfs should be placed at:
/Users/[UserName]/Library/Arduino15/packages/esp32/hardware/esp32/2.0.4
(2.0.4 is my ESP32 package version)

@pastasfuture
Copy link

In case it's helpful - I found the following change allowed the plugin to automatically find mkfatfs on windows.
pastasfuture@91a050a

The trick was the plugin searched for it under:
C:\Users\Username\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.14\tools\mkfatfs.exe
but it was actually under:
C:\Users\Username\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.14\mkfatfs.exe

(as was pointed out above).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants