SD, Ethernet, and USB-A connectors是物理连接在AR9331上面的.
The Yún's 32U4 functions in the same way as the Leonardo, except you cannot use Serial1. It is reserved for communication with the AR9331 processor.
The 32u4, WiFi, and AR9331 processors all have their own reset buttons.
没有专门的串口通信芯片.serial port is virtual -- it's a software routine,both on your operating system, and on the board itself.
Just as your computer creates an instance of the serial port driver when you plug in any Arduino, the 32u4 creates a serial instance whenever it runs its bootloader. The board is an instance of USB's Connected Device Class (CDC) driver.
This means that every time you reset the 32U4 processor, the USB serial connection will be broken and re-established.