platformio / platform-raspberrypi

Raspberry Pi: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/raspberrypi
Apache License 2.0
73 stars 96 forks source link

no upload port detection after uploading code, macOS Big Sur #12

Closed sstaub closed 3 years ago

sstaub commented 3 years ago

macOS Big Sur Suddenly the serial port is no more detected after uploading. These behaviour comes up after uploading works fine for while. I need to upload via Bootsel with the Arduino IDE (mbed-core 2.2) to get the serial port available. Next time uploading with Pio works but serial port failed again. Maybe you need to update to 2.2

sstaub commented 3 years ago

Also the update to the last core doesn't solve this problem.

sstaub commented 3 years ago

It seems the problem is caused by my code and the Serial lib. I will have a deeper look.