...
ADB client component is available for Windows, Linux and MacOS. Tere There are many tutorials on Internet that explain how to use this simple, but powerful tool.
...
Android 11 system for SECO board offers two different possibility possibilities for opening an ADB console on the system:
...
A network connection is required for using ADB over Air. Make sure that the system has a valid connection to your local network and that it is reachable from your PC.
Open Android Settings on the device, and enter in the th SECO Settings section
...
Enable the switch “ADB over Air”In this new configuration
...
With “ADB over Air“ configuration enabled, the device IP should appear under the switch.
...
On your PC open cmd terminal or a bash shell, and type the command:
Code Block adb connect <DEVICE_IP_ADDRESS>:5000 adb shell
Where <DEVICE_IP_ADDRESS> is the IP address of your device