<?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: Flashing SCFW Firmware on eMMC using i.MX8QXP Custom Board in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Flashing-SCFW-Firmware-on-eMMC-using-i-MX8QXP-Custom-Board/m-p/1150073#M161395</link>
    <description>&lt;P&gt;Hi Kailas&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;sect.4.3.4 Copying a bootloader image&amp;nbsp;&lt;A style="background-color: #ffffff;" href="https://www.nxp.com/docs/en/user-guide/IMX_LINUX_USERS_GUIDE.pdf" target="_blank" rel="noopener"&gt;i.MX Linux User’s Guide​&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;is also valid for emmc. Also there are sample uuu scripts in Demo Images&lt;/P&gt;
&lt;P&gt;which work with emmc&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/webapp/Download?colCode=L5.4.24_2.1.0_MX8QXPC0&amp;amp;appType=license" target="_blank" rel="noopener"&gt;i.MX 8QuadXPlus(C0) MEK&amp;nbsp;&lt;/A&gt;&amp;nbsp;,&amp;nbsp;&amp;nbsp;&lt;A href="https://www.nxp.com/webapp/Download?colCode=L5.4.24_2.1.0_MX8QXPB0&amp;amp;appType=license" target="_blank" rel="noopener"&gt;i.MX 8QuadXPlus(B0) MEK&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Also SCFW image is not "flash.bin".&amp;nbsp;flash.bin is full image and SCFW is part of that image&lt;BR /&gt;as shown on below link&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/i-MX8-Boot-process-and-creating-a-bootable-image/ta-p/1101253" target="_blank"&gt;https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/i-MX8-Boot-process-and-creating-a-bootable-image/ta-p/1101253&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;</description>
    <pubDate>Tue, 08 Sep 2020 06:13:16 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2020-09-08T06:13:16Z</dc:date>
    <item>
      <title>Flashing SCFW Firmware on eMMC using i.MX8QXP Custom Board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Flashing-SCFW-Firmware-on-eMMC-using-i-MX8QXP-Custom-Board/m-p/1149729#M161338</link>
      <description>&lt;P&gt;Hello Community,&lt;/P&gt;&lt;P&gt;I have generated the Custom SCFW for Custom Board based on i.MX8QXP with reference to i.MX8 MEK Board, We are using LPDDR4 and eMMC from different vendor.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;PMIC Used:&amp;nbsp;&lt;/STRONG&gt; MC33PF8100FJES&lt;/P&gt;&lt;P&gt;I am flashing the SCFW firmware on eMMC using UUU tool using following command:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;$ sudo ./uuu -V -b emmc flash.bin&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Logs for the above command attached(file name: "uuu_log_with-V.doc")&lt;/P&gt;&lt;P&gt;ISSUE: While flashing the eMMC Card, the USB Port continuously connects and disconnects (Note: All the cables are new, connections are good, the issue happens only when we run UUU command.) dmesg snapshot attached. ( File Name: "dmesg_while_uuu_is_executing.png")&lt;BR /&gt;The output of "lsusb" command to which board is connected"&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;EM&gt;Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;EM&gt;Bus 001 Device 005: ID 413c:301a Dell Computer Corp. &lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;EM&gt;Bus 001 Device 004: ID 413c:2113 Dell Computer Corp. &lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;EM&gt;Bus 001 Device 042: ID 0403:6010 Future Technology Devices International, Ltd FT2232C Dual USB-UART/FIFO IC&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;EM&gt;Bus 001 Device 057: ID 1fc9:012f NXP Semiconductors &lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;EM&gt;Bus 001 Device 006: ID 0cf3:e007 Atheros Communications, Inc. &lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;EM&gt;Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;I have followed the below links to generate the SCFW Firmware:&lt;BR /&gt;&lt;EM&gt;1. &lt;A href="https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/i-MX8-Boot-process-and-creating-a-bootable-image/ta-p/1101253" target="_blank" rel="noopener"&gt;https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/i-MX8-Boot-process-and-creating-a-bootable-image/ta-p/1101253&lt;/A&gt; &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;2. &lt;A href="https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/System-Controller-Firmware-101-Getting-started/ta-p/1121153" target="_blank" rel="noopener"&gt;https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/System-Controller-Firmware-101-Getting-started/ta-p/1121153&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Queries:&lt;BR /&gt;1. How can I flash the SCFW firmware to eMMC generated using imx-mkimage tool?&lt;/EM&gt;&lt;BR /&gt;2. Why the USB Continuously reboots? Any known issue?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kailas K.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Sep 2020 13:16:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Flashing-SCFW-Firmware-on-eMMC-using-i-MX8QXP-Custom-Board/m-p/1149729#M161338</guid>
      <dc:creator>kailas_kharse</dc:creator>
      <dc:date>2020-09-07T13:16:23Z</dc:date>
    </item>
    <item>
      <title>Re: Flashing SCFW Firmware on eMMC using i.MX8QXP Custom Board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Flashing-SCFW-Firmware-on-eMMC-using-i-MX8QXP-Custom-Board/m-p/1149893#M161365</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Kailas&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. this may be version compatibility issues, please try to rebuild image&lt;/P&gt;
