Hi Guys.
I'm a newbie about this little board and Armbian, so please be patient with me 🙂
Zero 2W has 2 USB-C port.
I read from original manual (about OrangePi image https://drive.google.com/drive/folders/1KIZMMDBlqf1rKmOEhGH7_7A-COAgYoGZ ) page 116
USB0 and USB1, both of these interfaces can be used to power
the development board, and they can also be used as USB2.0 HOST interfaces. The
difference between USB0 and USB1 is that in addition to being set to HOST mode,
USB0 can also be set to Device mode, while USB1 only has HOST mode
and at page 275 there are detailed instructions about enable USB0 as HOST: this require the DTB overlay sun50i-h616-usb0-host.dtbo that is missing in Armbian (I cannot find it into /boot/dtb/allwinner/overlay )
I need to enable USB0 (or USB1) as host mode: using USB port I will try to connect an ESP32 board and, using Zero 2W, control it with ESPTOOL.PY.
At time of writing, I cannot find any /dev/ttyUSB* device in my fresh Armbian installation.
Have you any idea how to enable USB and to set as HOST ?
Thank you.