<?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: uboot Unknown image format!</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/uboot-Unknown-image-format/m-p/1197114#M166232</link>
    <description>&lt;P&gt;Needed to add one more thing. L4.19.35 worked perfectly fine with the pre built binaries using the following command&lt;/P&gt;&lt;P&gt;sudo uuu -b sd_all u-boot-imx7ulpevk_sd.imx imx-image-multimedia-imx7ulpevk.wic&lt;/P&gt;&lt;P&gt;so it looks like there is an issue with the L5 binaries...&lt;/P&gt;</description>
    <pubDate>Thu, 10 Dec 2020 06:00:24 GMT</pubDate>
    <dc:creator>meb99</dc:creator>
    <dc:date>2020-12-10T06:00:24Z</dc:date>
    <item>
      <title>uboot Unknown image format!</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/uboot-Unknown-image-format/m-p/1195719#M166144</link>
      <description>&lt;P&gt;Hey, I have compiled yocto/linux on ubuntu 18 by following the documentation. I have the imx7ulpevk. I am trying to upload the image via uboot using uuu tool. I change the switches for uboot then run the command&lt;/P&gt;&lt;P&gt;~/bsp/bld-xwayland/tmp/deploy/images/imx7ulpevk$ sudo uuu -b emmc_all u-boot.imx imx-image-multimedia-imx7ulpevk.wic.bz2/*&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;which results in::&lt;/P&gt;&lt;P&gt;uuu (Universal Update Utility) for nxp imx chips -- libuuu_1.4.43-0-ga9c099a&lt;/P&gt;&lt;P&gt;Success 0 Failure 0&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;user@user-VirtualBox:~/bsp/bld-xwayland/tmp/deploy/images/imx7ulpevk$ sudo uuu -b emmc_all u-boot.imx imx-image-multimedia-imx7ulpevk.wic.bz2/*&lt;BR /&gt;uuu (Universal Update Utility) for nxp imx chips -- libuuu_1.4.43-0-ga9c099a&lt;/P&gt;&lt;P&gt;Success 0 Failure 0&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;1:3 1/ 1 [=================100%=================] SDP: boot -f u-boot.imx&lt;/P&gt;&lt;P&gt;and then it just sits here forever. Looking at the debug output I get the problem&lt;/P&gt;&lt;P&gt;Unknown image format!&lt;/P&gt;&lt;P&gt;The whole output is&lt;/P&gt;&lt;P&gt;U-Boot 2020.04-5.4.47-2.2.0+gffc3fbe7e5 (Dec 08 2020 - 06:29:23 +0000)&lt;/P&gt;&lt;P&gt;CPU: i.MX7ULP rev2.1 at 500 MHz&lt;BR /&gt;Reset cause: POR&lt;BR /&gt;Boot mode: Dual boot&lt;BR /&gt;PMC1: LDO bypass mode&lt;BR /&gt;Model: NXP i.MX7ULP EVK&lt;BR /&gt;DRAM: 1 GiB&lt;BR /&gt;MMC: FSL_SDHC: 0&lt;BR /&gt;Loading Environment from MMC... *** Warning - No block device, using default environment&lt;/P&gt;&lt;P&gt;[*]-Video Link 0 (720 x 1280)&lt;BR /&gt;[0] lcdif@40AA0000, video&lt;BR /&gt;[1] mipi_dsi@40A90000, video_bridge&lt;BR /&gt;[2] rm68200_panel, panel&lt;BR /&gt;In: serial&lt;BR /&gt;Out: serial&lt;BR /&gt;Err: serial&lt;BR /&gt;switch to partitions #0, OK&lt;BR /&gt;mmc0 is current device&lt;BR /&gt;Detect USB boot. Will enter fastboot mode!&lt;BR /&gt;Net: No ethernet found.&lt;BR /&gt;Fastboot: Normal&lt;BR /&gt;Boot from USB for mfgtools&lt;BR /&gt;*** Warning - Use default environment for mfgtools&lt;BR /&gt;, using default environment&lt;/P&gt;&lt;P&gt;Run bootcmd_mfg: run mfgtool_args;if iminfo ${initrd_addr}; then if test ${tee} = yes; then bootm ${tee_addr} ${initrd_addr} ${fdt_addr}; else bootz ${loadaddr} ${initrd_addr} ${fdt_addr}; fi; else echo "Run fastboot ..."; fastboot 0; fi;&lt;BR /&gt;Hit any key to stop autoboot: 0&lt;/P&gt;&lt;P&gt;## Checking Image at 66800000 ...&lt;BR /&gt;Unknown image format!&lt;BR /&gt;Run fastboot ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;my local.conf is attached for reference&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;MACHINE ??= 'imx7ulpevk'&lt;BR /&gt;DISTRO ?= 'fsl-imx-xwayland'&lt;BR /&gt;PACKAGE_CLASSES ?= 'package_rpm'&lt;BR /&gt;EXTRA_IMAGE_FEATURES ?= "debug-tweaks"&lt;BR /&gt;USER_CLASSES ?= "buildstats image-mklibs image-prelink"&lt;BR /&gt;PATCHRESOLVE = "noop"&lt;BR /&gt;BB_DISKMON_DIRS ??= "\&lt;BR /&gt;STOPTASKS,${TMPDIR},1G,100K \&lt;BR /&gt;STOPTASKS,${DL_DIR},1G,100K \&lt;BR /&gt;STOPTASKS,${SSTATE_DIR},1G,100K \&lt;BR /&gt;STOPTASKS,/tmp,100M,100K \&lt;BR /&gt;ABORT,${TMPDIR},100M,1K \&lt;BR /&gt;ABORT,${DL_DIR},100M,1K \&lt;BR /&gt;ABORT,${SSTATE_DIR},100M,1K \&lt;BR /&gt;ABORT,/tmp,10M,1K"&lt;BR /&gt;PACKAGECONFIG_append_pn-qemu-system-native = " sdl"&lt;BR /&gt;CONF_VERSION = "1"&lt;/P&gt;&lt;P&gt;DL_DIR ?= "${BSPDIR}/downloads/"&lt;BR /&gt;ACCEPT_FSL_EULA = "1"&lt;/P&gt;&lt;P&gt;# Switch to Debian packaging and include package-management in the image&lt;BR /&gt;PACKAGE_CLASSES = "package_deb"&lt;BR /&gt;EXTRA_IMAGE_FEATURES += "package-management"&lt;/P&gt;&lt;P&gt;UBOOT_CONFIG = "sd emmc sd-optee"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;why would the device not be able to understand the image format? Thank you in advance&lt;/P&gt;</description>
      <pubDate>Tue, 08 Dec 2020 22:05:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/uboot-Unknown-image-format/m-p/1195719#M166144</guid>
      <dc:creator>meb99</dc:creator>
      <dc:date>2020-12-08T22:05:26Z</dc:date>
    </item>
    <item>
      <title>Re: uboot Unknown image format!</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/uboot-Unknown-image-format/m-p/1195967#M166156</link>
      <description>&lt;P&gt;this issue is from downloading images to the board not from booting up the board after download the images to the board,&amp;nbsp; right? did you test demo images? still has the same issue or not? and what bsp version do you use?&lt;/P&gt;</description>
      <pubDate>Wed, 09 Dec 2020 04:27:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/uboot-Unknown-image-format/m-p/1195967#M166156</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2020-12-09T04:27:55Z</dc:date>
    </item>
    <item>
      <title>Re: uboot Unknown image format!</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/uboot-Unknown-image-format/m-p/1196002#M166160</link>
      <description>&lt;P&gt;yeah this is an issue with downloading the files. I also get the exact same error when download the pre-built binaries.&lt;/P&gt;&lt;P&gt;L5.4.47_2.2.0_MX7ULP1&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.nxp.com/webapp/sps/download/license.jsp?colCode=L5.4.47_2.2.0_MX7ULP1&amp;amp;appType=file1&amp;amp;DOWNLOAD_ID=null" target="_blank"&gt;https://www.nxp.com/webapp/sps/download/license.jsp?colCode=L5.4.47_2.2.0_MX7ULP1&amp;amp;appType=file1&amp;amp;DOWNLOAD_ID=null&lt;/A&gt;&lt;/P&gt;&lt;P&gt;for the pre- built binaries I ran&lt;/P&gt;&lt;P&gt;sudo uuu -b emmc_all u-boot-imx7ulpevk_emmc.imx imx-image-multimedia-imx7ulpevk.wic&lt;/P&gt;&lt;P&gt;the debug output was&lt;/P&gt;&lt;P&gt;Err: serial&lt;BR /&gt;switch to partitions #0, OK&lt;BR /&gt;mmc0 is current device&lt;BR /&gt;Detect USB boot. Will enter fastboot mode!&lt;BR /&gt;Net: No ethernet found.&lt;BR /&gt;Fastboot: Normal&lt;BR /&gt;Boot from USB for mfgtools&lt;BR /&gt;*** Warning - Use default environment for mfgtools&lt;BR /&gt;, using default environment&lt;/P&gt;&lt;P&gt;Run bootcmd_mfg: run mfgtool_args;if iminfo ${initrd_addr}; then if test ${tee} = yes; then bootm ${tee_addr} ${initrd_addr} ${fdt_addr}; else bootz ${loadaddr} ${initrd_addr} ${fdt_addr}; fi; else echo "Run fastboot ..."; fastboot 0; fi;&lt;BR /&gt;Hit any key to stop autoboot: 0&lt;/P&gt;&lt;P&gt;## Checking Image at 66800000 ...&lt;BR /&gt;Unknown image format!&lt;BR /&gt;Run fastboot ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and&amp;nbsp; the output of uuu was&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;uuu (Universal Update Utility) for nxp imx chips -- libuuu_1.4.43-0-ga9c099a&lt;/P&gt;&lt;P&gt;Success 0 Failure 0&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;1:3 1/ 1 [=================100%=================] SDP: boot -f u-bo&lt;/P&gt;</description>
      <pubDate>Wed, 09 Dec 2020 05:11:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/uboot-Unknown-image-format/m-p/1196002#M166160</guid>
      <dc:creator>meb99</dc:creator>
      <dc:date>2020-12-09T05:11:38Z</dc:date>
    </item>
    <item>
      <title>Re: uboot Unknown image format!</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/uboot-Unknown-image-format/m-p/1197044#M166219</link>
      <description>&lt;P&gt;Any chance you could at least validate that the way to program those board with the default linux prebuilt&amp;nbsp; image is with the following command&lt;/P&gt;&lt;P&gt;sudo uuu -b emmc_all u-boot-imx7ulpevk_emmc.imx imx-image-multimedia-imx7ulpevk.wic&lt;/P&gt;&lt;P&gt;just as a sanity check? if that is correct I can better focus my debugging on the environment.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On a side note I noticed that after it finished step one, the USB device on the host (NXP semiconductor inc SE blank ULP1) disconnects (but the board is still powered on and the two UARTS are still operating). Which seems like UUU couldn't continue. Should that happen?&lt;/P&gt;</description>
      <pubDate>Thu, 10 Dec 2020 02:52:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/uboot-Unknown-image-format/m-p/1197044#M166219</guid>
      <dc:creator>meb99</dc:creator>
      <dc:date>2020-12-10T02:52:27Z</dc:date>
    </item>
    <item>
      <title>Re: uboot Unknown image format!</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/uboot-Unknown-image-format/m-p/1197104#M166229</link>
      <description>&lt;P&gt;I figured out why it just freezes. It turns out that during the process the device is seen as two different USB deices. If you are like me and running ubuntu in a virtualized environment you connected the usb-c type and forwarded it to your linux host. after it is done with the bootloader the USB deice changes from&lt;/P&gt;&lt;P&gt;NXP SemiConductor Inc SE Blank ULP1&amp;nbsp;&lt;/P&gt;&lt;P&gt;to&lt;/P&gt;&lt;P&gt;FSL USB download gadget&lt;/P&gt;&lt;P&gt;so you need to set those as to automatically be forwarded because there is a timeout , so just manually swapping them over in the middle of the process doesn't work. I understand why this wasn't in the docs, but could have at least been added to the uuu wiki page for special considerations for virtualized environments.&lt;/P&gt;&lt;P&gt;Unfortunately I still see "Unknown image format!" and then booting still fails with&lt;/P&gt;&lt;P&gt;platform regulatory.0: Direct firmware load for regulatory.db failed with error -2&lt;/P&gt;&lt;P&gt;this is true when I try to burn it with uuu, it is also true when I try to put the image on the micro SD card.&lt;/P&gt;&lt;P&gt;Any help is really appreciated!&lt;/P&gt;</description>
      <pubDate>Thu, 10 Dec 2020 05:35:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/uboot-Unknown-image-format/m-p/1197104#M166229</guid>
      <dc:creator>meb99</dc:creator>
      <dc:date>2020-12-10T05:35:12Z</dc:date>
    </item>
    <item>
      <title>Re: uboot Unknown image format!</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/uboot-Unknown-image-format/m-p/1197114#M166232</link>
      <description>&lt;P&gt;Needed to add one more thing. L4.19.35 worked perfectly fine with the pre built binaries using the following command&lt;/P&gt;&lt;P&gt;sudo uuu -b sd_all u-boot-imx7ulpevk_sd.imx imx-image-multimedia-imx7ulpevk.wic&lt;/P&gt;&lt;P&gt;so it looks like there is an issue with the L5 binaries...&lt;/P&gt;</description>
      <pubDate>Thu, 10 Dec 2020 06:00:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/uboot-Unknown-image-format/m-p/1197114#M166232</guid>
      <dc:creator>meb99</dc:creator>
      <dc:date>2020-12-10T06:00:24Z</dc:date>
    </item>
    <item>
      <title>Re: uboot Unknown image format!</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/uboot-Unknown-image-format/m-p/1197166#M166236</link>
      <description>&lt;P&gt;You can hit Ctrl-C after f/w download using&amp;nbsp; UUU&amp;nbsp; at console terminal.&lt;/P&gt;&lt;P&gt;then can enter uboot prompt.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you&amp;nbsp; display uboot environment variables ?&lt;/P&gt;&lt;P&gt;## &amp;gt; printenv&amp;nbsp;&lt;/P&gt;&lt;P&gt;supposed to be related to env variables, i think.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Dec 2020 07:26:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/uboot-Unknown-image-format/m-p/1197166#M166236</guid>
      <dc:creator>jhpark_vine</dc:creator>
      <dc:date>2020-12-10T07:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: uboot Unknown image format!</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/uboot-Unknown-image-format/m-p/1197600#M166281</link>
      <description>&lt;P&gt;Thanks for the response. Let me try that. I havn't gone into the U-boot prompt yet, still figuring everything out.&lt;/P&gt;&lt;P&gt;I did get linux to boot from an L4.X image with the accepted solution here. I do wish they would create a single starter doc that is step by step instruction on how to create the same image they did when they ship the product just so we could have a starting point. like with the imx.7 you have to do sd_all because they have both micro and emmc and normal SD card slot, and the L5 prebuilt image doesn't work with imx.7ulpevk kit but they don't tell you that, or that the image it ships with is an L4.X image.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Dec 2020 20:09:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/uboot-Unknown-image-format/m-p/1197600#M166281</guid>
      <dc:creator>meb99</dc:creator>
      <dc:date>2020-12-10T20:09:50Z</dc:date>
    </item>
    <item>
      <title>Re: uboot Unknown image format!</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/uboot-Unknown-image-format/m-p/1197640#M166286</link>
      <description>&lt;P&gt;You are UUU'ing the wrong file:&amp;nbsp;&lt;SPAN&gt;u-boot.imx imx-image-multimedia-imx7ulpevk.wic.bz2/*&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The *.wic.bz2 is not an image formatted file.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If you are only wanting uboot, then UUU the u-boot-imx7lpevk_emmc.imx file&amp;nbsp; or the _sd.imx file&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If you want Linux Kernel and uboot, then UUU the zImage-imx7ulp_all.bin or evk.bin files&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Dec 2020 21:44:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/uboot-Unknown-image-format/m-p/1197640#M166286</guid>
      <dc:creator>dewayne_gibson</dc:creator>
      <dc:date>2020-12-10T21:44:22Z</dc:date>
    </item>
    <item>
      <title>Re: uboot Unknown image format!</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/uboot-Unknown-image-format/m-p/1673114#M207903</link>
      <description>&lt;P&gt;I also have the exact same problem as you, please ask how you solved it in the end&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2023 01:50:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/uboot-Unknown-image-format/m-p/1673114#M207903</guid>
      <dc:creator>jinmuyan</dc:creator>
      <dc:date>2023-06-21T01:50:35Z</dc:date>
    </item>
    <item>
      <title>Re: uboot Unknown image format!</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/uboot-Unknown-image-format/m-p/1673121#M207904</link>
      <description>&lt;P&gt;I also have the same problem as you, please how did it solve it in the end&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2023 02:00:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/uboot-Unknown-image-format/m-p/1673121#M207904</guid>
      <dc:creator>jinmuyan</dc:creator>
      <dc:date>2023-06-21T02:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: uboot Unknown image format!</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/uboot-Unknown-image-format/m-p/1674155#M207979</link>
      <description>&lt;P&gt;If you read the source code, it is way BSP designed to get into&amp;nbsp; download fastboot mode.&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is designed by BSP, if it could not read the correct image, it gets into download fastboot to let you can use uuu to flash the board&lt;/P&gt;&lt;P&gt;It is not an issue at all. It is a design.&lt;/P&gt;&lt;P&gt;Details, I replied to meb99 as following.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Meb99,&lt;/P&gt;&lt;P&gt;You just show the code, but you are still not aware of this. Highligt the "else" in Bold.&lt;/P&gt;&lt;P&gt;The statement "&lt;SPAN&gt;bootz ${loadaddr} ${initrd_addr} ${fdt_addr}&lt;/SPAN&gt;" gets fails and "&lt;SPAN&gt;Unknown image format!" will print out.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Next the "else" statement "echo "Run fastboot ..."; fastboot 0;" will be taken.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Run bootcmd_mfg: run mfgtool_args;if iminfo ${initrd_addr}; then if test ${tee} = yes; then bootm ${tee_addr} ${initrd_addr} ${fdt_addr}; else bootz ${loadaddr} ${initrd_addr} ${fdt_addr}; fi; &lt;STRONG&gt;else&lt;/STRONG&gt; echo "Run fastboot ..."; fastboot 0; fi;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jun 2023 03:50:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/uboot-Unknown-image-format/m-p/1674155#M207979</guid>
      <dc:creator>jackie2</dc:creator>
      <dc:date>2023-06-22T03:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: uboot Unknown image format!</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/uboot-Unknown-image-format/m-p/1674156#M207980</link>
      <description>&lt;P&gt;'If you read the source code, it is way BSP designed to get into&amp;nbsp; download fastboot mode.&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is designed by BSP, if it could not read the correct image, it gets into download fastboot to let you can use uuu to flash the board&lt;/P&gt;&lt;P&gt;It is not an issue at all. It is a design.&lt;/P&gt;&lt;P&gt;Meb99,&lt;/P&gt;&lt;P&gt;You just show the code, but you are still not aware of this. Highligt the "else" in Bold.&lt;/P&gt;&lt;P&gt;The statement "&lt;SPAN&gt;bootz ${loadaddr} ${initrd_addr} ${fdt_addr}&lt;/SPAN&gt;" gets fails and "&lt;SPAN&gt;Unknown image format!" will print out.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Next the "else" statement "echo "Run fastboot ..."; fastboot 0;" will be taken.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Run bootcmd_mfg: run mfgtool_args;if iminfo ${initrd_addr}; then if test ${tee} = yes; then bootm ${tee_addr} ${initrd_addr} ${fdt_addr}; else bootz ${loadaddr} ${initrd_addr} ${fdt_addr}; fi; &lt;STRONG&gt;else&lt;/STRONG&gt; echo "Run fastboot ..."; fastboot 0; fi;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jun 2023 03:50:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/uboot-Unknown-image-format/m-p/1674156#M207980</guid>
      <dc:creator>jackie2</dc:creator>
      <dc:date>2023-06-22T03:50:16Z</dc:date>
    </item>
    <item>
      <title>Re: uboot Unknown image format!</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/uboot-Unknown-image-format/m-p/1675111#M208051</link>
      <description>&lt;P&gt;I encountered the same problem running uuu from a Linux host. I found that if I connected the USB cable to a USB 2.0 port it worked OK, but connected to a port labeled "SS" it didn't work.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2023 19:12:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/uboot-Unknown-image-format/m-p/1675111#M208051</guid>
      <dc:creator>mmyers</dc:creator>
      <dc:date>2023-06-23T19:12:34Z</dc:date>
    </item>
  </channel>
</rss>

