<?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 visual studio code for i.MX8 development in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Setting-visual-studio-code-for-i-MX8-development/m-p/1374368#M183300</link>
    <description>&lt;P&gt;Hello Daewoong92,&lt;/P&gt;
&lt;P&gt;Yes you can, but if you instal the whole yocto it has to be with the same toolchain version.&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 19 Nov 2021 13:22:19 GMT</pubDate>
    <dc:creator>Bio_TICFSL</dc:creator>
    <dc:date>2021-11-19T13:22:19Z</dc:date>
    <item>
      <title>Setting visual studio code for i.MX8 development</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Setting-visual-studio-code-for-i-MX8-development/m-p/1374125#M183275</link>
      <description>&lt;P&gt;Hello, I'm john who is newbie in embedded linux development.&lt;/P&gt;&lt;P&gt;I'm currently doing i.MX8 development using yocto build system and I want to edit/compile/debug kernel/application source code at visual studio code.&lt;/P&gt;&lt;P&gt;Thanks to&amp;nbsp;Variwiki which tells me how to setting environment about SDK, I have a question about these.&lt;/P&gt;&lt;P&gt;(Variwiki Yocto Programming with VSCode link which I read :&amp;nbsp;&lt;A href="https://variwiki.com/index.php?title=Yocto_Programming_with_VSCode&amp;amp;release=RELEASE_HARDKNOTT_V1.0_DART-MX8M-MINI" target="_blank"&gt;https://variwiki.com/index.php?title=Yocto_Programming_with_VSCode&amp;amp;release=RELEASE_HARDKNOTT_V1.0_DART-MX8M-MINI)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Variwiki said I need&amp;nbsp;&lt;SPAN&gt;toolchain&amp;nbsp;for cross-compiling applications and they told me how to acquire toolchain about their own SOM which named 'DART-MX8M-MINI' (Variwiki Toolchain installation link which I read :&amp;nbsp;&lt;A href="https://variwiki.com/index.php?title=Yocto_Toolchain_installation&amp;amp;release=RELEASE_HARDKNOTT_V1.0_DART-MX8M-MINI" target="_blank"&gt;https://variwiki.com/index.php?title=Yocto_Toolchain_installation&amp;amp;release=RELEASE_HARDKNOTT_V1.0_DART-MX8M-MINI&lt;/A&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I developed using yocto build system with i.MX Yocto Project User's Guide(IMXLXYOCTOUG) and I also read how to acquire toolchain about my evaluation kit 'i.MX 8M Mini EVKB' with i.MX Porting Guide(IMXBSPPG).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can I do above Variwiki's 'Yocto Programming with VSCode' using toolchain which described in i.MX Porting Guide(IMXBSPPG) at '2.1.1 How to build and load kernel in standalone environment' ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Nov 2021 07:29:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Setting-visual-studio-code-for-i-MX8-development/m-p/1374125#M183275</guid>
      <dc:creator>hello-world123</dc:creator>
      <dc:date>2021-11-19T07:29:19Z</dc:date>
    </item>
    <item>
      <title>Re: Setting visual studio code for i.MX8 development</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Setting-visual-studio-code-for-i-MX8-development/m-p/1374368#M183300</link>
      <description>&lt;P&gt;Hello Daewoong92,&lt;/P&gt;
&lt;P&gt;Yes you can, but if you instal the whole yocto it has to be with the same toolchain version.&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Nov 2021 13:22:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Setting-visual-studio-code-for-i-MX8-development/m-p/1374368#M183300</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2021-11-19T13:22:19Z</dc:date>
    </item>
    <item>
      <title>Re: Setting visual studio code for i.MX8 development</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Setting-visual-studio-code-for-i-MX8-development/m-p/1374408#M183304</link>
      <description>&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;You mean I have to match kernel source which is used to do yocto build with kernel source which is used to make toolchain?&lt;/P&gt;&lt;P&gt;If so, I followed i.MX Yocto Project User's Guide to do yocto build (repo init -&amp;gt; repo sync -&amp;gt; bitbake image)&lt;/P&gt;&lt;P&gt;and I'm using these kernel source so all I have to do is do 'DISTRO=fsl-imx-fb MACHINE=Target-Machine bitbake core-image-minimal -c populate_sdk' with same build directory like in i.MX BSP Porting Guide 2.1.1. right?&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Nov 2021 14:50:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Setting-visual-studio-code-for-i-MX8-development/m-p/1374408#M183304</guid>
      <dc:creator>hello-world123</dc:creator>
      <dc:date>2021-11-19T14:50:18Z</dc:date>
    </item>
    <item>
      <title>Re: Setting visual studio code for i.MX8 development</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Setting-visual-studio-code-for-i-MX8-development/m-p/1375392#M183406</link>
      <description>&lt;P&gt;I successfully finished to make development environment by following variscite link and&amp;nbsp;&lt;SPAN&gt;i.MX Porting Guide as I mentioned.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks to populate_sdk and variscite, NXP staff.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Nov 2021 06:21:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Setting-visual-studio-code-for-i-MX8-development/m-p/1375392#M183406</guid>
      <dc:creator>hello-world123</dc:creator>
      <dc:date>2021-11-23T06:21:38Z</dc:date>
    </item>
  </channel>
</rss>