&lt;P&gt;from scratch using SCFW version matching linux and other (as described in Release Notes&lt;/P&gt;
&lt;P&gt;of each software package on that web link)&lt;/P&gt;
&lt;P&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;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2, for usb issues please try to reproduce issue on MEK reference board, to narrow down&lt;/P&gt;
&lt;P&gt;problem, this may be due to hardware and one can recheck it with recommendations provided in&lt;/P&gt;
&lt;P&gt;&lt;A id="relatedDocsClick_2" href="https://www.nxp.com/webapp/Download?colCode=IMX8HWDG" target="_blank" rel="noopener"&gt;&lt;STRONG&gt;i.MX 8QuadMax/i.MX 8QuadXPlus Hardware Developer’s Guide&lt;/STRONG&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;</description>
      <pubDate>Tue, 08 Sep 2020 00:33:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Flashing-SCFW-Firmware-on-eMMC-using-i-MX8QXP-Custom-Board/m-p/1149893#M161365</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2020-09-08T00:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: Flashing SCFW Firmware on eMMC using i.MX8QXP Custom Board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Flashing-SCFW-Firmware-on-eMMC-using-i-MX8QXP-Custom-Board/m-p/1150058#M161393</link>
      <description>&lt;P&gt;Hello Igor,&lt;/P&gt;&lt;P&gt;I am flashing the SCFW image in eMMC using the below command.&lt;BR /&gt;&lt;EM&gt;$ sudo ./uuu -V -b emmc flash.bin&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;I have flashed the Uboot using the above command in EVK, But is it the right way to flash SCFW firmware using the above command?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;As per the User Guide, SCFW firmware shall be flashed on SD card there is no procedure for eMMC, but for the custom board which we have developed using i.MX8QXP does not have SD card Slot we only have eMMC and Flex Interface for memories.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Can you please provide me with the Flashing procedure for SCFW using eMMC?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Kailas K.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Sep 2020 05:52:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Flashing-SCFW-Firmware-on-eMMC-using-i-MX8QXP-Custom-Board/m-p/1150058#M161393</guid>
      <dc:creator>kailas_kharse</dc:creator>
      <dc:date>2020-09-08T05:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: Flashing SCFW Firmware on eMMC using i.MX8QXP Custom Board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Flashing-SCFW-Firmware-on-eMMC-using-i-MX8QXP-Custom-Board/m-p/1150073#M161395</link>
      <description>&lt;P&gt;Hi Kailas&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;sect.4.3.4 Copying a bootloader image&amp;nbsp;&lt;A style="background-color: #ffffff;" href="https://www.nxp.com/docs/en/user-guide/IMX_LINUX_USERS_GUIDE.pdf" target="_blank" rel="noopener"&gt;i.MX Linux User’s Guide​&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;is also valid for emmc. Also there are sample uuu scripts in Demo Images&lt;/P&gt;
