<?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: Manufacturing image error</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Manufacturing-image-error/m-p/430427#M65457</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the same configuration, the build has been done correctly but the explenation is still beyond me.&lt;/P&gt;&lt;P&gt;In addition to this strange behavior the same error occurs at almost each times, when a new environment is created from scratch.&lt;/P&gt;&lt;P&gt;Someone could give information ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As said before, because both the kernel and u-boot have been modified to be in accordance with the requirements, we have created new bb files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. linux-boardV1-mfgtool_3.10.17.bb including :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; require recipes-kernel/linux/linux-boardV1_${PV}.bb&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; require recipes-kernel/linux/linux-mfgtool.inc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition, the defconfig used contains notably the following options :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CONFIG_USB_MASS_STORAGE=y&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CONFIG_FSL_UTP=y&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. u-boot-boardV1-mfgtool_2014.04.bb including :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; require recipes-bsp/u-boot/u-boot-boardV1_${PV}.bb&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; require recipes-bsp/u-boot/u-boot-mfgtool.inc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SRC_URI += " \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; file://0001-add-mfgtool-support.patch \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "&lt;/P&gt;&lt;P&gt;Based on the Sabre example, the patch contains :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; +&amp;nbsp;&amp;nbsp;&amp;nbsp; "mfgtool_args=setenv bootargs " \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; +&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "bootver=${pamela_version} " \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; +&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "console=${console},${baudrate} " \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; +&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "rdinit=/linuxrc " \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; +&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "g_mass_storage.stall=0 g_mass_storage.removable=1 " \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; +&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "g_mass_storage.idVendor=0x066F g_mass_storage.idProduct=0x37FF "\&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; +&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "g_mass_storage.iSerialNumber=\"\" "\&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; +&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "enable_wait_mode=off "\&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; +&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "\0" \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; +&amp;nbsp;&amp;nbsp;&amp;nbsp; "initrd_addr=0x12C00000\0" \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; +&amp;nbsp;&amp;nbsp;&amp;nbsp; "initrd_high=0xffffffff\0" \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; +&amp;nbsp;&amp;nbsp;&amp;nbsp; "bootcmd_mfg=run mfgtool_args;bootm ${loadaddr} ${initrd_addr} ${fdt_loadaddr};\0" \&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After running the command bitbake image-mfgtool-initramfs, which just contains &lt;EM&gt;recipes-fsl/images/fsl-image-mfgtool-initramfs.bb&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The generated images have been added to mfgtool packages, under firmware directory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We try to download images by MFGTool but failed and the log shows "Error writing to device"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find in attachment the complete output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Oct 2015 15:05:16 GMT</pubDate>
    <dc:creator>nad</dc:creator>
    <dc:date>2015-10-29T15:05:16Z</dc:date>
    <item>
      <title>Manufacturing image error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Manufacturing-image-error/m-p/430426#M65456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to use Manufacturing Tool in order to deploy images on custom board.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MFG Tool is already configured, but I had some troubles during building manufacturing images.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using meta-fsl-arm layer, based on revision 438ca51198f3c87a5ba53ef5e2babd561d1df0cf.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to use the command as specified into the Freescale Yocto Project User's Guide, but the following error is returned :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;bitbake fsl-image-mfgtool-initramfs&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Loading cache: 100% |#########################################################################################################################################################################################################| ETA:&amp;nbsp; 00:00:00&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Loaded 2250 entries from dependency cache.&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;WARNING: Unable to get checksum for mfgtool-linux-anor SRC_URI entry 0002-imx6dl.dtsi-remove-second-core-from-cpus-since-c300-.patch: file could not be found&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; | ETA:&amp;nbsp; --:--:--&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Parsing recipes: 100% |#######################################################################################################################################################################################################| Time: 00:00:00&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Parsing of 1777 .bb files complete (1776 cached, 1 parsed). 2249 targets, 253 skipped, 0 masked, 0 errors.&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;WARNING: No bb files matched BBFILE_PATTERN_patches '^/home/nad/Project/yocto/board_mfgtool/sources/meta-patches/'&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;NOTE: Resolving any missing task queue dependencies&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;NOTE: multiple providers are available for linux-mfgtool (mfgtool-linux-anor, mfgtool-linux-imx)&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;NOTE: consider defining a PREFERRED_PROVIDER entry to match linux-mfgtool&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;ERROR: Nothing RPROVIDES 'packagegroup-fsl-mfgtool-extfs' (but /home/nad/Project/yocto/board_mfgtool/sources/meta-fsl-arm/recipes-fsl/images/fsl-image-mfgtool-initramfs.bb RDEPENDS on or otherwise requires it)&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;NOTE: Runtime target 'packagegroup-fsl-mfgtool-extfs' is unbuildable, removing...&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Missing or unbuildable dependency chain was: ['packagegroup-fsl-mfgtool-extfs']&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;ERROR: Required build target 'fsl-image-mfgtool-initramfs' has no buildable providers.&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Missing or unbuildable dependency chain was: ['fsl-image-mfgtool-initramfs', 'packagegroup-fsl-mfgtool-extfs']&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Summary: There were 4 WARNING messages shown.&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Summary: There were 2 ERROR messages shown, returning a non-zero exit code.&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P&gt;Besides, because the section 6.2 contains "A manufacturing tool kernel is built using the imx_v7_mfg_defconfig while the default kernel is built by using the&lt;/P&gt;&lt;P&gt;imx_v7_defconfig", I guess that the command specified above is not enough. Indeed, we are using customized board, defconfig has been modified a lot. Basically, many modifications have been done both from the kernel and u-boot side.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to generate manufactoring images for a customized board properly ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I continue my investigations on my side.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2015 09:20:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Manufacturing-image-error/m-p/430426#M65456</guid>
      <dc:creator>nad</dc:creator>
      <dc:date>2015-10-27T09:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: Manufacturing image error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Manufacturing-image-error/m-p/430427#M65457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the same configuration, the build has been done correctly but the explenation is still beyond me.&lt;/P&gt;&lt;P&gt;In addition to this strange behavior the same error occurs at almost each times, when a new environment is created from scratch.&lt;/P&gt;&lt;P&gt;Someone could give information ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As said before, because both the kernel and u-boot have been modified to be in accordance with the requirements, we have created new bb files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. linux-boardV1-mfgtool_3.10.17.bb including :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; require recipes-kernel/linux/linux-boardV1_${PV}.bb&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; require recipes-kernel/linux/linux-mfgtool.inc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition, the defconfig used contains notably the following options :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CONFIG_USB_MASS_STORAGE=y&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CONFIG_FSL_UTP=y&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. u-boot-boardV1-mfgtool_2014.04.bb including :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; require recipes-bsp/u-boot/u-boot-boardV1_${PV}.bb&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; require recipes-bsp/u-boot/u-boot-mfgtool.inc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SRC_URI += " \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; file://0001-add-mfgtool-support.patch \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "&lt;/P&gt;&lt;P&gt;Based on the Sabre example, the patch contains :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; +&amp;nbsp;&amp;nbsp;&amp;nbsp; "mfgtool_args=setenv bootargs " \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; +&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "bootver=${pamela_version} " \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; +&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "console=${console},${baudrate} " \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; +&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "rdinit=/linuxrc " \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; +&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "g_mass_storage.stall=0 g_mass_storage.removable=1 " \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; +&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "g_mass_storage.idVendor=0x066F g_mass_storage.idProduct=0x37FF "\&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; +&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "g_mass_storage.iSerialNumber=\"\" "\&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; +&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "enable_wait_mode=off "\&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; +&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "\0" \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; +&amp;nbsp;&amp;nbsp;&amp;nbsp; "initrd_addr=0x12C00000\0" \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; +&amp;nbsp;&amp;nbsp;&amp;nbsp; "initrd_high=0xffffffff\0" \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; +&amp;nbsp;&amp;nbsp;&amp;nbsp; "bootcmd_mfg=run mfgtool_args;bootm ${loadaddr} ${initrd_addr} ${fdt_loadaddr};\0" \&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After running the command bitbake image-mfgtool-initramfs, which just contains &lt;EM&gt;recipes-fsl/images/fsl-image-mfgtool-initramfs.bb&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The generated images have been added to mfgtool packages, under firmware directory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We try to download images by MFGTool but failed and the log shows "Error writing to device"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find in attachment the complete output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 15:05:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Manufacturing-image-error/m-p/430427#M65457</guid>
      <dc:creator>nad</dc:creator>
      <dc:date>2015-10-29T15:05:16Z</dc:date>
    </item>
    <item>
      <title>Re: Manufacturing image error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Manufacturing-image-error/m-p/430428#M65458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Nicolas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you try to download the code to a SABRE Board, or any other board,&amp;nbsp;&amp;nbsp; I think the error could be related to hardware issues, have you try to download the software in another way like lets said with an SD Card or any other media?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;have a nice day&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2015 15:17:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Manufacturing-image-error/m-p/430428#M65458</guid>
      <dc:creator>jamesbone</dc:creator>
      <dc:date>2015-12-03T15:17:55Z</dc:date>
    </item>
  </channel>
</rss>

