<?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: How to compile cockpit images for imx8qm? in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-to-compile-cockpit-images-for-imx8qm/m-p/1396663#M185586</link>
    <description>&lt;P&gt;Hi Shibo&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;one can try below patch&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#FF6600"&gt;diff --git a/meta-cockpit/conf/machine/imx8qm-cockpit-mek.conf b/meta-cockpit/conf/machine/imx8qm-cockpit-mek.conf&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF6600"&gt;index 87b28d89b..1f6edc387 100644&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF6600"&gt;--- a/meta-cockpit/conf/machine/imx8qm-cockpit-mek.conf&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF6600"&gt;+++ b/meta-cockpit/conf/machine/imx8qm-cockpit-mek.conf&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF6600"&gt;@@ -13,6 +13,6 @@ KERNEL_DEVICETREE = " \&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF6600"&gt;freescale/imx8qm-mek-cockpit-a72.dtb \&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF6600"&gt;"&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT color="#FF6600"&gt;-&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF6600"&gt;+UBOOT_CONFIG = "a53 a72"&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF6600"&gt;UBOOT_CONFIG[a72] = "imx8qm_mek_cockpit_a72_defconfig"&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF6600"&gt;UBOOT_CONFIG[a53] = "imx8qm_mek_cockpit_a53_defconfig,sdcard"&lt;/FONT&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>Mon, 10 Jan 2022 09:07:10 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2022-01-10T09:07:10Z</dc:date>
    <item>
      <title>How to compile cockpit images for imx8qm?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-compile-cockpit-images-for-imx8qm/m-p/1396581#M185577</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I'm trying to compile cockpit images for imx8qm on Yocto sdk 5.10.35 with the following steps:&lt;/P&gt;&lt;P&gt;1. Choose&amp;nbsp;&lt;STRONG&gt;imx8qm-cockpit-mek&amp;nbsp;&lt;/STRONG&gt;machine configuration.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;DISTRO=fsl-imx-wayland MACHINE=imx8qm-cockpit-mek source imx-setup-release.sh -b build-cockpit&lt;/LI-CODE&gt;&lt;P&gt;2. Add cockpit layer.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;hook_in_layer meta-imx/meta-cockpit&lt;/LI-CODE&gt;&lt;P&gt;3. Compile images.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;bitbake imx-image-multimedia&lt;/LI-CODE&gt;&lt;P&gt;Then I got some errors:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;ERROR: imx-boot-1.0-r0 do_compile: Execution of '/home/ruisb/imx-yocto/imx-5.10.35-2.0.0/build-cockpit/tmp/work/imx8qm_cockpit_mek-poky-linux/imx-boot/1.0-r0/temp/run.do_compile.32216' failed with exit code 1:
cp: cannot stat '/home/ruisb/imx-yocto/imx-5.10.35-2.0.0/build-cockpit/tmp/deploy/images/imx8qm-cockpit-mek/u-boot-imx8qm-cockpit-mek.bin-a53': No such file or directory
WARNING: exit code 1 from a shell command.

ERROR: Logfile of failure stored in: /home/ruisb/imx-yocto/imx-5.10.35-2.0.0/build-cockpit/tmp/work/imx8qm_cockpit_mek-poky-linux/imx-boot/1.0-r0/temp/log.do_compile.32216
Log data follows:
| DEBUG: Executing shell function do_compile
| NOTE: 8QM cockpit boot binary build
| cp: cannot stat '/home/ruisb/imx-yocto/imx-5.10.35-2.0.0/build-cockpit/tmp/deploy/images/imx8qm-cockpit-mek/u-boot-imx8qm-cockpit-mek.bin-a53': No such file or directory
| WARNING: exit code 1 from a shell command.
| ERROR: Execution of '/home/ruisb/imx-yocto/imx-5.10.35-2.0.0/build-cockpit/tmp/work/imx8qm_cockpit_mek-poky-linux/imx-boot/1.0-r0/temp/run.do_compile.32216' failed with exit code 1:
| cp: cannot stat '/home/ruisb/imx-yocto/imx-5.10.35-2.0.0/build-cockpit/tmp/deploy/images/imx8qm-cockpit-mek/u-boot-imx8qm-cockpit-mek.bin-a53': No such file or directory
| WARNING: exit code 1 from a shell command.
| 
ERROR: Task (/home/ruisb/imx-yocto/imx-5.10.35-2.0.0/sources/meta-imx/meta-bsp/recipes-bsp/imx-mkimage/imx-boot_1.0.bb:do_compile) failed with exit code '1'
NOTE: Tasks Summary: Attempted 4724 tasks of which 4638 didn't need to be rerun and 1 failed.&lt;/LI-CODE&gt;&lt;P&gt;Could you give me suggestions about this error?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Shibo&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jan 2022 06:53:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-compile-cockpit-images-for-imx8qm/m-p/1396581#M185577</guid>
      <dc:creator>ruisb</dc:creator>
      <dc:date>2022-01-10T06:53:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to compile cockpit images for imx8qm?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-compile-cockpit-images-for-imx8qm/m-p/1396663#M185586</link>
      <description>&lt;P&gt;Hi Shibo&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;one can try below patch&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#FF6600"&gt;diff --git a/meta-cockpit/conf/machine/imx8qm-cockpit-mek.conf b/meta-cockpit/conf/machine/imx8qm-cockpit-mek.conf&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF6600"&gt;index 87b28d89b..1f6edc387 100644&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF6600"&gt;--- a/meta-cockpit/conf/machine/imx8qm-cockpit-mek.conf&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF6600"&gt;+++ b/meta-cockpit/conf/machine/imx8qm-cockpit-mek.conf&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF6600"&gt;@@ -13,6 +13,6 @@ KERNEL_DEVICETREE = " \&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF6600"&gt;freescale/imx8qm-mek-cockpit-a72.dtb \&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF6600"&gt;"&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT color="#FF6600"&gt;-&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF6600"&gt;+UBOOT_CONFIG = "a53 a72"&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF6600"&gt;UBOOT_CONFIG[a72] = "imx8qm_mek_cockpit_a72_defconfig"&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF6600"&gt;UBOOT_CONFIG[a53] = "imx8qm_mek_cockpit_a53_defconfig,sdcard"&lt;/FONT&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>Mon, 10 Jan 2022 09:07:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-compile-cockpit-images-for-imx8qm/m-p/1396663#M185586</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2022-01-10T09:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to compile cockpit images for imx8qm?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-compile-cockpit-images-for-imx8qm/m-p/1396695#M185588</link>
      <description>&lt;P&gt;It works, thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jan 2022 09:51:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-compile-cockpit-images-for-imx8qm/m-p/1396695#M185588</guid>
      <dc:creator>ruisb</dc:creator>
      <dc:date>2022-01-10T09:51:09Z</dc:date>
    </item>
  </channel>
</rss>

