<?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>MCX MicrocontrollersのトピックRe: imx8MP swupdate inquiry (do_patch error)</title>
    <link>https://community.nxp.com/t5/MCX-Microcontrollers/imx8MP-swupdate-inquiry-do-patch-error/m-p/1859053#M290</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/223601"&gt;@kiyoung&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you tried following &lt;A href="https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/Porting-swupdate-based-on-AN13872/ta-p/1701700" target="_self"&gt;this post&lt;/A&gt;?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, could you please share the exact steps to tr to replicate it by my side?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Salas.&lt;/P&gt;</description>
    <pubDate>Fri, 03 May 2024 17:28:12 GMT</pubDate>
    <dc:creator>Manuel_Salas</dc:creator>
    <dc:date>2024-05-03T17:28:12Z</dc:date>
    <item>
      <title>imx8MP swupdate inquiry (do_patch error)</title>
      <link>https://community.nxp.com/t5/MCX-Microcontrollers/imx8MP-swupdate-inquiry-do-patch-error/m-p/1858816#M289</link>
      <description>&lt;P&gt;My environment is as follows.&lt;BR /&gt;i.MX Linux Yocto Project BSP 6.1.22_2.0.0 Release&lt;BR /&gt;NXP i.MX 8MPlus EVK (imx8mpevk)&lt;/P&gt;&lt;P&gt;Download the source according to AN13872, proceed with the patch, and run bitbake, an error occurs in the do_patch step.&lt;BR /&gt;Try to proceed with the source patch as mx8qxp, mx8mm, etc., but it seems to be because the corresponding files do not exist in the current environment.&lt;BR /&gt;I need to apply the patch corresponding to mx8mp. Can I get a patch that includes mx8mp?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 May 2024 08:05:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCX-Microcontrollers/imx8MP-swupdate-inquiry-do-patch-error/m-p/1858816#M289</guid>
      <dc:creator>kiyoung</dc:creator>
      <dc:date>2024-05-03T08:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: imx8MP swupdate inquiry (do_patch error)</title>
      <link>https://community.nxp.com/t5/MCX-Microcontrollers/imx8MP-swupdate-inquiry-do-patch-error/m-p/1859053#M290</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/223601"&gt;@kiyoung&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you tried following &lt;A href="https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/Porting-swupdate-based-on-AN13872/ta-p/1701700" target="_self"&gt;this post&lt;/A&gt;?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, could you please share the exact steps to tr to replicate it by my side?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Salas.&lt;/P&gt;</description>
      <pubDate>Fri, 03 May 2024 17:28:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCX-Microcontrollers/imx8MP-swupdate-inquiry-do-patch-error/m-p/1859053#M290</guid>
      <dc:creator>Manuel_Salas</dc:creator>
      <dc:date>2024-05-03T17:28:12Z</dc:date>
    </item>
    <item>
      <title>Re: imx8MP swupdate inquiry (do_patch error)</title>
      <link>https://community.nxp.com/t5/MCX-Microcontrollers/imx8MP-swupdate-inquiry-do-patch-error/m-p/1860134#M298</link>
      <description>&lt;P&gt;Thanks for your reply.&lt;BR /&gt;In the posted document, "-b mickledore_6.1.36_2.1.0" is omitted at the end of "git clone &lt;A href="https://github.com/nxp-imx-support/meta-swupdate-imx.git" target="_blank"&gt;https://github.com/nxp-imx-support/meta-swupdate-imx.git&lt;/A&gt;". For this reason, it seems to have been carried out by default.&lt;BR /&gt;Since there was no swupdate and including swupdate may have produced different results, I tried again from the beginning.&lt;/P&gt;&lt;P&gt;mkdir imx-yocto-bsp_sw&lt;BR /&gt;cd imx-yocto-bsp_sw&lt;BR /&gt;../bin/repo init -u &lt;A href="https://github.com/nxp-imx/imx-manifest" target="_blank"&gt;https://github.com/nxp-imx/imx-manifest&lt;/A&gt; -b imx-linux-mickledore -m imx-6.1.22-2.0.0.xml&lt;BR /&gt;../bin/repo sync&lt;BR /&gt;cd sources/&lt;BR /&gt;git clone &lt;A href="https://github.com/sbabic/meta-swupdate.git" target="_blank"&gt;https://github.com/sbabic/meta-swupdate.git&lt;/A&gt; -b mickledore&lt;BR /&gt;git clone &lt;A href="https://github.com/nxp-imx-support/meta-swupdate-imx.git" target="_blank"&gt;https://github.com/nxp-imx-support/meta-swupdate-imx.git&lt;/A&gt; -b mickledore_6.1.36_2.1.0&lt;BR /&gt;// patch by AN13872 (5.3 4~6)&lt;BR /&gt;DISTRO=fsl-imx-wayland MACHINE=imx8mp-lpddr4-evk source imx-setup-release.sh -b build-wayland&lt;BR /&gt;bitbake swupdate-image&lt;/P&gt;&lt;P&gt;An error occurs.&lt;/P&gt;&lt;P&gt;ERROR: u-boot-imx-2023.04-r0 do_patch: Applying patch '0006-imx93-default-env-lf-6.1.36-2.1.0.patch' on target directory '/home/kykwak/imx-yocto-bsp_sw/build-wayland/tmp/work/imx8mp_lpddr4_evk-poky-linux/u-boot-imx/2023.04-r0/git'&lt;BR /&gt;CmdError('quilt --quiltrc /home/kykwak/imx-yocto-bsp_sw/build-wayland/tmp/work/imx8mp_lpddr4_evk-poky-linux/u-boot-imx/2023.04-r0/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch 0006-imx93-default-env-lf-6.1.36-2.1.0.patch&lt;BR /&gt;patching file board/freescale/imx93_evk/imx93_evk.c&lt;BR /&gt;patching file include/configs/imx93_evk.h&lt;BR /&gt;Hunk #2 FAILED at 74.&lt;BR /&gt;Hunk #3 succeeded at 130 (offset -1 lines).&lt;BR /&gt;1 out of 3 hunks FAILED -- rejects in file include/configs/imx93_evk.h&lt;BR /&gt;Patch 0006-imx93-default-env-lf-6.1.36-2.1.0.patch does not apply (enforce with -f)&lt;/P&gt;&lt;P&gt;stderr: ')&lt;BR /&gt;ERROR: Logfile of failure stored in: /home/kykwak/imx-yocto-bsp_sw/build-wayland/tmp/work/imx8mp_lpddr4_evk-poky-linux/u-boot-imx/2023.04-r0/temp/log.do_patch.32540&lt;BR /&gt;ERROR: Task (/home/kykwak/imx-yocto-bsp_sw/sources/meta-imx/meta-bsp/recipes-bsp/u-boot/u-boot-imx_2023.04.bb:do_patch) failed with exit code '1'&lt;BR /&gt;NOTE: Tasks Summary: Attempted 1979 tasks of which 0 didn't need to be rerun and 1 failed.&lt;/P&gt;&lt;P&gt;Summary: 1 task failed:&lt;BR /&gt;/home/kykwak/imx-yocto-bsp_sw/sources/meta-imx/meta-bsp/recipes-bsp/u-boot/u-boot-imx_2023.04.bb:do_patch&lt;BR /&gt;Summary: There was 1 ERROR message, returning a non-zero exit code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 May 2024 03:58:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCX-Microcontrollers/imx8MP-swupdate-inquiry-do-patch-error/m-p/1860134#M298</guid>
      <dc:creator>kiyoung</dc:creator>
      <dc:date>2024-05-07T03:58:48Z</dc:date>
    </item>
  </channel>
</rss>

