<?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 How to create mipi panel enabled OTA package on IMX8Mini in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-to-create-mipi-panel-enabled-OTA-package-on-IMX8Mini/m-p/982966#M145975</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had IMX8Mini EVK, which has MIPI panel., and I am using Android9&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By default, the Android build image is HDMI, that's why every time I flash the EVK, I had to use -d mipi:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;./uuu_imx_android_flash.sh -f imx8mm -a -e -d mipi&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to let my MIPI screen up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, when I create the OTA package(make otapackage), it seems it still use HDMI by default, so when I OTA the EVK, the screen didn't UP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could someone help me to let me know HOWTO create a MIPI-default OTA package instead of HDIM?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Mar 2020 09:52:09 GMT</pubDate>
    <dc:creator>13614278</dc:creator>
    <dc:date>2020-03-04T09:52:09Z</dc:date>
    <item>
      <title>How to create mipi panel enabled OTA package on IMX8Mini</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-create-mipi-panel-enabled-OTA-package-on-IMX8Mini/m-p/982966#M145975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had IMX8Mini EVK, which has MIPI panel., and I am using Android9&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By default, the Android build image is HDMI, that's why every time I flash the EVK, I had to use -d mipi:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;./uuu_imx_android_flash.sh -f imx8mm -a -e -d mipi&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to let my MIPI screen up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, when I create the OTA package(make otapackage), it seems it still use HDMI by default, so when I OTA the EVK, the screen didn't UP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could someone help me to let me know HOWTO create a MIPI-default OTA package instead of HDIM?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2020 09:52:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-create-mipi-panel-enabled-OTA-package-on-IMX8Mini/m-p/982966#M145975</guid>
      <dc:creator>13614278</dc:creator>
      <dc:date>2020-03-04T09:52:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to create mipi panel enabled OTA package on IMX8Mini</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-create-mipi-panel-enabled-OTA-package-on-IMX8Mini/m-p/982967#M145976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;A _jive_internal="true" data-content-finding="Community" data-userid="349686" data-username="13614278@qq.com" href="https://community.nxp.com/people/13614278@qq.com"&gt;Yang Songxiang&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to specify the mipi dtbo image to the &lt;STRONG&gt;"BOARD_PREBUILT_DTBOIMAGE"&lt;/STRONG&gt; variable for MIPI panel display in OTA package.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;e.g&lt;/STRONG&gt;&lt;/SPAN&gt; BOARD_PREBUILT_DTBOIMAGE := out/target/product/evk_8mm/dtbo-imx8mm-mipi-panel.img&lt;/P&gt;&lt;P&gt;This variable is defined in the &lt;STRONG&gt;BoardConfig.mk&lt;/STRONG&gt; file which resides in Android Source at &lt;EM&gt;&lt;STRONG&gt;"${MY_ANDROID}/device/fsl/imx8m/evk_8mm/BoardConfig.mk"&lt;/STRONG&gt;&lt;/EM&gt;. &lt;/P&gt;&lt;P&gt;After this, you can generate the OTA package for evk_8mm with MIPI panel display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help you.&lt;/P&gt;&lt;P&gt;Let us know in case of any concern.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shivani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2020 06:54:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-create-mipi-panel-enabled-OTA-package-on-IMX8Mini/m-p/982967#M145976</guid>
      <dc:creator>shivanipatel</dc:creator>
      <dc:date>2020-03-17T06:54:36Z</dc:date>
    </item>
  </channel>
</rss>

