<?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のトピックRe: How to re-partition android storage partitions?</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-to-re-partition-android-storage-partitions/m-p/469359#M74183</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Bai Aaren,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may add new partitions by just adding the partition size variable at the beginning of the script with the corresponding size in MB and then adding it to the partition list (which appears in two instances on the script) and to the total size calculation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lines to be added would be then:&lt;/P&gt;&lt;P&gt;APPEND_SIZE=10 #[Around line 12]&lt;/P&gt;&lt;P&gt;APPEND : ${APPEND_SIZE}MB # [Around line 81]&lt;/P&gt;&lt;P&gt;,${APPEND_SIZE},83 # [Around line 98 ]&lt;/P&gt;&lt;P&gt;And add the size variable to the data_size calculation around line 69.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Partitions are created on the order listed so you may want to change the order of these on the script. However, please keep in mind that this script only creates the necessary partitions and the manufacturing tool loads the different files that constitute an Android distribution. I haven’t tried changing the order of the partitions on the manufacturing tool but I would recommend reviewing where are the partitions assigned in the android init files. The Android developer forums should have more information on this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Jan 2016 21:25:32 GMT</pubDate>
    <dc:creator>gusarambula</dc:creator>
    <dc:date>2016-01-28T21:25:32Z</dc:date>
    <item>
      <title>How to re-partition android storage partitions?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-re-partition-android-storage-partitions/m-p/469358#M74182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;TABLE border="0" cellpadding="3" cellspacing="1" style="color: rgb(100, 100, 100); font-family: Arial, sans-serif; width: 100%;"&gt;&lt;TBODY&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;SPAN style="color: #646464; font-family: Arial, Helvetica, sans-serif; font-size: 13.3333px; background-color: #f5f5f5;"&gt;We use android 5.0. The storage partition has 9 partitions. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #646464; font-family: Arial, Helvetica, sans-serif; font-size: 13.3333px; background-color: #f5f5f5;"&gt;1. If I want to delete or move Device(partition type Logic7 ) partition, what should I do? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #646464; font-family: Arial, Helvetica, sans-serif; font-size: 13.3333px; background-color: #f5f5f5;"&gt;2. If I want add a new partition after DATA partition, what should I do? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #646464; font-family: Arial, Helvetica, sans-serif; font-size: 13.3333px; background-color: #f5f5f5;"&gt;I modify mksdcard-android.sh, I get new partition, but this partition before DATA partition. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #646464; font-family: Arial, Helvetica, sans-serif; font-size: 13.3333px; background-color: #f5f5f5;"&gt;Thanks &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #646464; font-family: Arial, Helvetica, sans-serif; font-size: 13.3333px; background-color: #f5f5f5;"&gt;Aaren&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jan 2016 06:12:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-re-partition-android-storage-partitions/m-p/469358#M74182</guid>
      <dc:creator>baiaaren</dc:creator>
      <dc:date>2016-01-06T06:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to re-partition android storage partitions?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-re-partition-android-storage-partitions/m-p/469359#M74183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Bai Aaren,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may add new partitions by just adding the partition size variable at the beginning of the script with the corresponding size in MB and then adding it to the partition list (which appears in two instances on the script) and to the total size calculation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lines to be added would be then:&lt;/P&gt;&lt;P&gt;APPEND_SIZE=10 #[Around line 12]&lt;/P&gt;&lt;P&gt;APPEND : ${APPEND_SIZE}MB # [Around line 81]&lt;/P&gt;&lt;P&gt;,${APPEND_SIZE},83 # [Around line 98 ]&lt;/P&gt;&lt;P&gt;And add the size variable to the data_size calculation around line 69.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Partitions are created on the order listed so you may want to change the order of these on the script. However, please keep in mind that this script only creates the necessary partitions and the manufacturing tool loads the different files that constitute an Android distribution. I haven’t tried changing the order of the partitions on the manufacturing tool but I would recommend reviewing where are the partitions assigned in the android init files. The Android developer forums should have more information on this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2016 21:25:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-re-partition-android-storage-partitions/m-p/469359#M74183</guid>
      <dc:creator>gusarambula</dc:creator>
      <dc:date>2016-01-28T21:25:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to re-partition android storage partitions?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-re-partition-android-storage-partitions/m-p/469360#M74184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5;"&gt;Thanks for the reply. Currently, we can create new partition in our eMMc. However,&amp;nbsp; I got another problem about formatting these new created partitions.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5;"&gt;First of all, the total number of original partition is 7. So, I added another 3 partitions (p8,p9,p10) after partition 7. As I just mentioned, there is no problem to create the 3 new partitions in eMMc. After I created these 3 new partitions, I started to format these 3 new partitions by using the command "mkfs.ext4" in ucl2.xml file. However, it seemed like these 3 new partitions were not able to be formatted by the command. &lt;/SPAN&gt;&lt;SPAN style="line-height: 1.5;"&gt;The reason I think these 3 new partitions were not able to be formatted successfully is because I used the following command in ucl2.xml to test :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;CMD state="Updater" type="push" body="pipe dd of=/dev/mmcblk%mmc%p9 bs=512" file="files/android/sabresd/system.img"&amp;gt;In emmc download Sending and writting system.img&amp;lt;/CMD&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5;"&gt;As you can see, the above command is to load system image into the new partition, however, I got below error message &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Aaren UTP: sending Success to kernel for command $ mkfs.ext4 /dev/mmcblk3p10.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;utp_poll: pass returned.&lt;/P&gt;&lt;P&gt;UTP: received command 'pipe dd of=/dev/mmcblk3p10 bs=512'&lt;/P&gt;&lt;P&gt;Aaren pid is 185, UTP: executing "dd of=/dev/mmcblk3p10 bs=512"&lt;/P&gt;&lt;P&gt;Aaren UTP: sending Success to kernel for command pipe dd of=/dev/mmcblk3p10 bs=512.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;dd: error writing '/dev/mmcblk3p10': No space left on device&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;12288+0 records in&lt;/P&gt;&lt;P&gt;12287+0 records out&lt;/P&gt;&lt;P&gt;6290944 bytes (6.3 MB) copied, 0.867032 s, 7.3 MB/s&lt;/P&gt;&lt;P&gt;Kernel panic - not syncing: Attempted to kill init! exitcode=0x00008d00&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 05:32:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-re-partition-android-storage-partitions/m-p/469360#M74184</guid>
      <dc:creator>baiaaren</dc:creator>
      <dc:date>2016-01-29T05:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to re-partition android storage partitions?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-re-partition-android-storage-partitions/m-p/469361#M74185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;putty.log :&lt;/P&gt;&lt;P&gt;mmcblk3: mmc3:0001 SEM16G 14.6 GiB&lt;/P&gt;&lt;P&gt;mmcblk3boot0: mmc3:0001 SEM16G partition 1 4.00 MiB&lt;/P&gt;&lt;P&gt;mmcblk3boot1: mmc3:0001 SEM16G partition 2 4.00 MiB&lt;/P&gt;&lt;P&gt;mmcblk3rpmb: mmc3:0001 SEM16G partition 3 4.00 MiB&lt;/P&gt;&lt;P&gt;mmcblk3: p1 p2 p3 p4 &amp;lt; p5 p6 p7 &amp;gt;&lt;/P&gt;&lt;P&gt;mmcblk3boot1: unknown partition table&lt;/P&gt;&lt;P&gt;mmcblk3boot0: unknown partition table&lt;/P&gt;&lt;P&gt;mxc_vdoa 21e4000.vdoa: i.MX Video Data Order Adapter(VDOA) driver probed&lt;/P&gt;&lt;P&gt;mxc_asrc 2034000.asrc: mxc_asrc registered&lt;/P&gt;&lt;P&gt;mxc_vpu 2040000.vpu: VPU initialized&lt;/P&gt;&lt;P&gt;ata1: failed to resume link (SControl 0)&lt;/P&gt;&lt;P&gt;ata1: SATA link down (SStatus 0 SControl 0)&lt;/P&gt;&lt;P&gt;caam 2100000.caam: Instantiated RNG4 SH0&lt;/P&gt;&lt;P&gt;usb 1-1: reset high-speed USB device number 2 using ci_hdrc&lt;/P&gt;&lt;P&gt;caam 2100000.caam: Instantiated RNG4 SH1&lt;/P&gt;&lt;P&gt;caam 2100000.caam: device ID = 0x0a160100 (Era 4)&lt;/P&gt;&lt;P&gt;caam 2100000.caam: job rings = 2, qi = 0&lt;/P&gt;&lt;P&gt;caam algorithms registered in /proc/crypto&lt;/P&gt;&lt;P&gt;caam_jr 2101000.jr0: registering rng-caam&lt;/P&gt;&lt;P&gt;platform caam_sm: blkkey_ex: 4 keystore units available&lt;/P&gt;&lt;P&gt;platform caam_sm: 64-bit clear key:&lt;/P&gt;&lt;P&gt;platform caam_sm: [0000] 00 01 02 03 04 0f 06 07&lt;/P&gt;&lt;P&gt;platform caam_sm: 64-bit black key:&lt;/P&gt;&lt;P&gt;platform caam_sm: [0000] 2b 60 3c d5 f6 13 f0 38&lt;/P&gt;&lt;P&gt;platform caam_sm: [0008] 05 48 34 9f 44 91 51 ac&lt;/P&gt;&lt;P&gt;platform caam_sm: 128-bit clear key:&lt;/P&gt;&lt;P&gt;platform caam_sm: [0000] 00 01 02 03 04 0f 06 07&lt;/P&gt;&lt;P&gt;platform caam_sm: [0008] 08 09 0a 0b 0c 0d 0e 0f&lt;/P&gt;&lt;P&gt;platform caam_sm: 128-bit black key:&lt;/P&gt;&lt;P&gt;platform caam_sm: [0000] df 8b 1c 26 10 61 8f cb&lt;/P&gt;&lt;P&gt;platform caam_sm: [0008] d1 87 a4 80 11 59 c3 d8&lt;/P&gt;&lt;P&gt;platform caam_sm: 192-bit clear key:&lt;/P&gt;&lt;P&gt;platform caam_sm: [0000] 00 01 02 03 04 0f 06 07&lt;/P&gt;&lt;P&gt;platform caam_sm: [0008] 08 09 0a 0b 0c 0d 0e 0f&lt;/P&gt;&lt;P&gt;platform caam_sm: [0016] 10 11 12 13 14 15 16 17&lt;/P&gt;&lt;P&gt;platform caam_sm: 192-bit black key:&lt;/P&gt;&lt;P&gt;platform caam_sm: [0000] 11 fb 28 ca 1b d7 d5 0c&lt;/P&gt;&lt;P&gt;platform caam_sm: [0008] 5c bb 0b 16 00 dd e7 5e&lt;/P&gt;&lt;P&gt;platform caam_sm: [0016] a1 07 0d 10 24 7c 56 7f&lt;/P&gt;&lt;P&gt;platform caam_sm: [0024] a1 a4 1d 97 33 22 05 a4&lt;/P&gt;&lt;P&gt;platform caam_sm: 256-bit clear key:&lt;/P&gt;&lt;P&gt;platform caam_sm: [0000] 00 01 02 03 04 0f 06 07&lt;/P&gt;&lt;P&gt;platform caam_sm: [0008] 08 09 0a 0b 0c 0d 0e 0f&lt;/P&gt;&lt;P&gt;platform caam_sm: [0016] 10 11 12 13 14 15 16 17&lt;/P&gt;&lt;P&gt;platform caam_sm: [0024] 18 19 1a 1b 1c 1d 1e 1f&lt;/P&gt;&lt;P&gt;platform caam_sm: 256-bit black key:&lt;/P&gt;&lt;P&gt;platform caam_sm: [0000] 4b 79 d4 1a a2 94 44 24&lt;/P&gt;&lt;P&gt;platform caam_sm: [0008] 36 01 cc b2 d2 9c 88 a1&lt;/P&gt;&lt;P&gt;platform caam_sm: [0016] 71 c9 ec 15 f2 b5 0a c1&lt;/P&gt;&lt;P&gt;platform caam_sm: [0024] 56 f2 39 51 da eb 61 8b&lt;/P&gt;&lt;P&gt;platform caam_sm: 64-bit unwritten blob:&lt;/P&gt;&lt;P&gt;platform caam_sm: [0000] 00 00 00 00 00 00 00 00&lt;/P&gt;&lt;P&gt;platform caam_sm: [0008] 00 00 00 00 00 00 00 00&lt;/P&gt;&lt;P&gt;platform caam_sm: [0016] 00 00 00 00 00 00 00 00&lt;/P&gt;&lt;P&gt;platform caam_sm: [0024] 00 00 00 00 00 00 00 00&lt;/P&gt;&lt;P&gt;platform caam_sm: [0032] 00 00 00 00 00 00 00 00&lt;/P&gt;&lt;P&gt;platform caam_sm: [0040] 00 00 00 00 00 00 00 00&lt;/P&gt;&lt;P&gt;platform caam_sm: [0048] 00 00 00 00 00 00 00 00&lt;/P&gt;&lt;P&gt;platform caam_sm: [0056] 00 00 00 00 00 00 00 00&lt;/P&gt;&lt;P&gt;platform caam_sm: [0064] 00 00 00 00 00 00 00 00&lt;/P&gt;&lt;P&gt;platform caam_sm: [0072] 00 00 00 00 00 00 00 00&lt;/P&gt;&lt;P&gt;platform caam_sm: [0080] 00 00 00 00 00 00 00 00&lt;/P&gt;&lt;P&gt;platform caam_sm: [0088] 00 00 00 00 00 00 00 00&lt;/P&gt;&lt;P&gt;platform caam_sm: 128-bit unwritten blob:&lt;/P&gt;&lt;P&gt;platform caam_sm: [0000] 00 00 00 00 00 00 00 00&lt;/P&gt;&lt;P&gt;platform caam_sm: [0008] 00 00 00 00 00 00 00 00&lt;/P&gt;&lt;P&gt;platform caam_sm: [0016] 00 00 00 00 00 00 00 00&lt;/P&gt;&lt;P&gt;platform caam_sm: [0024] 00 00 00 00 00 00 00 00&lt;/P&gt;&lt;P&gt;platform caam_sm: [0032] 00 00 00 00 00 00 00 00&lt;/P&gt;&lt;P&gt;platform caam_sm: [0040] 00 00 00 00 00 00 00 00&lt;/P&gt;&lt;P&gt;platform caam_sm: [0048] 00 00 00 00 00 00 00 00&lt;/P&gt;&lt;P&gt;platform caam_sm: [0056] 00 00 00 00 00 00 00 00&lt;/P&gt;&lt;P&gt;platform caam_sm: [0064] 00 00 00 00 00 00 00 00&lt;/P&gt;&lt;P&gt;platform caam_sm: [0072] 00 00 00 00 00 00 00 00&lt;/P&gt;&lt;P&gt;platform caam_sm: [0080] 00 00 00 00 00 00 00 00&lt;/P&gt;&lt;P&gt;platform caam_sm: [0088] 00 00 00 00 00 00 00 00&lt;/P&gt;&lt;P&gt;platform caam_sm: 196-bit unwritten blob:&lt;/P&gt;&lt;P&gt;platform caam_sm: [0000] 00 00 00 00 00 00 00 00&lt;/P&gt;&lt;P&gt;platform caam_sm: [0008] 00 00 00 00 00 00 00 00&lt;/P&gt;&lt;P&gt;platform caam_sm: [0016] 00 00 00 00 00 00 00 00&lt;/P&gt;&lt;P&gt;platform caam_sm: [0024] 00 00 00 00 00 00 00 00&lt;/P&gt;&lt;P&gt;platform caam_sm: [0032] 00 00 00 00 00 00 00 00&lt;/P&gt;&lt;P&gt;platform caam_sm: [0040] 00 00 00 00 00 00 00 00&lt;/P&gt;&lt;P&gt;platform caam_sm: [0048] 00 00 00 00 00 00 00 00&lt;/P&gt;&lt;P&gt;platform caam_sm: [0056] 00 00 00 00 00 00 00 00&lt;/P&gt;&lt;P&gt;platform caam_sm: [0064] 00 00 00 00 00 00 00 00&lt;/P&gt;&lt;P&gt;platform caam_sm: [0072] 00 00 00 00 00 00 00 00&lt;/P&gt;&lt;P&gt;platform caam_sm: [0080] 00 00 00 00 00 00 00 00&lt;/P&gt;&lt;P&gt;platform caam_sm: [0088] 00 00 00 00 00 00 00 00&lt;/P&gt;&lt;P&gt;platform caam_sm: 256-bit unwritten blob:&lt;/P&gt;&lt;P&gt;platform caam_sm: [0000] 00 00 00 00 00 00 00 00&lt;/P&gt;&lt;P&gt;platform caam_sm: [0008] 00 00 00 00 00 00 00 00&lt;/P&gt;&lt;P&gt;platform caam_sm: [0016] 00 00 00 00 00 00 00 00&lt;/P&gt;&lt;P&gt;platform caam_sm: [0024] 00 00 00 00 00 00 00 00&lt;/P&gt;&lt;P&gt;platform caam_sm: [0032] 00 00 00 00 00 00 00 00&lt;/P&gt;&lt;P&gt;platform caam_sm: [0040] 00 00 00 00 00 00 00 00&lt;/P&gt;&lt;P&gt;platform caam_sm: [0048] 00 00 00 00 00 00 00 00&lt;/P&gt;&lt;P&gt;platform caam_sm: [0056] 00 00 00 00 00 00 00 00&lt;/P&gt;&lt;P&gt;platform caam_sm: [0064] 00 00 00 00 00 00 00 00&lt;/P&gt;&lt;P&gt;platform caam_sm: [0072] 00 00 00 00 00 00 00 00&lt;/P&gt;&lt;P&gt;platform caam_sm: [0080] 00 00 00 00 00 00 00 00&lt;/P&gt;&lt;P&gt;platform caam_sm: [0088] 00 00 00 00 00 00 00 00&lt;/P&gt;&lt;P&gt;platform caam_sm: 64-bit black key in blob:&lt;/P&gt;&lt;P&gt;platform caam_sm: [0000] ac f3 37 23 c6 be ef dc&lt;/P&gt;&lt;P&gt;platform caam_sm: [0008] 8d 89 49 0a 79 35 fa a5&lt;/P&gt;&lt;P&gt;platform caam_sm: [0016] e9 13 5f 85 01 ac 04 36&lt;/P&gt;&lt;P&gt;platform caam_sm: [0024] 34 7c a7 b3 ea eb fc c6&lt;/P&gt;&lt;P&gt;platform caam_sm: [0032] a1 9b 81 17 48 4f d1 4c&lt;/P&gt;&lt;P&gt;platform caam_sm: [0040] 2d ab c0 ef 95 31 48 37&lt;/P&gt;&lt;P&gt;platform caam_sm: [0048] cd 21 aa 75 2f 2e aa 53&lt;/P&gt;&lt;P&gt;platform caam_sm: [0056] 00 00 00 00 00 00 00 00&lt;/P&gt;&lt;P&gt;platform caam_sm: [0064] 00 00 00 00 00 00 00 00&lt;/P&gt;&lt;P&gt;platform caam_sm: [0072] 00 00 00 00 00 00 00 00&lt;/P&gt;&lt;P&gt;platform caam_sm: [0080] 00 00 00 00 00 00 00 00&lt;/P&gt;&lt;P&gt;platform caam_sm: [0088] 00 00 00 00 00 00 00 00&lt;/P&gt;&lt;P&gt;platform caam_sm: 128-bit black key in blob:&lt;/P&gt;&lt;P&gt;platform caam_sm: [0000] 27 88 6b 43 30 5c 83 4d&lt;/P&gt;&lt;P&gt;platform caam_sm: [0008] ab 17 0e fc 35 a8 ec ba&lt;/P&gt;&lt;P&gt;platform caam_sm: [0016] 7a 96 7d d2 d1 bc ed 23&lt;/P&gt;&lt;P&gt;platform caam_sm: [0024] b4 3a d6 e1 d8 b0 48 63&lt;/P&gt;&lt;P&gt;platform caam_sm: [0032] af 78 56 69 33 2d a3 c3&lt;/P&gt;&lt;P&gt;platform caam_sm: [0040] a1 b3 29 78 d2 40 4e a6&lt;/P&gt;&lt;P&gt;platform caam_sm: [0048] aa a2 3a ee aa 42 b9 e7&lt;/P&gt;&lt;P&gt;platform caam_sm: [0056] 5a 22 68 e4 08 ac ef a6&lt;/P&gt;&lt;P&gt;platform caam_sm: [0064] 00 00 00 00 00 00 00 00&lt;/P&gt;&lt;P&gt;platform caam_sm: [0072] 00 00 00 00 00 00 00 00&lt;/P&gt;&lt;P&gt;platform caam_sm: [0080] 00 00 00 00 00 00 00 00&lt;/P&gt;&lt;P&gt;platform caam_sm: [0088] 00 00 00 00 00 00 00 00&lt;/P&gt;&lt;P&gt;platform caam_sm: 192-bit black key in blob:&lt;/P&gt;&lt;P&gt;platform caam_sm: [0000] a5 fe c0 1c dc df a3 e6&lt;/P&gt;&lt;P&gt;platform caam_sm: [0008] d2 f9 2e 65 2e fe 96 87&lt;/P&gt;&lt;P&gt;platform caam_sm: [0016] ee ac aa 3f 05 08 6f e1&lt;/P&gt;&lt;P&gt;platform caam_sm: [0024] 45 d8 7a 73 39 31 8c f1&lt;/P&gt;&lt;P&gt;platform caam_sm: [0032] ee 48 ff 62 9f 4e d0 fd&lt;/P&gt;&lt;P&gt;platform caam_sm: [0040] d8 22 26 30 ed 56 40 e2&lt;/P&gt;&lt;P&gt;platform caam_sm: [0048] 98 2c 27 bc 59 89 17 6a&lt;/P&gt;&lt;P&gt;platform caam_sm: [0056] 60 10 78 ad 89 cc 86 ee&lt;/P&gt;&lt;P&gt;platform caam_sm: [0064] 43 c0 c6 e3 7c 88 7f 77&lt;/P&gt;&lt;P&gt;platform caam_sm: [0072] 00 00 00 00 00 00 00 00&lt;/P&gt;&lt;P&gt;platform caam_sm: [0080] 00 00 00 00 00 00 00 00&lt;/P&gt;&lt;P&gt;platform caam_sm: [0088] 00 00 00 00 00 00 00 00&lt;/P&gt;&lt;P&gt;platform caam_sm: 256-bit black key in blob:&lt;/P&gt;&lt;P&gt;platform caam_sm: [0000] 3a 99 96 dc 08 87 a8 0d&lt;/P&gt;&lt;P&gt;platform caam_sm: [0008] 62 a0 26 99 ca 48 26 ac&lt;/P&gt;&lt;P&gt;platform caam_sm: [0016] 36 71 4c 0e 30 aa d5 d7&lt;/P&gt;&lt;P&gt;platform caam_sm: [0024] 57 bc c8 26 31 75 4a c3&lt;/P&gt;&lt;P&gt;platform caam_sm: [0032] f4 d1 4e e1 ed a1 6a ee&lt;/P&gt;&lt;P&gt;platform caam_sm: [0040] 7b 3f ea 3e 4a dc 1f ba&lt;/P&gt;&lt;P&gt;platform caam_sm: [0048] 2b 78 9a 6f ca f8 d2 a7&lt;/P&gt;&lt;P&gt;platform caam_sm: [0056] 6c cc c4 30 09 d8 11 28&lt;/P&gt;&lt;P&gt;platform caam_sm: [0064] 6f b7 87 d7 f9 29 90 b2&lt;/P&gt;&lt;P&gt;platform caam_sm: [0072] 10 ba 2c f8 80 cd 28 ee&lt;/P&gt;&lt;P&gt;platform caam_sm: [0080] 00 00 00 00 00 00 00 00&lt;/P&gt;&lt;P&gt;platform caam_sm: [0088] 00 00 00 00 00 00 00 00&lt;/P&gt;&lt;P&gt;platform caam_sm: restored 64-bit black key:&lt;/P&gt;&lt;P&gt;platform caam_sm: [0000] 37 94 56 23 9b 49 4f 54&lt;/P&gt;&lt;P&gt;platform caam_sm: [0008] 8c e2 37 e5 01 e7 50 a2&lt;/P&gt;&lt;P&gt;platform caam_sm: restored 128-bit black key:&lt;/P&gt;&lt;P&gt;platform caam_sm: [0000] df 8b 1c 26 10 61 8f cb&lt;/P&gt;&lt;P&gt;platform caam_sm: [0008] d1 87 a4 80 11 59 c3 d8&lt;/P&gt;&lt;P&gt;platform caam_sm: restored 192-bit black key:&lt;/P&gt;&lt;P&gt;platform caam_sm: [0000] 11 fb 28 ca 1b d7 d5 0c&lt;/P&gt;&lt;P&gt;platform caam_sm: [0008] 5c bb 0b 16 00 dd e7 5e&lt;/P&gt;&lt;P&gt;platform caam_sm: [0016] bc 21 90 1d 31 6d ee 32&lt;/P&gt;&lt;P&gt;platform caam_sm: [0024] c9 b7 7d dc 86 ca 55 fe&lt;/P&gt;&lt;P&gt;platform caam_sm: restored 256-bit black key:&lt;/P&gt;&lt;P&gt;platform caam_sm: [0000] 4b 79 d4 1a a2 94 44 24&lt;/P&gt;&lt;P&gt;platform caam_sm: [0008] 36 01 cc b2 d2 9c 88 a1&lt;/P&gt;&lt;P&gt;platform caam_sm: [0016] 71 c9 ec 15 f2 b5 0a c1&lt;/P&gt;&lt;P&gt;platform caam_sm: [0024] 56 f2 39 51 da eb 61 8b&lt;/P&gt;&lt;P&gt;snvs-secvio 20cc000.caam-snvs: violation handlers armed - non-secure state&lt;/P&gt;&lt;P&gt;usbcore: registered new interface driver usbhid&lt;/P&gt;&lt;P&gt;usbhid: USB HID core driver&lt;/P&gt;&lt;P&gt;wm8962 0-001a: Failed to read ID register&lt;/P&gt;&lt;P&gt;wm8962: probe of 0-001a failed with error -5&lt;/P&gt;&lt;P&gt;imx-wm8962 sound.29: failed to find codec platform device&lt;/P&gt;&lt;P&gt;imx-wm8962: probe of sound.29 failed with error -22&lt;/P&gt;&lt;P&gt;imx-audio-hdmi sound-hdmi.30:&amp;nbsp; hdmi-hifi &amp;lt;-&amp;gt; hdmi_audio.17 mapping ok&lt;/P&gt;&lt;P&gt;TCP: cubic registered&lt;/P&gt;&lt;P&gt;NET: Registered protocol family 10&lt;/P&gt;&lt;P&gt;sit: IPv6 over IPv4 tunneling driver&lt;/P&gt;&lt;P&gt;NET: Registered protocol family 17&lt;/P&gt;&lt;P&gt;8021q: 802.1Q VLAN Support v1.8&lt;/P&gt;&lt;P&gt;Key type dns_resolver registered&lt;/P&gt;&lt;P&gt;VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4&lt;/P&gt;&lt;P&gt;VGEN2: disabling&lt;/P&gt;&lt;P&gt;SWBST: disabling&lt;/P&gt;&lt;P&gt;SW4: disabling&lt;/P&gt;&lt;P&gt;wm8962-supply: disabling&lt;/P&gt;&lt;P&gt;usb_otg_vbus: disabling&lt;/P&gt;&lt;P&gt;regulator-dummy: disabling&lt;/P&gt;&lt;P&gt;imx mcc test is registered.&lt;/P&gt;&lt;P&gt;g_mass_storage gadget: Mass Storage Function, version: 2009/09/11&lt;/P&gt;&lt;P&gt;g_mass_storage gadget: Number of LUNs=1&lt;/P&gt;&lt;P&gt;lun0: LUN: removable file: (no medium)&lt;/P&gt;&lt;P&gt;g_mass_storage gadget: Mass Storage Gadget, version: 2009/09/11&lt;/P&gt;&lt;P&gt;g_mass_storage gadget: g_mass_storage ready&lt;/P&gt;&lt;P&gt;input: gpio-keys.28 as /devices/soc0/gpio-keys.28/input/input1&lt;/P&gt;&lt;P&gt;snvs_rtc 20cc034.snvs-rtc-lp: setting system clock to 1970-01-01 00:00:02 UTC (2)&lt;/P&gt;&lt;P&gt;ALSA device list:&lt;/P&gt;&lt;P&gt;&amp;nbsp; #0: imx-hdmi-soc&lt;/P&gt;&lt;P&gt;Freeing unused kernel memory: 328K (80c09000 - 80c5b000)&lt;/P&gt;&lt;P&gt;Starting UTP&lt;/P&gt;&lt;P&gt;uuc 0.5 [built Dec 18 2015 14:44:44]&lt;/P&gt;&lt;P&gt;Aaren UTP: Waiting for device to appear&lt;/P&gt;&lt;P&gt;UTP: file/device node /dev/utp already exists&lt;/P&gt;&lt;P&gt;Aaren cpu_id is 0&lt;/P&gt;&lt;P&gt;g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage&lt;/P&gt;&lt;P&gt;UTP: received command 'send'&lt;/P&gt;&lt;P&gt;Aaren UTP: sending Success to kernel for command send.&lt;/P&gt;&lt;P&gt;UTP: received command '$ tar xf $FILE '&lt;/P&gt;&lt;P&gt;Aaren UTP: executing "tar xf $FILE "&lt;/P&gt;&lt;P&gt;Aaren UTP: sending Success to kernel for command $ tar xf $FILE .&lt;/P&gt;&lt;P&gt;utp_poll: pass returned.&lt;/P&gt;&lt;P&gt;UTP: received command '$ sh mksdcard-android.sh /dev/mmcblk3'&lt;/P&gt;&lt;P&gt;Aaren UTP: executing "sh mksdcard-android.sh /dev/mmcblk3"&lt;/P&gt;&lt;P&gt;expr: non-integer argument&lt;/P&gt;&lt;P&gt;1+0 records in&lt;/P&gt;&lt;P&gt;1+0 records out&lt;/P&gt;&lt;P&gt;1024 bytes (1.0 kB) copied, 0.0117943 s, 86.8 kB/s&lt;/P&gt;&lt;P&gt;sfdisk: Checking that no-one is using th mmcblk3: unknown partition table&lt;/P&gt;&lt;P&gt;is disk right now ...&lt;/P&gt;&lt;P&gt;sfdisk: OK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Disk /dev/mmcblk3: 480896 cylinders, 4 heads, 16 sectors/track&lt;/P&gt;&lt;P&gt;sfdisk:&amp;nbsp; /dev/mmcblk3: unrecognized partition table type&lt;/P&gt;&lt;P&gt;Old situation:&lt;/P&gt;&lt;P&gt;sfdisk:&amp;nbsp; mmcblk3: p1 p2 p3 p4 &amp;lt; p5 p6 p7 &amp;gt;&lt;/P&gt;&lt;P&gt;No partitions found&lt;/P&gt;&lt;P&gt;New situation:&lt;/P&gt;&lt;P&gt;Units: 1MiB = 1024*1024 bytes, blocks of 1024 bytes, counting from 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Device Boot Start&amp;nbsp;&amp;nbsp; End&amp;nbsp;&amp;nbsp;&amp;nbsp; MiB&amp;nbsp;&amp;nbsp;&amp;nbsp; #blocks&amp;nbsp;&amp;nbsp; Id&amp;nbsp; System&lt;/P&gt;&lt;P&gt;/dev/mmcblk3p1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0+ mmcblk3: p1 p2 p3 p4 &amp;lt; p5 p6 p7 &amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 15&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 16-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 16383+&amp;nbsp; 83&amp;nbsp; Linux&lt;/P&gt;&lt;P&gt;/dev/mmcblk3p2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 16&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 23&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8192&amp;nbsp;&amp;nbsp; 83&amp;nbsp; Linux&lt;/P&gt;&lt;P&gt;/dev/mmcblk3p3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 24&amp;nbsp;&amp;nbsp;&amp;nbsp; 535&amp;nbsp;&amp;nbsp;&amp;nbsp; 512&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 524288&amp;nbsp;&amp;nbsp; 83&amp;nbsp; Linux&lt;/P&gt;&lt;P&gt;/dev/mmcblk3p4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 536&amp;nbsp; 15027&amp;nbsp; 14492&amp;nbsp;&amp;nbsp; 14839808&amp;nbsp;&amp;nbsp;&amp;nbsp; 5&amp;nbsp; Exten mmcblk3: p1 p2 p3 p4 &amp;lt; p5 p6 p7 &amp;gt;&lt;/P&gt;&lt;P&gt;ded&lt;/P&gt;&lt;P&gt;/dev/mmcblk3p5&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 536+&amp;nbsp;&amp;nbsp; 543&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8191+&amp;nbsp; 83&amp;nbsp; Linux&lt;/P&gt;&lt;P&gt;/dev/mmcblk3p6&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 544+&amp;nbsp; 1055&amp;nbsp;&amp;nbsp;&amp;nbsp; 512-&amp;nbsp;&amp;nbsp;&amp;nbsp; 524287+&amp;nbsp; 83&amp;nbsp; Linux&lt;/P&gt;&lt;P&gt;/dev/mmcblk3p7&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1056+&amp;nbsp; 1061&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6143+&amp;nbsp; 83&amp;nbsp; Linux&lt;/P&gt;&lt;P&gt;/dev/mmcblk3p8&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1062+&amp;nbsp; 1063&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2047+&amp;nbsp; 83&amp;nbsp; Linux&lt;/P&gt;&lt;P&gt;/dev/mmcblk3p9&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1064+&amp;nbsp; 5159&amp;nbsp;&amp;nbsp; 4096-&amp;nbsp;&amp;nbsp; 4194303+&amp;nbsp; 83&amp;nbsp; Linux&lt;/P&gt;&lt;P&gt;/dev/mmcblk3p10&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5160+ 14987&amp;nbsp;&amp;nbsp; 9828-&amp;nbsp; 10063871+&amp;nbsp; 83&amp;nbsp; Linux&lt;/P&gt;&lt;P&gt;sfdisk: Warning: no primary partition is marked bootable (active)&lt;/P&gt;&lt;P&gt;This does not matter for LILO, but the DOS MBR will not boot this disk.&lt;/P&gt;&lt;P&gt;Successfully wrote the new partition table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Re-reading the partition table ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sfdisk: If you created or changed a DOS partition, /dev/foo7, say, then use dd(1)&lt;/P&gt;&lt;P&gt;to zero the first 512 bytes:&amp;nbsp; dd if=/dev/zero outp_poll: pass returned.&lt;/P&gt;&lt;P&gt;f=/dev/foo7 bs=512 count=1&lt;/P&gt;&lt;P&gt;(See fdisk(8).)&lt;/P&gt;&lt;P&gt;sfdisk: Checking that no-one is using this disk right now ...&lt;/P&gt;&lt;P&gt;sfdisk: OK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Disk /dev/mmcblk3: 480896 cylinders, 4 heads, 16 sectors/track&lt;/P&gt;&lt;P&gt;Old situation:&lt;/P&gt;&lt;P&gt;Units: 1MiB = 1024*1024 bytes, blocks of 1024 bytes, counting from 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Device Boot Start&amp;nbsp;&amp;nbsp; End&amp;nbsp;&amp;nbsp;&amp;nbsp; MiB&amp;nbsp;&amp;nbsp;&amp;nbsp; #blocks&amp;nbsp;&amp;nbsp; Id&amp;nbsp; System&lt;/P&gt;&lt;P&gt;/dev/mmcblk3p1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0+&amp;nbsp;&amp;nbsp;&amp;nbsp; 15&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 16-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 16383+&amp;nbsp; 83&amp;nbsp; Linux&lt;/P&gt;&lt;P&gt;/dev/mmcblk3p2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 16&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 23&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8192&amp;nbsp;&amp;nbsp; 83&amp;nbsp; Linux&lt;/P&gt;&lt;P&gt;/dev/mmcblk3p3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 24&amp;nbsp;&amp;nbsp;&amp;nbsp; 535&amp;nbsp;&amp;nbsp;&amp;nbsp; 512&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 524288&amp;nbsp;&amp;nbsp; 83&amp;nbsp; Linux&lt;/P&gt;&lt;P&gt;/dev/mmcblk3p4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 536&amp;nbsp; 15027&amp;nbsp; 14492&amp;nbsp;&amp;nbsp; 14839808&amp;nbsp;&amp;nbsp;&amp;nbsp; 5&amp;nbsp; Extended&lt;/P&gt;&lt;P&gt;/dev/mmcblk3p5&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 536+&amp;nbsp;&amp;nbsp; 543&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8191+&amp;nbsp; 83&amp;nbsp; Linux&lt;/P&gt;&lt;P&gt;/dev/mmcblk3p6&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 544+&amp;nbsp; 1055&amp;nbsp;&amp;nbsp;&amp;nbsp; 512-&amp;nbsp;&amp;nbsp;&amp;nbsp; 524287+&amp;nbsp; 83&amp;nbsp; Linux&lt;/P&gt;&lt;P&gt;/dev/mmcblk3p7&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1056+&amp;nbsp; 1061&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6143+&amp;nbsp; 83&amp;nbsp; Linux&lt;/P&gt;&lt;P&gt;/dev/mmcblk3p8&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1062+&amp;nbsp; 1063&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2047+&amp;nbsp; 83&amp;nbsp; Linux&lt;/P&gt;&lt;P&gt;/dev/mmcblk3p9&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1064+&amp;nbsp; 5159&amp;nbsp;&amp;nbsp; 4096-&amp;nbsp;&amp;nbsp; 4194303+&amp;nbsp; 83&amp;nbsp; Linux&lt;/P&gt;&lt;P&gt;/dev/mmcblk3p10&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5160+ 14987&amp;nbsp;&amp;nbsp; 9828-&amp;nbsp; 10063871+&amp;nbsp; 83&amp;nbsp; Linux&lt;/P&gt;&lt;P&gt;New situation:&lt;/P&gt;&lt;P&gt;Units: 1MiB = 1024*1024 bytes, blocks of 1024 bytes, counting from 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Device Boot Start&amp;nbsp;&amp;nbsp; End&amp;nbsp;&amp;nbsp;&amp;nbsp; MiB&amp;nbsp;&amp;nbsp;&amp;nbsp; #blocks&amp;nbsp;&amp;nbsp; Id&amp;nbsp; System&lt;/P&gt;&lt;P&gt;/dev/mmcblk3p1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 15&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8192&amp;nbsp;&amp;nbsp; 83&amp;nbsp; Linux&lt;/P&gt;&lt;P&gt;/dev/mmcblk3p2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 16&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 23&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8192&amp;nbsp;&amp;nbsp; 83&amp;nbsp; Linux&lt;/P&gt;&lt;P&gt;/dev/mmcblk3p3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 24&amp;nbsp;&amp;nbsp;&amp;nbsp; 535&amp;nbsp;&amp;nbsp;&amp;nbsp; 512&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 524288&amp;nbsp;&amp;nbsp; 83&amp;nbsp; Linux&lt;/P&gt;&lt;P&gt;/dev/mmcblk3p4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 536&amp;nbsp; 15027&amp;nbsp; 14492&amp;nbsp;&amp;nbsp; 14839808&amp;nbsp;&amp;nbsp;&amp;nbsp; 5&amp;nbsp; Extended&lt;/P&gt;&lt;P&gt;/dev/mmcblk3p5&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 536+&amp;nbsp;&amp;nbsp; 543&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8191+&amp;nbsp; 83&amp;nbsp; Linux&lt;/P&gt;&lt;P&gt;/dev/mmcblk3p6&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 544+&amp;nbsp; 1055&amp;nbsp;&amp;nbsp;&amp;nbsp; 512-&amp;nbsp;&amp;nbsp;&amp;nbsp; 524287+&amp;nbsp; 83&amp;nbsp; Linux&lt;/P&gt;&lt;P&gt;/dev/mmcblk3p7&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1056+&amp;nbsp; 1061&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6143+&amp;nbsp; 83&amp;nbsp; Linux&lt;/P&gt;&lt;P&gt;/dev/mmcblk3p8&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1062+&amp;nbsp; 1063&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2047+&amp;nbsp; 83&amp;nbsp; Linux&lt;/P&gt;&lt;P&gt;/dev/mmcblk3p9&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1064+&amp;nbsp; 5159&amp;nbsp;&amp;nbsp; 4096-&amp;nbsp;&amp;nbsp; 4194303+&amp;nbsp; 83&amp;nbsp; Linux&lt;/P&gt;&lt;P&gt;/dev/mmcblk3p10&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5160+ 14987&amp;nbsp;&amp;nbsp; 9828-&amp;nbsp; 10063871+&amp;nbsp; 83&amp;nbsp; Linux&lt;/P&gt;&lt;P&gt;sfdisk: Warning: no primary partition is marked bootable (active)&lt;/P&gt;&lt;P&gt;This does not matter for LILO, but the DOS MBR will not boot this disk.&lt;/P&gt;&lt;P&gt;Successfully wrote the new partition table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Re-reading the partition table ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sfdisk: If you created or changed a DOS partition, /dev/foo7, say, then use dd(1)&lt;/P&gt;&lt;P&gt;to zero the first 512 bytes:&amp;nbsp; dd if=/dev/zero of=/dev/foo7 bs=512 count=1&lt;/P&gt;&lt;P&gt;(See fdisk(8).)&lt;/P&gt;&lt;P&gt;Aaren UTP: sending Success to kernel for command $ sh mksdcard-android.sh /dev/mmcblk3.&lt;/P&gt;&lt;P&gt;UTP: received command '$ dd if=/dev/zero of=/dev/mmcblk3 bs=1k seek=384 conv=fsync count=129'&lt;/P&gt;&lt;P&gt;Aaren UTP: executing "dd if=/dev/zero of=/dev/mmcblk3 bs=1k seek=384 conv=fsync count=129"&lt;/P&gt;&lt;P&gt;129+0 records in&lt;/P&gt;&lt;P&gt;129+0 records out&lt;/P&gt;&lt;P&gt;132096 bytes (132 kB) copied, 0.0412853 s, 3.2 MB/s&lt;/P&gt;&lt;P&gt;Aaren UTP: sending Success to kernel for command $ dd if=/dev/zero of=/dev/mmcblk3 bs=1k seek=384 conv=fsync count=129.&lt;/P&gt;&lt;P&gt;utp_poll: pass returned.&lt;/P&gt;&lt;P&gt;UTP: received command '$ echo 0 &amp;gt; /sys/block/mmcblk3boot0/force_ro'&lt;/P&gt;&lt;P&gt;Aaren UTP: executing "echo 0 &amp;gt; /sys/block/mmcblk3boot0/force_ro"&lt;/P&gt;&lt;P&gt;Aaren UTP: sending Success to kernel for command $ echo 0 &amp;gt; /sys/block/mmcblk3boot0/force_ro.&lt;/P&gt;&lt;P&gt;max11801_ts 1-0048: FIFO_RD_AUX_MSB read fails&lt;/P&gt;&lt;P&gt;max11801_ts 1-0048: FIFO_RD_AUX_MSB read fails&lt;/P&gt;&lt;P&gt;max11801_ts 1-0048: FIFO_RD_AUX_MSB read fails&lt;/P&gt;&lt;P&gt;max11801_ts 1-0048: FIFO_RD_AUX_MSB read fails&lt;/P&gt;&lt;P&gt;max11801_ts 1-0048: FIFO_RD_AUX_MSB read fails&lt;/P&gt;&lt;P&gt;max11801_ts 1-0048: FIFO_RD_AUX_MSB read fails&lt;/P&gt;&lt;P&gt;utp_poll: pass returned.&lt;/P&gt;&lt;P&gt;UTP: received command 'send'&lt;/P&gt;&lt;P&gt;Aaren UTP: sending Success to kernel for command send.&lt;/P&gt;&lt;P&gt;UTP: received command '$ dd if=$FILE of=/dev/mmcblk3boot0 bs=512 seek=2'&lt;/P&gt;&lt;P&gt;Aaren UTP: executing "dd if=$FILE of=/dev/mmcblk3boot0 bs=512 seek=2"&lt;/P&gt;&lt;P&gt;718+0 records in&lt;/P&gt;&lt;P&gt;718+0 records out&lt;/P&gt;&lt;P&gt;367616 bytes (368 kB) copied, 0.079285 s, 4.6 MB/s&lt;/P&gt;&lt;P&gt;Aaren UTP: sending Success to kernel for command $ dd if=$FILE of=/dev/mmcblk3boot0 bs=512 seek=2.&lt;/P&gt;&lt;P&gt;utp_poll: pass returned.&lt;/P&gt;&lt;P&gt;UTP: received command '$ echo 1 &amp;gt; /sys/block/mmcblk3boot0/force_ro'&lt;/P&gt;&lt;P&gt;Aaren UTP: executing "echo 1 &amp;gt; /sys/block/mmcblk3boot0/force_ro"&lt;/P&gt;&lt;P&gt;Aaren UTP: sending Success to kernel for command $ echo 1 &amp;gt; /sys/block/mmcblk3boot0/force_ro.&lt;/P&gt;&lt;P&gt;utp_poll: pass returned.&lt;/P&gt;&lt;P&gt;UTP: received command '$ echo 8 &amp;gt; /sys/block/mmcblk3/device/boot_config'&lt;/P&gt;&lt;P&gt;Aaren UTP: executing "echo 8 &amp;gt; /sys/block/mmcblk3/device/boot_config"&lt;/P&gt;&lt;P&gt;Aaren UTP: sending Success to kernel for command $ echo 8 &amp;gt; /sys/block/mmcblk3/device/boot_config.&lt;/P&gt;&lt;P&gt;utp_poll: pass returned.&lt;/P&gt;&lt;P&gt;UTP: received command '$ mknod /dev/mmcblk3p9 b 179 5'&lt;/P&gt;&lt;P&gt;Aaren UTP: executing "mknod /dev/mmcblk3p9 b 179 5"&lt;/P&gt;&lt;P&gt;Aaren UTP: sending Success to kernel for command $ mknod /dev/mmcblk3p9 b 179 5.&lt;/P&gt;&lt;P&gt;utp_poll: pass returned.&lt;/P&gt;&lt;P&gt;UTP: received command '$ mknod /dev/mmcblk3p10 b 179 7'&lt;/P&gt;&lt;P&gt;Aaren UTP: executing "mknod /dev/mmcblk3p10 b 179 7"&lt;/P&gt;&lt;P&gt;Aaren UTP: sending Success to kernel for command $ mknod /dev/mmcblk3p10 b 179 7.&lt;/P&gt;&lt;P&gt;utp_poll: pass returned.&lt;/P&gt;&lt;P&gt;UTP: received command '$ ls -l /dev/mmc* '&lt;/P&gt;&lt;P&gt;Aaren UTP: executing "ls -l /dev/mmc* "&lt;/P&gt;&lt;P&gt;brw------- 1 root root 179,&amp;nbsp; 0 Jan&amp;nbsp; 1 00:00 /dev/mmcblk3&lt;/P&gt;&lt;P&gt;brw------- 1 root root 179,&amp;nbsp; 8 Jan&amp;nbsp; 1 00:00 /dev/mmcblk3boot0&lt;/P&gt;&lt;P&gt;brw------- 1 root root 179, 16 Jan&amp;nbsp; 1 00:00 /dev/mmcblk3boot1&lt;/P&gt;&lt;P&gt;brw------- 1 root root 179,&amp;nbsp; 1 Jan&amp;nbsp; 1 00:00 /dev/mmcblk3p1&lt;/P&gt;&lt;P&gt;brw-r--r-- 1 root root 179,&amp;nbsp; 7 Jan&amp;nbsp; 1 00:00 /dev/mmcblk3p10&lt;/P&gt;&lt;P&gt;brw------- 1 root root 179,&amp;nbsp; 2 Jan&amp;nbsp; 1 00:00 /dev/mmcblk3p2&lt;/P&gt;&lt;P&gt;brw------- 1 root root 179,&amp;nbsp; 3 Jan&amp;nbsp; 1 00:00 /dev/mmcblk3p3&lt;/P&gt;&lt;P&gt;brw------- 1 root root 179,&amp;nbsp; 4 Jan&amp;nbsp; 1 00:00 /dev/mmcblk3p4&lt;/P&gt;&lt;P&gt;brw------- 1 root root 179,&amp;nbsp; 5 Jan&amp;nbsp; 1 00:00 /dev/mmcblk3p5&lt;/P&gt;&lt;P&gt;brw------- 1 root root 179,&amp;nbsp; 6 Jan&amp;nbsp; 1 00:00 /dev/mmcblk3p6&lt;/P&gt;&lt;P&gt;brw------- 1 root root 179,&amp;nbsp; 7 Jan&amp;nbsp; 1 00:00 /dev/mmcblk3p7&lt;/P&gt;&lt;P&gt;brw-r--r-- 1 root root 179,&amp;nbsp; 5 Jan&amp;nbsp; 1 00:00 /dev/mmcblk3p9&lt;/P&gt;&lt;P&gt;brw------- 1 root root 179, 24 Jan&amp;nbsp; 1 00:00 /dev/mmcblk3rpmb&lt;/P&gt;&lt;P&gt;Aaren UTP: sending Success to kernel for command $ ls -l /dev/mmc* .&lt;/P&gt;&lt;P&gt;utp_poll: pass returned.&lt;/P&gt;&lt;P&gt;UTP: received command 'send'&lt;/P&gt;&lt;P&gt;Aaren UTP: sending Success to kernel for command send.&lt;/P&gt;&lt;P&gt;UTP: received command '$ dd if=$FILE of=/dev/mmcblk3p1'&lt;/P&gt;&lt;P&gt;Aaren UTP: executing "dd if=$FILE of=/dev/mmcblk3p1"&lt;/P&gt;&lt;P&gt;14824+1 records in&lt;/P&gt;&lt;P&gt;14824+1 records out&lt;/P&gt;&lt;P&gt;7590144 bytes (7.6 MB) copied, 1.51886 s, 5.0 MB/s&lt;/P&gt;&lt;P&gt;Aaren UTP: sending Success to kernel for command $ dd if=$FILE of=/dev/mmcblk3p1.&lt;/P&gt;&lt;P&gt;utp_poll: pass returned.&lt;/P&gt;&lt;P&gt;UTP: received command '$ mkfs.ext4 -b 4096 -m 0 -O ^flex_bg,^uninit_bg /dev/mmcblk3p3'&lt;/P&gt;&lt;P&gt;Aaren UTP: executing "mkfs.ext4 -b 4096 -m 0 -O ^flex_bg,^uninit_bg /dev/mmcblk3p3"&lt;/P&gt;&lt;P&gt;mke2fs 1.42.9 (28-Dec-2013)&lt;/P&gt;&lt;P&gt;Filesystem label=&lt;/P&gt;&lt;P&gt;OS type: Linux&lt;/P&gt;&lt;P&gt;Block size=4096 (log=2)&lt;/P&gt;&lt;P&gt;Fragment size=4096 (log=2)&lt;/P&gt;&lt;P&gt;Stride=0 blocks, Stripe width=0 blocks&lt;/P&gt;&lt;P&gt;32768 inodes, 131072 blocks&lt;/P&gt;&lt;P&gt;0 blocks (0.00%) reserved for the super user&lt;/P&gt;&lt;P&gt;First data block=0&lt;/P&gt;&lt;P&gt;Maximum filesystem blocks=134217728&lt;/P&gt;&lt;P&gt;4 block groups&lt;/P&gt;&lt;P&gt;32768 blocks per group, 32768 fragments per group&lt;/P&gt;&lt;P&gt;8192 inodes per group&lt;/P&gt;&lt;P&gt;Superblock backups stored on blocks:&lt;/P&gt;&lt;P&gt;&amp;nbsp; 32768, 98304&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Allocating group tables: 0/4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; done&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Writing inode tables: 0/4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; done&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Creating journal (4096 blocks): done&lt;/P&gt;&lt;P&gt;Writing superblocks and filesystem accounting information: 0/4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; max11801_ts 1-0048: FIFO_RD_AUX_MSB read fails&lt;/P&gt;&lt;P&gt;max11801_ts 1-0048: FIFO_RD_AUX_MSB read fails&lt;/P&gt;&lt;P&gt;max11801_ts 1-0048: FIFO_RD_AUX_MSB read fails&lt;/P&gt;&lt;P&gt;max11801_ts 1-0048: FIFO_RD_AUX_MSB read fails&lt;/P&gt;&lt;P&gt;max11801_ts 1-0048: FIFO_RD_AUX_MSB read fails&lt;/P&gt;&lt;P&gt;max11801_ts 1-0048: FIFO_RD_AUX_MSB read fails&lt;/P&gt;&lt;P&gt;done&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aaren UTP: sending Success to kernel for command $ mkfs.ext4 -b 4096 -m 0 -O ^flex_bg,^uninit_bg /dev/mmcblk3p3.&lt;/P&gt;&lt;P&gt;utp_poll: pass returned.&lt;/P&gt;&lt;P&gt;UTP: received command '$ mkfs.ext4 /dev/mmcblk3p5'&lt;/P&gt;&lt;P&gt;Aaren UTP: executing "mkfs.ext4 /dev/mmcblk3p5"&lt;/P&gt;&lt;P&gt;mke2fs 1.42.9 (28-Dec-2013)&lt;/P&gt;&lt;P&gt;Filesystem label=&lt;/P&gt;&lt;P&gt;OS type: Linux&lt;/P&gt;&lt;P&gt;Block size=1024 (log=0)&lt;/P&gt;&lt;P&gt;Fragment size=1024 (log=0)&lt;/P&gt;&lt;P&gt;Stride=0 blocks, Stripe width=0 blocks&lt;/P&gt;&lt;P&gt;2048 inodes, 8188 blocks&lt;/P&gt;&lt;P&gt;409 blocks (5.00%) reserved for the super user&lt;/P&gt;&lt;P&gt;First data block=1&lt;/P&gt;&lt;P&gt;Maximum filesystem blocks=8388608&lt;/P&gt;&lt;P&gt;1 block group&lt;/P&gt;&lt;P&gt;8192 blocks per group, 8192 fragments per group&lt;/P&gt;&lt;P&gt;2048 inodes per group&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Allocating group tables: 0/1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; done&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Writing inode tables: 0/1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; done&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Creating journal (1024 blocks): done&lt;/P&gt;&lt;P&gt;Writing superblocks and filesystem accounting information: 0/1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; done&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aaren UTP: sending Success to kernel for command $ mkfs.ext4 /dev/mmcblk3p5.&lt;/P&gt;&lt;P&gt;utp_poll: pass returned.&lt;/P&gt;&lt;P&gt;UTP: received command '$ mkfs.ext4 /dev/mmcblk3p6'&lt;/P&gt;&lt;P&gt;Aaren UTP: executing "mkfs.ext4 /dev/mmcblk3p6"&lt;/P&gt;&lt;P&gt;mke2fs 1.42.9 (28-Dec-2013)&lt;/P&gt;&lt;P&gt;Filesystem label=&lt;/P&gt;&lt;P&gt;OS type: Linux&lt;/P&gt;&lt;P&gt;Block size=1024 (log=0)&lt;/P&gt;&lt;P&gt;Fragment size=1024 (log=0)&lt;/P&gt;&lt;P&gt;Stride=0 blocks, Stripe width=0 blocks&lt;/P&gt;&lt;P&gt;131072 inodes, 524284 blocks&lt;/P&gt;&lt;P&gt;26214 blocks (5.00%) reserved for the super user&lt;/P&gt;&lt;P&gt;First data block=1&lt;/P&gt;&lt;P&gt;Maximum filesystem blocks=67633152&lt;/P&gt;&lt;P&gt;64 block groups&lt;/P&gt;&lt;P&gt;8192 blocks per group, 8192 fragments per group&lt;/P&gt;&lt;P&gt;2048 inodes per group&lt;/P&gt;&lt;P&gt;Superblock backups stored on blocks:&lt;/P&gt;&lt;P&gt;&amp;nbsp; 8193, 24577, 40961, 57345, 73729, 204801, 221185, 401409&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Allocating group tables:&amp;nbsp; 0/64&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; done&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Writing inode tables:&amp;nbsp; 0/64&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; done&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Creating journal (8192 blocks): done&lt;/P&gt;&lt;P&gt;Writing superblocks and filesystem accounting information:&amp;nbsp; 0/64&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; done&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aaren UTP: sending Success to kernel for command $ mkfs.ext4 /dev/mmcblk3p6.&lt;/P&gt;&lt;P&gt;utp_poll: pass returned.&lt;/P&gt;&lt;P&gt;UTP: received command '$ mkfs.ext4 /dev/mmcblk3p7'&lt;/P&gt;&lt;P&gt;Aaren UTP: executing "mkfs.ext4 /dev/mmcblk3p7"&lt;/P&gt;&lt;P&gt;mke2fs 1.42.9 (28-Dec-2013)&lt;/P&gt;&lt;P&gt;Filesystem label=&lt;/P&gt;&lt;P&gt;OS type: Linux&lt;/P&gt;&lt;P&gt;Block size=1024 (log=0)&lt;/P&gt;&lt;P&gt;Fragment size=1024 (log=0)&lt;/P&gt;&lt;P&gt;Stride=0 blocks, Stripe width=0 blocks&lt;/P&gt;&lt;P&gt;1536 inodes, 6140 blocks&lt;/P&gt;&lt;P&gt;307 blocks (5.00%) reserved for the super user&lt;/P&gt;&lt;P&gt;First data block=1&lt;/P&gt;&lt;P&gt;Maximum filesystem blocks=6291456&lt;/P&gt;&lt;P&gt;1 block group&lt;/P&gt;&lt;P&gt;8192 blocks per group, 8192 fragments per group&lt;/P&gt;&lt;P&gt;1536 inodes per group&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Allocating group tables: 0/1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; done&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Writing inode tables: 0/1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; done&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Creating journal (1024 blocks): done&lt;/P&gt;&lt;P&gt;Writing superblocks and filesystem accounting information: 0/1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; done&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aaren UTP: sending Success to kernel for command $ mkfs.ext4 /dev/mmcblk3p7.&lt;/P&gt;&lt;P&gt;utp_poll: pass returned.&lt;/P&gt;&lt;P&gt;UTP: received command '$ mkfs.ext4 /dev/mmcblk3p9'&lt;/P&gt;&lt;P&gt;Aaren UTP: executing "mkfs.ext4 /dev/mmcblk3p9"&lt;/P&gt;&lt;P&gt;mke2fs 1.42.9 (28-Dec-2013)&lt;/P&gt;&lt;P&gt;Filesystem label=&lt;/P&gt;&lt;P&gt;OS type: Linux&lt;/P&gt;&lt;P&gt;Block size=1024 (log=0)&lt;/P&gt;&lt;P&gt;Fragment size=1024 (log=0)&lt;/P&gt;&lt;P&gt;Stride=0 blocks, Stripe width=0 blocks&lt;/P&gt;&lt;P&gt;2048 inodes, 8188 blocks&lt;/P&gt;&lt;P&gt;409 blocks (5.00%) reserved for the super user&lt;/P&gt;&lt;P&gt;First data block=1&lt;/P&gt;&lt;P&gt;Maximum filesystem blocks=8388608&lt;/P&gt;&lt;P&gt;1 block group&lt;/P&gt;&lt;P&gt;8192 blocks per group, 8192 fragments per group&lt;/P&gt;&lt;P&gt;2048 inodes per group&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Allocating group tables: 0/1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; done&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Writing inode tables: 0/1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; done&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Creating journal (1024 blocks): done&lt;/P&gt;&lt;P&gt;Writing superblocks and filesystem accounting information: 0/1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; done&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aaren UTP: sending Success to kernel for command $ mkfs.ext4 /dev/mmcblk3p9.&lt;/P&gt;&lt;P&gt;utp_poll: pass returned.&lt;/P&gt;&lt;P&gt;UTP: received command '$ mkfs.ext4 /dev/mmcblk3p10'&lt;/P&gt;&lt;P&gt;Aaren UTP: executing "mkfs.ext4 /dev/mmcblk3p10"&lt;/P&gt;&lt;P&gt;mke2fs 1.42.9 (28-Dec-2013)&lt;/P&gt;&lt;P&gt;Filesystem label=&lt;/P&gt;&lt;P&gt;OS type: Linux&lt;/P&gt;&lt;P&gt;Block size=1024 (log=0)&lt;/P&gt;&lt;P&gt;Fragment size=1024 (log=0)&lt;/P&gt;&lt;P&gt;Stride=0 blocks, Stripe width=0 blocks&lt;/P&gt;&lt;P&gt;1536 inodes, 6140 blocks&lt;/P&gt;&lt;P&gt;307 blocks (5.00%) reserved for the super user&lt;/P&gt;&lt;P&gt;First data block=1&lt;/P&gt;&lt;P&gt;Maximum filesystem blocks=6291456&lt;/P&gt;&lt;P&gt;1 block group&lt;/P&gt;&lt;P&gt;8192 blocks per group, 8192 fragments per group&lt;/P&gt;&lt;P&gt;1536 inodes per group&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Allocating group tables: 0/1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; done&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Writing inode tables: 0/1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; done&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Creating journal (1024 blocks): done&lt;/P&gt;&lt;P&gt;Writing superblocks and filesystem accounting information: 0/1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; done&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aaren UTP: sending Success to kernel for command $ mkfs.ext4 /dev/mmcblk3p10.&lt;/P&gt;&lt;P&gt;utp_poll: pass returned.&lt;/P&gt;&lt;P&gt;UTP: received command 'pipe dd of=/dev/mmcblk3p10 bs=512'&lt;/P&gt;&lt;P&gt;Aaren pid is 185, UTP: executing "dd of=/dev/mmcblk3p10 bs=512"&lt;/P&gt;&lt;P&gt;Aaren UTP: sending Success to kernel for command pipe dd of=/dev/mmcblk3p10 bs=512.&lt;/P&gt;&lt;P&gt;dd: error writing '/dev/mmcblk3p10': No space left on device&lt;/P&gt;&lt;P&gt;12288+0 records in&lt;/P&gt;&lt;P&gt;12287+0 records out&lt;/P&gt;&lt;P&gt;6290944 bytes (6.3 MB) copied, 0.867032 s, 7.3 MB/s&lt;/P&gt;&lt;P&gt;Kernel panic - not syncing: Attempted to kill init! exitcode=0x00008d00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CPU1: stopping&lt;/P&gt;&lt;P&gt;CPU: 1 PID: 0 Comm: swapper/1 Tainted: G&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; W&amp;nbsp;&amp;nbsp;&amp;nbsp; 3.10.53-1.1.0_ga-mfgtool+g496fbe0 #1&lt;/P&gt;&lt;P&gt;[&amp;lt;80013b44&amp;gt;] (unwind_backtrace+0x0/0xf4) from [&amp;lt;80011544&amp;gt;] (show_stack+0x10/0x14)&lt;/P&gt;&lt;P&gt;[&amp;lt;80011544&amp;gt;] (show_stack+0x10/0x14) from [&amp;lt;80012d48&amp;gt;] (handle_IPI+0x108/0x130)&lt;/P&gt;&lt;P&gt;[&amp;lt;80012d48&amp;gt;] (handle_IPI+0x108/0x130) from [&amp;lt;8000859c&amp;gt;] (gic_handle_irq+0x58/0x5c)&lt;/P&gt;&lt;P&gt;[&amp;lt;8000859c&amp;gt;] (gic_handle_irq+0x58/0x5c) from [&amp;lt;8000db80&amp;gt;] (__irq_svc+0x40/0x50)&lt;/P&gt;&lt;P&gt;Exception stack(0xa809bf50 to 0xa809bf98)&lt;/P&gt;&lt;P&gt;bf40:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; a809bf98 00000011 4a520372 00000004&lt;/P&gt;&lt;P&gt;bf60: 49ec5d4f 00000004 815310d0 80c69e74 00000001 00000000 80cacffe a809a000&lt;/P&gt;&lt;P&gt;bf80: 00000017 a809bf98 80060590 80447754 600c0013 ffffffff&lt;/P&gt;&lt;P&gt;[&amp;lt;8000db80&amp;gt;] (__irq_svc+0x40/0x50) from [&amp;lt;80447754&amp;gt;] (cpuidle_enter_state+0x50/0xe0)&lt;/P&gt;&lt;P&gt;[&amp;lt;80447754&amp;gt;] (cpuidle_enter_state+0x50/0xe0) from [&amp;lt;80447894&amp;gt;] (cpuidle_idle_call+0xb0/0x148)&lt;/P&gt;&lt;P&gt;[&amp;lt;80447894&amp;gt;] (cpuidle_idle_call+0xb0/0x148) from [&amp;lt;8000eb3c&amp;gt;] (arch_cpu_idle+0x10/0x54)&lt;/P&gt;&lt;P&gt;[&amp;lt;8000eb3c&amp;gt;] (arch_cpu_idle+0x10/0x54) from [&amp;lt;8005fe24&amp;gt;] (cpu_startup_entry+0xfc/0x140)&lt;/P&gt;&lt;P&gt;[&amp;lt;8005fe24&amp;gt;] (cpu_startup_entry+0xfc/0x140) from [&amp;lt;1062fda4&amp;gt;] (0x1062fda4)&lt;/P&gt;&lt;P&gt;CPU3: stopping&lt;/P&gt;&lt;P&gt;CPU: 3 PID: 0 Comm: swapper/3 Tainted: G&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; W&amp;nbsp;&amp;nbsp;&amp;nbsp; 3.10.53-1.1.0_ga-mfgtool+g496fbe0 #1&lt;/P&gt;&lt;P&gt;[&amp;lt;80013b44&amp;gt;] (unwind_backtrace+0x0/0xf4) from [&amp;lt;80011544&amp;gt;] (show_stack+0x10/0x14)&lt;/P&gt;&lt;P&gt;[&amp;lt;80011544&amp;gt;] (show_stack+0x10/0x14) from [&amp;lt;80012d48&amp;gt;] (handle_IPI+0x108/0x130)&lt;/P&gt;&lt;P&gt;[&amp;lt;80012d48&amp;gt;] (handle_IPI+0x108/0x130) from [&amp;lt;8000859c&amp;gt;] (gic_handle_irq+0x58/0x5c)&lt;/P&gt;&lt;P&gt;[&amp;lt;8000859c&amp;gt;] (gic_handle_irq+0x58/0x5c) from [&amp;lt;8000db80&amp;gt;] (__irq_svc+0x40/0x50)&lt;/P&gt;&lt;P&gt;Exception stack(0xa809ff50 to 0xa809ff98)&lt;/P&gt;&lt;P&gt;ff40:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; a809ff98 00000011 4a520372 00000004&lt;/P&gt;&lt;P&gt;ff60: 49ec15b2 00000004 815410d0 80c69e74 00000001 00000000 80cacffe a809e000&lt;/P&gt;&lt;P&gt;ff80: 00000017 a809ff98 80060590 80447754 600f0013 ffffffff&lt;/P&gt;&lt;P&gt;[&amp;lt;8000db80&amp;gt;] (__irq_svc+0x40/0x50) from [&amp;lt;80447754&amp;gt;] (cpuidle_enter_state+0x50/0xe0)&lt;/P&gt;&lt;P&gt;[&amp;lt;80447754&amp;gt;] (cpuidle_enter_state+0x50/0xe0) from [&amp;lt;80447894&amp;gt;] (cpuidle_idle_call+0xb0/0x148)&lt;/P&gt;&lt;P&gt;[&amp;lt;80447894&amp;gt;] (cpuidle_idle_call+0xb0/0x148) from [&amp;lt;8000eb3c&amp;gt;] (arch_cpu_idle+0x10/0x54)&lt;/P&gt;&lt;P&gt;[&amp;lt;8000eb3c&amp;gt;] (arch_cpu_idle+0x10/0x54) from [&amp;lt;8005fe24&amp;gt;] (cpu_startup_entry+0xfc/0x140)&lt;/P&gt;&lt;P&gt;[&amp;lt;8005fe24&amp;gt;] (cpu_startup_entry+0xfc/0x140) from [&amp;lt;1062fda4&amp;gt;] (0x1062fda4)&lt;/P&gt;&lt;P&gt;CPU2: stopping&lt;/P&gt;&lt;P&gt;CPU: 2 PID: 0 Comm: swapper/2 Tainted: G&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; W&amp;nbsp;&amp;nbsp;&amp;nbsp; 3.10.53-1.1.0_ga-mfgtool+g496fbe0 #1&lt;/P&gt;&lt;P&gt;[&amp;lt;80013b44&amp;gt;] (unwind_backtrace+0x0/0xf4) from [&amp;lt;80011544&amp;gt;] (show_stack+0x10/0x14)&lt;/P&gt;&lt;P&gt;[&amp;lt;80011544&amp;gt;] (show_stack+0x10/0x14) from [&amp;lt;80012d48&amp;gt;] (handle_IPI+0x108/0x130)&lt;/P&gt;&lt;P&gt;[&amp;lt;80012d48&amp;gt;] (handle_IPI+0x108/0x130) from [&amp;lt;8000859c&amp;gt;] (gic_handle_irq+0x58/0x5c)&lt;/P&gt;&lt;P&gt;[&amp;lt;8000859c&amp;gt;] (gic_handle_irq+0x58/0x5c) from [&amp;lt;8000db80&amp;gt;] (__irq_svc+0x40/0x50)&lt;/P&gt;&lt;P&gt;Exception stack(0xa809df50 to 0xa809df98)&lt;/P&gt;&lt;P&gt;df40:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; a809df98 00000011 4a520224 00000004&lt;/P&gt;&lt;P&gt;df60: 49e1224f 00000004 815390d0 80c69e74 00000001 00000000 80cacffe a809c000&lt;/P&gt;&lt;P&gt;df80: 00000017 a809df98 80060590 80447754 60070013 ffffffff&lt;/P&gt;&lt;P&gt;[&amp;lt;8000db80&amp;gt;] (__irq_svc+0x40/0x50) from [&amp;lt;80447754&amp;gt;] (cpuidle_enter_state+0x50/0xe0)&lt;/P&gt;&lt;P&gt;[&amp;lt;80447754&amp;gt;] (cpuidle_enter_state+0x50/0xe0) from [&amp;lt;80447894&amp;gt;] (cpuidle_idle_call+0xb0/0x148)&lt;/P&gt;&lt;P&gt;[&amp;lt;80447894&amp;gt;] (cpuidle_idle_call+0xb0/0x148) from [&amp;lt;8000eb3c&amp;gt;] (arch_cpu_idle+0x10/0x54)&lt;/P&gt;&lt;P&gt;[&amp;lt;8000eb3c&amp;gt;] (arch_cpu_idle+0x10/0x54) from [&amp;lt;8005fe24&amp;gt;] (cpu_startup_entry+0xfc/0x140)&lt;/P&gt;&lt;P&gt;[&amp;lt;8005fe24&amp;gt;] (cpu_startup_entry+0xfc/0x140) from [&amp;lt;1062fda4&amp;gt;] (0x1062fda4)&lt;/P&gt;&lt;P&gt;------------[ cut here ]------------&lt;/P&gt;&lt;P&gt;WARNING: at kernel/time/tick-broadcast.c:600 tick_handle_oneshot_broadcast+0x1d4/0x1fc()&lt;/P&gt;&lt;P&gt;Modules linked in:&lt;/P&gt;&lt;P&gt;CPU: 0 PID: 1 Comm: linuxrc Tainted: G&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; W&amp;nbsp;&amp;nbsp;&amp;nbsp; 3.10.53-1.1.0_ga-mfgtool+g496fbe0 #1&lt;/P&gt;&lt;P&gt;[&amp;lt;80013b44&amp;gt;] (unwind_backtrace+0x0/0xf4) from [&amp;lt;80011544&amp;gt;] (show_stack+0x10/0x14)&lt;/P&gt;&lt;P&gt;[&amp;lt;80011544&amp;gt;] (show_stack+0x10/0x14) from [&amp;lt;8002c0b4&amp;gt;] (warn_slowpath_common+0x54/0x6c)&lt;/P&gt;&lt;P&gt;[&amp;lt;8002c0b4&amp;gt;] (warn_slowpath_common+0x54/0x6c) from [&amp;lt;8002c168&amp;gt;] (warn_slowpath_null+0x1c/0x24)&lt;/P&gt;&lt;P&gt;[&amp;lt;8002c168&amp;gt;] (warn_slowpath_null+0x1c/0x24) from [&amp;lt;80067c3c&amp;gt;] (tick_handle_oneshot_broadcast+0x1d4/0x1fc)&lt;/P&gt;&lt;P&gt;[&amp;lt;80067c3c&amp;gt;] (tick_handle_oneshot_broadcast+0x1d4/0x1fc) from [&amp;lt;8001b8c4&amp;gt;] (mxc_timer_interrupt+0x38/0x40)&lt;/P&gt;&lt;P&gt;[&amp;lt;8001b8c4&amp;gt;] (mxc_timer_interrupt+0x38/0x40) from [&amp;lt;8007a640&amp;gt;] (handle_irq_event_percpu+0x54/0x17c)&lt;/P&gt;&lt;P&gt;[&amp;lt;8007a640&amp;gt;] (handle_irq_event_percpu+0x54/0x17c) from [&amp;lt;8007a7a8&amp;gt;] (handle_irq_event+0x40/0x60)&lt;/P&gt;&lt;P&gt;[&amp;lt;8007a7a8&amp;gt;] (handle_irq_event+0x40/0x60) from [&amp;lt;8007d584&amp;gt;] (handle_fasteoi_irq+0x80/0x158)&lt;/P&gt;&lt;P&gt;[&amp;lt;8007d584&amp;gt;] (handle_fasteoi_irq+0x80/0x158) from [&amp;lt;80079e08&amp;gt;] (generic_handle_irq+0x2c/0x3c)&lt;/P&gt;&lt;P&gt;[&amp;lt;80079e08&amp;gt;] (generic_handle_irq+0x2c/0x3c) from [&amp;lt;8000e808&amp;gt;] (handle_IRQ+0x40/0x90)&lt;/P&gt;&lt;P&gt;[&amp;lt;8000e808&amp;gt;] (handle_IRQ+0x40/0x90) from [&amp;lt;80008570&amp;gt;] (gic_handle_irq+0x2c/0x5c)&lt;/P&gt;&lt;P&gt;[&amp;lt;80008570&amp;gt;] (gic_handle_irq+0x2c/0x5c) from [&amp;lt;8000db80&amp;gt;] (__irq_svc+0x40/0x50)&lt;/P&gt;&lt;P&gt;Exception stack(0xa8079de8 to 0xa8079e30)&lt;/P&gt;&lt;P&gt;BUG: scheduling while atomic: linuxrc/1/0x40010100&lt;/P&gt;&lt;P&gt;Modules linked in:&lt;/P&gt;&lt;P&gt;CPU: 0 PID: 1 Comm: linuxrc Tainted: G&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; W&amp;nbsp;&amp;nbsp;&amp;nbsp; 3.10.53-1.1.0_ga-mfgtool+g496fbe0 #1&lt;/P&gt;&lt;P&gt;[&amp;lt;80013b44&amp;gt;] (unwind_backtrace+0x0/0xf4) from [&amp;lt;80011544&amp;gt;] (show_stack+0x10/0x14)&lt;/P&gt;&lt;P&gt;[&amp;lt;80011544&amp;gt;] (show_stack+0x10/0x14) from [&amp;lt;80633538&amp;gt;] (__schedule_bug+0x50/0x64)&lt;/P&gt;&lt;P&gt;[&amp;lt;80633538&amp;gt;] (__schedule_bug+0x50/0x64) from [&amp;lt;80638954&amp;gt;] (__schedule+0x53c/0x5b0)&lt;/P&gt;&lt;P&gt;[&amp;lt;80638954&amp;gt;] (__schedule+0x53c/0x5b0) from [&amp;lt;80053900&amp;gt;] (__cond_resched+0x24/0x34)&lt;/P&gt;&lt;P&gt;[&amp;lt;80053900&amp;gt;] (__cond_resched+0x24/0x34) from [&amp;lt;80638d34&amp;gt;] (_cond_resched+0x3c/0x44)&lt;/P&gt;&lt;P&gt;[&amp;lt;80638d34&amp;gt;] (_cond_resched+0x3c/0x44) from [&amp;lt;800113f8&amp;gt;] (dump_mem+0xd0/0x140)&lt;/P&gt;&lt;P&gt;[&amp;lt;800113f8&amp;gt;] (dump_mem+0xd0/0x140) from [&amp;lt;80013bb4&amp;gt;] (unwind_backtrace+0x70/0xf4)&lt;/P&gt;&lt;P&gt;[&amp;lt;80013bb4&amp;gt;] (unwind_backtrace+0x70/0xf4) from [&amp;lt;80011544&amp;gt;] (show_stack+0x10/0x14)&lt;/P&gt;&lt;P&gt;[&amp;lt;80011544&amp;gt;] (show_stack+0x10/0x14) from [&amp;lt;8002c0b4&amp;gt;] (warn_slowpath_common+0x54/0x6c)&lt;/P&gt;&lt;P&gt;[&amp;lt;8002c0b4&amp;gt;] (warn_slowpath_common+0x54/0x6c) from [&amp;lt;8002c168&amp;gt;] (warn_slowpath_null+0x1c/0x24)&lt;/P&gt;&lt;P&gt;[&amp;lt;8002c168&amp;gt;] (warn_slowpath_null+0x1c/0x24) from [&amp;lt;80067c3c&amp;gt;] (tick_handle_oneshot_broadcast+0x1d4/0x1fc)&lt;/P&gt;&lt;P&gt;[&amp;lt;80067c3c&amp;gt;] (tick_handle_oneshot_broadcast+0x1d4/0x1fc) from [&amp;lt;8001b8c4&amp;gt;] (mxc_timer_interrupt+0x38/0x40)&lt;/P&gt;&lt;P&gt;[&amp;lt;8001b8c4&amp;gt;] (mxc_timer_interrupt+0x38/0x40) from [&amp;lt;8007a640&amp;gt;] (handle_irq_event_percpu+0x54/0x17c)&lt;/P&gt;&lt;P&gt;[&amp;lt;8007a640&amp;gt;] (handle_irq_event_percpu+0x54/0x17c) from [&amp;lt;8007a7a8&amp;gt;] (handle_irq_event+0x40/0x60)&lt;/P&gt;&lt;P&gt;[&amp;lt;8007a7a8&amp;gt;] (handle_irq_event+0x40/0x60) from [&amp;lt;8007d584&amp;gt;] (handle_fasteoi_irq+0x80/0x158)&lt;/P&gt;&lt;P&gt;[&amp;lt;8007d584&amp;gt;] (handle_fasteoi_irq+0x80/0x158) from [&amp;lt;80079e08&amp;gt;] (generic_handle_irq+0x2c/0x3c)&lt;/P&gt;&lt;P&gt;[&amp;lt;80079e08&amp;gt;] (generic_handle_irq+0x2c/0x3c) from [&amp;lt;8000e808&amp;gt;] (handle_IRQ+0x40/0x90)&lt;/P&gt;&lt;P&gt;[&amp;lt;8000e808&amp;gt;] (handle_IRQ+0x40/0x90) from [&amp;lt;80008570&amp;gt;] (gic_handle_irq+0x2c/0x5c)&lt;/P&gt;&lt;P&gt;[&amp;lt;80008570&amp;gt;] (gic_handle_irq+0x2c/0x5c) from [&amp;lt;8000db80&amp;gt;] (__irq_svc+0x40/0x50)&lt;/P&gt;&lt;P&gt;Exception stack(0xa8079de8 to 0xa8079e30)&lt;/P&gt;&lt;P&gt;9de0:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 00000001 ffff9221 00000100 00000000 00000282 0000001d&lt;/P&gt;&lt;P&gt;9e00: 00000000 80c5e080 a8078000 80caeb70 a805c000 a805c000 80cefd80 a8079e30&lt;/P&gt;&lt;P&gt;9e20: 00000000 800333ec 200c0113 ffffffff&lt;/P&gt;&lt;P&gt;[&amp;lt;8000db80&amp;gt;] (__irq_svc+0x40/0x50) from [&amp;lt;800333ec&amp;gt;] (__do_softirq+0xcc/0x204)&lt;/P&gt;&lt;P&gt;[&amp;lt;800333ec&amp;gt;] (__do_softirq+0xcc/0x204) from [&amp;lt;800335d4&amp;gt;] (do_softirq+0x54/0x5c)&lt;/P&gt;&lt;P&gt;[&amp;lt;800335d4&amp;gt;] (do_softirq+0x54/0x5c) from [&amp;lt;8003385c&amp;gt;] (irq_exit+0x9c/0xd0)&lt;/P&gt;&lt;P&gt;[&amp;lt;8003385c&amp;gt;] (irq_exit+0x9c/0xd0) from [&amp;lt;8000e80c&amp;gt;] (handle_IRQ+0x44/0x90)&lt;/P&gt;&lt;P&gt;[&amp;lt;8000e80c&amp;gt;] (handle_IRQ+0x44/0x90) from [&amp;lt;80008570&amp;gt;] (gic_handle_irq+0x2c/0x5c)&lt;/P&gt;&lt;P&gt;[&amp;lt;80008570&amp;gt;] (gic_handle_irq+0x2c/0x5c) from [&amp;lt;8000db80&amp;gt;] (__irq_svc+0x40/0x50)&lt;/P&gt;&lt;P&gt;Exception stack(0xa8079ec0 to 0xa8079f08)&lt;/P&gt;&lt;P&gt;9ec0: 80caefc0 00000000 80c6cf7c 00000000 80caeb70 80b1d540 a8078000 00000000&lt;/P&gt;&lt;P&gt;9ee0: 00000000 80caeb70 a805c000 a805c000 00000000 a8079f08 80632f18 80632fd8&lt;/P&gt;&lt;P&gt;9f00: 600c0013 ffffffff&lt;/P&gt;&lt;P&gt;[&amp;lt;8000db80&amp;gt;] (__irq_svc+0x40/0x50) from [&amp;lt;80632fd8&amp;gt;] (panic+0x164/0x1bc)&lt;/P&gt;&lt;P&gt;[&amp;lt;80632fd8&amp;gt;] (panic+0x164/0x1bc) from [&amp;lt;80030a58&amp;gt;] (do_exit+0x828/0x8e8)&lt;/P&gt;&lt;P&gt;[&amp;lt;80030a58&amp;gt;] (do_exit+0x828/0x8e8) from [&amp;lt;800319cc&amp;gt;] (do_group_exit+0x40/0xc4)&lt;/P&gt;&lt;P&gt;[&amp;lt;800319cc&amp;gt;] (do_group_exit+0x40/0xc4) from [&amp;lt;80031a60&amp;gt;] (__wake_up_parent+0x0/0x18)&lt;/P&gt;&lt;P&gt;9de0:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 00000001 ffff9221 00000100 00000000 00000282 0000001d&lt;/P&gt;&lt;P&gt;9e00: 00000000 80c5e080 a8078000 80caeb70 a805c000 a805c000 80cefd80 a8079e30&lt;/P&gt;&lt;P&gt;9e20: 00000000 800333ec 200c0113 ffffffff&lt;/P&gt;&lt;P&gt;[&amp;lt;8000db80&amp;gt;] (__irq_svc+0x40/0x50) from [&amp;lt;800333ec&amp;gt;] (__do_softirq+0xcc/0x204)&lt;/P&gt;&lt;P&gt;[&amp;lt;800333ec&amp;gt;] (__do_softirq+0xcc/0x204) from [&amp;lt;800335d4&amp;gt;] (do_softirq+0x54/0x5c)&lt;/P&gt;&lt;P&gt;[&amp;lt;800335d4&amp;gt;] (do_softirq+0x54/0x5c) from [&amp;lt;8003385c&amp;gt;] (irq_exit+0x9c/0xd0)&lt;/P&gt;&lt;P&gt;[&amp;lt;8003385c&amp;gt;] (irq_exit+0x9c/0xd0) from [&amp;lt;8000e80c&amp;gt;] (handle_IRQ+0x44/0x90)&lt;/P&gt;&lt;P&gt;[&amp;lt;8000e80c&amp;gt;] (handle_IRQ+0x44/0x90) from [&amp;lt;80008570&amp;gt;] (gic_handle_irq+0x2c/0x5c)&lt;/P&gt;&lt;P&gt;[&amp;lt;80008570&amp;gt;] (gic_handle_irq+0x2c/0x5c) from [&amp;lt;8000db80&amp;gt;] (__irq_svc+0x40/0x50)&lt;/P&gt;&lt;P&gt;Exception stack(0xa8079ec0 to 0xa8079f08)&lt;/P&gt;&lt;P&gt;9ec0: 80caefc0 00000000 80c6cf7c 00000000 80caeb70 80b1d540 a8078000 00000000&lt;/P&gt;&lt;P&gt;9ee0: 00000000 80caeb70 a805c000 a805c000 00000000 a8079f08 80632f18 80632fd8&lt;/P&gt;&lt;P&gt;9f00: 600c0013 ffffffff&lt;/P&gt;&lt;P&gt;[&amp;lt;8000db80&amp;gt;] (__irq_svc+0x40/0x50) from [&amp;lt;80632fd8&amp;gt;] (panic+0x164/0x1bc)&lt;/P&gt;&lt;P&gt;[&amp;lt;80632fd8&amp;gt;] (panic+0x164/0x1bc) from [&amp;lt;80030a58&amp;gt;] (do_exit+0x828/0x8e8)&lt;/P&gt;&lt;P&gt;[&amp;lt;80030a58&amp;gt;] (do_exit+0x828/0x8e8) from [&amp;lt;800319cc&amp;gt;] (do_group_exit+0x40/0xc4)&lt;/P&gt;&lt;P&gt;[&amp;lt;800319cc&amp;gt;] (do_group_exit+0x40/0xc4) from [&amp;lt;80031a60&amp;gt;] (__wake_up_parent+0x0/0x18)&lt;/P&gt;&lt;P&gt;---[ end trace 30f82076997eb03b ]---&lt;/P&gt;&lt;P&gt;------------[ cut here ]------------&lt;/P&gt;&lt;P&gt;WARNING: at kernel/irq/handle.c:146 handle_irq_event_percpu+0x174/0x17c()&lt;/P&gt;&lt;P&gt;irq 87 handler mxc_timer_interrupt+0x0/0x40 enabled interrupts&lt;/P&gt;&lt;P&gt;Modules linked in:&lt;/P&gt;&lt;P&gt;CPU: 0 PID: 1 Comm: linuxrc Tainted: G&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; W&amp;nbsp;&amp;nbsp;&amp;nbsp; 3.10.53-1.1.0_ga-mfgtool+g496fbe0 #1&lt;/P&gt;&lt;P&gt;[&amp;lt;80013b44&amp;gt;] (unwind_backtrace+0x0/0xf4) from [&amp;lt;80011544&amp;gt;] (show_stack+0x10/0x14)&lt;/P&gt;&lt;P&gt;[&amp;lt;80011544&amp;gt;] (show_stack+0x10/0x14) from [&amp;lt;8002c0b4&amp;gt;] (warn_slowpath_common+0x54/0x6c)&lt;/P&gt;&lt;P&gt;[&amp;lt;8002c0b4&amp;gt;] (warn_slowpath_common+0x54/0x6c) from [&amp;lt;8002c0fc&amp;gt;] (warn_slowpath_fmt+0x30/0x40)&lt;/P&gt;&lt;P&gt;[&amp;lt;8002c0fc&amp;gt;] (warn_slowpath_fmt+0x30/0x40) from [&amp;lt;8007a760&amp;gt;] (handle_irq_event_percpu+0x174/0x17c)&lt;/P&gt;&lt;P&gt;[&amp;lt;8007a760&amp;gt;] (handle_irq_event_percpu+0x174/0x17c) from [&amp;lt;8007a7a8&amp;gt;] (handle_irq_event+0x40/0x60)&lt;/P&gt;&lt;P&gt;[&amp;lt;8007a7a8&amp;gt;] (handle_irq_event+0x40/0x60) from [&amp;lt;8007d584&amp;gt;] (handle_fasteoi_irq+0x80/0x158)&lt;/P&gt;&lt;P&gt;[&amp;lt;8007d584&amp;gt;] (handle_fasteoi_irq+0x80/0x158) from [&amp;lt;80079e08&amp;gt;] (generic_handle_irq+0x2c/0x3c)&lt;/P&gt;&lt;P&gt;[&amp;lt;80079e08&amp;gt;] (generic_handle_irq+0x2c/0x3c) from [&amp;lt;8000e808&amp;gt;] (handle_IRQ+0x40/0x90)&lt;/P&gt;&lt;P&gt;[&amp;lt;8000e808&amp;gt;] (handle_IRQ+0x40/0x90) from [&amp;lt;80008570&amp;gt;] (gic_handle_irq+0x2c/0x5c)&lt;/P&gt;&lt;P&gt;[&amp;lt;80008570&amp;gt;] (gic_handle_irq+0x2c/0x5c) from [&amp;lt;8000db80&amp;gt;] (__irq_svc+0x40/0x50)&lt;/P&gt;&lt;P&gt;Exception stack(0xa8079de8 to 0xa8079e30)&lt;/P&gt;&lt;P&gt;9de0:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 00000001 ffff9221 00000100 00000000 00000282 0000001d&lt;/P&gt;&lt;P&gt;9e00: 00000000 80c5e080 a8078000 80caeb70 a805c000 a805c000 80cefd80 a8079e30&lt;/P&gt;&lt;P&gt;9e20: 00000000 800333ec 200c0113 ffffffff&lt;/P&gt;&lt;P&gt;[&amp;lt;8000db80&amp;gt;] (__irq_svc+0x40/0x50) from [&amp;lt;800333ec&amp;gt;] (__do_softirq+0xcc/0x204)&lt;/P&gt;&lt;P&gt;[&amp;lt;800333ec&amp;gt;] (__do_softirq+0xcc/0x204) from [&amp;lt;800335d4&amp;gt;] (do_softirq+0x54/0x5c)&lt;/P&gt;&lt;P&gt;[&amp;lt;800335d4&amp;gt;] (do_softirq+0x54/0x5c) from [&amp;lt;8003385c&amp;gt;] (irq_exit+0x9c/0xd0)&lt;/P&gt;&lt;P&gt;[&amp;lt;8003385c&amp;gt;] (irq_exit+0x9c/0xd0) from [&amp;lt;8000e80c&amp;gt;] (handle_IRQ+0x44/0x90)&lt;/P&gt;&lt;P&gt;[&amp;lt;8000e80c&amp;gt;] (handle_IRQ+0x44/0x90) from [&amp;lt;80008570&amp;gt;] (gic_handle_irq+0x2c/0x5c)&lt;/P&gt;&lt;P&gt;[&amp;lt;80008570&amp;gt;] (gic_handle_irq+0x2c/0x5c) from [&amp;lt;8000db80&amp;gt;] (__irq_svc+0x40/0x50)&lt;/P&gt;&lt;P&gt;Exception stack(0xa8079ec0 to 0xa8079f08)&lt;/P&gt;&lt;P&gt;9ec0: 80caefc0 00000000 80c6cf7c 00000000 80caeb70 80b1d540 a8078000 00000000&lt;/P&gt;&lt;P&gt;9ee0: 00000000 80caeb70 a805c000 a805c000 00000000 a8079f08 80632f18 80632fd8&lt;/P&gt;&lt;P&gt;9f00: 600c0013 ffffffff&lt;/P&gt;&lt;P&gt;[&amp;lt;8000db80&amp;gt;] (__irq_svc+0x40/0x50) from [&amp;lt;80632fd8&amp;gt;] (panic+0x164/0x1bc)&lt;/P&gt;&lt;P&gt;[&amp;lt;80632fd8&amp;gt;] (panic+0x164/0x1bc) from [&amp;lt;80030a58&amp;gt;] (do_exit+0x828/0x8e8)&lt;/P&gt;&lt;P&gt;[&amp;lt;80030a58&amp;gt;] (do_exit+0x828/0x8e8) from [&amp;lt;800319cc&amp;gt;] (do_group_exit+0x40/0xc4)&lt;/P&gt;&lt;P&gt;[&amp;lt;800319cc&amp;gt;] (do_group_exit+0x40/0xc4) from [&amp;lt;80031a60&amp;gt;] (__wake_up_parent+0x0/0x18)&lt;/P&gt;&lt;P&gt;---[ end trace 30f82076997eb03c ]---&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 05:42:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-re-partition-android-storage-partitions/m-p/469361#M74185</guid>
      <dc:creator>baiaaren</dc:creator>
      <dc:date>2016-01-29T05:42:27Z</dc:date>
    </item>
  </channel>
</rss>

