<?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: How to update boot image and device tree to android 13 ? in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-to-update-boot-image-and-device-tree-to-android-13/m-p/1802851#M219724</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/184266"&gt;@t2865k5&lt;/a&gt;!&lt;/P&gt;
&lt;P&gt;Thank you for contacting NXP Support!&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;You can use the uuu_imx_android_flash tool for that purpose.&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;Please check Table 2 of our Android Quick Start Guide for the options and examples of usage for iMX8MP.&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&lt;A href="https://www.nxp.com/docs/en/quick-reference-guide/ANDROID_QUICK_START_GUIDE.pdf" target="_blank"&gt;https://www.nxp.com/docs/en/quick-reference-guide/ANDROID_QUICK_START_GUIDE.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Best Regards!&lt;/P&gt;
&lt;P&gt;Chavira&lt;/P&gt;</description>
    <pubDate>Tue, 06 Feb 2024 17:45:27 GMT</pubDate>
    <dc:creator>Chavira</dc:creator>
    <dc:date>2024-02-06T17:45:27Z</dc:date>
    <item>
      <title>How to update boot image and device tree to android 13 ?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-update-boot-image-and-device-tree-to-android-13/m-p/1802263#M219679</link>
      <description>&lt;P&gt;Dear NXP ,&lt;/P&gt;&lt;P&gt;HW : imx8mplus&lt;BR /&gt;SDK :imx-android-13.0.0_2.2.0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;source build/envsetup.sh&lt;/P&gt;&lt;P&gt;lunch evk_8mp-userdebug&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;./imx-make.sh bootloader kernel -j4 2&amp;gt;&amp;amp;1 | tee build-log.txt&lt;/P&gt;&lt;P&gt;make -j4 2&amp;gt;&amp;amp;1 | tee -a build-log.txt&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Flash android image to 16GB sd card:&lt;/P&gt;&lt;P&gt;./imx-sdcard-partition.sh -f imx8mp -D ../imx8mp_android/imx-android-13.0.0_2.2.0/android_build/out/target/product/evk_8mp /dev/sdb&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I Build a new boot image (Image , imx8mp-evk.dtb)&lt;/P&gt;&lt;P&gt;How can I update boot image and device tree to sd card ?&lt;/P&gt;</description>
      <pubDate>Tue, 06 Feb 2024 03:02:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-update-boot-image-and-device-tree-to-android-13/m-p/1802263#M219679</guid>
      <dc:creator>t2865k5</dc:creator>
      <dc:date>2024-02-06T03:02:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to update boot image and device tree to android 13 ?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-update-boot-image-and-device-tree-to-android-13/m-p/1802851#M219724</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/184266"&gt;@t2865k5&lt;/a&gt;!&lt;/P&gt;
&lt;P&gt;Thank you for contacting NXP Support!&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;You can use the uuu_imx_android_flash tool for that purpose.&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;Please check Table 2 of our Android Quick Start Guide for the options and examples of usage for iMX8MP.&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&lt;A href="https://www.nxp.com/docs/en/quick-reference-guide/ANDROID_QUICK_START_GUIDE.pdf" target="_blank"&gt;https://www.nxp.com/docs/en/quick-reference-guide/ANDROID_QUICK_START_GUIDE.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Best Regards!&lt;/P&gt;
&lt;P&gt;Chavira&lt;/P&gt;</description>
      <pubDate>Tue, 06 Feb 2024 17:45:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-update-boot-image-and-device-tree-to-android-13/m-p/1802851#M219724</guid>
      <dc:creator>Chavira</dc:creator>
      <dc:date>2024-02-06T17:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to update boot image and device tree to android 13 ?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-update-boot-image-and-device-tree-to-android-13/m-p/1803176#M219740</link>
      <description>&lt;P&gt;Dear NXP ,&lt;/P&gt;&lt;P&gt;I don't use uuu tool on my imx8mp board . I run command as follows:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;./imx-make.sh bootloader kernel -j4 2&amp;gt;&amp;amp;1 | tee build-log.txt&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I only update u-boot , kernel image and device tree to SD card (/dev/sdb) .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;(1) Which images need to be updated to sd card ?&amp;nbsp;How should I run command?&lt;BR /&gt;Ex:&lt;BR /&gt;u-boot : sudo dd if=imx-boot-imx8mpevk-sd.bin-flash_evk of=/dev/sdb bs=1k seek=32 conv=sync&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;kernel image : ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;kernel device tree: ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2024 06:34:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-update-boot-image-and-device-tree-to-android-13/m-p/1803176#M219740</guid>
      <dc:creator>t2865k5</dc:creator>
      <dc:date>2024-02-07T06:34:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to update boot image and device tree to android 13 ?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-update-boot-image-and-device-tree-to-android-13/m-p/1833663#M221659</link>
      <description>&lt;P&gt;Dear NXP ,&lt;/P&gt;&lt;P&gt;We don't provide UUU hardware interface in my project . So, I can't use uuu tool in my project .&lt;/P&gt;&lt;P&gt;Could you tell me how to use linux command to update u-boot and kernel image .&lt;/P&gt;&lt;P&gt;Ex:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;u-boot : sudo dd if=imx-boot-imx8mpevk-sd.bin-flash_evk of=/dev/sdb bs=1k seek=32 conv=sync&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;kernel : sudo cp Image /media/username/boot/&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Mar 2024 10:04:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-update-boot-image-and-device-tree-to-android-13/m-p/1833663#M221659</guid>
      <dc:creator>t2865k5</dc:creator>
      <dc:date>2024-03-22T10:04:52Z</dc:date>
    </item>
  </channel>
</rss>

