<?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: IMX8M MINI - Android 11 Read file in userdata partition from uboot in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/IMX8M-MINI-Android-11-Read-file-in-userdata-partition-from-uboot/m-p/1366250#M182589</link>
    <description>&lt;P&gt;You can write your bin file to &lt;STRONG&gt;metadata&lt;/STRONG&gt;.We can't remove the protection mechanism.Only&amp;nbsp;&lt;STRONG&gt;metadata&lt;/STRONG&gt; is ext4 file system.&lt;/P&gt;</description>
    <pubDate>Thu, 04 Nov 2021 02:59:25 GMT</pubDate>
    <dc:creator>Zhiming_Liu</dc:creator>
    <dc:date>2021-11-04T02:59:25Z</dc:date>
    <item>
      <title>IMX8M MINI - Android 11 Read file in userdata partition from uboot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8M-MINI-Android-11-Read-file-in-userdata-partition-from-uboot/m-p/1363491#M182278</link>
      <description>&lt;P&gt;On Android 10 I was able to access a file on the userdata partition from uboot. Specifically a binary for the M4.&amp;nbsp; We could load this file and start the M4 using bootaux.&amp;nbsp; On Android 11 I am unable to access any of the partitions except the metaData partition.&amp;nbsp; All of the other partitions return and error of ** Unrecognized filesystem type **.&amp;nbsp; Any suggestion on how to implement this functionality on Android 11?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is some uboot output for context:&lt;/P&gt;&lt;P&gt;u-boot=&amp;gt; mmc dev 2&lt;BR /&gt;switch to partitions #0, OK&lt;BR /&gt;mmc2(part 0) is current device&lt;BR /&gt;u-boot=&amp;gt; mmc part&lt;/P&gt;&lt;P&gt;Partition Map for MMC device 2 -- Partition Type: EFI&lt;/P&gt;&lt;P&gt;Part Start LBA End LBA Name&lt;BR /&gt;Attributes&lt;BR /&gt;Type GUID&lt;BR /&gt;Partition GUID&lt;BR /&gt;1 0x00004000 0x00005fff "dtbo_a"&lt;BR /&gt;attrs: 0x0000000000000000&lt;BR /&gt;type: b3c54657-8b47-48bc-9792-37b7c091ae69&lt;BR /&gt;guid: be42debe-8c9f-4d27-870e-d87068316c15&lt;BR /&gt;2 0x00006000 0x00007fff "dtbo_b"&lt;BR /&gt;attrs: 0x0000000000000000&lt;BR /&gt;type: b3c54657-8b47-48bc-9792-37b7c091ae69&lt;BR /&gt;guid: 8555f34a-6215-4cff-a6c4-17bab3635c02&lt;BR /&gt;3 0x00008000 0x00027fff "boot_a"&lt;BR /&gt;attrs: 0x0000000000000000&lt;BR /&gt;type: bb499290-b57e-49f6-bf41-190386693794&lt;BR /&gt;guid: 4bdbb360-2db5-42e9-b622-358fb5f72e53&lt;BR /&gt;4 0x00028000 0x00047fff "boot_b"&lt;BR /&gt;attrs: 0x0000000000000000&lt;BR /&gt;type: bb499290-b57e-49f6-bf41-190386693794&lt;BR /&gt;guid: 7f905ba4-93c4-4f0d-91e5-67f516e808c3&lt;BR /&gt;5 0x00048000 0x00067fff "vendor_boot_a"&lt;BR /&gt;attrs: 0x0000000000000000&lt;BR /&gt;type: 3930e8b2-72a7-9ea9-8c0f-817fe3d8b2da&lt;BR /&gt;guid: 928a20f9-fb13-4da6-adba-766a165069f5&lt;BR /&gt;6 0x00068000 0x00087fff "vendor_boot_b"&lt;BR /&gt;attrs: 0x0000000000000000&lt;BR /&gt;type: 3930e8b2-72a7-9ea9-8c0f-817fe3d8b2da&lt;BR /&gt;guid: 7c33a760-52c8-4ab6-8949-d415b3e1140c&lt;BR /&gt;7 0x00088000 0x00089fff "misc"&lt;BR /&gt;attrs: 0x0000000000000000&lt;BR /&gt;type: 6b2378b0-0fbc-4aa9-a4f6-4d6e17281c47&lt;BR /&gt;guid: cdb7b813-2388-4f31-b558-969de31f335b&lt;BR /&gt;8 0x0008a000 0x00091fff "metadata"&lt;BR /&gt;attrs: 0x0000000000000000&lt;BR /&gt;type: b598858a-5fe3-418e-b8c4-824b41f4adfc&lt;BR /&gt;guid: cae444a1-d30a-437c-baa1-a30766999524&lt;BR /&gt;9 0x00092000 0x000927ff "presistdata"&lt;BR /&gt;attrs: 0x0000000000000000&lt;BR /&gt;type: e99d84d7-2c1b-44cf-8c58-effae2dc2558&lt;BR /&gt;guid: 0e932b57-926f-44d5-ac43-569c4486726a&lt;BR /&gt;10 0x00093000 0x00792fff "super"&lt;BR /&gt;attrs: 0x0000000000000000&lt;BR /&gt;type: c1dedb9a-a0d3-42e4-b74d-0acf96833624&lt;BR /&gt;guid: e2c3a583-7745-4ae1-9e36-57da483fc527&lt;BR /&gt;11 0x00793000 0x019fbfff "userdata"&lt;BR /&gt;attrs: 0x0000000000000000&lt;BR /&gt;type: 0bb7e6ed-4424-49c0-9372-7fbab465ab4c&lt;BR /&gt;guid: 5d2e2f40-e05e-449c-90bf-da38e788f042&lt;BR /&gt;12 0x019fc000 0x019fc7ff "fbmisc"&lt;BR /&gt;attrs: 0x0000000000000000&lt;BR /&gt;type: ebd0a0a2-b9e5-4433-87c0-68b6b72699c7&lt;BR /&gt;guid: 1e25dcf5-7b43-4d7b-a60d-5e84906560c5&lt;BR /&gt;13 0x019fd000 0x019fd7ff "vbmeta_a"&lt;BR /&gt;attrs: 0x0000000000000000&lt;BR /&gt;type: 7d6ea677-fe98-4ffe-9771-f5c3ef6d282c&lt;BR /&gt;guid: 4d63b843-93bb-44d4-b431-83e874c3502d&lt;BR /&gt;14 0x019fe000 0x019fe7ff "vbmeta_b"&lt;BR /&gt;attrs: 0x0000000000000000&lt;BR /&gt;type: 7d6ea677-fe98-4ffe-9771-f5c3ef6d282c&lt;BR /&gt;guid: e0ed7976-de13-4173-92b3-ae3222737caf&lt;/P&gt;&lt;P&gt;u-boot=&amp;gt; ext4ls mmc 2:0&lt;BR /&gt;** Unrecognized filesystem type **&lt;BR /&gt;u-boot=&amp;gt; ext4ls mmc 2:1&lt;BR /&gt;** Unrecognized filesystem type **&lt;BR /&gt;u-boot=&amp;gt; ext4ls mmc 2:2&lt;BR /&gt;** Unrecognized filesystem type **&lt;BR /&gt;u-boot=&amp;gt; ext4ls mmc 2:3&lt;BR /&gt;** Unrecognized filesystem type **&lt;BR /&gt;u-boot=&amp;gt; ext4ls mmc 2:4&lt;BR /&gt;** Unrecognized filesystem type **&lt;BR /&gt;u-boot=&amp;gt; ext4ls mmc 2:5&lt;BR /&gt;** Unrecognized filesystem type **&lt;BR /&gt;u-boot=&amp;gt; ext4ls mmc 2:6&lt;BR /&gt;** Unrecognized filesystem type **&lt;BR /&gt;u-boot=&amp;gt; ext4ls mmc 2:7&lt;BR /&gt;** Unrecognized filesystem type **&lt;BR /&gt;u-boot=&amp;gt; ext4ls mmc 2:8&lt;BR /&gt;&amp;lt;DIR&amp;gt; 4096 .&lt;BR /&gt;&amp;lt;DIR&amp;gt; 4096 ..&lt;BR /&gt;&amp;lt;DIR&amp;gt; 16384 lost+found&lt;BR /&gt;&amp;lt;DIR&amp;gt; 4096 vold&lt;BR /&gt;&amp;lt;DIR&amp;gt; 4096 password_slots&lt;BR /&gt;&amp;lt;DIR&amp;gt; 4096 bootstat&lt;BR /&gt;&amp;lt;DIR&amp;gt; 4096 ota&lt;BR /&gt;&amp;lt;DIR&amp;gt; 4096 apex&lt;BR /&gt;&amp;lt;DIR&amp;gt; 4096 staged-install&lt;BR /&gt;&amp;lt;DIR&amp;gt; 4096 gsi&lt;BR /&gt;u-boot=&amp;gt; ext4ls mmc 2:9&lt;BR /&gt;** Unrecognized filesystem type **&lt;BR /&gt;u-boot=&amp;gt; ext4ls mmc 2:a&lt;BR /&gt;** Unrecognized filesystem type **&lt;BR /&gt;u-boot=&amp;gt; ext4ls mmc 2:b&lt;BR /&gt;** Unrecognized filesystem type **&lt;BR /&gt;u-boot=&amp;gt; ext4ls mmc 2:c&lt;BR /&gt;** Unrecognized filesystem type **&lt;BR /&gt;u-boot=&amp;gt; ext4ls mmc 2:d&lt;BR /&gt;** Unrecognized filesystem type **&lt;BR /&gt;u-boot=&amp;gt; ext4ls mmc 2:e&lt;BR /&gt;** Unrecognized filesystem type **&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Nov 2021 17:41:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8M-MINI-Android-11-Read-file-in-userdata-partition-from-uboot/m-p/1363491#M182278</guid>
      <dc:creator>matt_frandsen</dc:creator>
      <dc:date>2021-11-03T17:41:03Z</dc:date>
    </item>
    <item>
      <title>Re: IMX8M MINI - Android 11 Read file in userdata partition from uboot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8M-MINI-Android-11-Read-file-in-userdata-partition-from-uboot/m-p/1363548#M182292</link>
      <description>&lt;P&gt;userdata&amp;nbsp; partition is under protection&amp;nbsp; from Android 11&lt;/P&gt;</description>
      <pubDate>Fri, 29 Oct 2021 01:41:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8M-MINI-Android-11-Read-file-in-userdata-partition-from-uboot/m-p/1363548#M182292</guid>
      <dc:creator>Zhiming_Liu</dc:creator>
      <dc:date>2021-10-29T01:41:50Z</dc:date>
    </item>
    <item>
      <title>Re: IMX8M MINI - Android 11 Read file in userdata partition from uboot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8M-MINI-Android-11-Read-file-in-userdata-partition-from-uboot/m-p/1364626#M182429</link>
      <description>&lt;P&gt;Is there another partition or another way to accomplish this then? How are you handling getting the m4 code loaded and executed?&lt;/P&gt;</description>
      <pubDate>Mon, 01 Nov 2021 16:01:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8M-MINI-Android-11-Read-file-in-userdata-partition-from-uboot/m-p/1364626#M182429</guid>
      <dc:creator>matt_frandsen</dc:creator>
      <dc:date>2021-11-01T16:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: IMX8M MINI - Android 11 Read file in userdata partition from uboot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8M-MINI-Android-11-Read-file-in-userdata-partition-from-uboot/m-p/1365818#M182565</link>
      <description>&lt;P&gt;We loaded your (NXP's) stock android 11 images onto and IMX8MQEVK board and again see that all of the partitions are protected except the Meta Data Partition.&amp;nbsp; We need uboot to start the m4 prior to booting the kernel, but cannot do this if uboot cannot access the file.&amp;nbsp; Can we put the file on the Meta Data partition? What other suggestions do you have?&lt;/P&gt;</description>
      <pubDate>Wed, 03 Nov 2021 15:47:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8M-MINI-Android-11-Read-file-in-userdata-partition-from-uboot/m-p/1365818#M182565</guid>
      <dc:creator>matt_frandsen</dc:creator>
      <dc:date>2021-11-03T15:47:58Z</dc:date>
    </item>
    <item>
      <title>Re: IMX8M MINI - Android 11 Read file in userdata partition from uboot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8M-MINI-Android-11-Read-file-in-userdata-partition-from-uboot/m-p/1366250#M182589</link>
      <description>&lt;P&gt;You can write your bin file to &lt;STRONG&gt;metadata&lt;/STRONG&gt;.We can't remove the protection mechanism.Only&amp;nbsp;&lt;STRONG&gt;metadata&lt;/STRONG&gt; is ext4 file system.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Nov 2021 02:59:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8M-MINI-Android-11-Read-file-in-userdata-partition-from-uboot/m-p/1366250#M182589</guid>
      <dc:creator>Zhiming_Liu</dc:creator>
      <dc:date>2021-11-04T02:59:25Z</dc:date>
    </item>
  </channel>
</rss>

