<?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>i.MX ProcessorsのトピックAndroid 7 flashing error - Please update your sfdisk version to 2.26 or later version</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Android-7-flashing-error-Please-update-your-sfdisk-version-to-2/m-p/676823#M104401</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; We are getting below error while flashing the image into SD-Card. This error only observed when we use &lt;STRONG&gt;Android 7&lt;/STRONG&gt; platform in &lt;STRONG&gt;Ubuntu 14.04 64bit&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;root@cpu-493-PC:/work/myandroid/out/target/product/evk_6sl# sudo /work/myandroid/./device/fsl/common/tools/fsl-sdcard-partition.sh -f imx6sl /dev/sdb&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Please update your sfdisk version to 2.26 or later version&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If we update the sfdisk version into 2.26 or later version using util-linux-2.29 package from kernel.org, OS is not functioning after installing new version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please provide help to fix this issue. We have observed the same issue in Three Setup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raj.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 May 2017 05:36:58 GMT</pubDate>
    <dc:creator>ThanarajS</dc:creator>
    <dc:date>2017-05-12T05:36:58Z</dc:date>
    <item>
      <title>Android 7 flashing error - Please update your sfdisk version to 2.26 or later version</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Android-7-flashing-error-Please-update-your-sfdisk-version-to-2/m-p/676823#M104401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; We are getting below error while flashing the image into SD-Card. This error only observed when we use &lt;STRONG&gt;Android 7&lt;/STRONG&gt; platform in &lt;STRONG&gt;Ubuntu 14.04 64bit&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;root@cpu-493-PC:/work/myandroid/out/target/product/evk_6sl# sudo /work/myandroid/./device/fsl/common/tools/fsl-sdcard-partition.sh -f imx6sl /dev/sdb&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Please update your sfdisk version to 2.26 or later version&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If we update the sfdisk version into 2.26 or later version using util-linux-2.29 package from kernel.org, OS is not functioning after installing new version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please provide help to fix this issue. We have observed the same issue in Three Setup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raj.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 May 2017 05:36:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Android-7-flashing-error-Please-update-your-sfdisk-version-to-2/m-p/676823#M104401</guid>
      <dc:creator>ThanarajS</dc:creator>
      <dc:date>2017-05-12T05:36:58Z</dc:date>
    </item>
    <item>
      <title>Re: Android 7 flashing error - Please update your sfdisk version to 2.26 or later version</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Android-7-flashing-error-Please-update-your-sfdisk-version-to-2/m-p/676824#M104402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-left: .5in;"&gt;Instead of make install to the system, just modify the script file to point to this newly build sfdisk so that it does not change other tools; which are:&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-left: 1.0in;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-left: 1.0in;"&gt;vmuser@ubuntu:~/Temp/8dv-android-beta-mybuilt$ diff fsl-sdcard-partition.sh fsl-sdcard-partition-mod.sh&lt;/P&gt;&lt;P style="margin-left: 1.0in;"&gt;71c71&lt;/P&gt;&lt;P style="margin-left: 1.0in;"&gt;&amp;lt; sfdisk_version=`&lt;SPAN style="color: #0070c0;"&gt;&lt;STRONG&gt;sfdisk&lt;/STRONG&gt;&lt;/SPAN&gt; -v | awk '{print $4}' | awk -F '.' '{print $2}'`&lt;/P&gt;&lt;P style="margin-left: 1.0in;"&gt;---&lt;/P&gt;&lt;P style="margin-left: 1.0in;"&gt;&amp;gt; sfdisk_version=`&lt;SPAN style="color: red;"&gt;&lt;STRONG&gt;/home/vmuser/Temp/util-linux-2.26.2/sfdisk&lt;/STRONG&gt;&lt;/SPAN&gt; -v | awk '{print $4}' | awk -F '.' '{print $2}'`&lt;/P&gt;&lt;P style="margin-left: 1.0in;"&gt;83c83&lt;/P&gt;&lt;P style="margin-left: 1.0in;"&gt;&amp;lt; total_size=`&lt;SPAN style="color: #0070c0;"&gt;&lt;STRONG&gt;sfdisk&lt;/STRONG&gt;&lt;/SPAN&gt; -s ${node}`&lt;/P&gt;&lt;P style="margin-left: 1.0in;"&gt;---&lt;/P&gt;&lt;P style="margin-left: 1.0in;"&gt;&amp;gt; total_size=`&lt;SPAN style="color: red;"&gt;&lt;STRONG&gt;/home/vmuser/Temp/util-linux-2.26.2/sfdisk&lt;/STRONG&gt;&lt;/SPAN&gt; -s ${node}`&lt;/P&gt;&lt;P style="margin-left: 1.0in;"&gt;132c132&lt;/P&gt;&lt;P style="margin-left: 1.0in;"&gt;&amp;lt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dd if=${systemimage_raw_file} of=${node}${part}5 conv=fsync&lt;/P&gt;&lt;P style="margin-left: 1.0in;"&gt;---&lt;/P&gt;&lt;P style="margin-left: 1.0in;"&gt;&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dd if=${systemimage_raw_file} of=${node}${part}5 conv=fsync &lt;SPAN style="color: red;"&gt;&lt;STRONG&gt;bs=4096&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: 1.0in;"&gt;142c142&lt;/P&gt;&lt;P style="margin-left: 1.0in;"&gt;&amp;lt; &lt;SPAN style="color: #0070c0;"&gt;&lt;STRONG&gt;sfdisk&lt;/STRONG&gt;&lt;/SPAN&gt; --force ${opt_unit}&amp;nbsp; ${node} &amp;lt;&amp;lt; EOF&lt;/P&gt;&lt;P style="margin-left: 1.0in;"&gt;---&lt;/P&gt;&lt;P style="margin-left: 1.0in;"&gt;&amp;gt; &lt;SPAN style="color: red;"&gt;&lt;STRONG&gt;/home/vmuser/Temp/util-linux-2.26.2/sfdisk&lt;/STRONG&gt;&lt;/SPAN&gt; --force ${opt_unit}&amp;nbsp; ${node} &amp;lt;&amp;lt; EOF&lt;/P&gt;&lt;P style="margin-left: 1.0in;"&gt;162c162&lt;/P&gt;&lt;P style="margin-left: 1.0in;"&gt;&amp;lt; &lt;SPAN style="color: #0070c0;"&gt;&lt;STRONG&gt;sfdisk&lt;/STRONG&gt;&lt;/SPAN&gt; --force ${opt_unit} ${node} -N1 &amp;lt;&amp;lt; EOF&lt;/P&gt;&lt;P style="margin-left: 1.0in;"&gt;---&lt;/P&gt;&lt;P style="margin-left: 1.0in;"&gt;&amp;gt; &lt;SPAN style="color: red;"&gt;&lt;STRONG&gt;/home/vmuser/Temp/util-linux-2.26.2/sfdisk&lt;/STRONG&gt;&lt;/SPAN&gt; --force ${opt_unit} ${node} -N1 &amp;lt;&amp;lt; EOF&lt;/P&gt;&lt;P style="margin-left: 1.0in;"&gt;vmuser@ubuntu:~/Temp/8dv-android-beta-mybuilt$&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;Also, when doing dd of the raw system image, I add the option “bs=4096”, which could greatly increase the speed to program the SD card image, especially run on vmimage.&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;Remember to install this package to get “simg2img” being used in the script file.&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-left: .5in; text-indent: .5in;"&gt;$ sudo apt-get install android-tools-fsutils&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2017 08:11:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Android-7-flashing-error-Please-update-your-sfdisk-version-to-2/m-p/676824#M104402</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2017-05-15T08:11:11Z</dc:date>
    </item>
    <item>
      <title>Re: Android 7 flashing error - Please update your sfdisk version to 2.26 or later version</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Android-7-flashing-error-Please-update-your-sfdisk-version-to-2/m-p/676825#M104403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Joan Xie,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your post is more helpful for me.&lt;/P&gt;&lt;P&gt;I have downloaded the same util-linux-2.26.2.tar.gz from net and tried to find the sfdisk. It's available in "util-linux-2.26.2/bash-completion/sfdisk"&lt;/P&gt;&lt;P&gt;It this the proper compiled binary or we need to compile this source ?&lt;/P&gt;&lt;P&gt;Because, I have faced many issues after using this 'util-linux-2.26.2/bash-completion/sfdisk' in script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope you understand my position. Please help me to move further.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;J.P.Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2017 03:57:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Android-7-flashing-error-Please-update-your-sfdisk-version-to-2/m-p/676825#M104403</guid>
      <dc:creator>Raana</dc:creator>
      <dc:date>2017-12-06T03:57:57Z</dc:date>
    </item>
  </channel>
</rss>

