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.52k stars 6.45k forks source link

samples: hello_world: mimxrt685_evk_cm33: all application boot fails #77851

Open hakehuang opened 2 weeks ago

hakehuang commented 2 weeks ago

Describe the bug

A clear and concise description of what the bug is.

Please also mention any information which could help others to understand the problem you're facing:

b8466e0c951b8a159ed0a0465ed831497668197b is the first bad commit
commit b8466e0c951b8a159ed0a0465ed831497668197b
Author: Vit Stanicek <vit.stanicek@nxp.com>
Date:   Mon Aug 5 10:40:04 2024 +0200

    boards: mimxrt685_evk/mimxrt685s/cm33: Enable DMIC

    Enable DMIC clock in soc.c - attach to chip's audio PLL. Add pinmux
    definitions for the DMIC peripheral. Add nodes to SoC's device tree for
    the DMIC peripheral and its audio channels. Configure the DMIC
    peripheral in board's device tree to enable audio capture.

    Signed-off-by: Vit Stanicek <vit.stanicek@nxp.com>

 .../nxp/mimxrt685_evk/mimxrt685_evk-pinctrl.dtsi   | 10 ++++
 .../mimxrt685_evk_mimxrt685s_cm33.dts              | 27 ++++++++-
 dts/arm/nxp/nxp_rt6xx_common.dtsi                  | 66 ++++++++++++++++++++++
 soc/nxp/imxrt/imxrt6xx/cm33/soc.c                  | 12 ++++
 4 files changed, 114 insertions(+), 1 deletion(-)

To Reproduce

scripts/twister --device-testing --hardware-map /home/ubuntu/nxp/mimxrt685_evk/map.yaml -T samples/hello_world/

Expected behavior

test pass

Impact

mimxrt685_evk_cm33 boards

Logs and console output

no console output for any applications

Environment (please complete the following information):

mmahadevan108 commented 21 hours ago

@hakehuang, can this be closed?