2326
- 收藏
- 点赞
- 分享
- 举报
【求助】Hi3531d的IT6801初始化问题
HDMI转BT1120,采用IT6801fn芯片,海思3531d系统上,初始化it6801出现问题。请高手出手相助
自写的初始化脚本如下(也不知这样对不对)
#! /bin/sh
i2c_write 0 0x90 0x0f 0x00 1 1
i2c_write 0 0x90 0x10 0x08 1 1
i2c_write 0 0x90 0x10 0x17 1 1
i2c_write 0 0x90 0x11 0x1f 1 1
i2c_write 0 0x90 0x18 0x1f 1 1
i2c_write 0 0x90 0x12 0xf8 1 1
i2c_write 0 0x90 0x10 0x10 1 1
i2c_write 0 0x90 0x11 0xa0 1 1
i2c_write 0 0x90 0x18 0xa0 1 1
i2c_write 0 0x90 0x12 0x00 1 1
i2c_write 0 0x90 0x0f 0x01 1 1
i2c_write 0 0x90 0xc0 0x00 1 1
i2c_write 0 0x90 0x0f 0x00 1 1
i2c_write 0 0x90 0x17 0x80 1 1
i2c_write 0 0x90 0x1e 0x00 1 1
i2c_write 0 0x90 0x0e 0xff 1 1
i2c_write 0 0x90 0x86 0xc9 1 1
i2c_write 0 0x90 0x16 0x08 1 1
i2c_write 0 0x90 0x1d 0x08 1 1
i2c_write 0 0x90 0x2b 0x07 1 1
i2c_write 0 0x90 0x31 0x2c 1 1
i2c_write 0 0x90 0x34 0xe1 1 1
i2c_write 0 0x90 0x35 0x01 1 1
i2c_write 0 0x90 0x54 0x09 1 1
i2c_write 0 0x90 0x6a 0x81 1 1
i2c_write 0 0x90 0x74 0xa0 1 1
i2c_write 0 0x90 0x50 0x12 1 1
i2c_write 0 0x90 0x65 0x08 1 1
i2c_write 0 0x90 0x7a 0x80 1 1
i2c_write 0 0x90 0x85 0x02 1 1
i2c_write 0 0x90 0xc0 0x00 1 1
i2c_write 0 0x90 0x87 0xa9 1 1
i2c_write 0 0x90 0x71 0x00 1 1
i2c_write 0 0x90 0x37 0x88 1 1
i2c_write 0 0x90 0x4d 0x88 1 1
i2c_write 0 0x90 0x67 0x00 1 1
i2c_write 0 0x90 0x7a 0x70 1 1
i2c_write 0 0x90 0x7e 0x00 1 1
i2c_write 0 0x90 0x52 0x20 1 1
i2c_write 0 0x90 0x53 0x40 1 1
i2c_write 0 0x90 0x58 0xab 1 1
i2c_write 0 0x90 0x59 0xaa 1 1
i2c_write 0 0x90 0x0f 0x01 1 1
i2c_write 0 0x90 0xbc 0x06 1 1
i2c_write 0 0x90 0xb5 0x03 1 1
i2c_write 0 0x90 0xb6 0x00 1 1
i2c_write 0 0x90 0xb1 0x20 1 1
i2c_write 0 0x90 0xb2 0x01 1 1
i2c_write 0 0x90 0x0f 0x00 1 1
i2c_write 0 0x90 0x25 0x1f 1 1
i2c_write 0 0x90 0x3d 0x1f 1 1
i2c_write 0 0x90 0x27 0x1f 1 1
i2c_write 0 0x90 0x28 0x1f 1 1
i2c_write 0 0x90 0x29 0x1f 1 1
i2c_write 0 0x90 0x3f 0x1f 1 1
i2c_write 0 0x90 0x40 0x1f 1 1
i2c_write 0 0x90 0x41 0x1f 1 1
i2c_write 0 0x90 0x22 0x00 1 1
i2c_write 0 0x90 0x26 0x00 1 1
i2c_write 0 0x90 0x3a 0x00 1 1
i2c_write 0 0x90 0x3e 0x00 1 1
i2c_write 0 0x90 0x20 0x3f 1 1
i2c_write 0 0x90 0x38 0x3f 1 1
自写的初始化脚本如下(也不知这样对不对)
#! /bin/sh
i2c_write 0 0x90 0x0f 0x00 1 1
i2c_write 0 0x90 0x10 0x08 1 1
i2c_write 0 0x90 0x10 0x17 1 1
i2c_write 0 0x90 0x11 0x1f 1 1
i2c_write 0 0x90 0x18 0x1f 1 1
i2c_write 0 0x90 0x12 0xf8 1 1
i2c_write 0 0x90 0x10 0x10 1 1
i2c_write 0 0x90 0x11 0xa0 1 1
i2c_write 0 0x90 0x18 0xa0 1 1
i2c_write 0 0x90 0x12 0x00 1 1
i2c_write 0 0x90 0x0f 0x01 1 1
i2c_write 0 0x90 0xc0 0x00 1 1
i2c_write 0 0x90 0x0f 0x00 1 1
i2c_write 0 0x90 0x17 0x80 1 1
i2c_write 0 0x90 0x1e 0x00 1 1
i2c_write 0 0x90 0x0e 0xff 1 1
i2c_write 0 0x90 0x86 0xc9 1 1
i2c_write 0 0x90 0x16 0x08 1 1
i2c_write 0 0x90 0x1d 0x08 1 1
i2c_write 0 0x90 0x2b 0x07 1 1
i2c_write 0 0x90 0x31 0x2c 1 1
i2c_write 0 0x90 0x34 0xe1 1 1
i2c_write 0 0x90 0x35 0x01 1 1
i2c_write 0 0x90 0x54 0x09 1 1
i2c_write 0 0x90 0x6a 0x81 1 1
i2c_write 0 0x90 0x74 0xa0 1 1
i2c_write 0 0x90 0x50 0x12 1 1
i2c_write 0 0x90 0x65 0x08 1 1
i2c_write 0 0x90 0x7a 0x80 1 1
i2c_write 0 0x90 0x85 0x02 1 1
i2c_write 0 0x90 0xc0 0x00 1 1
i2c_write 0 0x90 0x87 0xa9 1 1
i2c_write 0 0x90 0x71 0x00 1 1
i2c_write 0 0x90 0x37 0x88 1 1
i2c_write 0 0x90 0x4d 0x88 1 1
i2c_write 0 0x90 0x67 0x00 1 1
i2c_write 0 0x90 0x7a 0x70 1 1
i2c_write 0 0x90 0x7e 0x00 1 1
i2c_write 0 0x90 0x52 0x20 1 1
i2c_write 0 0x90 0x53 0x40 1 1
i2c_write 0 0x90 0x58 0xab 1 1
i2c_write 0 0x90 0x59 0xaa 1 1
i2c_write 0 0x90 0x0f 0x01 1 1
i2c_write 0 0x90 0xbc 0x06 1 1
i2c_write 0 0x90 0xb5 0x03 1 1
i2c_write 0 0x90 0xb6 0x00 1 1
i2c_write 0 0x90 0xb1 0x20 1 1
i2c_write 0 0x90 0xb2 0x01 1 1
i2c_write 0 0x90 0x0f 0x00 1 1
i2c_write 0 0x90 0x25 0x1f 1 1
i2c_write 0 0x90 0x3d 0x1f 1 1
i2c_write 0 0x90 0x27 0x1f 1 1
i2c_write 0 0x90 0x28 0x1f 1 1
i2c_write 0 0x90 0x29 0x1f 1 1
i2c_write 0 0x90 0x3f 0x1f 1 1
i2c_write 0 0x90 0x40 0x1f 1 1
i2c_write 0 0x90 0x41 0x1f 1 1
i2c_write 0 0x90 0x22 0x00 1 1
i2c_write 0 0x90 0x26 0x00 1 1
i2c_write 0 0x90 0x3a 0x00 1 1
i2c_write 0 0x90 0x3e 0x00 1 1
i2c_write 0 0x90 0x20 0x3f 1 1
i2c_write 0 0x90 0x38 0x3f 1 1
我来回答
回答0个
时间排序
认可量排序
暂无数据
或将文件直接拖到这里
悬赏:
E币
网盘
* 网盘链接:
* 提取码:
悬赏:
E币
Markdown 语法
- 加粗**内容**
- 斜体*内容*
- 删除线~~内容~~
- 引用> 引用内容
- 代码`代码`
- 代码块```编程语言↵代码```
- 链接[链接标题](url)
- 无序列表- 内容
- 有序列表1. 内容
- 缩进内容
- 图片![alt](url)
相关问答
-
2015-06-16 10:53:32
-
2016-06-14 23:57:07
-
2018-10-10 16:24:02
-
2018-07-29 20:23:23
-
2015-03-14 15:03:06
-
2019-08-29 09:37:01
-
2021-03-18 19:48:30
-
2020-07-31 17:16:33
-
2016-10-17 11:43:55
-
2017-09-29 16:43:25
-
2020-06-13 12:20:03
-
2019-08-22 10:32:47
-
2017-07-19 18:03:09
-
2016-03-21 16:08:03
-
2022-12-27 18:27:18
-
2019-07-15 16:27:06
-
2018-10-12 13:31:57
-
2017-01-12 19:58:05
-
2008-08-02 16:47:25
无更多相似问答 去提问
点击登录
-- 积分
-- E币
提问
—
收益
—
被采纳
—
我要提问
切换马甲
上一页
下一页
悬赏问答
-
50如何获取vpss chn的图像修改后发送至vo
-
5FPGA通过Bt1120传YUV422数据过来,vi接收不到数据——3516dv500
-
50SS928 运行PQtools 拼接 推到设备里有一半画面会异常
-
53536AV100的sample_vdec输出到CVBS显示
-
10海思板子mpp怎么在vi阶段改变视频数据尺寸
-
10HI3559AV100 多摄像头同步模式
-
9海思ss928单路摄像头vio中加入opencv处理并显示
-
10EB-RV1126-BC-191板子运行自己编码的程序
-
10求HI3519DV500_SDK_V2.0.1.1
-
5有偿求HI3516DV500 + OV5647驱动
举报反馈
举报类型
- 内容涉黄/赌/毒
- 内容侵权/抄袭
- 政治相关
- 涉嫌广告
- 侮辱谩骂
- 其他
详细说明
提醒
你的问题还没有最佳答案,是否结题,结题后将扣除20%的悬赏金
取消
确认
提醒
你的问题还没有最佳答案,是否结题,结题后将根据回答情况扣除相应悬赏金(1回答=1E币)
取消
确认