-
Notifications
You must be signed in to change notification settings - Fork 28
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
Unable to connect to device on Macbook M1 Pro: Port is not compatible #52
Comments
In your installation the error is correct -> because esp32 (-> tool name) is unequal esp8266 ! micropython/micropython#2709 The ESP32 Jama based on (use) this function. |
Same problem with ESP32 Nodemcu,but firmware flash and erase.MacbookAir M1. |
UPDATE: it works now - i needed to remove the jumper, so it was not in bootloader mode I have the same Problem with my M2 Pro Macbook. I was able to flash the firmware with MPY-Jama and with esptool directly. But it can't connect to the board. I'm using the WT32-ETH0 Board over a USB-to-TTL Connector The Version of MPY-Jama is 1.2.0 i Tried it with ESP Firmware 1.19.1 and 1.22.1 |
Maybe this will help others if you see the same issue and might help lead to a root cause. On the same M2 with the same ESP32-S3:
I can switch between the two installation styles, and the issue is consistent. I suspect a MacOS security issue is causing the problem, but looking through the console logs I couldn't identify a reason. |
I found that in order to get the board to connect it had to have micropython already installed on the device. |
Screenshot:
I'm getting this error on Macbook M1 Pro.
However, it works fine using esptool on terminal.
The text was updated successfully, but these errors were encountered: