<?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: IPCF v4.8 multi-instance affects S32G board functions(RDB2 bootup fail and RDB3 panic)</title>
    <link>https://community.nxp.com/t5/S32G/IPCF-v4-8-multi-instance-affects-S32G-board-functions-RDB2/m-p/1761605#M5396</link>
    <description>&lt;P&gt;Hello Daniel,&lt;/P&gt;&lt;P&gt;Just want to confirm what's the bug of BSP36+IPCF 4.8.0.&lt;/P&gt;&lt;P&gt;Because we use this software combination and encoutner the IPCF forwarding problem.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 22 Nov 2023 06:11:56 GMT</pubDate>
    <dc:creator>Shenghao</dc:creator>
    <dc:date>2023-11-22T06:11:56Z</dc:date>
    <item>
      <title>IPCF v4.8 multi-instance affects S32G board functions(RDB2 bootup fail and RDB3 panic)</title>
      <link>https://community.nxp.com/t5/S32G/IPCF-v4-8-multi-instance-affects-S32G-board-functions-RDB2/m-p/1685330#M4072</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I recently test IPCF v4.8&amp;nbsp;multi-instance demos, but all failed on RDB2 and RDB3 boards.&lt;/P&gt;&lt;P&gt;The multi-instance firmwares are built following the release note steps.&lt;/P&gt;&lt;P&gt;The RDB2 test log is attached.&lt;/P&gt;&lt;P&gt;And the panic info on RDB3 as following:&lt;/P&gt;&lt;P&gt;root@nxp-s32g:~# echo 10 &amp;gt; /sys/kernel/ipc-shm-sample-instance0/ping&lt;BR /&gt;ipc-shm-sample_multi-instance: starting demo on instance 0...&lt;BR /&gt;ipc-shm-sample_multi-instance: INST0 ch 0 &amp;gt;&amp;gt; 20 bytes: SENDING MESSAGES: 10&lt;BR /&gt;ipc-shm-sample_multi-instance: INST0 ch 1 &amp;gt;&amp;gt; 32 bytes: #0 HELLO WORLD! from KERNEL&lt;BR /&gt;ipc-shm-sample_multi-instance: ch 1 &amp;lt;&amp;lt; 32 bytes: #0 HELLO WORLD! from CORE 4&lt;BR /&gt;ipc-shm-sample_multi-instance: INST0 ch 2 &amp;gt;&amp;gt; 32 bytes: #1 HELLO WORLD! from KERNEL&lt;BR /&gt;ipc-shm-sample_multi-instance: ch 2 &amp;lt;&amp;lt; 32 bytes: #1 HELLO WORLD! from CORE 4&lt;BR /&gt;ipc-shm-sample_multi-instance: INST0 ch 1 &amp;gt;&amp;gt; 32 bytes: #2 HELLO WORLD! from KERNEL&lt;BR /&gt;ipc-shm-sample_multi-instance: ch 1 &amp;lt;&amp;lt; 32 bytes: #2 HELLO WORLD! from CORE 4&lt;BR /&gt;ipc-shm-sample_multi-instance: INST0 ch 2 &amp;gt;&amp;gt; 32 bytes: #3 HELLO WORLD! from KERNEL&lt;BR /&gt;ipc-shm-sample_multi-instance: ch 2 &amp;lt;&amp;lt; 32 bytes: #3 HELLO WORLD! from CORE 4&lt;BR /&gt;ipc-shm-sample_multi-instance: INST0 ch 1 &amp;gt;&amp;gt; 32 bytes: #4 HELLO WORLD! from KERNEL&lt;BR /&gt;ipc-shm-sample_multi-instance: ch 1 &amp;lt;&amp;lt; 32 bytes: #4 HELLO WORLD! from CORE 4&lt;BR /&gt;ipc-shm-sample_multi-instance: INST0 ch 2 &amp;gt;&amp;gt; 32 bytes: #5 HELLO WORLD! from KERNEL&lt;BR /&gt;ipc-shm-sample_multi-instance: ch 2 &amp;lt;&amp;lt; 32 bytes: #5 HELLO WORLD! from CORE 4&lt;BR /&gt;ipc-shm-sample_multi-instance: INST0 ch 1 &amp;gt;&amp;gt; 32 bytes: #6 HELLO WORLD! from KERNEL&lt;BR /&gt;ipc-shm-sample_multi-instance: ch 1 &amp;lt;&amp;lt; 32 bytes: #6 HELLO WORLD! from CORE 4&lt;BR /&gt;ipc-shm-sample_multi-instance: INST0 ch 2 &amp;gt;&amp;gt; 32 bytes: #7 HELLO WORLD! from KERNEL&lt;BR /&gt;ipc-shm-sample_multi-instance: ch 2 &amp;lt;&amp;lt; 32 bytes: #7 HELLO WORLD! from CORE 4&lt;BR /&gt;ipc-shm-sample_multi-instance: INST0 ch 1 &amp;gt;&amp;gt; 32 bytes: #8 HELLO WORLD! from KERNEL&lt;BR /&gt;ipc-shm-sample_multi-instance: ch 1 &amp;lt;&amp;lt; 32 bytes: #8 HELLO WORLD! from CORE 4&lt;BR /&gt;ipc-shm-sample_multi-instance: INST0 ch 2 &amp;gt;&amp;gt; 32 bytes: #9 HELLO WORLD! from KERNEL&lt;BR /&gt;ipc-shm-sample_multi-instance: ch 0 &amp;lt;&amp;lt; 20 bytes: REPLIED MESSAGES: 10&lt;BR /&gt;ipc-shm-sample_multi-instance: ch 2 &amp;lt;&amp;lt; 32 bytes: #9 HELLO WORLD! from CORE 4&lt;BR /&gt;ipc-shm-sample_multi-instance: exit demo for instance 0&lt;BR /&gt;root@nxp-s32g:~#&lt;BR /&gt;root@nxp-s32g:~#&lt;BR /&gt;root@nxp-s32g:~# echo 10 &amp;gt; /sys/kernel/ipc-shm-sample-instance1/ping&lt;BR /&gt;ipc-shm-sample_multi-instance: starting demo on instance 1...&lt;BR /&gt;ipc-shm-sample_multi-instance: INST1 ch 0 &amp;gt;&amp;gt; 20 bytes: SENDING MESSAGES: 10&lt;BR /&gt;ipc-shm-sample_multi-instance: INST1 ch 1 &amp;gt;&amp;gt; 32 bytes: #0 HELLO WORLD! from KERNEL&lt;BR /&gt;Kernel panic - not syncing: FIQ taken without a root FIQ handler&lt;BR /&gt;CPU: 0 PID: 0 Comm: swapper/0 Tainted: G O 6.1.35-yocto-standard #1&lt;BR /&gt;Hardware name: NXP S32G399A-RDB3 (DT)&lt;BR /&gt;Call trace:&lt;BR /&gt;dump_backtrace.part.0+0xc8/0xd4&lt;BR /&gt;show_stack+0x20/0x30&lt;BR /&gt;dump_stack_lvl+0x6c/0x88&lt;BR /&gt;dump_stack+0x18/0x34&lt;BR /&gt;panic+0x17c/0x338&lt;BR /&gt;__show_regs+0x0/0x354&lt;BR /&gt;call_on_irq_stack+0x24/0x54&lt;BR /&gt;do_interrupt_handler+0x88/0x90&lt;BR /&gt;el1_interrupt+0x34/0x6c&lt;BR /&gt;el1h_64_fiq_handler+0x18/0x24&lt;BR /&gt;el1h_64_fiq+0x64/0x68&lt;BR /&gt;arch_cpu_idle+0x18/0x2c&lt;BR /&gt;default_idle_call+0x74/0x190&lt;BR /&gt;do_idle+0x214/0x280&lt;BR /&gt;cpu_startup_entry+0x30/0x34&lt;BR /&gt;rest_init+0xf8/0x100&lt;BR /&gt;arch_post_acpi_subsys_init+0x0/0x28&lt;BR /&gt;start_kernel+0x6d4/0x714&lt;BR /&gt;__primary_switched+0xb4/0xbc&lt;BR /&gt;SMP: stopping secondary CPUs&lt;BR /&gt;Kernel Offset: disabled&lt;BR /&gt;CPU features: 0x40000,00800084,0000420b&lt;BR /&gt;Memory Limit: none&lt;BR /&gt;---[ end Kernel panic - not syncing: FIQ taken without a root FIQ handler ]---&lt;BR /&gt;Kernel panic - not syncing: FIQ taken without a root FIQ handler&lt;BR /&gt;Kernel Offset: disabled&lt;BR /&gt;CPU features: 0x40000,00800084,0000420b&lt;BR /&gt;Memory Limit: none&lt;BR /&gt;---[ end Kernel panic - not syncing: FIQ taken without a root FIQ handler ]---&lt;BR /&gt;Kernel panic - not syncing: FIQ taken without a root FIQ handler&lt;BR /&gt;Kernel Offset: disabled&lt;BR /&gt;CPU features: 0x40000,00800084,0000420b&lt;BR /&gt;Memory Limit: none&lt;BR /&gt;---[ end Kernel panic - not syncing: FIQ taken without a root FIQ handler ]---&lt;BR /&gt;Kernel panic - not syncing: FIQ taken without a root FIQ handler&lt;BR /&gt;Kernel Offset: disabled&lt;BR /&gt;CPU features: 0x40000,00800084,0000420b&lt;BR /&gt;Memory Limit: none&lt;BR /&gt;---[ end Kernel panic - not syncing: FIQ taken without a root FIQ handler ]---&lt;BR /&gt;Kernel panic - not syncing: FIQ taken without a root FIQ handler&lt;BR /&gt;Kernel Offset: disabled&lt;BR /&gt;CPU features: 0x40000,00800084,0000420b&lt;BR /&gt;Memory Limit: none&lt;BR /&gt;---[ end Kernel panic - not syncing: FIQ taken without a root FIQ handler ]---&lt;BR /&gt;Kernel panic - not syncing: FIQ taken without a root FIQ handler&lt;BR /&gt;Kernel Offset: disabled&lt;BR /&gt;CPU features: 0x40000,00800084,0000420b&lt;BR /&gt;Memory Limit: none&lt;BR /&gt;---[ end Kernel panic - not syncing: FIQ taken without a root FIQ handler ]---&lt;BR /&gt;Kernel panic - not syncing: FIQ taken without a root FIQ handler&lt;BR /&gt;Kernel Offset: disabled&lt;BR /&gt;CPU features: 0x40000,00800084,0000420b&lt;BR /&gt;Memory Limit: none&lt;BR /&gt;---[ end Kernel panic - not syncing: FIQ taken without a root FIQ handler ]---&lt;BR /&gt;Kernel panic - not syncing: FIQ taken without a root FIQ handler&lt;BR /&gt;Kernel Offset: disabled&lt;BR /&gt;CPU features: 0x40000,00800084,0000420b&lt;BR /&gt;Memory Limit: none&lt;BR /&gt;---[ end Kernel panic - not syncing: FIQ taken without a root FIQ handler ]---&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would you please help to check the issues above and give a fix or workaround?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Zhantao&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2023 03:26:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/IPCF-v4-8-multi-instance-affects-S32G-board-functions-RDB2/m-p/1685330#M4072</guid>
      <dc:creator>hittzt</dc:creator>
      <dc:date>2023-07-11T03:26:48Z</dc:date>
    </item>
    <item>
      <title>Re: IPCF v4.8 multi-instance affects S32G board functions(RDB2 bootup fail and RDB3 panic)</title>
      <link>https://community.nxp.com/t5/S32G/IPCF-v4-8-multi-instance-affects-S32G-board-functions-RDB2/m-p/1685952#M4085</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;At this moment, BSP36.0 seems to have a bug on this regard. The multi-instance example does not work under this version. The recommendation from our internal team is to use BSP35.0 in the meantime.&lt;/P&gt;
