-
Notifications
You must be signed in to change notification settings - Fork 4
OSX instructions #1
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
Comments
1)Get apple binary from the assets: 2)Find on your Arduino install where espota and esptool are located and copy the file there 3)Create directory path and copy unpacked jar you get from my project to: 4)Restart Arduino I recommend to use the other plugin instead. Identical installation. It supports SPIFFS and LittleFS. Even FatFS, but you need to compile the mkfatfs binary on OSX. The source is here: https://github.com/labplus-cn/mkfatfs Please report if it works. |
Thanks lorol, Somewhat unrelated, but I did manage to run your LittleFS_test.ino anyway using the ESP32 core built in default partition scheme (4MB with spiffs 1.2MB APP / 1.5MB SPIFFS). I was surprised as I thought that I need to partion the flash first?
This is were espota.py and esptool.py for the ESP32 core resides.
Not sure how to troubleshoot this and my knowledge is too limited for compiling the other 'mkfatsf' for OSX that you recommend. I realise my knowledge gap is most likely the cause so don't invest too much time on this. |
I never worked with OSX, as per info I have, try to put the jar exactly here: The test sketch will create FS if you don’t pre-flash /data by a tool. |
Is it the same procedure for IDE 2.0? |
Hi, could you help me with some instructions on how to install the filesystem uploader tools for the Arduino IDE on an OSX machine? Not sure I fully understand if fully just reading the "installation" section.
The text was updated successfully, but these errors were encountered: