8MIC-RPI-MX8 no sound Hardknott-5.10.52

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

8MIC-RPI-MX8 no sound Hardknott-5.10.52

ソリューションへジャンプ
841件の閲覧回数
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 解決策
826件の閲覧回数
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 返答(返信)
827件の閲覧回数
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 件の賞賛
返信
820件の閲覧回数
Antares
Contributor II

Hi Aldo,

 

I missed this information, it solved my issue.

Thank you very much for the help !

 

Best regards,

Loic