&lt;P&gt;This only applies to multi-instance, since single-instance seems to be working. We do apologize.&lt;/P&gt;
&lt;P&gt;Please, let us know.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2023 18:35:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/IPCF-v4-8-multi-instance-affects-S32G-board-functions-RDB2/m-p/1685952#M4085</guid>
      <dc:creator>Daniel-Aguirre</dc:creator>
      <dc:date>2023-07-11T18:35:13Z</dc:date>
    </item>
    <item>
      <title>Re: IPCF v4.8 multi-instance affects S32G board functions(RDB2 bootup fail and RDB3 panic)</title>
      <link>https://community.nxp.com/t5/S32G/IPCF-v4-8-multi-instance-affects-S32G-board-functions-RDB2/m-p/1686119#M4090</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;OK, got it.&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;I notice that, SDK BSP37 has been released, is this issue fixed in BSP37 release?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Zhantao&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2023 02:10:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/IPCF-v4-8-multi-instance-affects-S32G-board-functions-RDB2/m-p/1686119#M4090</guid>
      <dc:creator>hittzt</dc:creator>
      <dc:date>2023-07-12T02:10:08Z</dc:date>
    </item>
    <item>
      <title>Re: IPCF v4.8 multi-instance affects S32G board functions(RDB2 bootup fail and RDB3 panic)</title>
      <link>https://community.nxp.com/t5/S32G/IPCF-v4-8-multi-instance-affects-S32G-board-functions-RDB2/m-p/1686793#M4104</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;From what the internal team has told us, BSP37 seems to still have this bug. We do apologize.&lt;/P&gt;&lt;P&gt;Please, let us know.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2023 16:41:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/IPCF-v4-8-multi-instance-affects-S32G-board-functions-RDB2/m-p/1686793#M4104</guid>
      <dc:creator>Daniel-Aguirre</dc:creator>
      <dc:date>2023-07-12T16:41:23Z</dc:date>
    </item>
    <item>
      <title>Re: IPCF v4.8 multi-instance affects S32G board functions(RDB2 bootup fail and RDB3 panic)</title>
      <link>https://community.nxp.com/t5/S32G/IPCF-v4-8-multi-instance-affects-S32G-board-functions-RDB2/m-p/1761605#M5396</link>
      <description>&lt;P&gt;Hello Daniel,&lt;/P&gt;&lt;P&gt;Just want to confirm what's the bug of BSP36+IPCF 4.8.0.&lt;/P&gt;&lt;P&gt;Because we use this software combination and encoutner the IPCF forwarding problem.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Nov 2023 06:11:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/IPCF-v4-8-multi-instance-affects-S32G-board-functions-RDB2/m-p/1761605#M5396</guid>
      <dc:creator>Shenghao</dc:creator>
      <dc:date>2023-11-22T06:11:56Z</dc:date>
    </item>
    <item>
      <title>Re: IPCF v4.8 multi-instance affects S32G board functions(RDB2 bootup fail and RDB3 panic)</title>
      <link>https://community.nxp.com/t5/S32G/IPCF-v4-8-multi-instance-affects-S32G-board-functions-RDB2/m-p/1782201#M5607</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have met the same issue in RDB2.&lt;/P&gt;&lt;P&gt;Is the issue resolve or any workaround?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Allen&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jan 2024 09:28:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/IPCF-v4-8-multi-instance-affects-S32G-board-functions-RDB2/m-p/1782201#M5607</guid>
      <dc:creator>Allen_Cheng</dc:creator>
      <dc:date>2024-01-03T09:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: IPCF v4.8 multi-instance affects S32G board functions(RDB2 bootup fail and RDB3 panic)</title>
      <link>https://community.nxp.com/t5/S32G/IPCF-v4-8-multi-instance-affects-S32G-board-functions-RDB2/m-p/1793972#M5762</link>
      <description>&lt;P&gt;Hi Daniel&lt;/P&gt;&lt;P&gt;We are now at BSP39 (&lt;A href="https://github.com/nxp-auto-linux/linux/tree/release/bsp39.0-5.15.129-rt" target="_blank"&gt;https://github.com/nxp-auto-linux/linux/tree/release/bsp39.0-5.15.129-rt&lt;/A&gt;), do you think this issue will be solved in that BSP?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jan 2024 16:30:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/IPCF-v4-8-multi-instance-affects-S32G-board-functions-RDB2/m-p/1793972#M5762</guid>
      <dc:creator>bgarcia</dc:creator>
      <dc:date>2024-01-23T16:30:57Z</dc:date>
    </item>
  </channel>
</rss>

