<?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: Transfer stoped in fastboot downloading. in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Transfer-stoped-in-fastboot-downloading/m-p/837789#M128595</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My mistake!&lt;/P&gt;&lt;P&gt;We use&amp;nbsp;EIM_D22&amp;nbsp;pin as ECSPI4_MISO in our board,which is not fit the sabresd board. So I mask USB code, which cause this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: 30px;"&gt;&lt;STRONG&gt;Error port:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;static iomux_v3_cfg_t const usb_otg_pads[] = {&lt;BR /&gt;/* Disable usb power control &lt;BR /&gt; */&lt;BR /&gt;// MX6_PAD_EIM_D22__USB_OTG_PWR | MUX_PAD_CTRL(NO_PAD_CTRL),&lt;BR /&gt;// MX6_PAD_ENET_RX_ER__USB_OTG_ID | MUX_PAD_CTRL(OTG_ID_PAD_CTRL),&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;static iomux_v3_cfg_t const usb_hc1_pads[] = {&lt;BR /&gt;/* Disable usb power control &lt;BR /&gt; */&lt;BR /&gt;// MX6_PAD_ENET_TXD1__GPIO1_IO29 | MUX_PAD_CTRL(NO_PAD_CTRL),&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;static void setup_usb(void)&lt;BR /&gt;{&lt;BR /&gt;/* Disable usb power control &lt;BR /&gt; */&lt;BR /&gt;// imx_iomux_v3_setup_multiple_pads(usb_otg_pads,&lt;BR /&gt;// ARRAY_SIZE(usb_otg_pads));&lt;BR /&gt;//&lt;BR /&gt;// /*&lt;BR /&gt;// * set daisy chain for otg_pin_id on 6q.&lt;BR /&gt;// * for 6dl, this bit is reserved&lt;BR /&gt;// */&lt;BR /&gt;// imx_iomux_set_gpr_register(1, 13, 1, 0);&lt;BR /&gt;//&lt;BR /&gt;// imx_iomux_v3_setup_multiple_pads(usb_hc1_pads,&lt;BR /&gt;// ARRAY_SIZE(usb_hc1_pads));&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 30px;"&gt;&lt;STRONG style="color: #00ff00;"&gt;Correct port:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;static iomux_v3_cfg_t const usb_otg_pads[] = {&lt;BR /&gt;/* Disable usb power control&lt;BR /&gt; */&lt;BR /&gt;// MX6_PAD_EIM_D22__USB_OTG_PWR | MUX_PAD_CTRL(NO_PAD_CTRL),&lt;BR /&gt; MX6_PAD_ENET_RX_ER__USB_OTG_ID | MUX_PAD_CTRL(OTG_ID_PAD_CTRL),&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;static iomux_v3_cfg_t const usb_hc1_pads[] = {&lt;BR /&gt; MX6_PAD_ENET_TXD1__GPIO1_IO29 | MUX_PAD_CTRL(NO_PAD_CTRL),&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;static void setup_usb(void)&lt;BR /&gt;{&lt;BR /&gt; imx_iomux_v3_setup_multiple_pads(usb_otg_pads,&lt;BR /&gt; ARRAY_SIZE(usb_otg_pads));&lt;/P&gt;&lt;P&gt;/*&lt;BR /&gt; * set daisy chain for otg_pin_id on 6q.&lt;BR /&gt; * for 6dl, this bit is reserved&lt;BR /&gt; */&lt;BR /&gt; imx_iomux_set_gpr_register(1, 13, 1, 0);&lt;/P&gt;&lt;P&gt;imx_iomux_v3_setup_multiple_pads(usb_hc1_pads,&lt;BR /&gt; ARRAY_SIZE(usb_hc1_pads));&lt;BR /&gt;}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Oct 2018 03:12:24 GMT</pubDate>
    <dc:creator>alex_li</dc:creator>
    <dc:date>2018-10-25T03:12:24Z</dc:date>
    <item>
      <title>Transfer stoped in fastboot downloading.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Transfer-stoped-in-fastboot-downloading/m-p/837786#M128592</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;&amp;nbsp;&amp;nbsp;I download uboot from git://git.freescale.com/imx/uboot-imx.git accroding to document "Android user's guide"(rev:M6.0.1_2.1.0),and porting it accroding to "BSP porting guide" based on sabresd.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;Now i have a problem:&lt;SPAN style="font-size: 30px;"&gt;&lt;STRONG style="color: #ff0000;"&gt; transfer stop in fastboot mode.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;log as below:&lt;/P&gt;&lt;P&gt;U-Boot 2015.04-dirty (Sep 18 2018 - 16:34:40)&lt;BR /&gt;CPU: Freescale i.MX6QP rev1.0 at 792 MHz&lt;/P&gt;&lt;P&gt;CPU: Temperature 37 C&lt;BR /&gt; Reset cause: WDOG&lt;BR /&gt; Board: MX6QP&lt;/P&gt;&lt;P&gt;I2C:ready&lt;BR /&gt; DRAM: 2 GiB&lt;/P&gt;&lt;P&gt;MMC: FSL_SDHC: 0, FSL_SDHC: 1, FSL_SDHC: 2&lt;BR /&gt; *** Warning - bad CRC, using default environment&lt;/P&gt;&lt;P&gt;Fastboot: Normal&lt;BR /&gt; flash target is MMC:1&lt;BR /&gt; Normal Boot&lt;BR /&gt; Hit any key to stop autoboot: 1&amp;nbsp;&lt;/P&gt;&lt;P&gt;=&amp;gt; fastboot&lt;BR /&gt;ptn 0 name='mbr' start=0 len=1&lt;BR /&gt;ptn 1 name='bootloader_nor' start=1024 len=524288&lt;BR /&gt;ptn 2 name='kernel_nor' start=524288 len=7536640&lt;BR /&gt;ptn 3 name='recovery_nor' start=8060928 len=65536&lt;BR /&gt;ptn 4 name='burn_nor' start=0 len=8388608&lt;BR /&gt;ptn 5 name='boot' start=2048 len=20480&lt;BR /&gt;ptn 6 name='sdcard' start=40960 len=20480&lt;BR /&gt;ptn 7 name='system' start=63488 len=5242880&lt;BR /&gt;ptn 8 name='recovery' start=5306368 len=40960&lt;BR /&gt;ptn 9 name='data' start=5349376 len=11468800&lt;BR /&gt;ptn 10 name='cache' start=16820224 len=262144&lt;BR /&gt;ptn 11 name='private' start=17084416 len=1048576&lt;BR /&gt;ptn 12 name='resc' start=18135040 len=1048576&lt;BR /&gt;ptn 13 name='bootb' start=19185664 len=40960&lt;BR /&gt;ptn 14 name='recoveryb' start=19228672 len=40960&lt;BR /&gt;ptn 15 name='systemb' start=19271680 len=5242880&lt;BR /&gt;ptn 16 name='map' start=24516608 len=36450304&lt;BR /&gt;Starting download of 1293389240 bytes&lt;BR /&gt;..........................................................................&lt;BR /&gt;..........................................................................&lt;BR /&gt;..........................................................................&lt;BR /&gt;..........................................................................&lt;BR /&gt;..........................................................................&lt;BR /&gt;..........................................................................&lt;BR /&gt;..........................................................................&lt;BR /&gt;..........................................................................&lt;BR /&gt;..........................................................................&lt;BR /&gt;..........................................................................&lt;BR /&gt;..........................................................................&lt;BR /&gt;..........................................................................&lt;BR /&gt;..........................................................................&lt;BR /&gt;..........................................................................&lt;BR /&gt;..........................................................................&lt;BR /&gt;..........................................................................&lt;BR /&gt;....................................&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no error report,not exit ,just stop transfer data. No error report in PC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anybody can help me?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2018 09:45:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Transfer-stoped-in-fastboot-downloading/m-p/837786#M128592</guid>
      <dc:creator>alex_li</dc:creator>
      <dc:date>2018-09-18T09:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: Transfer stoped in fastboot downloading.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Transfer-stoped-in-fastboot-downloading/m-p/837787#M128593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi min,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its difficult to see which is the error, So please check:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/448862"&gt;https://community.nxp.com/thread/448862&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2018 15:02:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Transfer-stoped-in-fastboot-downloading/m-p/837787#M128593</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2018-09-19T15:02:39Z</dc:date>
    </item>
    <item>
      <title>Re: Transfer stoped in fastboot downloading.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Transfer-stoped-in-fastboot-downloading/m-p/837788#M128594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Bio:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;I have problem in fastboot,not fast boot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; Any advice?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2018 09:15:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Transfer-stoped-in-fastboot-downloading/m-p/837788#M128594</guid>
      <dc:creator>alex_li</dc:creator>
      <dc:date>2018-09-20T09:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: Transfer stoped in fastboot downloading.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Transfer-stoped-in-fastboot-downloading/m-p/837789#M128595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My mistake!&lt;/P&gt;&lt;P&gt;We use&amp;nbsp;EIM_D22&amp;nbsp;pin as ECSPI4_MISO in our board,which is not fit the sabresd board. So I mask USB code, which cause this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: 30px;"&gt;&lt;STRONG&gt;Error port:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;static iomux_v3_cfg_t const usb_otg_pads[] = {&lt;BR /&gt;/* Disable usb power control &lt;BR /&gt; */&lt;BR /&gt;// MX6_PAD_EIM_D22__USB_OTG_PWR | MUX_PAD_CTRL(NO_PAD_CTRL),&lt;BR /&gt;// MX6_PAD_ENET_RX_ER__USB_OTG_ID | MUX_PAD_CTRL(OTG_ID_PAD_CTRL),&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;static iomux_v3_cfg_t const usb_hc1_pads[] = {&lt;BR /&gt;/* Disable usb power control &lt;BR /&gt; */&lt;BR /&gt;// MX6_PAD_ENET_TXD1__GPIO1_IO29 | MUX_PAD_CTRL(NO_PAD_CTRL),&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;static void setup_usb(void)&lt;BR /&gt;{&lt;BR /&gt;/* Disable usb power control &lt;BR /&gt; */&lt;BR /&gt;// imx_iomux_v3_setup_multiple_pads(usb_otg_pads,&lt;BR /&gt;// ARRAY_SIZE(usb_otg_pads));&lt;BR /&gt;//&lt;BR /&gt;// /*&lt;BR /&gt;// * set daisy chain for otg_pin_id on 6q.&lt;BR /&gt;// * for 6dl, this bit is reserved&lt;BR /&gt;// */&lt;BR /&gt;// imx_iomux_set_gpr_register(1, 13, 1, 0);&lt;BR /&gt;//&lt;BR /&gt;// imx_iomux_v3_setup_multiple_pads(usb_hc1_pads,&lt;BR /&gt;// ARRAY_SIZE(usb_hc1_pads));&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 30px;"&gt;&lt;STRONG style="color: #00ff00;"&gt;Correct port:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;static iomux_v3_cfg_t const usb_otg_pads[] = {&lt;BR /&gt;/* Disable usb power control&lt;BR /&gt; */&lt;BR /&gt;// MX6_PAD_EIM_D22__USB_OTG_PWR | MUX_PAD_CTRL(NO_PAD_CTRL),&lt;BR /&gt; MX6_PAD_ENET_RX_ER__USB_OTG_ID | MUX_PAD_CTRL(OTG_ID_PAD_CTRL),&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;static iomux_v3_cfg_t const usb_hc1_pads[] = {&lt;BR /&gt; MX6_PAD_ENET_TXD1__GPIO1_IO29 | MUX_PAD_CTRL(NO_PAD_CTRL),&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;static void setup_usb(void)&lt;BR /&gt;{&lt;BR /&gt; imx_iomux_v3_setup_multiple_pads(usb_otg_pads,&lt;BR /&gt; ARRAY_SIZE(usb_otg_pads));&lt;/P&gt;&lt;P&gt;/*&lt;BR /&gt; * set daisy chain for otg_pin_id on 6q.&lt;BR /&gt; * for 6dl, this bit is reserved&lt;BR /&gt; */&lt;BR /&gt; imx_iomux_set_gpr_register(1, 13, 1, 0);&lt;/P&gt;&lt;P&gt;imx_iomux_v3_setup_multiple_pads(usb_hc1_pads,&lt;BR /&gt; ARRAY_SIZE(usb_hc1_pads));&lt;BR /&gt;}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2018 03:12:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Transfer-stoped-in-fastboot-downloading/m-p/837789#M128595</guid>
      <dc:creator>alex_li</dc:creator>
      <dc:date>2018-10-25T03:12:24Z</dc:date>
    </item>
    <item>
      <title>Re: Transfer stoped in fastboot downloading.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Transfer-stoped-in-fastboot-downloading/m-p/837790#M128596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@Bio_TICFSL&lt;/P&gt;&lt;P&gt;We fix this problem, and post resolution.Thanks for your help.&lt;/P&gt;&lt;P&gt;BR!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2018 03:17:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Transfer-stoped-in-fastboot-downloading/m-p/837790#M128596</guid>
      <dc:creator>alex_li</dc:creator>
      <dc:date>2018-10-25T03:17:08Z</dc:date>
    </item>
  </channel>
</rss>

