Cube Orange BlueOS Support

Humn, ok, there’s less information there than I would expect.
Can you do me another favor?

  1. Open the built-in terminal
  2. Open a python console (run python3)
  3. Run from serial.tools.list_ports import comports
  4. Run from pprint import pprint
  5. Run [pprint(port.__dict__) for port in comports()]

This will deliver all the information I need to add support for this board.

EDIT: updated to correct command