Difference between revisions of "IoTGateway/BSP/Android/Gettingstarted/How to use Ethernet"
From ESS-WIKI
Line 1: | Line 1: | ||
Freescale Ethernet application (orange icon) that allows you to set a static IP/DHCP.<br/><span style="font-family:lucida sans unicode,lucida grande,sans-serif;">This application is available on Android 5.0 from the application list.</span> | Freescale Ethernet application (orange icon) that allows you to set a static IP/DHCP.<br/><span style="font-family:lucida sans unicode,lucida grande,sans-serif;">This application is available on Android 5.0 from the application list.</span> | ||
+ | |||
+ | <span style="font-family:lucida sans unicode,lucida grande,sans-serif;">[[File:Ethernet icon.png]]</span> | ||
There are three component including "Check Ethernet", "Configure Ethernet" and "Advanced Setting" | There are three component including "Check Ethernet", "Configure Ethernet" and "Advanced Setting" | ||
+ | |||
+ | [[File:Ethernet main page.png]] | ||
Line 12: | Line 16: | ||
This function will get current status. | This function will get current status. | ||
+ | |||
+ | [[File:Ethernet setting main.png]] | ||
Line 36: | Line 42: | ||
The Ethernet application source code is on the following: | The Ethernet application source code is on the following: | ||
− | <pre | + | <pre>~/packages/apps/fsl_imx_demo/Ethernet</pre> |
Revision as of 06:59, 25 January 2017
Freescale Ethernet application (orange icon) that allows you to set a static IP/DHCP.
This application is available on Android 5.0 from the application list.
There are three component including "Check Ethernet", "Configure Ethernet" and "Advanced Setting"
Check Ethernet
This function will get current status.
Configure Ethernet
There are two of IP setting: static IP and DHCP
Static IP - There are four fields need to be filled: IP Address, DNS, Netmask and Getway.
DHCP - IP configuration is controlled by system.
Advanced Setting
The major setting for this page is proxy.
The Ethernet application source code is on the following:
~/packages/apps/fsl_imx_demo/Ethernet