ESP32-DevKitC in Ubuntu on VirtualBox
Posted: Thu Mar 09, 2017 7:48 pm
Hello, all. First post.
I am trying to get an Ubuntu VM running in VirtualBox to devote to ESP32 development. The ESP-IDF tool chain installed nicely and I was able to edit and compile the sample project, but I cannot flash it to the dev board because the on-board Silabs USB-serial adapter never seems to mount in Ubuntu as determined by the following command:
The device disappears from the Windows 10 (host OS) device manager, so I do believe that VirtualBox is grabbing it, but it never appears in Ubuntu (actually, it did one time for about 30 seconds but I was never able to reproduce that result). I have installed the Silabs driver in the Ubuntu VM, I have installed Guest Additions in the VM and I have tried both specific and blank USB device filters in the VirtualBox settings. Generally, all my other USB devices work in the VM: laptop keyboard and trackpad, external keyboard and mouse, etc. Although, when I did try the blank device filter, the external keyboard and mouse stopped working in the VM.
Other VirtualBox-related but not ESP32-specifc forum posts imply that USB-serial devices are just not that stable in the environment, but I'd be interested to hear if anyone else has successfully gotten this working.
Thanks,
Don
I am trying to get an Ubuntu VM running in VirtualBox to devote to ESP32 development. The ESP-IDF tool chain installed nicely and I was able to edit and compile the sample project, but I cannot flash it to the dev board because the on-board Silabs USB-serial adapter never seems to mount in Ubuntu as determined by the following command:
Code: Select all
dmesg | grep -i tty
Other VirtualBox-related but not ESP32-specifc forum posts imply that USB-serial devices are just not that stable in the environment, but I'd be interested to hear if anyone else has successfully gotten this working.
Thanks,
Don