<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Setting up DHCP Server with MQX 4.2 in MQX Software Solutions</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/Setting-up-DHCP-Server-with-MQX-4-2/m-p/448749#M15030</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alex,&lt;/P&gt;&lt;P&gt;The MQX_4.2 RTCS shell example allow you to issue shell commands to initialize the Ethernet interface and then to issue a DHCP command.&lt;/P&gt;&lt;P&gt;Ex:&lt;/P&gt;&lt;P&gt;shell&amp;gt; ipconfig&lt;/P&gt;&lt;P&gt;Ethernet device 0 not yet initialized.&lt;/P&gt;&lt;P&gt;shell&amp;gt;&lt;/P&gt;&lt;P&gt;shell&amp;gt; ipconfig 0 init&lt;/P&gt;&lt;P&gt;Ethernet device 0 initialization successful.&lt;/P&gt;&lt;P&gt;shell&amp;gt;&lt;/P&gt;&lt;P&gt;shell&amp;gt; ipconfig&lt;/P&gt;&lt;P&gt;Eth#&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 0&lt;/P&gt;&lt;P&gt;Link&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : on&lt;/P&gt;&lt;P&gt;MTU&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 1500&lt;/P&gt;&lt;P&gt;MAC&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 00:00:5e:00:00:00&lt;/P&gt;&lt;P&gt;IP4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 0.0.0.0 Type: UNBOUND&lt;/P&gt;&lt;P&gt;IP4 Mask : 0.0.0.0&lt;/P&gt;&lt;P&gt;IP4 Gate : 0.0.0.0&lt;/P&gt;&lt;P&gt;IP4 DNS&amp;nbsp; : 0.0.0.0&lt;/P&gt;&lt;P&gt;IP6&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : DISABLED&lt;/P&gt;&lt;P&gt;Link status task stopped&lt;/P&gt;&lt;P&gt;shell&amp;gt;&lt;/P&gt;&lt;P&gt;shell&amp;gt; ipconfig 0 dhcp&lt;/P&gt;&lt;P&gt;Bind via dhcp successful.&lt;/P&gt;&lt;P&gt;shell&amp;gt;&lt;/P&gt;&lt;P&gt;shell&amp;gt; ipconfig&lt;/P&gt;&lt;P&gt;Eth#&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 0&lt;/P&gt;&lt;P&gt;Link&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : on&lt;/P&gt;&lt;P&gt;MTU&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 1500&lt;/P&gt;&lt;P&gt;MAC&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 00:00:5e:00:00:00&lt;/P&gt;&lt;P&gt;IP4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 10.0.1.198 Type: DHCPNOAUTO&lt;/P&gt;&lt;P&gt;IP4 Mask : 255.255.255.0&lt;/P&gt;&lt;P&gt;IP4 Gate : 10.0.1.1&lt;/P&gt;&lt;P&gt;IP4 DNS&amp;nbsp; : 10.0.1.1&lt;/P&gt;&lt;P&gt;IP6&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : DISABLED&lt;/P&gt;&lt;P&gt;Link status task stopped&lt;/P&gt;&lt;P&gt;shell&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EDITed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also updated the web_hvac for the TWR-K70F120M demo rtcs.c source and hvac.h header files in MQX_4.2 to enable checking for Ethernet cable attached, and then doing DHCP.&lt;/P&gt;&lt;P&gt;Those file are attached. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shell (build: Jun&amp;nbsp; 3 2015)&lt;/P&gt;&lt;P&gt;Copyright (c) 2013 Freescale Semiconductor;&lt;/P&gt;&lt;P&gt;shell&amp;gt; &lt;/P&gt;&lt;P&gt;shell&amp;gt; &lt;/P&gt;&lt;P&gt;Waiting for Ethernet cable plug in ... Cable connected&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DHCP bind ... Successful!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;shell&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Jun 2015 14:31:50 GMT</pubDate>
    <dc:creator>DavidS</dc:creator>
    <dc:date>2015-06-03T14:31:50Z</dc:date>
    <item>
      <title>Setting up DHCP Server with MQX 4.2</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Setting-up-DHCP-Server-with-MQX-4-2/m-p/448746#M15027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;My customer downloaded MQX 4.2 and is going to take a look at the USB-virtual-nic. He was wondering if there was a way to enable the DHCP server that is provided by 4.2?&amp;nbsp; That way he doesn't&lt;BR /&gt;have to go into the network adapter in the PC to give it an IP address. He also doesn't see exactly where to enable the macro high speed support.&amp;nbsp; He see the predefines all over the place but not where to actually uncomment or #define it himself.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 01:13:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Setting-up-DHCP-Server-with-MQX-4-2/m-p/448746#M15027</guid>
      <dc:creator>PHXFAE</dc:creator>
      <dc:date>2015-05-20T01:13:25Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up DHCP Server with MQX 4.2</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Setting-up-DHCP-Server-with-MQX-4-2/m-p/448747#M15028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Alex, &lt;/P&gt;&lt;P&gt;Is your customer using a Freescale Board?&lt;/P&gt;&lt;P&gt;Which device is your customer using?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Soledad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2015 13:32:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Setting-up-DHCP-Server-with-MQX-4-2/m-p/448747#M15028</guid>
      <dc:creator>soledad</dc:creator>
      <dc:date>2015-06-02T13:32:34Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up DHCP Server with MQX 4.2</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Setting-up-DHCP-Server-with-MQX-4-2/m-p/448748#M15029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;He is looking at using the &lt;SPAN style="color: #1f497d; font-family: 'Calibri','sans-serif'; font-size: 11pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;MK20FX512VMD12 or the &lt;SPAN style="color: #1f497d; font-family: 'Calibri','sans-serif'; font-size: 11pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;MK20FN1M0VMD12 &lt;/SPAN&gt;&lt;SPAN style="color: #1f497d; font-family: 'Calibri','sans-serif'; font-size: 11pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;since they support HS-USB and 2x CAN&lt;/SPAN&gt;.&amp;nbsp; He doesn't have a dev board for this yet.&amp;nbsp; He may use a tower board or his own board.&amp;nbsp; He has other designs with Kinetis.&amp;nbsp; Since this is more of a software question should this matter?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2015 14:41:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Setting-up-DHCP-Server-with-MQX-4-2/m-p/448748#M15029</guid>
      <dc:creator>PHXFAE</dc:creator>
      <dc:date>2015-06-02T14:41:31Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up DHCP Server with MQX 4.2</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Setting-up-DHCP-Server-with-MQX-4-2/m-p/448749#M15030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alex,&lt;/P&gt;&lt;P&gt;The MQX_4.2 RTCS shell example allow you to issue shell commands to initialize the Ethernet interface and then to issue a DHCP command.&lt;/P&gt;&lt;P&gt;Ex:&lt;/P&gt;&lt;P&gt;shell&amp;gt; ipconfig&lt;/P&gt;&lt;P&gt;Ethernet device 0 not yet initialized.&lt;/P&gt;&lt;P&gt;shell&amp;gt;&lt;/P&gt;&lt;P&gt;shell&amp;gt; ipconfig 0 init&lt;/P&gt;&lt;P&gt;Ethernet device 0 initialization successful.&lt;/P&gt;&lt;P&gt;shell&amp;gt;&lt;/P&gt;&lt;P&gt;shell&amp;gt; ipconfig&lt;/P&gt;&lt;P&gt;Eth#&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 0&lt;/P&gt;&lt;P&gt;Link&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : on&lt;/P&gt;&lt;P&gt;MTU&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 1500&lt;/P&gt;&lt;P&gt;MAC&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 00:00:5e:00:00:00&lt;/P&gt;&lt;P&gt;IP4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 0.0.0.0 Type: UNBOUND&lt;/P&gt;&lt;P&gt;IP4 Mask : 0.0.0.0&lt;/P&gt;&lt;P&gt;IP4 Gate : 0.0.0.0&lt;/P&gt;&lt;P&gt;IP4 DNS&amp;nbsp; : 0.0.0.0&lt;/P&gt;&lt;P&gt;IP6&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : DISABLED&lt;/P&gt;&lt;P&gt;Link status task stopped&lt;/P&gt;&lt;P&gt;shell&amp;gt;&lt;/P&gt;&lt;P&gt;shell&amp;gt; ipconfig 0 dhcp&lt;/P&gt;&lt;P&gt;Bind via dhcp successful.&lt;/P&gt;&lt;P&gt;shell&amp;gt;&lt;/P&gt;&lt;P&gt;shell&amp;gt; ipconfig&lt;/P&gt;&lt;P&gt;Eth#&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 0&lt;/P&gt;&lt;P&gt;Link&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : on&lt;/P&gt;&lt;P&gt;MTU&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 1500&lt;/P&gt;&lt;P&gt;MAC&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 00:00:5e:00:00:00&lt;/P&gt;&lt;P&gt;IP4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 10.0.1.198 Type: DHCPNOAUTO&lt;/P&gt;&lt;P&gt;IP4 Mask : 255.255.255.0&lt;/P&gt;&lt;P&gt;IP4 Gate : 10.0.1.1&lt;/P&gt;&lt;P&gt;IP4 DNS&amp;nbsp; : 10.0.1.1&lt;/P&gt;&lt;P&gt;IP6&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : DISABLED&lt;/P&gt;&lt;P&gt;Link status task stopped&lt;/P&gt;&lt;P&gt;shell&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EDITed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also updated the web_hvac for the TWR-K70F120M demo rtcs.c source and hvac.h header files in MQX_4.2 to enable checking for Ethernet cable attached, and then doing DHCP.&lt;/P&gt;&lt;P&gt;Those file are attached. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shell (build: Jun&amp;nbsp; 3 2015)&lt;/P&gt;&lt;P&gt;Copyright (c) 2013 Freescale Semiconductor;&lt;/P&gt;&lt;P&gt;shell&amp;gt; &lt;/P&gt;&lt;P&gt;shell&amp;gt; &lt;/P&gt;&lt;P&gt;Waiting for Ethernet cable plug in ... Cable connected&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DHCP bind ... Successful!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;shell&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 14:31:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Setting-up-DHCP-Server-with-MQX-4-2/m-p/448749#M15030</guid>
      <dc:creator>DavidS</dc:creator>
      <dc:date>2015-06-03T14:31:50Z</dc:date>
    </item>
  </channel>
</rss>

