How to connect to cerebot32mx4?

I’m struggling to figure out how to connect to the cerebot32mx4 board on Fedora 25 Linux.

  • I see the device in lsusb:

    Bus 003 Device 008: ID 04d8:00e0 Microchip Technology, Inc. PIC32 Starter Board
    
  • I see no new devices in /dev/tty*.

  • I installed 99-platformio-udev.rules but that wouldn’t matter anyway, as that VID/PID aren’t present in the file.

  • I have the microchippic32 package installed.

  • platformio device list doesn’t show anything1. I didn’t expect it to, as device_list only calls get_serialports(), and as far as I can tell, this board is not supposed to act as a serial port. However, it does appear that the cerebot32mx4 is supposed to use the serial STK500v2 protocol.

What am I missing?

Just add new rule to 99-platformio-udev.rules with your PID/VID: 04d8:00e0