&lt;P&gt;which work with emmc&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/webapp/Download?colCode=L5.4.24_2.1.0_MX8QXPC0&amp;amp;appType=license" target="_blank" rel="noopener"&gt;i.MX 8QuadXPlus(C0) MEK&amp;nbsp;&lt;/A&gt;&amp;nbsp;,&amp;nbsp;&amp;nbsp;&lt;A href="https://www.nxp.com/webapp/Download?colCode=L5.4.24_2.1.0_MX8QXPB0&amp;amp;appType=license" target="_blank" rel="noopener"&gt;i.MX 8QuadXPlus(B0) MEK&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Also SCFW image is not "flash.bin".&amp;nbsp;flash.bin is full image and SCFW is part of that image&lt;BR /&gt;as shown on below link&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/i-MX8-Boot-process-and-creating-a-bootable-image/ta-p/1101253" target="_blank"&gt;https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/i-MX8-Boot-process-and-creating-a-bootable-image/ta-p/1101253&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;</description>
      <pubDate>Tue, 08 Sep 2020 06:13:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Flashing-SCFW-Firmware-on-eMMC-using-i-MX8QXP-Custom-Board/m-p/1150073#M161395</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2020-09-08T06:13:16Z</dc:date>
    </item>
    <item>
      <title>Re: Flashing SCFW Firmware on eMMC using i.MX8QXP Custom Board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Flashing-SCFW-Firmware-on-eMMC-using-i-MX8QXP-Custom-Board/m-p/1150085#M161398</link>
      <description>&lt;P&gt;Hello Igor,&lt;/P&gt;&lt;P&gt;Thank you for your prompt response,&lt;/P&gt;&lt;P&gt;Where I can get the SCFW Binary and SECO FW binary for release &lt;STRONG&gt;5.4.24_2.1.0​&lt;/STRONG&gt;?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Kailas K.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Sep 2020 06:21:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Flashing-SCFW-Firmware-on-eMMC-using-i-MX8QXP-Custom-Board/m-p/1150085#M161398</guid>
      <dc:creator>kailas_kharse</dc:creator>
      <dc:date>2020-09-08T06:21:11Z</dc:date>
    </item>
    <item>
      <title>Re: Flashing SCFW Firmware on eMMC using i.MX8QXP Custom Board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Flashing-SCFW-Firmware-on-eMMC-using-i-MX8QXP-Custom-Board/m-p/1150168#M161413</link>
      <description>&lt;P&gt;Hi Kailas&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;gt;&lt;SPAN&gt;Where I can get the SCFW Binary and SECO FW binary for release&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;5.4.24_2.1.0​&lt;/STRONG&gt;&lt;SPAN&gt;?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;they are all included in image when one follows guidelines for image building&lt;BR /&gt;as shown on below link&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/i-MX8-Boot-process-and-creating-a-bootable-image/ta-p/1101253" target="_blank" rel="noopener"&gt;https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/i-MX8-Boot-process-and-creating-a-bootab...&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://developer.toradex.com/software/linux/linux-software/build-apalis-imx8-boot-imagelinux-from-scratch" target="_blank"&gt;https://developer.toradex.com/software/linux/linux-software/build-apalis-imx8-boot-imagelinux-from-scratch&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;</description>
      <pubDate>Tue, 08 Sep 2020 07:50:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Flashing-SCFW-Firmware-on-eMMC-using-i-MX8QXP-Custom-Board/m-p/1150168#M161413</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2020-09-08T07:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: Flashing SCFW Firmware on eMMC using i.MX8QXP Custom Board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Flashing-SCFW-Firmware-on-eMMC-using-i-MX8QXP-Custom-Board/m-p/1155596#M162121</link>
      <description>&lt;P&gt;Hello Igor,&lt;/P&gt;&lt;P&gt;I was able to resolve this above issue, Successfully ported the bootable image on Custom Board.&lt;BR /&gt;&lt;BR /&gt;We were using i.MXQXP C0 revision. Issue was resolved by doing the following changes.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;Open “~/imx-mkimage/iMX8QX/soc.mak” and replace “REV ?= B0” with “REV ?= C0”&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;$ cd imx-mkimage&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;$ make SOC=iMX8QX REV=C0 flash.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/37066"&gt;@igorpadykov&lt;/a&gt; for your support.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Success Logs:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;kailas@kailas:~/mfgtools/uuu$ sudo ./uuu -b emmc /home/kailas/issI_uboot_scfw/imx-mkimage/iMX8QX/flash.bin&lt;BR /&gt;uuu (Universal Update Utility) for nxp imx chips -- libuuu_1.3.191-0-g4fe24b9&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Success 1 Failure 0 &lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;3:1 7/ 7 [Done ] FB: Done&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Sep 2020 14:09:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Flashing-SCFW-Firmware-on-eMMC-using-i-MX8QXP-Custom-Board/m-p/1155596#M162121</guid>
      <dc:creator>kailas_kharse</dc:creator>
      <dc:date>2020-09-18T14:09:38Z</dc:date>
    </item>
  </channel>
</rss>

