<?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>S32GのトピックRe: S32G-VNP-RDB3 IPCF communication Error</title>
    <link>https://community.nxp.com/t5/S32G/S32G-VNP-RDB3-IPCF-communication-Error/m-p/2184148#M15151</link>
    <description>&lt;P&gt;Hello,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/255175"&gt;@Kulkarni_v&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your reply.&lt;/P&gt;
&lt;P&gt;From the information you share, you are using 4.10 on M core side, but using default images in BSP40 on A core side.&lt;/P&gt;
&lt;P&gt;By default, the IPCF images in BSP40 is not the 4.10 version, so the code on both side does not match.&lt;/P&gt;
&lt;P&gt;As a result, the following method may solve your issue:&lt;/P&gt;
&lt;P&gt;1. Manually build IPCF 4.10 images on BSP40, and use it to communicate with M core side you had built.&lt;/P&gt;
&lt;P&gt;2. Another way is to build IPCF4.9 on your M core side, and then use the default images in BSP40 to communicate.&lt;/P&gt;
&lt;P&gt;You may choose either of the methods provided according to your own requirements.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Chenyin&lt;/P&gt;</description>
    <pubDate>Sat, 11 Oct 2025 01:53:07 GMT</pubDate>
    <dc:creator>chenyin_h</dc:creator>
    <dc:date>2025-10-11T01:53:07Z</dc:date>
    <item>
      <title>S32G-VNP-RDB3 IPCF communication Error</title>
      <link>https://community.nxp.com/t5/S32G/S32G-VNP-RDB3-IPCF-communication-Error/m-p/2181634#M15106</link>
      <description>&lt;P&gt;I am working on Goldbox S32G-VNP-RDB3&lt;BR /&gt;I am using Linux BSP 40 downloaded from the software center&lt;BR /&gt;and using the following version of IPCF, RTD and FreeRTOS&lt;BR /&gt;NXP RTD 4.0.2_P04 D2312&lt;BR /&gt;NXP RTOS 0.4.0 D2309&lt;BR /&gt;FreeRTOS 4.0.2 D2306&lt;BR /&gt;NXP Linux BSP40 D2403&lt;/P&gt;&lt;P&gt;And used the following commands&lt;/P&gt;&lt;P&gt;# 1. Disable data cache&lt;BR /&gt;=&amp;gt; dcache off&lt;/P&gt;&lt;P&gt;# 2. Clear IPCF shared memory&lt;BR /&gt;=&amp;gt; mw.q 0x34100000 0x0 0x40000&lt;/P&gt;&lt;P&gt;# 3. Load M7 binary from SD card into temporary DDR&lt;BR /&gt;=&amp;gt; fatload mmc 0:1 0x80000000 IPCF_FreeRTOS_S32G399A_M7_0.bin&lt;/P&gt;&lt;P&gt;# 4. Copy firmware to M7 SRAM&lt;BR /&gt;=&amp;gt; cp.b 0x80000000 0x34300000 0x300000&lt;/P&gt;&lt;P&gt;# 5. Start M7 core at vector address&lt;BR /&gt;=&amp;gt; startm7 0x34500400&lt;/P&gt;&lt;P&gt;# 6. Boot Linux normally (if not already)&lt;BR /&gt;=&amp;gt; boot&lt;/P&gt;&lt;P&gt;# 1. Mount boot partition (optional, verify M7 binary)&lt;BR /&gt;mkdir -p /mnt/s32g_boot&lt;BR /&gt;mount /dev/mmcblk0p1 /mnt/s32g_boot&lt;BR /&gt;ls /mnt/s32g_boot&lt;BR /&gt;# Should see: IPCF_FreeRTOS_S32G399A_M7_0_1_2.bin&lt;/P&gt;&lt;P&gt;# 2. Load IPCF Linux kernel modules&lt;BR /&gt;insmod /lib/modules/$(uname -r)/extra/ipc-shm-dev.ko&lt;BR /&gt;insmod /lib/modules/$(uname -r)/extra/ipc-shm-sample.ko&lt;/P&gt;&lt;P&gt;# 3. Verify modules&lt;BR /&gt;lsmod | grep ipc&lt;/P&gt;&lt;P&gt;# 4. Clear previous ping (optional)&lt;BR /&gt;echo 0 &amp;gt; /sys/kernel/ipc-shm-sample/ping&lt;/P&gt;&lt;P&gt;# 5. Test IPCF communication (channel 0)&lt;BR /&gt;echo 10 &amp;gt; /sys/kernel/ipc-shm-sample/ping&lt;/P&gt;&lt;P&gt;# 6. Monitor kernel messages&lt;BR /&gt;dmesg | tail -20 | grep -i ipc&lt;BR /&gt;But getting an error of&lt;BR /&gt;root@s32g399ardb3:~# dmesg | tail -20 | grep -i ipc&lt;BR /&gt;[ 81.689010] ipc-shm-sample: starting demo...&lt;BR /&gt;[ 81.689029] ipc-shm-sample: ch 0 &amp;gt;&amp;gt; 19 bytes: SENDING MESSAGES: 0&lt;BR /&gt;[ 91.808767] ipc-shm-sample: starting demo...&lt;BR /&gt;[ 91.808771] ipc-shm-sample: ch 0 &amp;gt;&amp;gt; 20 bytes: SENDING MESSAGES: 10&lt;BR /&gt;[ 91.808778] ipc-shm-sample: send_data_msg(): failed to get buffer for channe2&lt;BR /&gt;&lt;BR /&gt;Please guide which versions of different software and Linux BSP I should use for my board&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Oct 2025 05:03:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/S32G-VNP-RDB3-IPCF-communication-Error/m-p/2181634#M15106</guid>
      <dc:creator>Kulkarni_v</dc:creator>
      <dc:date>2025-10-08T05:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: S32G-VNP-RDB3 IPCF communication Error</title>
      <link>https://community.nxp.com/t5/S32G/S32G-VNP-RDB3-IPCF-communication-Error/m-p/2182666#M15120</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/255175"&gt;@Kulkarni_v&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your post.&lt;/P&gt;
