8MIC-RPI-MX8 no sound Hardknott-5.10.52

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

8MIC-RPI-MX8 no sound Hardknott-5.10.52

跳至解决方案
759 次查看
Antares
Contributor II

Hello,

 

I am using a imx8mmevk with a 8mic-rpi-mx8 microphone array. I was able to record audio data using zeus-5.4.70 and gatesgarth-5.10.9.

 

But now hardknott-5.10.52 is available, I would like to update my current board and I am not able to record audio data.

I am using the same fdt_file as before (imx8mm-evk-8mic-revE.dtb) with the same microphone and same evalution kit. Audio playback is still working while Capture is generating empty files.

 

Do you know if anything related to the 8MIC-RPI-MX8 changed on the imx-linux-hardknott branch ?

 

Best regards,

Loic

 

0 项奖励
回复
1 解答
744 次查看
AldoG
NXP TechSupport
NXP TechSupport

Hello,

Please note that the way to select the device tree in recent releases has changed, previously you'll have to set/edit fdt_file env variable, now the env variable name is fdtfile.

Please try this at uboot level:

> setenv fdtfile imx8mm-evk-8mic-revE.dts

> saveenv

This should select the device tree for the 8MIC-RPI-MX8 board.

Best regards,
Aldo.

在原帖中查看解决方案

0 项奖励
回复
2 回复数
745 次查看
AldoG
NXP TechSupport
NXP TechSupport

Hello,

Please note that the way to select the device tree in recent releases has changed, previously you'll have to set/edit fdt_file env variable, now the env variable name is fdtfile.

Please try this at uboot level:

> setenv fdtfile imx8mm-evk-8mic-revE.dts

> saveenv

This should select the device tree for the 8MIC-RPI-MX8 board.

Best regards,
Aldo.

0 项奖励
回复
738 次查看
Antares
Contributor II

Hi Aldo,

 

I missed this information, it solved my issue.

Thank you very much for the help !

 

Best regards,

Loic