eembc / energyrunner

The EEMBC EnergyRunner application framework for the MLPerf Tiny benchmark.
14 stars 5 forks source link

Ubuntu 20.04 is not detecting serial devices #15

Closed petertorelli closed 3 years ago

petertorelli commented 3 years ago

This is a known issue and is being looked into.

petertorelli commented 3 years ago

One instance of this was due to the user not being in the dialout group, fixed by:

sudo adduser $USER dialout

Assuming $USER can sudo. Then log out because group changes require the user to log in again.