<?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: fsl-sdcard-partition.sh is giving error File partition-table.img not found in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/fsl-sdcard-partition-sh-is-giving-error-File-partition-table-img/m-p/969874#M144474</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This could be related to the device node you're using since the script runs using /dev/sdX,&lt;/P&gt;&lt;P&gt;Could you try using an SD reader?&lt;/P&gt;&lt;P&gt;And run the command:&lt;/P&gt;&lt;P&gt;sudo ./fsl-sdcard-partition.sh -f imx8mm -c 14 /dev/sdX&lt;/P&gt;&lt;P&gt;X is the disk index from 'a' to 'z'&lt;/P&gt;&lt;P&gt;-c 14 because you're using a 16GB SD Card&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Best regards, &lt;BR /&gt; Aldo.&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt; Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Jul 2019 22:39:28 GMT</pubDate>
    <dc:creator>AldoG</dc:creator>
    <dc:date>2019-07-15T22:39:28Z</dc:date>
    <item>
      <title>fsl-sdcard-partition.sh is giving error File partition-table.img not found</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/fsl-sdcard-partition-sh-is-giving-error-File-partition-table-img/m-p/969872#M144472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sir,&lt;/P&gt;&lt;P&gt;I am using iMX8M Mini and Android AOSP Source code for Android 9.0.&lt;/P&gt;&lt;P&gt;I have downloaded the AOSP and successfully able to built it using steps given in Android user guide Rev. P9.0.0_1.0.0-ga, 01/2019 .&lt;/P&gt;&lt;P&gt;I checked my =&amp;gt;&amp;nbsp; /out/target/product/evk_8mm/&amp;nbsp;&amp;nbsp;&amp;nbsp; Directory and I can see all the output files there.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i want to flash these output files in my sdcard and test the build images.&lt;/P&gt;&lt;P&gt;for that i am following the steps given in 5.1.1 Storage partitions of Android user guide Rev. P9.0.0_1.0.0-ga,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per the steps when i am trying to execute fsl-sdcard-partition.sh file I get error saying =&amp;gt;&lt;/P&gt;&lt;P&gt;File partition-table.img not found. Please check. Exiting&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below Command I am executing =&amp;gt;&lt;/P&gt;&lt;P&gt;sudo ./device/fsl/common/tools/fsl-sdcard-partition.sh -f imx8mm /dev/mmcblk0&lt;BR /&gt;imx8mm bootloader offset is: 33&lt;BR /&gt;File partition-table.img not found. Please check. Exiting&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE : - My sdcard is 16GB and I connected my sdcard to my laptop using sdcard adapter and i can see it as /dev/mmcblk0 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE - In /out/target/product/evk_8mm/ directory also there is fsl-sdcard-partition.sh script and when i try to execute from there also then also i get similar error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;sudo ./out/target/product/evk_8mm/fsl-sdcard-partition.sh -f imx8mm /dev/mmcblk0&lt;BR /&gt;imx8mm bootloader offset is: 33&lt;BR /&gt;File partition-table.img not found. Please check. Exiting&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : - I checked /device/fsl/common/tools/&amp;nbsp;&amp;nbsp; directory as well as &amp;nbsp; /out/target/product/evk_8mm/ directory also and I can see partition-table.img file there along with partition-table-7GB.img and other files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I run file command on partition-table.img i get below msg =&amp;gt;&lt;/P&gt;&lt;P&gt;file partition-table.img &lt;BR /&gt;partition-table.img: DOS/MBR boot sector; partition 1 : ID=0xee, start-CHS (0x0,0,1), end-CHS (0x3ff,255,63), startsector 1, 27262975 sectors, extended partition table (last)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there is no symbolic link or anything...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;because of this error i am not able to flash build images on my sdcard and got stuck here.&lt;/P&gt;&lt;P&gt;Please help me why i am getting this error and how to solve it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Maneesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jul 2019 10:17:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/fsl-sdcard-partition-sh-is-giving-error-File-partition-table-img/m-p/969872#M144472</guid>
      <dc:creator>msingh1920</dc:creator>
      <dc:date>2019-07-11T10:17:46Z</dc:date>
    </item>
    <item>
      <title>Re: fsl-sdcard-partition.sh is giving error File partition-table.img not found</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/fsl-sdcard-partition-sh-is-giving-error-File-partition-table-img/m-p/969873#M144473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now I am able to use&amp;nbsp; fsl-sdcard-partition.sh script properly..&lt;/P&gt;&lt;P&gt;But after running the script i am getting below error -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;/P&gt;&lt;P&gt;sudo ./fsl-sdcard-partition.sh -f imx8mm /dev/mmcblk0&lt;BR /&gt;imx8mm bootloader offset is: 33&lt;BR /&gt;make gpt partition for android: partition-table.img&lt;BR /&gt;17+0 records in&lt;BR /&gt;17+0 records out&lt;BR /&gt;17408 bytes (17 kB, 17 KiB) copied, 0.0193066 s, 902 kB/s&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/dev/mmcblk0:&lt;BR /&gt;&amp;nbsp;re-reading partition table&lt;BR /&gt;GPT fdisk (gdisk) version 1.0.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Caution: invalid backup GPT header, but valid main header; regenerating&lt;BR /&gt;backup header from main header.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Warning! Main and backup partition tables differ! Use the 'c' and 'e' options&lt;BR /&gt;on the recovery &amp;amp; transformation menu to examine the two tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Warning! One or more CRCs don't match. You should repair the disk!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Partition table scan:&lt;BR /&gt;&amp;nbsp; MBR: protective&lt;BR /&gt;&amp;nbsp; BSD: not present&lt;BR /&gt;&amp;nbsp; APM: not present&lt;BR /&gt;&amp;nbsp; GPT: damaged&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;****************************************************************************&lt;BR /&gt;Caution: Found protective or hybrid MBR and corrupt GPT. Using GPT, but disk&lt;BR /&gt;verification and recovery are STRONGLY recommended.&lt;BR /&gt;****************************************************************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Command (? for help): &lt;BR /&gt;Recovery/transformation command (? for help): Warning! This will probably do weird things if you've converted an MBR to&lt;BR /&gt;GPT form and haven't yet saved the GPT! Proceed? (Y/N): &lt;BR /&gt;Recovery/transformation command (? for help): Warning! Secondary header is placed too early on the disk! Do you want to&lt;BR /&gt;correct this problem? (Y/N): Have moved second header and partition table to correct location.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Final checks complete. About to write GPT data. THIS WILL OVERWRITE EXISTING&lt;BR /&gt;PARTITIONS!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you want to proceed? (Y/N): OK; writing new GUID partition table (GPT) to /dev/mmcblk0.&lt;BR /&gt;The operation has completed successfully.&lt;BR /&gt;formating android images&lt;BR /&gt;format_partition: userdata:/dev/mmcblk012 ext4&lt;BR /&gt;mke2fs 1.42.13 (17-May-2015)&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using gdisk and parted i corrected my sdcard and reformatted it but still i am getting same error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i independent run the gdisk command i get this msg =&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sudo gdisk /dev/mmcblk0 &lt;BR /&gt;[sudo] password for bruviti: &lt;BR /&gt;GPT fdisk (gdisk) version 1.0.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Partition table scan:&lt;BR /&gt;&amp;nbsp; MBR: protective&lt;BR /&gt;&amp;nbsp; BSD: not present&lt;BR /&gt;&amp;nbsp; APM: not present&lt;BR /&gt;&amp;nbsp; GPT: present&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Found valid GPT with protective MBR; using GPT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Command (? for help): &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when i run fsl-sdcard-partition.sh i get same error as posted above...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I reformatted and corrected GPT of my sdcard multiple time but same error i am getting again and again.&lt;/P&gt;&lt;P&gt;NOTE : - I am using 16gb sandisk ultra micro sd card and connecting my sdcard with my laptop using sdcard adapter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any Suggestion or Idea how can i solve this issue? or why this issue is coming ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Maneesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jul 2019 12:14:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/fsl-sdcard-partition-sh-is-giving-error-File-partition-table-img/m-p/969873#M144473</guid>
      <dc:creator>msingh1920</dc:creator>
      <dc:date>2019-07-11T12:14:50Z</dc:date>
    </item>
    <item>
      <title>Re: fsl-sdcard-partition.sh is giving error File partition-table.img not found</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/fsl-sdcard-partition-sh-is-giving-error-File-partition-table-img/m-p/969874#M144474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This could be related to the device node you're using since the script runs using /dev/sdX,&lt;/P&gt;&lt;P&gt;Could you try using an SD reader?&lt;/P&gt;&lt;P&gt;And run the command:&lt;/P&gt;&lt;P&gt;sudo ./fsl-sdcard-partition.sh -f imx8mm -c 14 /dev/sdX&lt;/P&gt;&lt;P&gt;X is the disk index from 'a' to 'z'&lt;/P&gt;&lt;P&gt;-c 14 because you're using a 16GB SD Card&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Best regards, &lt;BR /&gt; Aldo.&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt; Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jul 2019 22:39:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/fsl-sdcard-partition-sh-is-giving-error-File-partition-table-img/m-p/969874#M144474</guid>
      <dc:creator>AldoG</dc:creator>
      <dc:date>2019-07-15T22:39:28Z</dc:date>
    </item>
    <item>
      <title>Re: fsl-sdcard-partition.sh is giving error File partition-table.img not found</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/fsl-sdcard-partition-sh-is-giving-error-File-partition-table-img/m-p/969875#M144475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN class=""&gt;Aldo Gutierrez&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your suggestion was very helpful and now i am able to flash images into SDCARD. using card reader.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i have few doubts -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. In my first comments as i mentioned when i try to run fsl-sdcard-partition.sh it gives error saying -&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "File partition-table.img not found. Please check. Exiting" &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; even though the file is present there.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; I solved it by making all the files in the directory executable and some how it works but i am still now sure what can be&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; proper solution to this problem. sometimes it work sometimes not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. As you mentioned in your commends -&amp;nbsp;sudo ./fsl-sdcard-partition.sh -f imx8mm -c 14 /dev/sdX&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; there is no partition-table-14GB.img files created in my directory...&amp;nbsp; I copied and renamed the partition-table.img to &lt;BR /&gt;&amp;nbsp;&amp;nbsp; partition-table-14GB.img file. So is it the proper way of creating partition-table-14GB.img file ?? or AOSP itself create this&lt;BR /&gt;&amp;nbsp;&amp;nbsp; file during build ? In Android user guide documents no where it is mentioned about partition-table-14GB.img files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.&amp;nbsp; I am able to flash the images on SDCARD and it is working fine. but by default it flashed images for HDMI support.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; But if i want to flash files which support MIPI-DSI display then how can i do this ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I mean to say -&amp;gt; the fsl-sdcard-partition.sh script by default uses&amp;nbsp; &lt;STRONG&gt;vbmeta-imx8mm.img&lt;/STRONG&gt; and &lt;STRONG&gt;dtbo-imx8mm.img&lt;/STRONG&gt; files.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; but if i want to use &lt;STRONG&gt;vbmeta-imx8mm-mipi-panel.img&lt;/STRONG&gt; and &lt;STRONG&gt;dtbo-imx8mm-mipi-panel.img&lt;/STRONG&gt; files which is needed for &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; MIPI-DSI display support then how can i do that using this&amp;nbsp;fsl-sdcard-partition.sh script ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Maneesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jul 2019 10:49:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/fsl-sdcard-partition-sh-is-giving-error-File-partition-table-img/m-p/969875#M144475</guid>
      <dc:creator>msingh1920</dc:creator>
      <dc:date>2019-07-16T10:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: fsl-sdcard-partition.sh is giving error File partition-table.img not found</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/fsl-sdcard-partition-sh-is-giving-error-File-partition-table-img/m-p/969876#M144476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin: 0in; font-size: 11.0pt;"&gt;Hi Maneesh,&lt;/P&gt;&lt;P style="margin: 0in; font-size: 11.0pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin: 0in; font-size: 11.0pt;"&gt;1.- I have tried on my side and works properly, please try changing the owner of the file to nobody.&lt;/P&gt;&lt;P style="margin: 0in; font-size: 11.0pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin: 0in; font-size: 11.0pt;"&gt;2.- No, sorry that was my mistake, I took the i.MX6 as an example and forgot about the default for the i.MX 8MM is 16GB, so don't worry about it, and sorry for the confusion.&lt;/P&gt;&lt;P style="margin: 0in; font-size: 11.0pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin: 0in; font-size: 11.0pt;"&gt;3.- the Easy way should be renaming the files, i.e.&lt;/P&gt;&lt;P style="margin: 0in; font-size: 11.0pt;"&gt;&lt;STRONG&gt;vbmeta-imx8mm.img &amp;gt; vbmeta-imx8mm1.img&amp;nbsp; (to avoid deleting the file)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin: 0in; font-size: 11.0pt;"&gt;&lt;STRONG&gt;vbmeta-imx8mm-mipi-panel.img &amp;gt; vbmeta-imx8mm.img&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin: 0in; font-size: 11.0pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin: 0in; font-size: 11.0pt;"&gt;Hope it helps,&lt;/P&gt;&lt;P style="margin: 0in; font-size: 11.0pt;"&gt;Regards,&lt;/P&gt;&lt;P style="margin: 0in; font-size: 11.0pt;"&gt;Aldo.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jul 2019 17:30:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/fsl-sdcard-partition-sh-is-giving-error-File-partition-table-img/m-p/969876#M144476</guid>
      <dc:creator>AldoG</dc:creator>
      <dc:date>2019-07-16T17:30:28Z</dc:date>
    </item>
    <item>
      <title>Re: fsl-sdcard-partition.sh is giving error File partition-table.img not found</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/fsl-sdcard-partition-sh-is-giving-error-File-partition-table-img/m-p/969877#M144477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A _jive_internal="true" class="" data-avatarid="29594" data-externalid="" data-online="false" data-presence="null" data-userid="321030" data-username="nxf46838" href="https://community.nxp.com/people/nxf46838"&gt;Aldo Gutierrez&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply and suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;maneesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jul 2019 09:33:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/fsl-sdcard-partition-sh-is-giving-error-File-partition-table-img/m-p/969877#M144477</guid>
      <dc:creator>msingh1920</dc:creator>
      <dc:date>2019-07-30T09:33:34Z</dc:date>
    </item>
  </channel>
</rss>

