<?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 patch apply error in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/patch-apply-error/m-p/1601606#M201694</link>
    <description>&lt;P&gt;I got the following error when applying the patch in section 5.2 of AN12195.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;$ git apply 0002-Add-remote-core-share-memory-driver.patch
0002-Add-remote-core-share-memory-driver.patch:1277: trailing whitespace.

error: patch failed: drivers/mxc/Makefile:10
error: drivers/mxc/Makefile: patch does not apply
$&lt;/LI-CODE&gt;&lt;P&gt;The target Linux version is L4.9.51.&lt;BR /&gt;I used the file attached to AN12195SW for the patch.&lt;/P&gt;</description>
    <pubDate>Mon, 20 Feb 2023 03:10:18 GMT</pubDate>
    <dc:creator>Enuwai</dc:creator>
    <dc:date>2023-02-20T03:10:18Z</dc:date>
    <item>
      <title>patch apply error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/patch-apply-error/m-p/1601606#M201694</link>
      <description>&lt;P&gt;I got the following error when applying the patch in section 5.2 of AN12195.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;$ git apply 0002-Add-remote-core-share-memory-driver.patch
0002-Add-remote-core-share-memory-driver.patch:1277: trailing whitespace.

error: patch failed: drivers/mxc/Makefile:10
error: drivers/mxc/Makefile: patch does not apply
$&lt;/LI-CODE&gt;&lt;P&gt;The target Linux version is L4.9.51.&lt;BR /&gt;I used the file attached to AN12195SW for the patch.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2023 03:10:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/patch-apply-error/m-p/1601606#M201694</guid>
      <dc:creator>Enuwai</dc:creator>
      <dc:date>2023-02-20T03:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: patch apply error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/patch-apply-error/m-p/1601806#M201714</link>
      <description>&lt;P&gt;this patch is for 4.9.88, pls upgrade your bsp to test again&lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2023 09:00:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/patch-apply-error/m-p/1601806#M201714</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2023-02-20T09:00:56Z</dc:date>
    </item>
    <item>
      <title>Re: patch apply error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/patch-apply-error/m-p/1601927#M201725</link>
      <description>&lt;P&gt;Hi Joanxie,&lt;/P&gt;&lt;P&gt;thank you for your reply.&lt;BR /&gt;Build passed with imx_4.9.88_2.0.0_ga.&lt;BR /&gt;In AN12195, chapter 5.1.1, the linux-imx branch is now imx_4.9.51_imx8m_ga, but is it correct imx_4.9.88_2.0.0_ga?&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2023 11:20:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/patch-apply-error/m-p/1601927#M201725</guid>
      <dc:creator>Enuwai</dc:creator>
      <dc:date>2023-02-20T11:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: patch apply error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/patch-apply-error/m-p/1603353#M201829</link>
      <description>&lt;P&gt;you can find that the patch name is imx_4.9.88_2.0.0_ga_patches, so the SW we released are for 4.9.88, document is just for an example&lt;/P&gt;</description>
      <pubDate>Wed, 22 Feb 2023 03:04:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/patch-apply-error/m-p/1603353#M201829</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2023-02-22T03:04:17Z</dc:date>
    </item>
    <item>
      <title>Re: patch apply error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/patch-apply-error/m-p/1606726#M202113</link>
      <description>&lt;P&gt;Troubleshoot Git Patch Error: patch does not apply&lt;BR /&gt;This error occurs when Git can not determine how to apply your patch. Below is a command you can use to fix this error.&lt;/P&gt;&lt;P&gt;git apply --reject --whitespace=fix mychanges.patch&lt;BR /&gt;Note the --reject argument. We use it to instruct Git to patch the files it can and create a .rej file containing what it cannot figure out how to patch.&lt;/P&gt;&lt;P&gt;Then, you can manually resolve the conflicts. Alternatively, you can use the command below.&lt;/P&gt;&lt;P&gt;git apply --ignore-space-change --ignore-whitespace mypatch.patch&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rachel Gomez&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2023 09:08:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/patch-apply-error/m-p/1606726#M202113</guid>
      <dc:creator>RachelGomez123</dc:creator>
      <dc:date>2023-02-28T09:08:53Z</dc:date>
    </item>
  </channel>
</rss>

