FSL-SSI duplex communication: system freeze

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

FSL-SSI duplex communication: system freeze

1,124 次查看
sharvari
Contributor I

Hello,

I am working on imx6q sabre auto based board. I use kernel linux-imx4.1.15  with yocto rootfs of krogoth branch. I am using fsl-ssi interface for mic and playback using codec. I modified the ssi driver to work in i2s mode.  Individual aplay and arecord commands work perfectly.

Now i use aplay on ssi device and keep aplay running. Then arecord is used to capture mic data. After that, i stop arecord and run it again after some time. In backgroung aplay is strill running. Now when arecord runs again, system completely freezes and i dont get any playback sound from aplay also. After some 20sec, i get rcu error as follows:

NFO: rcu_preempt detected stalls on CPUs/tasks: { 1} (detected by 0, t=2102 jiffies, g=3869, c=3868, q=54)
rcu_preempt kthread starved for 2101 jiffies!
INFO: rcu_preempt self-detected stall on CPU { 0} (t=2100 jiffies g=3870 c=3869 q=54)
rcu_preempt kthread starved for 2100 jiffies!
INFO: rcu_preempt self-detected stall on CPU { 0} (t=8403 jiffies g=3870 c=3869 q=55)
rcu_preempt kthread starved for 8403 jiffies!
INFO: rcu_preempt self-detected stall on CPU { 0} (t=14706 jiffies g=3870 c=3869 q=55)
rcu_preempt kthread starved for 14706 jiffies!

aplay and arecord commands used are as follows:

aplay -D ssi1 -f S16_LE -r 48000 -c 2 -t wav /meta/sine_48.wav &

 

arecord -D ssi1 -f S16_LE -r 48000 -c 2 -t wav /meta/mic_in_1.wav &

killall arecord

 

arecord -D mic_in -f S16_LE -r 48000 -c 2 -t wav /meta/mic_in_1.wav &

What can be the possible problem here? Why is the system freezing on second arecord(capture)?

-Sharvari Harisangam

标签 (3)
0 项奖励
3 回复数

766 次查看
igorpadykov
NXP Employee
NXP Employee

Hi sharvari

as described on below link kill may not remove process

command line - "kill <PID>" not really killing the process, why? - Ask Ubuntu 

so one can try to debug it more, using for example

AN4553 Using Open Source Debugging Tools for Linux on i.MX
http://www.nxp.com/assets/documents/data/en/application-notes/AN4553.pdf

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 项奖励

766 次查看
sharvari
Contributor I

Hello igor,

I have confirmed that first arecord process was successfully killed and it is no more in the RAM. I tried with gdb, strace .

But I dont see any failure message before system freeze.

Is there any possiblity that ssi is causing system to freeze?

0 项奖励

766 次查看
igorpadykov
NXP Employee
NXP Employee

Hi sharvari

could you try attached fix.

Best regards
igor

0 项奖励