<?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: Write buildroot output to imx6ull evk in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Write-buildroot-output-to-imx6ull-evk/m-p/1689613#M209438</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am also building using buildroot for MCIMX6Q-SDB. I build the default configuration:&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"freescale_imx6qsabresd_defconfig".&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;I then formatted the SD card per f&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;rom page 9 of IMXLUG.pdf and copied the files per the specification. It tells me to dd u-boot.imx to 2 sectors offset (512 byte sectors) and then use linux copy command to place the zImage on fat32 partition at sectors&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;20480 (512 byte sectors), and rootfs.ext2 at ext4 partition at&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;1228800 sectors offset. If I am able to just use u-boot.imx and sdcard.img, how is the SDcard formatted to accomplish this?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Thu, 20 Jul 2023 16:56:23 GMT</pubDate>
    <dc:creator>ethomas</dc:creator>
    <dc:date>2023-07-20T16:56:23Z</dc:date>
    <item>
      <title>Write buildroot output to imx6ull evk</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Write-buildroot-output-to-imx6ull-evk/m-p/1612292#M202514</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am reviewing the development using imx6ulevk.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;However, the BSP I use is not Yocto Project, but buildroot.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The buildroot I used is the buildroot-2022.11.2.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;# make imx6ullevk_defconfig&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;# make &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I got an output package by building a buildroot.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The output file is as follows:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;boot.vfat&amp;nbsp; &amp;nbsp;imx6ull-14x14-evk.dtb&amp;nbsp; &amp;nbsp;rootfs.ext2&amp;nbsp; &amp;nbsp;rootfs.ext4&amp;nbsp; &amp;nbsp;rootfs.tar&amp;nbsp; &amp;nbsp; sdcard.img&amp;nbsp; &amp;nbsp; u-boot.bin&amp;nbsp; &amp;nbsp; u-boot.imx&amp;nbsp; &amp;nbsp; zImage&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I want to record the output file in imx6ull evk.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I tried to use mfgtool, but it didn't go well, so I asked.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is there any way?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Mar 2023 08:52:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Write-buildroot-output-to-imx6ull-evk/m-p/1612292#M202514</guid>
      <dc:creator>mjay</dc:creator>
      <dc:date>2023-03-09T08:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: Write buildroot output to imx6ull evk</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Write-buildroot-output-to-imx6ull-evk/m-p/1614648#M202692</link>
      <description>&lt;P&gt;&lt;SPAN class="im"&gt;&lt;SPAN&gt;Hello &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/213874"&gt;@mjay&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I hope you are doing well.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;There are 2 important files that needed to be flashed into the board are given below&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;u-boot.bin&lt;BR /&gt;sdcard.img&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;One just needs to insert your micro SD card into a card reader (assuming the /dev/sdX device file is used), and type the below command:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;sudo dd if=output/images/sdcard.img of=/dev/sdX&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;
&lt;DIV&gt;&lt;SPAN&gt;Thanks &amp;amp; Regards.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Sanket Parekh&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 14 Mar 2023 07:23:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Write-buildroot-output-to-imx6ull-evk/m-p/1614648#M202692</guid>
      <dc:creator>Sanket_Parekh</dc:creator>
      <dc:date>2023-03-14T07:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: Write buildroot output to imx6ull evk</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Write-buildroot-output-to-imx6ull-evk/m-p/1689613#M209438</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am also building using buildroot for MCIMX6Q-SDB. I build the default configuration:&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"freescale_imx6qsabresd_defconfig".&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;I then formatted the SD card per f&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;rom page 9 of IMXLUG.pdf and copied the files per the specification. It tells me to dd u-boot.imx to 2 sectors offset (512 byte sectors) and then use linux copy command to place the zImage on fat32 partition at sectors&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;20480 (512 byte sectors), and rootfs.ext2 at ext4 partition at&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;1228800 sectors offset. If I am able to just use u-boot.imx and sdcard.img, how is the SDcard formatted to accomplish this?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 20 Jul 2023 16:56:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Write-buildroot-output-to-imx6ull-evk/m-p/1689613#M209438</guid>
      <dc:creator>ethomas</dc:creator>
      <dc:date>2023-07-20T16:56:23Z</dc:date>
    </item>
  </channel>
</rss>

