Skip to content

Upload binary to watch

Igor Usenko edited this page May 28, 2022 · 4 revisions
  1. find the port with devices.sh. smth like

/dev/ttyUSB5 - Silicon_Labs_CP2104_USB_to_UART_Bridge_Controller_0233D4C5

  1. allow access to the port

sudo chmod a+rw /dev/ttyUSB5

  1. press right arrow in status line to upload binary to watch

After installing Ubuntu 22 system cant find /dev/ttyUSB5. Solution

  1. sudo apt-get remove brltty
  2. restart
Clone this wiki locally