<?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>i.MX ProcessorsのトピックRe: How to create a web server on Nitrogen6x</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-to-create-a-web-server-on-Nitrogen6x/m-p/389697#M56681</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Juri,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you're missing something fundamental. Yocto is a cross-build system for creating embedded &lt;BR /&gt;systems and doesn't have an inherent repository of packages for use with tools like 'apt-get'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I strongly recommend checking out the book for background.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.amazon.com/Embedded-Development-Salvador-Angolini-Paperback/dp/B00QD9B4S4/" style="font-size: 13.6000003814697px;" title="http://www.amazon.com/Embedded-Development-Salvador-Angolini-Paperback/dp/B00QD9B4S4/"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; http://www.amazon.com/Embedded-Development-Salvador-Angolini-Paperback/dp/B00QD9B4S4/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are web-servers available for the platform. I'm not sure about Apache, but Node.JS builds nicely and you can add it&lt;/P&gt;&lt;P&gt;to your image by adding &amp;lt;tt&amp;gt;nodejs&amp;lt;/tt&amp;gt; into your IMAGE with IMAGE_INSTALL_append:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMAGE_INSTALL_append = " \&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; nodejs \&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Dec 2014 18:22:17 GMT</pubDate>
    <dc:creator>EricNelson</dc:creator>
    <dc:date>2014-12-03T18:22:17Z</dc:date>
    <item>
      <title>How to create a web server on Nitrogen6x</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-create-a-web-server-on-Nitrogen6x/m-p/389696#M56680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey, i am new to this, so it may sound noobish.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using Nitrogen6x Lite from Boundary Devices for my project (no WLAN). I builded an image using this tutorial:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Freescale/fsl-community-bsp-platform" title="https://github.com/Freescale/fsl-community-bsp-platform"&gt;Freescale/fsl-community-bsp-platform · GitHub&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, the next step i want to do is to install a webserver on the board. How I do it?&lt;/P&gt;&lt;P&gt;If I type like:&lt;/P&gt;&lt;P&gt;apt-get install apache2 apache2-doc apache2-utils, &lt;/P&gt;&lt;P&gt;it responds with:&lt;/P&gt;&lt;P&gt;-sh: apt-get: not found &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2014 17:40:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-create-a-web-server-on-Nitrogen6x/m-p/389696#M56680</guid>
      <dc:creator>jmiller</dc:creator>
      <dc:date>2014-12-03T17:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a web server on Nitrogen6x</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-create-a-web-server-on-Nitrogen6x/m-p/389697#M56681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Juri,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you're missing something fundamental. Yocto is a cross-build system for creating embedded &lt;BR /&gt;systems and doesn't have an inherent repository of packages for use with tools like 'apt-get'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I strongly recommend checking out the book for background.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.amazon.com/Embedded-Development-Salvador-Angolini-Paperback/dp/B00QD9B4S4/" style="font-size: 13.6000003814697px;" title="http://www.amazon.com/Embedded-Development-Salvador-Angolini-Paperback/dp/B00QD9B4S4/"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; http://www.amazon.com/Embedded-Development-Salvador-Angolini-Paperback/dp/B00QD9B4S4/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are web-servers available for the platform. I'm not sure about Apache, but Node.JS builds nicely and you can add it&lt;/P&gt;&lt;P&gt;to your image by adding &amp;lt;tt&amp;gt;nodejs&amp;lt;/tt&amp;gt; into your IMAGE with IMAGE_INSTALL_append:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMAGE_INSTALL_append = " \&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; nodejs \&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2014 18:22:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-create-a-web-server-on-Nitrogen6x/m-p/389697#M56681</guid>
      <dc:creator>EricNelson</dc:creator>
      <dc:date>2014-12-03T18:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a web server on Nitrogen6x</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-create-a-web-server-on-Nitrogen6x/m-p/389698#M56682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Juri&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;probably may help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/ideas/1066" title="https://community.freescale.com/ideas/1066"&gt;https://community.freescale.com/ideas/1066&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Dec 2014 01:10:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-create-a-web-server-on-Nitrogen6x/m-p/389698#M56682</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2014-12-09T01:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a web server on Nitrogen6x</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-create-a-web-server-on-Nitrogen6x/m-p/389699#M56683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey again, Thank you for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now I know something about Yocto. My task has changed. I used the fsl-image-multimedia-full recipe for Gstreamer and added OpencCV libraries and headers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to test a webcam on the board. For that purpose i have a small programm gstapp.cpp I want to compile it using:&lt;/P&gt;&lt;P&gt;g++ -hello -c gstapp.cpp -o gstapp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get an error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In file included from gstapp.cpp:7:0:&lt;/P&gt;&lt;P&gt;/gst/gst.h:27:18: fatal error: glib.h: No such file or directory&lt;/P&gt;&lt;P&gt;#include &amp;lt;glib.h&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked that I have &lt;CODE&gt;libglib2.0-dev and &lt;CODE&gt;libgtk2.0-0-dev installed. &lt;/CODE&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Dec 2014 15:44:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-create-a-web-server-on-Nitrogen6x/m-p/389699#M56683</guid>
      <dc:creator>jmiller</dc:creator>
      <dc:date>2014-12-23T15:44:50Z</dc:date>
    </item>
  </channel>
</rss>

