I had the similar problem. Here are my suggestions:
- Serial connect coral dev board, unplug dev board power cable, open a terminal on your Mac and run:
screen /dev/cu.SLAB_USBtoUART 115200
If the terminal is blank, it means it's working. Wait a couple seconds, go to 2. If the it shows "No such file" on the bottom, then reinstall the CP210xUSB to UART Bridge Virtual COM Port(VCP) driver for Mac (https://www.silabs.com/products/development-tools/software/usb-to-uart-bridge-vcp-drivers) even you have installed it before.
- Plug your usb-c power cable to your dev board, run:
fastboot 0
If it shows "Configured USB Switch for UFP" and the cursor moves to the next line, then unplug your serial connection(USB-micro-B cable), plug USB-C cable to Data port(OTG). Make sure the power cable of your dev board is connected to a 2-3A outlet instead your laptop.
- Run the code on your terminal:
fastboot devices
You should be able to see something like this:
1b0741d6f0609912 fastboot
If not, check your data port usb-c cable connection. And make sure the power cable of the dev board is connected to a 2 - 3A outlet, not your labtop.
Hope this would help!