VAR-SOM-MX6 Android Ethernet: Difference between revisions
From Variscite Wiki
Line 18: | Line 18: | ||
And you will see below screen <br> | And you will see below screen <br> | ||
[[File:Ethernet_App_Home_Screen.png]] | {{#ifeq: {{#var:HARDWARE_NAME}} | VAR-SOM-MX6 | [[File:Ethernet_App_Home_Screen.png]] |[[File:Imx8_Ethernet_App_Home_Screen.png]]}} | ||
==Ethernet DHCP Configuration== | ==Ethernet DHCP Configuration== |
Revision as of 23:59, 27 December 2019
VAR-SOM-MX6 - Android Nougat N7.1.1 Developer Guide
Ethernet
By default, Ethernet Manager is part of the System images. The Android system comes with the Ethernet Configuration.
Simply plug in the Ethernet cable and by default, it gets DHCP IP from the Android networking stack.
Ethernet Configuration Tool
In your desktop menu, you should have an application called Ethernet.
As shown in below.
Click on it
And you will see below screen
Ethernet DHCP Configuration
By default the ethernet gets configured with DHCP.
You can change in the way you want to configure
The screen will look like below
Ethernet Static IP Configuration
Click on static IP configuration, add below details
- IP Address - For example 192.168.0.3
- Netmask - For example 255.255.255.0
- Default Gateway - For example 192.168.0.1
- DNS1 - For example 8.8.8.8 (Google DNS)
- DNS2 - For example 8.8.4.4 (Google DNS)
Click on "Confirm" to apply the settings.
Testing Network
Click on WebView Broswer Test (Android Logo apk) and browse the internet normally.