Péter Ujfalusi

Results 272 comments of Péter Ujfalusi

The firmware likely crashed: `Host IPC initiator: 0x93020003|0x0|0x0, target: 0x0|0x0|0x0, ctl: 0x3` The kernel can not do much about this.

@keqiaozhang, that's OK, but the kernel still can not do much about. The firmware likely crashed as it is not even acked the message. A DSP power off / on...

@keqiaozhang, this can not be IMR boot since the final failure is after the third iteration. If there were IMR boot involved then we would have seen a failed IMR...

The logger and dmesg logs are out of sync. logger.txt have `INFO ipc: new cmd 0x90040000` which is a dtrace filter update, but there is no such a message sent...

From the log for: https://sof-ci.sh.intel.com/#/result/planresultdetail/13499?model=ADLP_GMB_I2S_ZEPHYR&testcase=check-kmod-load-unload-after-playback-5 After module load the DSP is booted, firmware is downloaded, we receive the FW_READY message and the first IPC (GLB_TRACE_MSG:DMA_PARAMS_EXT) times out. Since a timeout...

@plbossart, @marc-hb, the ``` [ 359.860161] kernel: max98390 i2c-MX98390:00: ret=-108, Failed to read: 0x24FF [ 359.864846] kernel: max98390 i2c-MX98390:01: ret=-108, Failed to read: 0x24FF ... [ 360.046566] kernel: snd_sof:snd_sof_load_firmware_raw: sof-audio-pci-intel-tgl...

> Thanks @maymic > > We have a conceptual bug in our driver that I never realized: We can only get the firmware version if it boots, as a result...

@maymic, can you also check the suggestions made in https://github.com/thesofproject/linux/issues/3462#issuecomment-1054417912 and add the `sof-dyndbg.conf` so we can see more information, like loaded firmware version. The kernel version is still on...

imx build fail with `error: 'alias_mask' not found` ?

@dbaluta, @LaurentiuM1234, should we move the call to stream_reset() where we call dma_config() ?