<?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: How to use fdtput on i.MX Yocto in Other NXP Products</title>
    <link>https://community.nxp.com/t5/Other-NXP-Products/How-to-use-fdtput-on-i-MX-Yocto/m-p/2021688#M26988</link>
    <description>&lt;P&gt;The rootfs provided in i.MX&amp;nbsp;&lt;SPAN&gt;Linux SDK 6.6.23_2.0.0 is not Ubuntu rootfs, so the command "sudo apt-get install device-tree-compiler" doesn't work.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You could add "dtc" to rebuild rootfs in Yocto build environment.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I built attached "dtc" binaries file for you, please copy the attached tar ball to your target board directly.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;# tar -xzvf image.tar.gz&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;# cp image/usr/lib/* /usr/lib/&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;# cp ./image/usr/bin/fdtput /usr/bin/&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;# fdtput&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 03 Jan 2025 07:05:00 GMT</pubDate>
    <dc:creator>yipingwang</dc:creator>
    <dc:date>2025-01-03T07:05:00Z</dc:date>
    <item>
      <title>How to use fdtput on i.MX Yocto</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/How-to-use-fdtput-on-i-MX-Yocto/m-p/2018564#M26892</link>
      <description>&lt;P&gt;I have i.MX 8M Mini EVK which runs Linux 6.6.23_2.0.0.&lt;BR /&gt;To configure the SDIO Interface, I run the following command:&lt;/P&gt;&lt;P&gt;fdtput /run/media/boot-mmcblk2p1/imx8mm-evk.dtb /soc@0/bus@30800000/mmc@30b50000 no-1-8-v&lt;/P&gt;&lt;P&gt;However, I got “-sh: fdtput: command not found". I also run “sudo apt-get install device-tree-compile” to install fdtput command, and I got “Building dependency tree... Done E: Unable to locate package fdtput” error.&lt;/P&gt;&lt;P&gt;How can I use fdtput command?&lt;/P&gt;</description>
      <pubDate>Mon, 23 Dec 2024 10:56:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/How-to-use-fdtput-on-i-MX-Yocto/m-p/2018564#M26892</guid>
      <dc:creator>jun_1</dc:creator>
      <dc:date>2024-12-23T10:56:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to use fdtput on i.MX Yocto</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/How-to-use-fdtput-on-i-MX-Yocto/m-p/2018987#M26907</link>
      <description>&lt;P&gt;Please use the following command.&lt;/P&gt;
&lt;P&gt;$ sudo apt-get install device-tree-compiler&lt;/P&gt;</description>
      <pubDate>Tue, 24 Dec 2024 08:17:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/How-to-use-fdtput-on-i-MX-Yocto/m-p/2018987#M26907</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2024-12-24T08:17:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to use fdtput on i.MX Yocto</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/How-to-use-fdtput-on-i-MX-Yocto/m-p/2019018#M26908</link>
      <description>Thank you for your reply.&lt;BR /&gt;I tried the following command, and I got “Building dependency tree... Done E: Unable to locate package fdtput” error; it was a copy and paste mistake.&lt;BR /&gt;&lt;BR /&gt;$ sudo apt-get install device-tree-compiler</description>
      <pubDate>Tue, 24 Dec 2024 08:41:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/How-to-use-fdtput-on-i-MX-Yocto/m-p/2019018#M26908</guid>
      <dc:creator>jun_1</dc:creator>
      <dc:date>2024-12-24T08:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to use fdtput on i.MX Yocto</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/How-to-use-fdtput-on-i-MX-Yocto/m-p/2021688#M26988</link>
      <description>&lt;P&gt;The rootfs provided in i.MX&amp;nbsp;&lt;SPAN&gt;Linux SDK 6.6.23_2.0.0 is not Ubuntu rootfs, so the command "sudo apt-get install device-tree-compiler" doesn't work.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You could add "dtc" to rebuild rootfs in Yocto build environment.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I built attached "dtc" binaries file for you, please copy the attached tar ball to your target board directly.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;# tar -xzvf image.tar.gz&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;# cp image/usr/lib/* /usr/lib/&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;# cp ./image/usr/bin/fdtput /usr/bin/&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;# fdtput&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jan 2025 07:05:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/How-to-use-fdtput-on-i-MX-Yocto/m-p/2021688#M26988</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2025-01-03T07:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to use fdtput on i.MX Yocto</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/How-to-use-fdtput-on-i-MX-Yocto/m-p/2022860#M27014</link>
      <description>&lt;P&gt;Thank you.&amp;nbsp;I successed to execute the command using the above method.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jan 2025 01:47:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/How-to-use-fdtput-on-i-MX-Yocto/m-p/2022860#M27014</guid>
      <dc:creator>jun_1</dc:creator>
      <dc:date>2025-01-07T01:47:42Z</dc:date>
    </item>
  </channel>
</rss>

