AndreHeinemans-NXP opened a new issue, #18346: URL: https://github.com/apache/nuttx/issues/18346
### Description / Steps to reproduce the issue The rpmsg features on imx95-evk:rpmsg stopped working after the rpmsg rewrite. This DEBUGASSERT triggers and it seems it requires VIRTIO_RPMSG_F_CPUNAME which the remote does not support. ``` imx9_mu_interrupt: MU irq=223, SR=0x00c0, RSR=0x0002, GSR=0x0000 imx9_mu_callback: Rptun interrupt id=1, vqid=0 dump_assert_info: Current Version: NuttX 12.12.0 f6dbe0a888-dirty Feb 3 2026 16:50:01 arm dump_assert_info: Assertion failed virtio_has_feature(vdev, 3): at file: rpmsg/rpmsg_virtio.c:642 task: rptun process: Kernel 0x90035ca1 ``` Not supporting VIRTIO_RPMSG_F_CPUNAME was no problem before the rewrite. So currently the rpmsg features are broken for the imx95-evk. I suspect the verdin-mx8mp:rpmsg is also subjected to this. ### On which OS does this issue occur? [OS: Linux] ### What is the version of your OS? Ubuntu 22.04.5 ### NuttX Version master ### Issue Architecture [Arch: arm] ### Issue Area [Area: Other] ### Host information _No response_ ### Verification - [x] I have verified before submitting the report. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
