<?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>i.MX ProcessorsのトピックRe: Enable fastboot for mx6ull_evk u-boot</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Enable-fastboot-for-mx6ull-evk-u-boot/m-p/1176248#M164341</link>
    <description>&lt;P&gt;Hi, thank you, looks like the build from uboot-imx works.&lt;/P&gt;&lt;P&gt;Do you have any info on why the u-boot-fslc does not work intstead? Isn't it the recommended repository by NXP to use for real projects?&lt;/P&gt;</description>
    <pubDate>Sun, 01 Nov 2020 15:47:13 GMT</pubDate>
    <dc:creator>debevv</dc:creator>
    <dc:date>2020-11-01T15:47:13Z</dc:date>
    <item>
      <title>Enable fastboot for mx6ull_evk u-boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Enable-fastboot-for-mx6ull-evk-u-boot/m-p/1172576#M163976</link>
      <description>&lt;P&gt;Hi, I'm trying to generate an u-boot 2020.10 image with fastboot support, starting from the mx6ull_14x14_evk_defconfig, but I'm getting compilation errors.&lt;/P&gt;&lt;P&gt;These are the config entries I added to the config:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;--- /configs/mx6ull_14x14_evk_defconfig
+++ brick_uboot_defconfig
@@ -20,6 +20,7 @@
 CONFIG_CMD_GPIO=y
 CONFIG_CMD_I2C=y
 CONFIG_CMD_MMC=y
+CONFIG_CMD_USB=y
 CONFIG_CMD_DHCP=y
 CONFIG_CMD_PING=y
 CONFIG_CMD_CACHE=y
@@ -34,6 +35,10 @@
 CONFIG_SYS_RELOC_GD_ENV_ADDR=y
 CONFIG_SYS_MMC_ENV_DEV=1
 CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y
+CONFIG_USB_FUNCTION_FASTBOOT=y
+CONFIG_FASTBOOT_BUF_ADDR=0x4000000
+CONFIG_FASTBOOT_FLASH=y
+CONFIG_FASTBOOT_FLASH_MMC_DEV=0
 CONFIG_DM_74X164=y
 CONFIG_DM_I2C=y
 CONFIG_DM_MMC=y
@@ -58,3 +63,8 @@
 CONFIG_SPI=y
 CONFIG_DM_SPI=y
 CONFIG_FSL_QSPI=y
+CONFIG_USB=y
+CONFIG_USB_GADGET=y
+CONFIG_USB_GADGET_VENDOR_NUM=0x18d1
+CONFIG_USB_GADGET_PRODUCT_NUM=0x0001
+CONFIG_CI_UDC=y&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Looks like this config does not support USB at all, as you can see from the build log I attached.&lt;/P&gt;&lt;P&gt;I tried with older versions of u-boot, including the one from the latest official BSP, but I get the same result&lt;/P&gt;&lt;P&gt;I saw a prebuilt u-boot supporting uuu (and as a consquence, fastboot, i guess) inside the iMXULL demo binary images package downloaded from NXP site. How should i proceed to generate a similar u-boot image that supports USB and fastboot?&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Oct 2020 17:38:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Enable-fastboot-for-mx6ull-evk-u-boot/m-p/1172576#M163976</guid>
      <dc:creator>debevv</dc:creator>
      <dc:date>2020-10-23T17:38:36Z</dc:date>
    </item>
    <item>
      <title>Re: Enable fastboot for mx6ull_evk u-boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Enable-fastboot-for-mx6ull-evk-u-boot/m-p/1174869#M164200</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;Yes, you're correct uboot should have fastboot enabled to be able to flash the board images trough UUU.&lt;BR /&gt;&lt;BR /&gt;Are you using mainline uboot or NXP uboot release(uboot-imx)?&lt;/P&gt;
&lt;P&gt;If you're using mainline uboot you may refer to mx6ull_14x14_evk_defconfig from uboot-imx, since mainline uboot do not have fastboot enabled by default.&lt;BR /&gt;&lt;A href="https://source.codeaurora.org/external/imx/uboot-imx/tree/configs/mx6ull_14x14_evk_defconfig?h=imx_v2020.04_5.4.24_2.1.0#n80" target="_blank"&gt;https://source.codeaurora.org/external/imx/uboot-imx/tree/configs/mx6ull_14x14_evk_defconfig?h=imx_v2020.04_5.4.24_2.1.0#n80&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;To build the same binary as the demo you may clone this repository and use the defconfig above. Also, you can look at the Linux documentation we have available here:&lt;BR /&gt;&lt;A href="https://www.nxp.com/design/software/embedded-software/i-mx-software/embedded-linux-for-i-mx-applications-processors:IMXLINUX?tab=In-Depth_Tab" target="_blank"&gt;https://www.nxp.com/design/software/embedded-software/i-mx-software/embedded-linux-for-i-mx-applications-processors:IMXLINUX?tab=In-Depth_Tab&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Especially the&amp;nbsp;i.MX_Porting_Guide, chapter 3 Porting U-boot&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps,&lt;BR /&gt;Best regards,&lt;BR /&gt;Aldo.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Oct 2020 23:50:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Enable-fastboot-for-mx6ull-evk-u-boot/m-p/1174869#M164200</guid>
      <dc:creator>AldoG</dc:creator>
      <dc:date>2020-10-28T23:50:19Z</dc:date>
    </item>
    <item>
      <title>Re: Enable fastboot for mx6ull_evk u-boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Enable-fastboot-for-mx6ull-evk-u-boot/m-p/1176248#M164341</link>
      <description>&lt;P&gt;Hi, thank you, looks like the build from uboot-imx works.&lt;/P&gt;&lt;P&gt;Do you have any info on why the u-boot-fslc does not work intstead? Isn't it the recommended repository by NXP to use for real projects?&lt;/P&gt;</description>
      <pubDate>Sun, 01 Nov 2020 15:47:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Enable-fastboot-for-mx6ull-evk-u-boot/m-p/1176248#M164341</guid>
      <dc:creator>debevv</dc:creator>
      <dc:date>2020-11-01T15:47:13Z</dc:date>
    </item>
    <item>
      <title>Re: Enable fastboot for mx6ull_evk u-boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Enable-fastboot-for-mx6ull-evk-u-boot/m-p/1177584#M164476</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Sorry but no, the only thing that it comes to mind is that NXP release have it enable is for UUU to work correctly as I have said before.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Aldo.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Nov 2020 01:02:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Enable-fastboot-for-mx6ull-evk-u-boot/m-p/1177584#M164476</guid>
      <dc:creator>AldoG</dc:creator>
      <dc:date>2020-11-04T01:02:36Z</dc:date>
    </item>
  </channel>
</rss>

