Search found 1 match

by richdiggins
Fri Feb 15, 2019 12:43 pm
Forum: ESP32 Related
Topic: ESP32 on Linux
Replies: 0
Views: 8384

ESP32 on Linux

To use these esp32 boards on Ubuntu 16.04 LTS it is necessary to load a kernel module that assigns the device a serial usb port.

Run the following command;
sudo modprobe cp210x

You can also add the "cp210x" line to the /etc/modules file to allow loading the module at boot.