zephyrproject-rtos / zephyr

Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
https://docs.zephyrproject.org
Apache License 2.0
10.6k stars 6.49k forks source link

samples: drivers: mbox and ipc: fails as nrf54l15dk #79185

Open nordic-piks opened 2 days ago

nordic-piks commented 2 days ago

Describe the bug Tests fails:

Observed for nrf54l15dk/nrf54l15/cpuapp.

To Reproduce

Steps to reproduce the behavior:

  1. have nrf54l15dk/nrf54l15/cpuapp connected
  2. go to your zephyr dir
  3. call ./scripts/twister -T samples/subsys/ipc -p nrf54l15dk/nrf54l15/cpuapp --device-testing --device-serial /dev/ttyACM0 -v --inline-logs
  4. See console output with error

Impact Not clear

Example log from samples/subsys/ipc/ipc_service/icmsg/sample.ipc.icmsg.nrf54l15_remote_no_multithreading Logs and console output

*** Booting Zephyr OS build v3.7.0-3563-g24851026064d ***
[00:00:00.432,289] <inf> host: IPC-service HOST demo started

Environment (please complete the following information):

nordic-piks commented 2 days ago

Triaged internally