&lt;P&gt;1. Which version IPCF you are using for building the M core binaries?&lt;/P&gt;
&lt;P&gt;2. Have you build the IPCF A core side manually or directly using the IPCF modules existed in BSP 40 rootfs?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Chenyin&lt;/P&gt;</description>
      <pubDate>Thu, 09 Oct 2025 04:17:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/S32G-VNP-RDB3-IPCF-communication-Error/m-p/2182666#M15120</guid>
      <dc:creator>chenyin_h</dc:creator>
      <dc:date>2025-10-09T04:17:19Z</dc:date>
    </item>
    <item>
      <title>Re: S32G-VNP-RDB3 IPCF communication Error</title>
      <link>https://community.nxp.com/t5/S32G/S32G-VNP-RDB3-IPCF-communication-Error/m-p/2182699#M15121</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Screenshot 2025-09-30 125831.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/359997i7E53B5D795A8F57B/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2025-09-30 125831.png" alt="Screenshot 2025-09-30 125831.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;At M-core side I have used above versions and I am using BSP40 downloaded from software support(&lt;A href="https://nxp.flexnetoperations.com/control/frse/download?agree=Accept&amp;amp;element=3993158" target="_blank"&gt;https://nxp.flexnetoperations.com/control/frse/download?agree=Accept&amp;amp;element=3993158&lt;/A&gt;). I have not built it separately.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="shared image (1).jpg" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/360000i9B189E9EEAAC822E/image-size/large?v=v2&amp;amp;px=999" role="button" title="shared image (1).jpg" alt="shared image (1).jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="shared image.jpg" style="width: 800px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/359999i7F7C9D995FD25A5A/image-size/large?v=v2&amp;amp;px=999" role="button" title="shared image.jpg" alt="shared image.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Oct 2025 05:16:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/S32G-VNP-RDB3-IPCF-communication-Error/m-p/2182699#M15121</guid>
      <dc:creator>Kulkarni_v</dc:creator>
      <dc:date>2025-10-09T05:16:18Z</dc:date>
    </item>
    <item>
      <title>Re: S32G-VNP-RDB3 IPCF communication Error</title>
      <link>https://community.nxp.com/t5/S32G/S32G-VNP-RDB3-IPCF-communication-Error/m-p/2183483#M15132</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/255175"&gt;@Kulkarni_v&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your reply,&lt;/P&gt;
