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?
[Answered] WROVER and USB ports on Ubuntu
[Answered] WROVER and USB ports on Ubuntu
Last edited by kolban on Mon Jun 05, 2017 4:33 pm, edited 2 times in total.
Free book on ESP32 available here: https://leanpub.com/kolban-ESP32
-
- Posts: 9757
- Joined: Thu Nov 26, 2015 4:08 am
Re: WROVER and USB ports on Ubuntu
Yes, more or less. From memory, the FT2232H only supports JTAG on the first channel, and we haven't been able to configure the FT2232 in such a way that it hides that first port from the serial driver and still works on all OSses without trying to impersonate another device.
Who is online
Users browsing this forum: No registered users and 190 guests