<?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 How to integrate Driver in U-Boot in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-to-integrate-Driver-in-U-Boot/m-p/1237905#M170149</link>
    <description>&lt;P&gt;Hello NXP TechSupport&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm working on&lt;STRONG&gt; Custom Board&lt;/STRONG&gt; which is based on&lt;STRONG&gt; i.MX 8M Mini&lt;/STRONG&gt; Processor.&lt;/P&gt;&lt;P&gt;1] I need to &lt;STRONG&gt;integrate the Driver in U-Boot&lt;/STRONG&gt;&amp;nbsp;and &lt;STRONG&gt;Compile it to build its image&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;2] Can you please &lt;STRONG&gt;share the detailed procedure&lt;/STRONG&gt; step by step.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Nikhil&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 01 Mar 2021 10:49:20 GMT</pubDate>
    <dc:creator>nikhil29</dc:creator>
    <dc:date>2021-03-01T10:49:20Z</dc:date>
    <item>
      <title>How to integrate Driver in U-Boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-integrate-Driver-in-U-Boot/m-p/1237905#M170149</link>
      <description>&lt;P&gt;Hello NXP TechSupport&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm working on&lt;STRONG&gt; Custom Board&lt;/STRONG&gt; which is based on&lt;STRONG&gt; i.MX 8M Mini&lt;/STRONG&gt; Processor.&lt;/P&gt;&lt;P&gt;1] I need to &lt;STRONG&gt;integrate the Driver in U-Boot&lt;/STRONG&gt;&amp;nbsp;and &lt;STRONG&gt;Compile it to build its image&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;2] Can you please &lt;STRONG&gt;share the detailed procedure&lt;/STRONG&gt; step by step.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Nikhil&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Mar 2021 10:49:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-integrate-Driver-in-U-Boot/m-p/1237905#M170149</guid>
      <dc:creator>nikhil29</dc:creator>
      <dc:date>2021-03-01T10:49:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to integrate Driver in U-Boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-integrate-Driver-in-U-Boot/m-p/1238338#M170185</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The key file is&lt;/P&gt;
&lt;P&gt;/drivers/Kconfig&lt;/P&gt;
&lt;P&gt;/drivers/Makefile&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then you can research the example driver:/drivers/ timer&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Zhiming&lt;/P&gt;</description>
      <pubDate>Tue, 02 Mar 2021 02:15:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-integrate-Driver-in-U-Boot/m-p/1238338#M170185</guid>
      <dc:creator>Zhiming_Liu</dc:creator>
      <dc:date>2021-03-02T02:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to integrate Driver in U-Boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-integrate-Driver-in-U-Boot/m-p/1238482#M170197</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;SPAN&gt;Zhiming, Thanks for your time&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;1] I have written Makefile and Kconfig for integrating driver.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2] After that to bind that driver with the bootloader, I used the command,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;bitbake -c menuconfig virtual/bootloader&lt;/STRONG&gt;, but showing error&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR:-&lt;BR /&gt;========&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1]&lt;/STRONG&gt; ERROR: u-boot-variscite-1.0-r0 do_configure: Execution of '/home/nikhil/Variscite-DART-MX8M-MINI/var-fsl-yocto/build_xwayland/tmp/work/imx8mm_var_dart-poky-linux/u-boot-variscite/1.0-r0/temp/run.do_configure.17897' failed with exit code 1:&lt;BR /&gt;cp: cannot stat '/home/nikhil/Variscite-DART-MX8M-MINI/var-fsl-yocto/build_xwayland/tmp/work/imx8mm_var_dart-poky-linux/u-boot-variscite/1.0-r0/u-boot-variscite-1.0//.config': No such file or directory&lt;BR /&gt;WARNING: exit code 1 from a shell command.&lt;/P&gt;&lt;P&gt;ERROR: Logfile of failure stored in: /home/nikhil/Variscite-DART-MX8M-MINI/var-fsl-yocto/build_xwayland/tmp/work/imx8mm_var_dart-poky-linux/u-boot-variscite/1.0-r0/temp/log.do_configure.17897&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2]&lt;/STRONG&gt;&amp;nbsp;ERROR: Execution of '/home/nikhil/Variscite-DART-MX8M-MINI/var-fsl-yocto/build_xwayland/tmp/work/imx8mm_var_dart-poky-linux/u-boot-variscite/1.0-r0/temp/run.do_configure.17897' failed with exit code 1:&lt;BR /&gt;| cp: cannot stat '/home/nikhil/Variscite-DART-MX8M-MINI/var-fsl-yocto/build_xwayland/tmp/work/imx8mm_var_dart-poky-linux/u-boot-variscite/1.0-r0/u-boot-variscite-1.0//.config': No such file or directory&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;3]&lt;/STRONG&gt;&amp;nbsp;ERROR: Task (/home/nikhil/Variscite-DART-MX8M-MINI/var-fsl-yocto/sources/meta-variscite-imx/recipes-bsp/u-boot/u-boot-variscite.bb:do_configure) failed with exit code '1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please provide a resulting solution for successful driver integration.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Nikhil&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Mar 2021 07:12:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-integrate-Driver-in-U-Boot/m-p/1238482#M170197</guid>
      <dc:creator>nikhil29</dc:creator>
      <dc:date>2021-03-02T07:12:00Z</dc:date>
    </item>
  </channel>
</rss>