&lt;P&gt;I feel sorry that still I do not see the IPCF version you used on M core side, the IPCF version may like the following:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="chenyin_h_0-1760065816841.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/360167i214C39A320FE5A9E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="chenyin_h_0-1760065816841.png" alt="chenyin_h_0-1760065816841.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Chenyin&lt;/P&gt;</description>
      <pubDate>Fri, 10 Oct 2025 03:10:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/S32G-VNP-RDB3-IPCF-communication-Error/m-p/2183483#M15132</guid>
      <dc:creator>chenyin_h</dc:creator>
      <dc:date>2025-10-10T03:10:50Z</dc:date>
    </item>
    <item>
      <title>Re: S32G-VNP-RDB3 IPCF communication Error</title>
      <link>https://community.nxp.com/t5/S32G/S32G-VNP-RDB3-IPCF-communication-Error/m-p/2184017#M15150</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/24163"&gt;@chenyin_h&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes I am using IPCF version 4.10.10&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Screenshot 2025-10-10 225736.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/360294iF14B5049551A4BD4/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2025-10-10 225736.png" alt="Screenshot 2025-10-10 225736.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Oct 2025 17:32:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/S32G-VNP-RDB3-IPCF-communication-Error/m-p/2184017#M15150</guid>
      <dc:creator>Kulkarni_v</dc:creator>
      <dc:date>2025-10-10T17:32:38Z</dc:date>
    </item>
    <item>
      <title>Re: S32G-VNP-RDB3 IPCF communication Error</title>
      <link>https://community.nxp.com/t5/S32G/S32G-VNP-RDB3-IPCF-communication-Error/m-p/2184148#M15151</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/255175"&gt;@Kulkarni_v&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your reply.&lt;/P&gt;
&lt;P&gt;From the information you share, you are using 4.10 on M core side, but using default images in BSP40 on A core side.&lt;/P&gt;
&lt;P&gt;By default, the IPCF images in BSP40 is not the 4.10 version, so the code on both side does not match.&lt;/P&gt;
&lt;P&gt;As a result, the following method may solve your issue:&lt;/P&gt;
&lt;P&gt;1. Manually build IPCF 4.10 images on BSP40, and use it to communicate with M core side you had built.&lt;/P&gt;
&lt;P&gt;2. Another way is to build IPCF4.9 on your M core side, and then use the default images in BSP40 to communicate.&lt;/P&gt;
&lt;P&gt;You may choose either of the methods provided according to your own requirements.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Chenyin&lt;/P&gt;</description>
      <pubDate>Sat, 11 Oct 2025 01:53:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/S32G-VNP-RDB3-IPCF-communication-Error/m-p/2184148#M15151</guid>
      <dc:creator>chenyin_h</dc:creator>
      <dc:date>2025-10-11T01:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: S32G-VNP-RDB3 IPCF communication Error</title>
      <link>https://community.nxp.com/t5/S32G/S32G-VNP-RDB3-IPCF-communication-Error/m-p/2184854#M15173</link>
      <description>&lt;P&gt;Hello&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/24163"&gt;@chenyin_h&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thank you for your continuous support. I tried with the M-core side build for version 4.9.0, along with the Linux BSP 40 downloaded from the NXP software download, and it worked as expected.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Oct 2025 12:28:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/S32G-VNP-RDB3-IPCF-communication-Error/m-p/2184854#M15173</guid>
      <dc:creator>Kulkarni_v</dc:creator>
      <dc:date>2025-10-13T12:28:15Z</dc:date>
    </item>
  </channel>
</rss>

