<?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: Download image to i.MX8M custom board without Type-C connector in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Download-image-to-i-MX8M-custom-board-without-Type-C-connector/m-p/1031247#M152303</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;UUU&amp;nbsp;works when the processor is in serial download mode. If you put bootable image on eMMC or SDcard, UUU would not work because the processor is not in the serial download mode when it boots normally.&lt;/P&gt;&lt;P&gt;UUU should work on micro-USB connector as well as Type-C. Make sure USB works in normal case, such as keyboard or USB thumbdrive. Also get command line tool from&amp;nbsp;&lt;A class="link-titled" href="https://github.com/NXPmicro/mfgtools/releases/tag/uuu_1.3.82" title="https://github.com/NXPmicro/mfgtools/releases/tag/uuu_1.3.82"&gt;Release 1.3.82 · NXPmicro/mfgtools · GitHub&lt;/A&gt;&amp;nbsp;for testing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 04 Jan 2020 07:52:39 GMT</pubDate>
    <dc:creator>jamesmin</dc:creator>
    <dc:date>2020-01-04T07:52:39Z</dc:date>
    <item>
      <title>Download image to i.MX8M custom board without Type-C connector</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Download-image-to-i-MX8M-custom-board-without-Type-C-connector/m-p/1031245#M152301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I made a new board with reference to EVK(8MMINILPD4+BB).&lt;BR /&gt;AP, DDr, eMMC, etc. are all configured like EVK.&lt;BR /&gt;However, the USB OTG part for image download uses micro USB instead of type-C.&lt;BR /&gt;Therefore, all circuits such as Type-C side ICs were removed.&lt;/P&gt;&lt;P&gt;I get an error when I make a board and download an image through UUU&lt;BR /&gt;So I searched and it seems that UUU is only possible with type-C&lt;BR /&gt;If so, can't I download the image?&lt;BR /&gt;Isn't mfgtool even possible?&lt;BR /&gt;Please let me know how&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_3.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/101457i49CE4EDDCBFF95AD/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_3.png" alt="pastedImage_3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/101458i55B58323871360AB/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jan 2020 04:22:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Download-image-to-i-MX8M-custom-board-without-Type-C-connector/m-p/1031245#M152301</guid>
      <dc:creator>danny_kim</dc:creator>
      <dc:date>2020-01-03T04:22:14Z</dc:date>
    </item>
    <item>
      <title>Re: Download image to i.MX8M custom board without Type-C connector</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Download-image-to-i-MX8M-custom-board-without-Type-C-connector/m-p/1031246#M152302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For UUU to work you'll need to disable all dependencies of the Type-C connector for uboot to start correctly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In your defconfig:&lt;/P&gt;&lt;P&gt;CONFIG_USB_TCPC = n&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In your dts file:&lt;/P&gt;&lt;P&gt;&amp;amp;usbotg1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;/P&gt;&lt;P&gt;--- &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;drm_mode= "otg";&lt;/P&gt;&lt;P&gt;--- &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;extcon = &amp;lt;0&amp;gt;, &amp;lt;&amp;amp;typec1_ptn5110&amp;gt;;&lt;/P&gt;&lt;P&gt;--- &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;picophy,pre-emp-curr-control = &amp;lt;3&amp;gt;;&lt;/P&gt;&lt;P&gt;--- &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;picophy,dc-vol-level-adjust = &amp;lt;7&amp;gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;status = "okay";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;};&lt;/P&gt;&lt;P&gt;&amp;amp;usbotg2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;/P&gt;&lt;P&gt;--- &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;drm_mode= "otg";&lt;/P&gt;&lt;P&gt;--- &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;extcon = &amp;lt;0&amp;gt;, &amp;lt;&amp;amp;typec2_ptn5110&amp;gt;;&lt;/P&gt;&lt;P&gt;--- &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;picophy,pre-emp-curr-control = &amp;lt;3&amp;gt;;&lt;/P&gt;&lt;P&gt;--- &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;picophy,dc-vol-level-adjust = &amp;lt;7&amp;gt;; &amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;status = "okay";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;};&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Aldo.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jan 2020 17:43:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Download-image-to-i-MX8M-custom-board-without-Type-C-connector/m-p/1031246#M152302</guid>
      <dc:creator>AldoG</dc:creator>
      <dc:date>2020-01-03T17:43:07Z</dc:date>
    </item>
    <item>
      <title>Re: Download image to i.MX8M custom board without Type-C connector</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Download-image-to-i-MX8M-custom-board-without-Type-C-connector/m-p/1031247#M152303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;UUU&amp;nbsp;works when the processor is in serial download mode. If you put bootable image on eMMC or SDcard, UUU would not work because the processor is not in the serial download mode when it boots normally.&lt;/P&gt;&lt;P&gt;UUU should work on micro-USB connector as well as Type-C. Make sure USB works in normal case, such as keyboard or USB thumbdrive. Also get command line tool from&amp;nbsp;&lt;A class="link-titled" href="https://github.com/NXPmicro/mfgtools/releases/tag/uuu_1.3.82" title="https://github.com/NXPmicro/mfgtools/releases/tag/uuu_1.3.82"&gt;Release 1.3.82 · NXPmicro/mfgtools · GitHub&lt;/A&gt;&amp;nbsp;for testing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Jan 2020 07:52:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Download-image-to-i-MX8M-custom-board-without-Type-C-connector/m-p/1031247#M152303</guid>
      <dc:creator>jamesmin</dc:creator>
      <dc:date>2020-01-04T07:52:39Z</dc:date>
    </item>
  </channel>
</rss>

