[Answered] WROVER and USB ports on Ubuntu
Posted: Sun Jun 04, 2017 3:58 pm
I have a WROVER board and when I connect that to Ubuntu (under Virtual Box under Windows 10), I find that the USB device shows up as FTDI Dual RS232-HS. When I attach this to my Linux environment, I find that I have two entries in /dev:
* /dev/ttyUSB0
* /dev/ttyUSB1
This differs from my previous ESP32 experience where I only found one device appear.
I also seem to be finding that to flash, I need to target /dev/ttyUSB1 and not what I previously used (/dev/ttyUSB0). Fortunately I can flash with an environment variable set:
$ export ESPPORT=/dev/ttyUSB1
My question here is ... is this working as designed?
* /dev/ttyUSB0
* /dev/ttyUSB1
This differs from my previous ESP32 experience where I only found one device appear.
I also seem to be finding that to flash, I need to target /dev/ttyUSB1 and not what I previously used (/dev/ttyUSB0). Fortunately I can flash with an environment variable set:
$ export ESPPORT=/dev/ttyUSB1
My question here is ... is this working as designed?