Skip to content

Fixed to support Big Sur #3

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

Merged
merged 5 commits into from
Feb 2, 2021
Merged

Fixed to support Big Sur #3

merged 5 commits into from
Feb 2, 2021

Conversation

bergdahl
Copy link

Please check the README for more information on this change.

@lorol
Copy link
Owner

lorol commented Jan 31, 2021

@bergdahl
Thank for submitting
I am not a fancy hygienic programmer. I am not a programmer at all, but I think on readme PR change you suggested me to merge, you (actually I may do the same mistake too) should not deviate the downloading of product of same work from somewhere else i.e your repository ... anyway.

@bergdahl
Copy link
Author

Oh, sorry for the confusion - I only ment for you to merge the code changes and make a new release for download.
The changes for the README is just a note for for my friends that needed this fix fast.

README.md Outdated
ValueError: dlsym(RTLD_DEFAULT, kIOMasterPortDefault): symbol not found
```

Download the plugin at [https://github.com/bergdahl/arduino-esp32fs-plugin/releases/tag/2.0.6.BigSur](https://github.com/bergdahl/arduino-esp32fs-plugin/releases/tag/2.0.6.BigSur) and follow the original instructions below.
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove these lines and resubmit

Copy link
Owner

@lorol lorol left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Readme.md
Line#8

@bergdahl
Copy link
Author

bergdahl commented Feb 2, 2021

Reverted README changes

@lorol
Copy link
Owner

lorol commented Feb 2, 2021

The following error was fixed by @bergdahl

ValueError: dlsym(RTLD_DEFAULT, kIOMasterPortDefault): symbol not found

Changes

Changed the call to esptool to use the command python3 esptool.py instead as
newer versions of the esptool tool seems to be Python only. Python version 2 is obsolete but still default on macOS, which is why I used python3 to call the script.

If you done an in-place upgrade of macOS you also need to upgrade to the latest version of the pyserial package as well;

pip3 install --upgrade pyserial

In case you use newer boards like the ESP32S2, you may also need to upgrade the esptool.py file in the board support folder. You can find the existong file under a folder named like /Users/ -Your user Name- /Library/Arduino15/packages/esp32/tools/esptool_py/2.6.1. Just replace esptool.py with the latest one.

You can find the latest version of esptool here - https://github.com/espressif/esptool.

@lorol lorol merged commit ce5fbd2 into lorol:master Feb 2, 2021
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

Successfully merging this pull request may close these issues.

2 participants