原因还是 播放视频导致芯片温度过高。用IMX6播放720P测试芯片温度竟然能叨叨81度,一般是七十多度。晚点加上散热片测试。
下面是搜的两篇有关的文章。
https://github.com/rabeeh/android-imx6-kitkat/blob/master/device/fsl.git/0256-ENGR00283505-fix-HDMI-display-lost-issue-when-chip-t.patch
复制代码
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33From ec7220afdcf2c0bbf9a8cd31ee4fdcd3684564de Mon Sep 17 00:00:00 2001 From: Richard Liu <r66033@freescale.com> Date: Tue, 15 Oct 2013 16:44:18 +0800 Subject: [PATCH 256/310] ENGR00283505 fix HDMI display lost issue when chip too hot HDMI display lost when do long time 1080p recording, root cause is IPU report error when chip too hot and gpu downgrade clock to 1/64, fix by set the minimum gpu 3D clock to 3/64. IPU error log: W/imx6.gralloc( 2360): FBIOPAN_DISPLAY failed: Connection timed out mxc_sdc_fb mxc_sdc_fb.0: timeout when waiting for flip irq Signed-off-by: Richard Liu <r66033@freescale.com> --- imx6/etc/init.rc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/imx6/etc/init.rc b/imx6/etc/init.rc index 750b868..2ccded6 100755 --- a/imx6/etc/init.rc +++ b/imx6/etc/init.rc @@ -414,6 +414,9 @@ on boot # Enable adb security for JB4.2.2 setprop ro.adb.secure 1 +# Set GPU 3D minimum clock to 3/64 + write /sys/module/galcore/parameters/gpu3DMinClock 3 + # set this to not let jni check crash, just warnning message. setprop dalvik.vm.jniopts warnonly -- 1.8.0
https://community.freescale.com/message/378788#378788

最后
以上就是迅速钢笔最近收集整理的关于IMX6 长时间播放1080P 中途停止的全部内容,更多相关IMX6内容请搜索靠谱客的其他文章。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复