Skip to content

Commit c6533c1

Browse files
committed
Revert README
1 parent 2800b79 commit c6533c1

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

README.md

-25
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,3 @@
1-
# Note
2-
3-
This is just a quick and fast hack to get this plugin to work under macOS Big Sur. It fixes the following error.
4-
```
5-
ValueError: dlsym(RTLD_DEFAULT, kIOMasterPortDefault): symbol not found
6-
```
7-
8-
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.
9-
10-
## Changes
11-
I changed the call to `esptool` to use the command `python3 esptool.py` instead as
12-
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.
13-
14-
If you done an in-place upgrade of macOS you also need to upgrade to the latest version of the `pyserial` package as well;
15-
```
16-
pip3 install --upgrade pyserial
17-
```
18-
19-
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.
20-
21-
You can find the latest version of `esptool` here - [https://github.com/espressif/esptool](https://github.com/espressif/esptool]).
22-
23-
---
24-
# - Original README below -
25-
261
# Arduino ESP32 filesystem uploader
272

283
- Arduino plugin which packs sketch data folder into SPIFFS, LittleFS or FatFS filesystem image,

0 commit comments

Comments
 (0)