<?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 Wrong image format for bootm command kernel image in T-Series</title>
    <link>https://community.nxp.com/t5/T-Series/Wrong-image-format-for-bootm-command-kernel-image/m-p/531370#M1058</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi NXP experts,&lt;/P&gt;&lt;P&gt;want to boot uImage, rfs, and dtb file from uboot and created small command by using bootcmd but while running it throws error like,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&amp;gt; run bootcmd&lt;/P&gt;&lt;P&gt;WARNING: adjusting available memory to 30000000&lt;/P&gt;&lt;P&gt;Wrong Image Format for bootm command&lt;/P&gt;&lt;P&gt;ERROR: can't get kernel image!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;printenv log is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;FUSE_DTB=tftp $fdtaddr $dtbfile &amp;amp;&amp;amp; protect off $dtb_saddr + $dtb_eaddr &amp;amp;&amp;amp; erase $dtb_saddr +$dtb_eaddr &amp;amp;&amp;amp; cp.b $fdtaddr $dtb_saddr +$dtb_eaddr &amp;amp;&amp;amp; protect on $dtb_saddr +$dtb_eaddr&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;FUSE_KER=tftp $loadaddr $uImagefile &amp;amp;&amp;amp; protect off $uImage_saddr + $uImage_eaddr &amp;amp;&amp;amp; erase $uImage_saddr +$uImage_eaddr &amp;amp;&amp;amp; cp.b $loadaddr $uImage_saddr +$uImage_eaddr &amp;amp;&amp;amp; protect on $uImage_saddr + $uImage_eaddr&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;FUSE_LINUX= run $FUSE_KER $FUSE_RFS $FUSE_DTB&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;FUSE_RFS=tftp $ramdiskaddr $rfsfile &amp;amp;&amp;amp; protect off $rfs_saddr + $rfs_eaddr &amp;amp;&amp;amp; erase $rfs_saddr +$rfs_eaddr &amp;amp;&amp;amp; cp.b $ramdiskaddr $rfs_saddr +$rfs_eaddr &amp;amp;&amp;amp; protect on $rfs_saddr +$rfs_eaddr&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;FUSE_UBOOT=tftpboot $loadaddr $uboot &amp;amp;&amp;amp; protect off $ubootaddr +$filesize &amp;amp;&amp;amp; erase $ubootaddr +$filesize &amp;amp;&amp;amp; cp.b $loadaddr $ubootaddr $filesize &amp;amp;&amp;amp; protect on $ubootaddr +$filesize &amp;amp;&amp;amp; cmp.b $loadaddr $ubootaddr $filesize&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;baudrate=115200&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;bdev=sda&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;bootcmd=bootm $uImage_addr $rfs_addr $dtb_addr&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;bootdelay=10&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;bootfile=uImage&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;consoledev=ttyS0&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;dtb_eaddr=e88fffff&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;dtb_saddr=e8800000&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;dtb_size=a000&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;dtbfile=GCR.dtb.VER1&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;eth1addr=00:04:9F:03:40:47&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;eth2addr=00:04:9F:03:40:48&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;eth3addr=00:04:9F:03:40:49&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;eth4addr=00:04:9F:03:40:4a&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;ethact=FM1@DTSEC5&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;ethaddr=00:04:9F:03:40:46&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;ethprime=FM1@DTSEC5&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;fdtaddr=6000000&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;fman_ucode=eff00000&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;gatewayip=192.168.25.1&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;hwconfig=fsl_ddr:bank_intlv=null;usb1:dr_mode=host,phy_type=utmi;usb2:dr_mode=host,phy_type=utmi&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;ipaddr=192.168.25.10&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;loadaddr=1000000&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;netdev=eth0&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;netmask=255.255.255.0&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;nfsboot=setenv bootargs root=/dev/nfs rw nfsroot=$serverip:$rootpath ip=$ipaddr:$serverip:$gatewayip:$netmask:$hostname:$netdev:off console=$consoledev,$baudrate $othbootargs;tftp $loadaddr $bootfile;tftp $fdtaddr $fdtfile;bootm $loadaddr - $fdtaddr&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;ramboot=setenv bootargs root=/dev/ram rw console=$consoledev,$baudrate $othbootargs;tftp $ramdiskaddr $ramdiskfile;tftp $loadaddr $bootfile;tftp $fdtaddr $fdtfile;bootm $loadaddr $ramdiskaddr $fdtaddr&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;ramdiskaddr=2000000&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;ramdiskfile="t104xrdb/ramdisk.uboot"&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;rfs_eaddr=ebefffff&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;rfs_saddr=e9300000&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;rfs_size=1f00000&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;rfsfile=GCR.rfs.VER1&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;rootpath=/opt/nfsroot&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;serverip=192.168.24.191&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;setenv bootargs root=/dev/ram rw console=$consoledev,$baudrate $othbootargs&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;uImage_eaddr=e86fffff&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;uImage_saddr=e8020000&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;uImage_size=600000&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;uImagefile=GCR.uImage.VER1&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;uboot="u-boot-gcr.bin"&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;ubootaddr=0xeff40000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;Environment size: 2371/8188&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls letme know where i have done wrong ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Gourav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Jul 2016 12:02:26 GMT</pubDate>
    <dc:creator>gouravjain</dc:creator>
    <dc:date>2016-07-22T12:02:26Z</dc:date>
    <item>
      <title>Wrong image format for bootm command kernel image</title>
      <link>https://community.nxp.com/t5/T-Series/Wrong-image-format-for-bootm-command-kernel-image/m-p/531370#M1058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi NXP experts,&lt;/P&gt;&lt;P&gt;want to boot uImage, rfs, and dtb file from uboot and created small command by using bootcmd but while running it throws error like,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&amp;gt; run bootcmd&lt;/P&gt;&lt;P&gt;WARNING: adjusting available memory to 30000000&lt;/P&gt;&lt;P&gt;Wrong Image Format for bootm command&lt;/P&gt;&lt;P&gt;ERROR: can't get kernel image!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;printenv log is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;FUSE_DTB=tftp $fdtaddr $dtbfile &amp;amp;&amp;amp; protect off $dtb_saddr + $dtb_eaddr &amp;amp;&amp;amp; erase $dtb_saddr +$dtb_eaddr &amp;amp;&amp;amp; cp.b $fdtaddr $dtb_saddr +$dtb_eaddr &amp;amp;&amp;amp; protect on $dtb_saddr +$dtb_eaddr&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;FUSE_KER=tftp $loadaddr $uImagefile &amp;amp;&amp;amp; protect off $uImage_saddr + $uImage_eaddr &amp;amp;&amp;amp; erase $uImage_saddr +$uImage_eaddr &amp;amp;&amp;amp; cp.b $loadaddr $uImage_saddr +$uImage_eaddr &amp;amp;&amp;amp; protect on $uImage_saddr + $uImage_eaddr&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;FUSE_LINUX= run $FUSE_KER $FUSE_RFS $FUSE_DTB&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;FUSE_RFS=tftp $ramdiskaddr $rfsfile &amp;amp;&amp;amp; protect off $rfs_saddr + $rfs_eaddr &amp;amp;&amp;amp; erase $rfs_saddr +$rfs_eaddr &amp;amp;&amp;amp; cp.b $ramdiskaddr $rfs_saddr +$rfs_eaddr &amp;amp;&amp;amp; protect on $rfs_saddr +$rfs_eaddr&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;FUSE_UBOOT=tftpboot $loadaddr $uboot &amp;amp;&amp;amp; protect off $ubootaddr +$filesize &amp;amp;&amp;amp; erase $ubootaddr +$filesize &amp;amp;&amp;amp; cp.b $loadaddr $ubootaddr $filesize &amp;amp;&amp;amp; protect on $ubootaddr +$filesize &amp;amp;&amp;amp; cmp.b $loadaddr $ubootaddr $filesize&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;baudrate=115200&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;bdev=sda&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;bootcmd=bootm $uImage_addr $rfs_addr $dtb_addr&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;bootdelay=10&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;bootfile=uImage&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;consoledev=ttyS0&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;dtb_eaddr=e88fffff&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;dtb_saddr=e8800000&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;dtb_size=a000&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;dtbfile=GCR.dtb.VER1&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;eth1addr=00:04:9F:03:40:47&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;eth2addr=00:04:9F:03:40:48&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;eth3addr=00:04:9F:03:40:49&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;eth4addr=00:04:9F:03:40:4a&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;ethact=FM1@DTSEC5&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;ethaddr=00:04:9F:03:40:46&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;ethprime=FM1@DTSEC5&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;fdtaddr=6000000&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;fman_ucode=eff00000&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;gatewayip=192.168.25.1&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;hwconfig=fsl_ddr:bank_intlv=null;usb1:dr_mode=host,phy_type=utmi;usb2:dr_mode=host,phy_type=utmi&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;ipaddr=192.168.25.10&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;loadaddr=1000000&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;netdev=eth0&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;netmask=255.255.255.0&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;nfsboot=setenv bootargs root=/dev/nfs rw nfsroot=$serverip:$rootpath ip=$ipaddr:$serverip:$gatewayip:$netmask:$hostname:$netdev:off console=$consoledev,$baudrate $othbootargs;tftp $loadaddr $bootfile;tftp $fdtaddr $fdtfile;bootm $loadaddr - $fdtaddr&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;ramboot=setenv bootargs root=/dev/ram rw console=$consoledev,$baudrate $othbootargs;tftp $ramdiskaddr $ramdiskfile;tftp $loadaddr $bootfile;tftp $fdtaddr $fdtfile;bootm $loadaddr $ramdiskaddr $fdtaddr&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;ramdiskaddr=2000000&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;ramdiskfile="t104xrdb/ramdisk.uboot"&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;rfs_eaddr=ebefffff&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;rfs_saddr=e9300000&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;rfs_size=1f00000&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;rfsfile=GCR.rfs.VER1&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;rootpath=/opt/nfsroot&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;serverip=192.168.24.191&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;setenv bootargs root=/dev/ram rw console=$consoledev,$baudrate $othbootargs&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;uImage_eaddr=e86fffff&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;uImage_saddr=e8020000&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;uImage_size=600000&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;uImagefile=GCR.uImage.VER1&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;uboot="u-boot-gcr.bin"&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;ubootaddr=0xeff40000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;Environment size: 2371/8188&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls letme know where i have done wrong ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Gourav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2016 12:02:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/T-Series/Wrong-image-format-for-bootm-command-kernel-image/m-p/531370#M1058</guid>
      <dc:creator>gouravjain</dc:creator>
      <dc:date>2016-07-22T12:02:26Z</dc:date>
    </item>
    <item>
      <title>Re: Wrong image format for bootm command kernel image</title>
      <link>https://community.nxp.com/t5/T-Series/Wrong-image-format-for-bootm-command-kernel-image/m-p/531371#M1059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; bootcmd=bootm $uImage_addr $rfs_addr $dtb_addr&lt;/P&gt;&lt;P&gt;The following environment variablea are undefined:&lt;/P&gt;&lt;P&gt;uImage_addr &lt;/P&gt;&lt;P&gt;rfs_addr &lt;/P&gt;&lt;P&gt;dtb_addr&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Jul 2016 07:27:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/T-Series/Wrong-image-format-for-bootm-command-kernel-image/m-p/531371#M1059</guid>
      <dc:creator>ufedor</dc:creator>
      <dc:date>2016-07-23T07:27:24Z</dc:date>
    </item>
    <item>
      <title>Re: Wrong image format for bootm command kernel image</title>
      <link>https://community.nxp.com/t5/T-Series/Wrong-image-format-for-bootm-command-kernel-image/m-p/531372#M1060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for your observation ...one more thing i want to ask how to run multiple environment variables with a single variable??&lt;/P&gt;&lt;P&gt;Like i want to do in uboot: run&amp;nbsp; FUSE_LINUX (where FUSE_LINUX = run $FUSE_KER &amp;amp;&amp;amp; $FUSE_RFS &amp;amp;&amp;amp; $FUSE_DTB).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what will be the exact syntax here ? i tried multiple combination but it didnt through.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;Gourav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2016 10:30:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/T-Series/Wrong-image-format-for-bootm-command-kernel-image/m-p/531372#M1060</guid>
      <dc:creator>gouravjain</dc:creator>
      <dc:date>2016-07-25T10:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: Wrong image format for bootm command kernel image</title>
      <link>https://community.nxp.com/t5/T-Series/Wrong-image-format-for-bootm-command-kernel-image/m-p/531373#M1061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please refer to the U-Boot documentation at:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.denx.de/wiki/U-Boot/Documentation" title="http://www.denx.de/wiki/U-Boot/Documentation"&gt;Documentation &amp;lt; U-Boot &amp;lt; DENX&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2016 10:35:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/T-Series/Wrong-image-format-for-bootm-command-kernel-image/m-p/531373#M1061</guid>
      <dc:creator>ufedor</dc:creator>
      <dc:date>2016-07-25T10:35:39Z</dc:date>
    </item>
  </channel>
</rss>

