<?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>LayerscapeのトピックuImage for ls1012frdm?</title>
    <link>https://community.nxp.com/t5/Layerscape/uImage-for-ls1012frdm/m-p/700389#M2793</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Trying to generate uImage for ls1012frdm board to boot from network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I built yocto sdk 2.0 for Qoriq using ls1012afrdm as machine, all builds fine, but I do not get uImage file, only Image file.&lt;/P&gt;&lt;P&gt;In the instructions for Qoriq SDK to boot tftp and nfs mount, you need uImage file:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Section 4.4.1.9.3 in&amp;nbsp;QorIQ-SDK-2.0-1703-IC-Rev0.pdf:&lt;/P&gt;&lt;P&gt;4. Booting up the System&lt;BR /&gt;TFTP the kernel image to the board, then boot it up.&lt;BR /&gt;=&amp;gt;tftp 1000000 &amp;lt;uImage name&amp;gt;&lt;BR /&gt;=&amp;gt;tftp c00000 &amp;lt;platform dtb name&amp;gt;&lt;BR /&gt;=&amp;gt;bootm 1000000 - c00000&lt;BR /&gt;Now the board will boot up with NFS filesystem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I tried modifying local.conf with this:&lt;/P&gt;&lt;P&gt;KERNEL_IMAGETYPE = "uImage"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then tested with this:&lt;/P&gt;&lt;P&gt;bitbake -e fsl-image-core | egrep ^"KERNEL_IMAGETYPE"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But still get image type as Image, not uImage. So I modifed this file:&lt;/P&gt;&lt;P&gt;./meta-nxp-npi-1703/conf/machine/ls1012afrdm.conf&lt;/P&gt;&lt;P&gt;to add this:&lt;/P&gt;&lt;P&gt;KERNEL_IMAGETYPE = "uImage"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then tested with this:&lt;/P&gt;&lt;P&gt;bitbake -e fsl-image-core | egrep ^"KERNEL_IMAGETYPE"&lt;/P&gt;&lt;P&gt;And now I get image type as&amp;nbsp;uImage, so I built "bitbake virtual/kernel" and get this error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Log data follows:&lt;BR /&gt;| DEBUG: Executing shell function do_compile&lt;BR /&gt;| NOTE: make -j 4 uImage CC=aarch64-fsl-linux-gcc -fuse-ld=bfd --sysroot=/media/rfkrakora/rfk-1TB/LS-Qoriq/sdk-2.0/QorIQ-SDK-V2.0-20160527-yocto/build-ls1012frdm/tmp/sysroots/ls1012afrdm LD=aarch64-fsl-linux-ld.bfd --sysroot=/media/rfkrakora/rfk-1TB/LS-Qoriq/sdk-2.0/QorIQ-SDK-V2.0-20160527-yocto/build-ls1012frdm/tmp/sysroots/ls1012afrdm LOADADDR=20008000&lt;BR /&gt;| GEN ./Makefile&lt;BR /&gt;| scripts/kconfig/conf --silentoldconfig Kconfig&lt;BR /&gt;| make[2]: *** No rule to make target 'uImage'. Stop.&lt;BR /&gt;| Makefile:146: recipe for target 'sub-make' failed&lt;BR /&gt;| make[1]: *** [sub-make] Error 2&lt;BR /&gt;| Makefile:24: recipe for target '__sub-make' failed&lt;BR /&gt;| make: *** [__sub-make] Error 2&lt;BR /&gt;| ERROR: oe_runmake failed&lt;BR /&gt;| ERROR: Function failed: do_compile (log file is located at /media/rfkrakora/rfk-1TB/LS-Qoriq/sdk-2.0/QorIQ-SDK-V2.0-20160527-yocto/build-ls1012frdm/tmp/work/ls1012afrdm-fsl-linux/linux-qoriq/4.1-r0/temp/log.do_compile.4231)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I get uImage to boot from the network? ( uboot is using bootm )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Randy Krakora&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Oct 2017 14:42:15 GMT</pubDate>
    <dc:creator>RandyKrakora</dc:creator>
    <dc:date>2017-10-06T14:42:15Z</dc:date>
    <item>
      <title>uImage for ls1012frdm?</title>
      <link>https://community.nxp.com/t5/Layerscape/uImage-for-ls1012frdm/m-p/700389#M2793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Trying to generate uImage for ls1012frdm board to boot from network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I built yocto sdk 2.0 for Qoriq using ls1012afrdm as machine, all builds fine, but I do not get uImage file, only Image file.&lt;/P&gt;&lt;P&gt;In the instructions for Qoriq SDK to boot tftp and nfs mount, you need uImage file:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Section 4.4.1.9.3 in&amp;nbsp;QorIQ-SDK-2.0-1703-IC-Rev0.pdf:&lt;/P&gt;&lt;P&gt;4. Booting up the System&lt;BR /&gt;TFTP the kernel image to the board, then boot it up.&lt;BR /&gt;=&amp;gt;tftp 1000000 &amp;lt;uImage name&amp;gt;&lt;BR /&gt;=&amp;gt;tftp c00000 &amp;lt;platform dtb name&amp;gt;&lt;BR /&gt;=&amp;gt;bootm 1000000 - c00000&lt;BR /&gt;Now the board will boot up with NFS filesystem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I tried modifying local.conf with this:&lt;/P&gt;&lt;P&gt;KERNEL_IMAGETYPE = "uImage"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then tested with this:&lt;/P&gt;&lt;P&gt;bitbake -e fsl-image-core | egrep ^"KERNEL_IMAGETYPE"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But still get image type as Image, not uImage. So I modifed this file:&lt;/P&gt;&lt;P&gt;./meta-nxp-npi-1703/conf/machine/ls1012afrdm.conf&lt;/P&gt;&lt;P&gt;to add this:&lt;/P&gt;&lt;P&gt;KERNEL_IMAGETYPE = "uImage"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then tested with this:&lt;/P&gt;&lt;P&gt;bitbake -e fsl-image-core | egrep ^"KERNEL_IMAGETYPE"&lt;/P&gt;&lt;P&gt;And now I get image type as&amp;nbsp;uImage, so I built "bitbake virtual/kernel" and get this error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Log data follows:&lt;BR /&gt;| DEBUG: Executing shell function do_compile&lt;BR /&gt;| NOTE: make -j 4 uImage CC=aarch64-fsl-linux-gcc -fuse-ld=bfd --sysroot=/media/rfkrakora/rfk-1TB/LS-Qoriq/sdk-2.0/QorIQ-SDK-V2.0-20160527-yocto/build-ls1012frdm/tmp/sysroots/ls1012afrdm LD=aarch64-fsl-linux-ld.bfd --sysroot=/media/rfkrakora/rfk-1TB/LS-Qoriq/sdk-2.0/QorIQ-SDK-V2.0-20160527-yocto/build-ls1012frdm/tmp/sysroots/ls1012afrdm LOADADDR=20008000&lt;BR /&gt;| GEN ./Makefile&lt;BR /&gt;| scripts/kconfig/conf --silentoldconfig Kconfig&lt;BR /&gt;| make[2]: *** No rule to make target 'uImage'. Stop.&lt;BR /&gt;| Makefile:146: recipe for target 'sub-make' failed&lt;BR /&gt;| make[1]: *** [sub-make] Error 2&lt;BR /&gt;| Makefile:24: recipe for target '__sub-make' failed&lt;BR /&gt;| make: *** [__sub-make] Error 2&lt;BR /&gt;| ERROR: oe_runmake failed&lt;BR /&gt;| ERROR: Function failed: do_compile (log file is located at /media/rfkrakora/rfk-1TB/LS-Qoriq/sdk-2.0/QorIQ-SDK-V2.0-20160527-yocto/build-ls1012frdm/tmp/work/ls1012afrdm-fsl-linux/linux-qoriq/4.1-r0/temp/log.do_compile.4231)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I get uImage to boot from the network? ( uboot is using bootm )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Randy Krakora&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Oct 2017 14:42:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/uImage-for-ls1012frdm/m-p/700389#M2793</guid>
      <dc:creator>RandyKrakora</dc:creator>
      <dc:date>2017-10-06T14:42:15Z</dc:date>
    </item>
    <item>
      <title>Re: uImage for ls1012frdm?</title>
      <link>https://community.nxp.com/t5/Layerscape/uImage-for-ls1012frdm/m-p/700390#M2794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;Look at the Section &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;11.2.5.6.7 of NXP SDK 2.0-1703 documentation:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Fwww.nxp.com%2Fdocs%2Fen%2Fsupporting-information%2FQORIQ-SDK-2.0-IC-REV0.pdf" rel="nofollow" target="_blank"&gt;https://www.nxp.com/docs/en/supporting-information/QORIQ-SDK-2.0-IC-REV0.pdf&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;Use mkimage for uImage creation.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Pavel Chubakov&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Oct 2017 06:39:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/uImage-for-ls1012frdm/m-p/700390#M2794</guid>
      <dc:creator>Pavel</dc:creator>
      <dc:date>2017-10-09T06:39:52Z</dc:date>
    </item>
  </channel>
</rss>

