<?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: loading the os image into sd card in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/loading-the-os-image-into-sd-card/m-p/1497911#M193197</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/203912"&gt;@shankovai&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Two partitions are correct. U-boot, dtb, and kernel will be stored at first partition. Rootfs will be at second partition.&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Harvey&lt;/P&gt;</description>
    <pubDate>Fri, 29 Jul 2022 09:19:34 GMT</pubDate>
    <dc:creator>Harvey021</dc:creator>
    <dc:date>2022-07-29T09:19:34Z</dc:date>
    <item>
      <title>loading the os image into sd card</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/loading-the-os-image-into-sd-card/m-p/1496338#M193104</link>
      <description>&lt;P&gt;Hello support team,&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;Configuration&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;Build Configuration:&lt;BR /&gt;BB_VERSION = "2.0.0"&lt;BR /&gt;BUILD_SYS = "x86_64-linux"&lt;BR /&gt;NATIVELSBSTRING = "universal"&lt;BR /&gt;TARGET_SYS = "arm-poky-linux-gnueabi"&lt;BR /&gt;MACHINE = "imx6qdlsabresd"&lt;BR /&gt;DISTRO = "fsl-imx-wayland"&lt;BR /&gt;DISTRO_VERSION = "5.15-kirkstone"&lt;BR /&gt;TUNE_FEATURES = "arm vfp cortexa9 neon thumb callconvention-hard"&lt;BR /&gt;TARGET_FPU = "hard"&lt;BR /&gt;meta&lt;BR /&gt;meta-poky = "HEAD:27de52e402ae000dfa502d52908cd6e6aef923ec"&lt;BR /&gt;meta-oe&lt;BR /&gt;meta-multimedia&lt;BR /&gt;meta-python = "HEAD:5357c7a40eaf8d1bcf7ff58edbba8e9527e40c7d"&lt;BR /&gt;meta-freescale = "HEAD:2fb1ce365338126aad365012ebb913b3e4a9f1be"&lt;BR /&gt;meta-freescale-3rdparty = "HEAD:de0eb1408150d77f9cce97c559f9a5a3c71e5d6c"&lt;BR /&gt;meta-freescale-distro = "HEAD:fc15f5003043da23212596be7366ae2547c308ad"&lt;BR /&gt;meta-bsp&lt;BR /&gt;meta-sdk&lt;BR /&gt;meta-ml&lt;BR /&gt;meta-v2x = "HEAD:5bc708f56575a878da17f2148e959c95d06cf8db"&lt;BR /&gt;meta-nxp-demo-experience = "HEAD:8fade3993b832ecd823771644f2a7b731f8f4527"&lt;BR /&gt;meta-chromium = "HEAD:d25d8ee98a656b2534d0eec6138ef264529fab4f"&lt;BR /&gt;meta-clang = "HEAD:85d956d95401479ca666139e31f662f60c156d5f"&lt;BR /&gt;meta-gnome&lt;BR /&gt;meta-networking&lt;BR /&gt;meta-filesystems = "HEAD:5357c7a40eaf8d1bcf7ff58edbba8e9527e40c7d"&lt;BR /&gt;meta-qt6 = "HEAD:b2894aad5c1aaa85f2f5c7b94391b7c51c39e555"&lt;BR /&gt;meta-virtualization = "HEAD:973c8d0964c6f40338857efe5b8009b2f647d485"&lt;/P&gt;&lt;P&gt;bitbake core-image-minimal&lt;/P&gt;&lt;P&gt;after building the image, flash the image into sd card by giving below command&lt;/P&gt;&lt;P&gt;bzcat &amp;lt;image_name&amp;gt;.wic.bz2 | sudo dd of=/dev/sd&amp;lt;partition&amp;gt; bs=1M conv=fsync&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;FONT face="Courier New" size="-1"&gt;sudo fdisk /dev/sda  -l&lt;/FONT&gt;
&lt;FONT face="Courier New" size="-1"&gt;Disk /dev/sda: 29.3 GiB, 31457280000 bytes, 61440000 sectors&lt;/FONT&gt;
&lt;FONT face="Courier New" size="-1"&gt;Units: sectors of 1 * 512 = 512 bytes&lt;/FONT&gt;
&lt;FONT face="Courier New" size="-1"&gt;Sector size (logical/physical): 512 bytes / 512 bytes&lt;/FONT&gt;
&lt;FONT face="Courier New" size="-1"&gt;I/O size (minimum/optimal): 512 bytes / 512 bytes&lt;/FONT&gt;
&lt;FONT face="Courier New" size="-1"&gt;Disklabel type: dos&lt;/FONT&gt;
&lt;FONT face="Courier New" size="-1"&gt;Disk identifier: 0x3f9d3c50&lt;/FONT&gt;

&lt;FONT face="Courier New" size="-1"&gt;Device     Boot Start    End Sectors   Size Id Type&lt;/FONT&gt;
&lt;FONT face="Courier New" size="-1"&gt;/dev/sda1  *     8192  60825   52634  25.7M  c W95 FAT32 (LBA)&lt;/FONT&gt;
&lt;FONT face="Courier New" size="-1"&gt;/dev/sda2       65536 288921  223386 109.1M 83 Linux&lt;/FONT&gt;&lt;/PRE&gt;&lt;P&gt;question&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;usually three partition will be generated&lt;/STRONG&gt; ? but&amp;nbsp; from the above two partition are shown, is the above is correct&lt;/P&gt;&lt;P&gt;uboot.sb will be burned in partition1 (memory loader FSBL)&lt;/P&gt;&lt;P&gt;uimage and .dtb burned in partition2 (Uboot, environment variable)&lt;/P&gt;&lt;P&gt;rootfs,linux image(dev,etc......) burned in partition3 (rootfs, uimage)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please confirm&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2022 11:37:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/loading-the-os-image-into-sd-card/m-p/1496338#M193104</guid>
      <dc:creator>shankovai</dc:creator>
      <dc:date>2022-07-27T11:37:15Z</dc:date>
    </item>
    <item>
      <title>Re: loading the os image into sd card</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/loading-the-os-image-into-sd-card/m-p/1497911#M193197</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/203912"&gt;@shankovai&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Two partitions are correct. U-boot, dtb, and kernel will be stored at first partition. Rootfs will be at second partition.&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Harvey&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jul 2022 09:19:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/loading-the-os-image-into-sd-card/m-p/1497911#M193197</guid>
      <dc:creator>Harvey021</dc:creator>
      <dc:date>2022-07-29T09:19:34Z</dc:date>
    </item>
  </channel>
</rss>

