Galzai / MK32

Keyboard firmware for ESP32 microcontrollers
676 stars 118 forks source link

Unable to use for OSX #52

Open JaeungJayJang opened 9 months ago

JaeungJayJang commented 9 months ago

Hello, Thank you for making this great repository to build a custom keyboard using ESP32! great project and hope that this package is continuously managed.

This issue is not really meant to be fixed from this repo as it's an issue with Docker on Mac, but I wanted to post this issue here as someone might have encountered the same issue as me.

So it looks like Mac cannot allow the connection of the USB serial port to be mounted on docker images. here are the related issue on docker and also espress page: espress docker github

I was not able to run with Docker image to flash the firmware and ended up using extra linux machine to do it. if anyone was able to make it work for mac, i would really appreciate if you could share it here XD