专栏底层软件rx0直接连接一个ov x 8b摄像头,配置的fps是30,但是摄像头输出的fps是6

rx0直接连接一个ov x 8b摄像头,配置的fps是30,但是摄像头输出的fps是6

已解决
szc2024-09-30
64
15

用户您好,请详细描述您所遇到的问题,详细的描述有助于帮助我们快速定位,解决问题~Thanks♪(・ω・)ノ

1. 硬件获取渠道及型号:

立昇智能科技提供的J5 SOM EDK

2. 系统镜像版本:

root@j5dvb:~# cat /etc/version

mipi@mipi debug 20231219-124328

3. 问题模块:

vpm

4. 问题描述:

为了避开敏感词汇, ov x 8b 中间加了空格

rx0直接连接一个ov x 8b摄像头,配置的fps是30,但是摄像头输出的fps是6

另外图像是绿色的。

执行2个官方提供的用例,输出的fps都是6,不是30,用例如下:

sh vio_test_case.sh sen_cim_isp0_pym0_4k_ov x 8b

cd /app/bin/tuning_tool

root@j5dvb:/app/bin/tuning_tool# sh run_tuning.sh

>> please select item by 1-6:

 @ 1 - AR0233_RGGB

  2 - AR0820_RCCB

  3 - AR0820_RGGB

  4 - Feedback

  5 - OV X 3C_RGGB

  6 - OV X 8B_RGGB

-> 6

>> please select module by 1-3:

 @ 1 - Pwl12_PH_Fov120

  2 - Pwl12_SN_Fov120

  3 - Pwl12_SN_Fov30

->1

logcat日志中有下面的打印,是ov x 8b lib的打印,但是内核中没有看到ov x 8b的代码,只有 libov x 8b.so

I/    ( 1616): [428.227356][ov x 8b]:HMAX = 5032, VMAX = 1126, width = 3840, height = 2160, lines_per_second = 6756, xclk = 24, fps = 6.000672

请帮忙看下怎么配置才能输出30 fps和不是绿色图像。

摄像头是从森云买的。具体型号是

SG8-O X 08bc-MIPI

SN: H120S1A-F11230543

测试用例的具体配置,和详细log,参见附件。

5. 示例代码:

6. log文件(目前暂不支持附件上传,请通过百度网盘上传后贴链接):

附件:
底层软件
征程5
评论2
0/1000
  • 费小财
    Lv.5

    n配置是你自己改过的吗 config_index 为啥设置为4的

    2024-09-30
    0
    7
    • szc回复费小财:

      config_index 原来是516,执行效果也是6fps和绿色。怀疑和config_index相关,改成其他的值试试。但是结果是一样的。

      2024-09-30
      0
    • 费小财回复szc:

      0--你试试看 或者512

      2024-09-30
      0
    • szc回复szc:

      config_index 516 log

      I/    ( 2335): [197.938599][ISP]:[isp_entity_init][297]Pipe(0) hw_id = 0, set isp_dev_sched_mode 2

      I/    ( 2335): [197.945297][ISP]:[isp_entity_init][307]Pipe(0) isp algo init done.

      I/    ( 2335): [197.945328][ISP]:[isp_entity_init][310]Pipe(0) isp entity init done.

      I/    ( 2335): [197.956070][GDC]:[gdc_calc_buf_size][371]Gdc cfg In(1920x1080)buf alloc adjust(1920x1088)size: y(2088960)total(3133440)

      I/    ( 2335): [197.956085][VPM buf mgr]:[buffer_mgr_create][149]mgr create done. pipeline_id = 0, buffer_type = 12

      I/    ( 2335): [197.956131][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      I/    ( 2335): [197.956848][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3133440) fd (46) vaddr 0xffff7fa47000 paddr = 1029df000

      I/    ( 2335): [197.957108][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      I/    ( 2335): [197.957657][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3133440) fd (47) vaddr 0xffff7f74a000 paddr = 102cdc000

      I/    ( 2335): [197.957886][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      I/    ( 2335): [197.958466][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3133440) fd (48) vaddr 0xffff7f44d000 paddr = 102fd9000

      I/    ( 2335): [197.958694][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      I/    ( 2335): [197.959244][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3133440) fd (49) vaddr 0xffff7f150000 paddr = 1032d6000

      I/    ( 2335): [197.959488][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      I/    ( 2335): [197.960114][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3133440) fd (50) vaddr 0xffff7ee53000 paddr = 1035d3000

      I/    ( 2335): [197.960358][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      I/    ( 2335): [197.960892][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3133440) fd (51) vaddr 0xffff7eb56000 paddr = 1038d0000

      I/    ( 2335): [197.961121][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      I/    ( 2335): [197.961685][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3133440) fd (52) vaddr 0xffff7e859000 paddr = 103bcd000

      I/    ( 2335): [197.961899][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      I/    ( 2335): [197.962463][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3133440) fd (53) vaddr 0xffff7e55c000 paddr = 103eca000

      I/    ( 2335): [197.962692][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      I/    ( 2335): [197.963226][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3133440) fd (54) vaddr 0xffff7e25f000 paddr = 1041c7000

      I/    ( 2335): [197.963470][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      I/    ( 2335): [197.964066][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3133440) fd (55) vaddr 0xffff7df62000 paddr = 1044c4000

      I/    ( 2335): [197.964294][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      I/    ( 2335): [197.964859][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3133440) fd (56) vaddr 0xffff7dc65000 paddr = 1047c1000

      I/    ( 2335): [197.965088][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      I/    ( 2335): [197.965652][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3133440) fd (57) vaddr 0xffff7d968000 paddr = 104abe000

      I/    ( 2335): [197.965866][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      I/    ( 2335): [197.966431][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3133440) fd (58) vaddr 0xffff7d66b000 paddr = 104dbb000

      I/    ( 2335): [197.966660][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      I/    ( 2335): [197.967194][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3133440) fd (59) vaddr 0xffff7d36e000 paddr = 1050b8000

      I/    ( 2335): [197.967422][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      I/    ( 2335): [197.967972][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3133440) fd (60) vaddr 0xffff7d071000 paddr = 1053b5000

      I/    ( 2335): [197.968231][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      I/    ( 2335): [197.968781][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3133440) fd (61) vaddr 0xffff7cd74000 paddr = 1056b2000

      I/    ( 2335): [197.969009][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      I/    ( 2335): [197.969574][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3133440) fd (62) vaddr 0xffff7ca77000 paddr = 1059af000

      I/    ( 2335): [197.969788][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      I/    ( 2335): [197.970337][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3133440) fd (63) vaddr 0xffff7c77a000 paddr = 105cac000

      I/    ( 2335): [197.970566][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      I/    ( 2335): [197.984085][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3133440) fd (64) vaddr 0xffff7c47d000 paddr = 105fa9000

      I/    ( 2335): [197.984299][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      I/    ( 2335): [197.984894][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3133440) fd (65) vaddr 0xffff7c180000 paddr = 1062a6000

      I/    ( 2335): [197.985123][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      I/    ( 2335): [197.985657][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3133440) fd (66) vaddr 0xffff7be83000 paddr = 1065a3000

      I/    ( 2335): [197.985886][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      I/    ( 2335): [197.986435][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3133440) fd (67) vaddr 0xffff7bb86000 paddr = 1068a0000

      I/    ( 2335): [197.986649][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      I/    ( 2335): [197.987213][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3133440) fd (68) vaddr 0xffff7b889000 paddr = 106b9d000

      I/    ( 2335): [197.987442][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      I/    ( 2335): [197.987991][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3133440) fd (69) vaddr 0xffff7b58c000 paddr = 106e9a000

      I/    ( 2335): [197.988266][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      I/    ( 2335): [197.988831][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3133440) fd (70) vaddr 0xffff7b28f000 paddr = 107197000

      I/    ( 2335): [197.989059][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      I/    ( 2335): [197.989594][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3133440) fd (71) vaddr 0xffff7af92000 paddr = 107494000

      I/    ( 2335): [197.989822][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      I/    ( 2335): [197.990372][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3133440) fd (72) vaddr 0xffff7ac95000 paddr = 107791000

      I/    ( 2335): [197.990601][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      I/    ( 2335): [197.991150][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3133440) fd (73) vaddr 0xffff7a998000 paddr = 107a8e000

      I/    ( 2335): [197.991394][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      I/    ( 2335): [197.991943][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3133440) fd (74) vaddr 0xffff7a69b000 paddr = 107d8b000

      I/    ( 2335): [197.992172][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      I/    ( 2335): [197.992722][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3133440) fd (75) vaddr 0xffff7a39e000 paddr = 108088000

      I/    ( 2335): [197.992996][GDC]:[gdc_calc_buf_size][371]Gdc cfg In(1920x1080)buf alloc adjust(1920x1080)size: y(2073600)total(3110400)

      I/    ( 2335): [197.993011][VPM buf mgr]:[buffer_mgr_create][149]mgr create done. pipeline_id = 0, buffer_type = 15

      I/    ( 2335): [197.993042][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      I/    ( 2335): [197.993607][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3110400) fd (76) vaddr 0xffff7a0a6000 paddr = 108385000

      I/    ( 2335): [197.993622][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      I/    ( 2335): [197.994186][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3110400) fd (77) vaddr 0xffff79dae000 paddr = 10867d000

      I/    ( 2335): [197.994217][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      I/    ( 2335): [197.994797][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3110400) fd (78) vaddr 0xffff79ab6000 paddr = 108975000

      I/    ( 2335): [197.994812][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      I/    ( 2335): [197.995407][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3110400) fd (79) vaddr 0xffff797be000 paddr = 108c6d000

      I/    ( 2335): [197.995422][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      I/    ( 2335): [197.996063][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3110400) fd (80) vaddr 0xffff794c6000 paddr = 108f65000

      I/    ( 2335): [197.996094][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      I/    ( 2335): [197.996704][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3110400) fd (81) vaddr 0xffff791ce000 paddr = 10925d000

      I/    ( 2335): [197.996735][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      I/    ( 2335): [197.997345][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3110400) fd (82) vaddr 0xffff78ed6000 paddr = 109555000

      I/    ( 2335): [197.997375][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      I/    ( 2335): [197.997971][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3110400) fd (83) vaddr 0xffff78bde000 paddr = 10984d000

      I/    ( 2335): [197.997986][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      I/    ( 2335): [197.998596][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3110400) fd (84) vaddr 0xffff788e6000 paddr = 109b45000

      I/    ( 2335): [197.998627][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      I/    ( 2335): [197.999237][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3110400) fd (85) vaddr 0xffff785ee000 paddr = 109e3d000

      I/    ( 2335): [197.999252][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      I/    ( 2335): [197.999863][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3110400) fd (86) vaddr 0xffff782f6000 paddr = 10a135000

      I/    ( 2335): [197.999893][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      I/    ( 2335): [198.000519][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3110400) fd (87) vaddr 0xffff77ffe000 paddr = 10a42d000

      I/    ( 2335): [198.000549][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      I/    ( 2335): [198.001129][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3110400) fd (88) vaddr 0xffff77d06000 paddr = 10a725000

      I/    ( 2335): [198.001175][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      I/    ( 2335): [198.001785][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3110400) fd (89) vaddr 0xffff77a0e000 paddr = 10aa1d000

      I/    ( 2335): [198.001801][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      I/    ( 2335): [198.002411][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3110400) fd (90) vaddr 0xffff77716000 paddr = 10ad15000

      I/    ( 2335): [198.002441][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      I/    ( 2335): [198.003021][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3110400) fd (91) vaddr 0xffff7741e000 paddr = 10b00d000

      I/    ( 2335): [198.003052][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      I/    ( 2335): [198.003662][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3110400) fd (92) vaddr 0xffff77126000 paddr = 10b305000

      I/    ( 2335): [198.003693][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      I/    ( 2335): [198.004318][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3110400) fd (93) vaddr 0xffff76e2e000 paddr = 10b5fd000

      I/    ( 2335): [198.004349][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      I/    ( 2335): [198.004959][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3110400) fd (94) vaddr 0xffff76b36000 paddr = 10b8f5000

      I/    ( 2335): [198.004990][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      I/    ( 2335): [198.005569][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3110400) fd (95) vaddr 0xffff7683e000 paddr = 10bbed000

      I/    ( 2335): [198.005600][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      I/    ( 2335): [198.006226][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3110400) fd (96) vaddr 0xffff76546000 paddr = 10bee5000

      I/    ( 2335): [198.006241][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      I/    ( 2335): [198.006866][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3110400) fd (97) vaddr 0xffff7624e000 paddr = 10c1dd000

      I/    ( 2335): [198.006882][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      I/    ( 2335): [198.007492][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3110400) fd (98) vaddr 0xffff75f56000 paddr = 10c4d5000

      I/    ( 2335): [198.007523][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      I/    ( 2335): [198.008163][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3110400) fd (99) vaddr 0xffff75c5e000 paddr = 10c7cd000

      I/    ( 2335): [198.008179][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      I/    ( 2335): [198.008789][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3110400) fd (100) vaddr 0xffff75966000 paddr = 10cac5000

      I/    ( 2335): [198.008820][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      I/    ( 2335): [198.009430][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3110400) fd (101) vaddr 0xffff7566e000 paddr = 10cdbd000

      I/    ( 2335): [198.009445][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      I/    ( 2335): [198.010071][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3110400) fd (102) vaddr 0xffff75376000 paddr = 10d0b5000

      I/    ( 2335): [198.010101][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      I/    ( 2335): [198.010681][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3110400) fd (103) vaddr 0xffff7507e000 paddr = 10d3ad000

      I/    ( 2335): [198.010727][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      I/    ( 2335): [198.011322][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3110400) fd (104) vaddr 0xffff74d86000 paddr = 10d6a5000

      I/    ( 2335): [198.011337][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      I/    ( 2335): [198.011948][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(3110400) fd (105) vaddr 0xffff74a8e000 paddr = 10d99d000

      I/    ( 2335): [198.011993][VPM buf mgr]:[vpm_hb_mem_alloc_phy][303]vpm_hb_mem_alloc_phy alloc cached buffer

      I/    ( 2335): [198.012115][VPM buf mgr]:[vpm_hb_mem_alloc_phy][318]Alloc size(40960) fd (106) vaddr 0xffff74a84000 paddr = 10dc95000

      I/    ( 2335): [198.012146][GDC]:[gdc_entity_init][533]Pipe(0) Gdc entity init done.

      I/    ( 2335): [198.012161][VPM pipeline]:[vio_pipeline_init][507]pipe(0) pipeline_init success out

      I/    ( 2335): [198.012161][VPM interface]:[hb_vpm_init_pipeline][117]pipeline(0) init done !

      I/    ( 2335): [198.012405][VIN]:[hb_vin_init][923]cam init begin cam_index 0 cfg_file /userdata/app/bin/vps/vpm/cfg/sen_cim_isp0_pym0_4k_ov x 8b/hb_j5dev.json

      I/    ( 2335): [198.012741][VIN]:[hb_vin_board_parse_cfg][693]config_number = 1

      I/    ( 2335): [198.012756][VIN]:[hb_vin_board_parse_cfg][706]board_name = j5dvb

      I/    ( 2335): [198.012772][VIN]:[hb_vin_board_parse_cfg][709]node is config_0

      I/    ( 2335): [198.012787][VIN]:[hb_vin_board_parse_cfg][716]interface_type = mipi

      I/    ( 2335): [198.012802][VIN]:[hb_vin_board_parse_cfg][726]lpwm_num = 1

      I/    ( 2335): [198.012817][VIN]:[hb_vin_lpwm_parse_cfg][605]pwm_info.lpwm_enable = 0xf

      I/    ( 2335): [198.012833][VIN]:[hb_vin_lpwm_parse_cfg][618]array_index 0 offset_us 1

      I/    ( 2335): [198.012848][VIN]:[hb_vin_lpwm_parse_cfg][618]array_index 1 offset_us 1

      I/    ( 2335): [198.012848][VIN]:[hb_vin_lpwm_parse_cfg][618]array_index 2 offset_us 1

      I/    ( 2335): [198.012863][VIN]:[hb_vin_lpwm_parse_cfg][618]array_index 3 offset_us 1

      I/    ( 2335): [198.012878][VIN]:[hb_vin_lpwm_parse_cfg][629]array_index 0 period_us 33333

      I/    ( 2335): [198.012878][VIN]:[hb_vin_lpwm_parse_cfg][629]array_index 1 period_us 33333

      I/    ( 2335): [198.012894][VIN]:[hb_vin_lpwm_parse_cfg][629]array_index 2 period_us 33333

      I/    ( 2335): [198.012894][VIN]:[hb_vin_lpwm_parse_cfg][629]array_index 3 period_us 33333

      I/    ( 2335): [198.012909][VIN]:[hb_vin_lpwm_parse_cfg][640]array_index 0 duty_us 10

      I/    ( 2335): [198.012924][VIN]:[hb_vin_lpwm_parse_cfg][640]array_index 1 duty_us 10

      I/    ( 2335): [198.012924][VIN]:[hb_vin_lpwm_parse_cfg][640]array_index 2 duty_us 10

      I/    ( 2335): [198.012939][VIN]:[hb_vin_lpwm_parse_cfg][640]array_index 3 duty_us 10

      I/    ( 2335): [198.012955][VIN]:[hb_vin_board_parse_cfg][738]deserial_num = 1

      I/    ( 2335): [198.012955][VIN]:[hb_vin_deserial_parse_cfg][262]deserial_index 0 bus_type = 0

      I/    ( 2335): [198.012985][VIN]:[hb_vin_deserial_parse_cfg][267]deserial_index 0 bus_num = 1

      I/    ( 2335): [198.013000][VIN]:[hb_vin_deserial_parse_cfg][278]deserial_index 0 serial_addr = 0x48

      I/    ( 2335): [198.013031][VIN]:[hb_vin_deserial_parse_cfg][283]deserial_index 0 deserial_name = max9296

      I/    ( 2335): [198.013046][VIN]:[hb_vin_deserial_parse_cfg][299]deserial_index 0 power_mode = 0

      I/    ( 2335): [198.013046][VIN]:[hb_vin_deserial_parse_cfg][310]array_index 0 gpio_pin 453

      I/    ( 2335): [198.013062][VIN]:[hb_vin_deserial_parse_cfg][310]array_index 1 gpio_pin 309

      I/    ( 2335): [198.013077][VIN]:[hb_vin_deserial_parse_cfg][322]deserial_index 0 array_index 0 gpio_level 0

      I/    ( 2335): [198.013077][VIN]:[hb_vin_deserial_parse_cfg][322]deserial_index 0 array_index 1 gpio_level 0

      I/    ( 2335): [198.013092][VIN]:[hb_vin_board_parse_cfg][757]port_number = 1

      I/    ( 2335): [198.013107][VIN]:[hb_vin_port_parse_cfg][359]port_index 0 bus_type = 0

      I/    ( 2335): [198.013123][VIN]:[hb_vin_port_parse_cfg][364]port 0 bus_num = 1

      I/    ( 2335): [198.013138][VIN]:[hb_vin_port_parse_cfg][374]port 0 dev_port = 0

      I/    ( 2335): [198.013138][VIN]:[hb_vin_port_parse_cfg][386]port_index 0 sensor_addr = 0x36

      I/    ( 2335): [198.013153][VIN]:[hb_vin_port_parse_cfg][398]port_index 0 serial_addr = 0x40

      I/    ( 2335): [198.013168][VIN]:[hb_vin_port_parse_cfg][421]port_index 0 sensor_name = ov x 8b

      I/    ( 2335): [198.013184][VIN]:[hb_vin_port_parse_cfg][436]port_index 0 sensor_mode = 5

      I/    ( 2335): [198.013199][VIN]:[hb_vin_port_parse_cfg][441]port_index 0 config_index = 516

      I/    ( 2335): [198.013214][VIN]:[hb_vin_port_parse_cfg][451]port_index 0 entry_num = 0

      I/    ( 2335): [198.013229][VIN]:[hb_vin_port_parse_cfg][471]port_index 0 reg_width = 16

      I/    ( 2335): [198.013245][VIN]:[hb_vin_port_parse_cfg][477]port_index 0 config_path = /userdata/app/bin/vps/vpm/cfg/sen_cim_isp0_pym0_4k_ov x 8b/hb_mipi_ov x 8b_raw12_30fps_2160P.json

      I/    ( 2335): [198.013260][VIN]:[hb_vin_port_parse_cfg][482]port_index 0 data_path = /userdata/app/bin/vps/vpm/cfg/sen_cim_isp0_pym0_4k_ov x 8b/cim_config.json

      I/    ( 2335): [198.013260][VIN]:[hb_vin_port_parse_cfg][490]port_index 0 fps = 30

      I/    ( 2335): [198.013275][VIN]:[hb_vin_port_parse_cfg][519]port_index 0 resolution = 2160

      I/    ( 2335): [198.013290][VIN]:[hb_vin_port_parse_cfg][525]port_index 0 extra_mode = 0

      I/    ( 2335): [198.013306][VIN]:[hb_vin_port_parse_cfg][535]port_index 0 deserial_index = 0

      I/    ( 2335): [198.013321][VIN]:[hb_vin_port_parse_cfg][542]port_index 0 deserial_port = 0

      I/    ( 2335): [198.013351][hb mipi]:mipi cfg: /userdata/app/bin/vps/vpm/cfg/sen_cim_isp0_pym0_4k_ov x 8b/hb_mipi_ov x 8b_raw12_30fps_2160P.json

      I/    ( 2335): [198.013580][hb_pwm]:hb_pwm_init: open /dev/hobot-lpwm0 sucessfully

      I/    ( 2335): [198.013687][hb_i2c]:[hb_vin_i2c_init][58]bus 1 cam_bus_cnt[bus] 1 cam_fd[bus] 108

      I/    ( 2335): [198.014130][hb cim]:filebuf read size : 1

      I/    ( 2335): [198.014282][cim hal]:pipe(0) cim_entity_create done !

      W/    ( 2335): [198.014343][hb cim utils]:skip_frame has empty json value

      W/    ( 2335): [198.014359][hb cim utils]:input_fps has empty json value

      W/    ( 2335): [198.014374][hb cim utils]:output_fps has empty json value

      I/    ( 2335): [198.014389][cim hal]:===cim cfg input info====

      I/    ( 2335): [198.014404][cim hal]:mipi.enable(1)

      I/    ( 2335): [198.014404][cim hal]:mipi.rx_index (0)

      I/    ( 2335): [198.014420][cim hal]:mipi.vc_index (0)

      I/    ( 2335): [198.014420][cim hal]:mipi.channels (1)

      I/    ( 2335): [198.014435][cim hal]:mipi.tag_enable (0)

      I/    ( 2335): [198.014435][cim hal]:mipi.height (2160)

      I/    ( 2335): [198.014450][cim hal]:mipi.width (3840)

      I/    ( 2335): [198.014450][cim hal]:mipi.format (44)

      I/    ( 2335): [198.014465][cim hal]:mipi.raw16_splict (0)

      I/    ( 2335): [198.014465][cim hal]:mipi.dbg_clear (0)

      I/    ( 2335): [198.014481][cim hal]:mipi.y_uv_swap (0)

      I/    ( 2335): [198.014481][cim hal]:func.enable_bypass (0)

      I/    ( 2335): [198.014496][cim hal]:func.enable_frame_id (1)

      I/    ( 2335): [198.014496][cim hal]:func.enable_pattern (0)

      I/    ( 2335): [198.014511][cim hal]:func.hdr_mode (0)

      I/    ( 2335): [198.014511][cim hal]:func.set_init_frame_id (1)

      I/    ( 2335): [198.014526][cim hal]:func.set_bypass_channels (1)

      I/    ( 2335): [198.014526][cim hal]:func.skip_frame (0)

      I/    ( 2335): [198.014542][cim hal]:func.input_fps (0)

      I/    ( 2335): [198.014557][cim hal]:func.output_fps (0)

      I/    ( 2335): [198.014557][cim hal]:===cim cfg output info===

      I/    ( 2335): [198.014557][cim hal]:out pym pym0_en (0)

      I/    ( 2335): [198.014572][cim hal]:out pym pym1_en (0)

      I/    ( 2335): [198.014587][cim hal]:out isp[0] isp_ch0(1)

      I/    ( 2335): [198.014587][cim hal]:out isp[0] isp_ch1(0)

      I/    ( 2335): [198.014603][cim hal]:out isp[0] isp_ch2(0)

      I/    ( 2335): [198.014603][cim hal]:out isp[0] isp_ch3(0)

      I/    ( 2335): [198.014618][cim hal]:out isp[1] isp_ch0(0)

      I/    ( 2335): [198.014618][cim hal]:out isp[1] isp_ch1(0)

      I/    ( 2335): [198.014633][cim hal]:out isp[1] isp_ch2(0)

      I/    ( 2335): [198.014633][cim hal]:out isp[1] isp_ch3(0)

      I/    ( 2335): [198.014648][cim hal]:--cim_entity_parser_config out--

      I/    ( 2335): [198.014679][cim hal]:cim_entity_init in.

      I/    ( 2335): [198.014847][cim hal]:pipe(0) cim_entity_init out.

      I/    ( 2335): [198.014877][hb_i2c]:[hb_vin_i2c_init][58]bus 1 cam_bus_cnt[bus] 2 cam_fd[bus] 108

      I/    ( 2335): [198.015411][cam utility]:/dev/port_0 success sensor_info->sen_devfd 110===

      I/    ( 2335): [198.015656][ov x 8b]:deserial_serial_setting X3_config OK!

      I/    ( 2335): [198.016129][ov x 8b]:write serdes 1@0x36: 0x0103=0x01

      I/    ( 2335): [198.016571][ov x 8b]:write serdes 1@0x36: 0x3208=0x05

      I/    ( 2335): [198.017029][ov x 8b]:write serdes 1@0x36: 0x4620=0x04

      I/    ( 2335): [198.017471][ov x 8b]:write serdes 1@0x36: 0x3208=0x15

      I/    ( 2335): [198.017914][ov x 8b]:write serdes 1@0x36: 0x0301=0x88

      I/    ( 2335): [198.018356][ov x 8b]:write serdes 1@0x36: 0x0302=0x31

      I/    ( 2335): [198.018799][ov x 8b]:write serdes 1@0x36: 0x0304=0x00

      I/    ( 2335): [198.019226][ov x 8b]:write serdes 1@0x36: 0x0305=0x5c

      I/    ( 2335): [198.019684][ov x 8b]:write serdes 1@0x36: 0x0307=0x00

      I/    ( 2335): [198.020126][ov x 8b]:write serdes 1@0x36: 0x0309=0x03

      I/    ( 2335): [198.020554][ov x 8b]:write serdes 1@0x36: 0x0316=0x00

      I/    ( 2335): [198.021011][ov x 8b]:write serdes 1@0x36: 0x0317=0x00

      I/    ( 2335): [198.021439][ov x 8b]:write serdes 1@0x36: 0x0318=0x00

      I/    ( 2335): [198.021881][ov x 8b]:write serdes 1@0x36: 0x0320=0x12

      I/    ( 2335): [198.022324][ov x 8b]:write serdes 1@0x36: 0x0321=0x31

      I/    ( 2335): [198.022766][ov x 8b]:write serdes 1@0x36: 0x0322=0x02

      I/    ( 2335): [198.023193][ov x 8b]:write serdes 1@0x36: 0x0323=0x02

      I/    ( 2335): [198.023651][ov x 8b]:write serdes 1@0x36: 0x0324=0x01

      I/    ( 2335): [198.024078][ov x 8b]:write serdes 1@0x36: 0x0325=0x95

      I/    ( 2335): [198.024521][ov x 8b]:write serdes 1@0x36: 0x0326=0xce

      I/    ( 2335): [198.024979][ov x 8b]:write serdes 1@0x36: 0x0327=0x04

      I/    ( 2335): [198.025406][ov x 8b]:write serdes 1@0x36: 0x0329=0x02

      I/    ( 2335): [198.025848][ov x 8b]:write serdes 1@0x36: 0x032a=0x04

      I/    ( 2335): [198.026306][ov x 8b]:write serdes 1@0x36: 0x032b=0x04

      I/    ( 2335): [198.026733][ov x 8b]:write serdes 1@0x36: 0x032c=0x02

      I/    ( 2335): [198.027161][ov x 8b]:write serdes 1@0x36: 0x0331=0x04

      I/    ( 2335): [198.027618][ov x 8b]:write serdes 1@0x36: 0x0405=0x22

      I/    ( 2335): [198.028061][ov x 8b]:write serdes 1@0x36: 0x0406=0x5f

      I/    ( 2335): [198.028503][ov x 8b]:write serdes 1@0x36: 0x0408=0xe7

      I/    ( 2335): [198.028946][ov x 8b]:write serdes 1@0x36: 0x0409=0xff

      I/    ( 2335): [198.029373][ov x 8b]:write serdes 1@0x36: 0x040a=0x2b

      I/    ( 2335): [198.029831][ov x 8b]:write serdes 1@0x36: 0x040b=0x32

      I/    ( 2335): [198.030258][ov x 8b]:write serdes 1@0x36: 0x040c=0x28

      I/    ( 2335): [198.030701][ov x 8b]:write serdes 1@0x36: 0x040d=0x5a

      I/    ( 2335): [198.031143][ov x 8b]:write serdes 1@0x36: 0x040e=0x0c

      I/    ( 2335): [198.031586][ov x 8b]:write serdes 1@0x36: 0x0441=0x00

      I/    ( 2335): [198.032013][ov x 8b]:write serdes 1@0x36: 0x280b=0x00

      I/    ( 2335): [198.032471][ov x 8b]:write serdes 1@0x36: 0x3002=0xf8

      I/    ( 2335): [198.032913][ov x 8b]:write serdes 1@0x36: 0x3012=0x41

      I/    ( 2335): [198.033340][ov x 8b]:write serdes 1@0x36: 0x3015=0x08

      I/    ( 2335): [198.033798][ov x 8b]:write serdes 1@0x36: 0x3016=0xd0

      I/    ( 2335): [198.034241][ov x 8b]:write serdes 1@0x36: 0x3018=0xf0

      I/    ( 2335): [198.034668][ov x 8b]:write serdes 1@0x36: 0x301a=0xb0

      I/    ( 2335): [198.035126][ov x 8b]:write serdes 1@0x36: 0x301e=0x30

      I/    ( 2335): [198.035553][ov x 8b]:write serdes 1@0x36: 0x301f=0x61

      I/    ( 2335): [198.035995][ov x 8b]:write serdes 1@0x36: 0x3020=0x01

      I/    ( 2335): [198.036469][ov x 8b]:write serdes 1@0x36: 0x3022=0x88

      I/    ( 2335): [198.036911][ov x 8b]:write serdes 1@0x36: 0x3023=0x80

      I/    ( 2335): [198.037354][ov x 8b]:write serdes 1@0x36: 0x3024=0x80

      I/    ( 2335): [198.037811][ov x 8b]:write serdes 1@0x36: 0x3028=0x30

      I/    ( 2335): [198.038239][ov x 8b]:write serdes 1@0x36: 0x3701=0x22

      I/    ( 2335): [198.038681][ov x 8b]:write serdes 1@0x36: 0x3703=0x3c

      I/    ( 2335): [198.039139][ov x 8b]:write serdes 1@0x36: 0x3705=0x00

      I/    ( 2335): [198.039566][ov x 8b]:write serdes 1@0x36: 0x3706=0x2f

      I/    ( 2335): [198.040054][ov x 8b]:write serdes 1@0x36: 0x3709=0x62

      I/    ( 2335): [198.040497][ov x 8b]:write serdes 1@0x36: 0x370a=0x00

      I/    ( 2335): [198.040939][ov x 8b]:write serdes 1@0x36: 0x370b=0x75

      I/    ( 2335): [198.041397][ov x 8b]:write serdes 1@0x36: 0x370d=0x00

      I/    ( 2335): [198.041824][ov x 8b]:write serdes 1@0x36: 0x3712=0x13

      I/    ( 2335): [198.042267][ov x 8b]:write serdes 1@0x36: 0x3714=0x02

      I/    ( 2335): [198.042725][ov x 8b]:write serdes 1@0x36: 0x3717=0x02

      I/    ( 2335): [198.043167][ov x 8b]:write serdes 1@0x36: 0x3718=0x72

      I/    ( 2335): [198.043594][ov x 8b]:write serdes 1@0x36: 0x371d=0x00

      I/    ( 2335): [198.044052][ov x 8b]:write serdes 1@0x36: 0x3720=0x03

      I/    ( 2335): [198.044495][ov x 8b]:write serdes 1@0x36: 0x372c=0x10

      I/    ( 2335): [198.044922][ov x 8b]:write serdes 1@0x36: 0x3738=0x2c

      I/    ( 2335): [198.045380][ov x 8b]:write serdes 1@0x36: 0x3739=0x2c

      I/    ( 2335): [198.045822][ov x 8b]:write serdes 1@0x36: 0x373a=0x27

      I/    ( 2335): [198.046249][ov x 8b]:write serdes 1@0x36: 0x373b=0x27

      I/    ( 2335): [198.046707][ov x 8b]:write serdes 1@0x36: 0x373f=0x26

      I/    ( 2335): [198.047150][ov x 8b]:write serdes 1@0x36: 0x3740=0x26

      I/    ( 2335): [198.047577][ov x 8b]:write serdes 1@0x36: 0x3741=0x21

      I/    ( 2335): [198.048035][ov x 8b]:write serdes 1@0x36: 0x3742=0x21

      I/    ( 2335): [198.048477][ov x 8b]:write serdes 1@0x36: 0x374b=0x03

      I/    ( 2335): [198.048935][ov x 8b]:write serdes 1@0x36: 0x3752=0x03

      I/    ( 2335): [198.049362][ov x 8b]:write serdes 1@0x36: 0x3758=0x00

      I/    ( 2335): [198.049805][ov x 8b]:write serdes 1@0x36: 0x3759=0x2f

      I/    ( 2335): [198.050262][ov x 8b]:write serdes 1@0x36: 0x376c=0x07

      I/    ( 2335): [198.050690][ov x 8b]:write serdes 1@0x36: 0x376d=0x08

      I/    ( 2335): [198.051132][ov x 8b]:write serdes 1@0x36: 0x376e=0x08

      I/    ( 2335): [198.051590][ov x 8b]:write serdes 1@0x36: 0x376f=0x08

      I/    ( 2335): [198.052032][ov x 8b]:write serdes 1@0x36: 0x3777=0x00

      I/    ( 2335): [198.052460][ov x 8b]:write serdes 1@0x36: 0x3779=0x02

      I/    ( 2335): [198.052917][ov x 8b]:write serdes 1@0x36: 0x377a=0x00

      I/    ( 2335): [198.053360][ov x 8b]:write serdes 1@0x36: 0x377b=0x00

      I/    ( 2335): [198.053787][ov x 8b]:write serdes 1@0x36: 0x3781=0x02

      I/    ( 2335): [198.054245][ov x 8b]:write serdes 1@0x36: 0x3782=0x05

      I/    ( 2335): [198.054688][ov x 8b]:write serdes 1@0x36: 0x3783=0x02

      I/    ( 2335): [198.055115][ov x 8b]:write serdes 1@0x36: 0x3785=0x10

      I/    ( 2335): [198.055573][ov x 8b]:write serdes 1@0x36: 0x3797=0x00

      I/    ( 2335): [198.056015][ov x 8b]:write serdes 1@0x36: 0x3798=0x00

      I/    ( 2335): [198.056442][ov x 8b]:write serdes 1@0x36: 0x3799=0x00

      I/    ( 2335): [198.056900][ov x 8b]:write serdes 1@0x36: 0x379c=0x58

      I/    ( 2335): [198.057343][ov x 8b]:write serdes 1@0x36: 0x379e=0x00

      I/    ( 2335): [198.057785][ov x 8b]:write serdes 1@0x36: 0x379f=0x00

      I/    ( 2335): [198.058228][ov x 8b]:write serdes 1@0x36: 0x37a0=0x00

      I/    ( 2335): [198.058670][ov x 8b]:write serdes 1@0x36: 0x37bc=0x22

      I/    ( 2335): [198.059113][ov x 8b]:write serdes 1@0x36: 0x37bd=0x01

      I/    ( 2335): [198.059555][ov x 8b]:write serdes 1@0x36: 0x37be=0x01

      I/    ( 2335): [198.059998][ov x 8b]:write serdes 1@0x36: 0x37c0=0x01

      I/    ( 2335): [198.060471][ov x 8b]:write serdes 1@0x36: 0x37c4=0x34

      I/    ( 2335): [198.060913][ov x 8b]:write serdes 1@0x36: 0x37c5=0x34

      I/    ( 2335): [198.061356][ov x 8b]:write serdes 1@0x36: 0x37c6=0x2f

      I/    ( 2335): [198.061798][ov x 8b]:write serdes 1@0x36: 0x37c7=0x2f

      I/    ( 2335): [198.062241][ov x 8b]:write serdes 1@0x36: 0x37d0=0x00

      I/    ( 2335): [198.062683][ov x 8b]:write serdes 1@0x36: 0x37d1=0x2f

      I/    ( 2335): [198.063126][ov x 8b]:write serdes 1@0x36: 0x37d2=0x00

      I/    ( 2335): [198.063568][ov x 8b]:write serdes 1@0x36: 0x37d3=0x61

      I/    ( 2335): [198.064011][ov x 8b]:write serdes 1@0x36: 0x37d4=0x00

      I/    ( 2335): [198.064453][ov x 8b]:write serdes 1@0x36: 0x37d5=0x2f

      I/    ( 2335): [198.064896][ov x 8b]:write serdes 1@0x36: 0x37d8=0x01

      I/    ( 2335): [198.065338][ov x 8b]:write serdes 1@0x36: 0x37db=0x00

      I/    ( 2335): [198.065796][ov x 8b]:write serdes 1@0x36: 0x3c0b=0x26

      I/    ( 2335): [198.066223][ov x 8b]:write serdes 1@0x36: 0x3c12=0x88

      I/    ( 2335): [198.066666][ov x 8b]:write serdes 1@0x36: 0x3c21=0x00

      I/    ( 2335): [198.067123][ov x 8b]:write serdes 1@0x36: 0x3c3c=0x00

      I/    ( 2335): [198.067551][ov x 8b]:write serdes 1@0x36: 0x3c55=0x20

      I/    ( 2335): [198.067993][ov x 8b]:write serdes 1@0x36: 0x3c5b=0x20

      I/    ( 2335): [198.068466][ov x 8b]:write serdes 1@0x36: 0x3c61=0x80

      I/    ( 2335): [198.068893][ov x 8b]:write serdes 1@0x36: 0x3c6f=0x3a

      I/    ( 2335): [198.069351][ov x 8b]:write serdes 1@0x36: 0x3c70=0x62

      I/    ( 2335): [198.069794][ov x 8b]:write serdes 1@0x36: 0x3106=0x10

      I/    ( 2335): [198.070236][ov x 8b]:write serdes 1@0x36: 0x320e=0x00

      I/    ( 2335): [198.070679][ov x 8b]:write serdes 1@0x36: 0x320f=0x00

      I/    ( 2335): [198.071121][ov x 8b]:write serdes 1@0x36: 0x3211=0x61

      I/    ( 2335): [198.071564][ov x 8b]:write serdes 1@0x36: 0x3215=0xcd

      I/    ( 2335): [198.072021][ov x 8b]:write serdes 1@0x36: 0x3304=0x04

      I/    ( 2335): [198.072449][ov x 8b]:write serdes 1@0x36: 0x3306=0x03

      I/    ( 2335): [198.072891][ov x 8b]:write serdes 1@0x36: 0x3307=0x00

      I/    ( 2335): [198.073349][ov x 8b]:write serdes 1@0x36: 0x3308=0x00

      I/    ( 2335): [198.073792][ov x 8b]:write serdes 1@0x36: 0x3309=0x00

      I/    ( 2335): [198.074219][ov x 8b]:write serdes 1@0x36: 0x330a=0x00

      I/    ( 2335): [198.074677][ov x 8b]:write serdes 1@0x36: 0x330b=0x00

      I/    ( 2335): [198.075119][ov x 8b]:write serdes 1@0x36: 0x330c=0x00

      I/    ( 2335): [198.075546][ov x 8b]:write serdes 1@0x36: 0x330d=0x00

      I/    ( 2335): [198.076019][ov x 8b]:write serdes 1@0x36: 0x330e=0x00

      I/    ( 2335): [198.076462][ov x 8b]:write serdes 1@0x36: 0x330f=0x00

      I/    ( 2335): [198.076920][ov x 8b]:write serdes 1@0x36: 0x3310=0x06

      I/    ( 2335): [198.077362][ov x 8b]:write serdes 1@0x36: 0x3311=0x05

      I/    ( 2335): [198.077789][ov x 8b]:write serdes 1@0x36: 0x3312=0x55

      I/    ( 2335): [198.078247][ov x 8b]:write serdes 1@0x36: 0x3313=0x02

      I/    ( 2335): [198.078690][ov x 8b]:write serdes 1@0x36: 0x3314=0xaa

      I/    ( 2335): [198.079117][ov x 8b]:write serdes 1@0x36: 0x3315=0x07

      I/    ( 2335): [198.079575][ov x 8b]:write serdes 1@0x36: 0x3316=0xf0

      I/    ( 2335): [198.080017][ov x 8b]:write serdes 1@0x36: 0x3317=0x00

      I/    ( 2335): [198.080460][ov x 8b]:write serdes 1@0x36: 0x3318=0x00

      I/    ( 2335): [198.080902][ov x 8b]:write serdes 1@0x36: 0x3400=0x08

      I/    ( 2335): [198.081345][ov x 8b]:write serdes 1@0x36: 0x3408=0x01

      I/    ( 2335): [198.081787][ov x 8b]:write serdes 1@0x36: 0x3501=0x00

      I/    ( 2335): [198.082245][ov x 8b]:write serdes 1@0x36: 0x3502=0x08

      I/    ( 2335): [198.082672][ov x 8b]:write serdes 1@0x36: 0x3508=0x01

      I/    ( 2335): [198.083115][ov x 8b]:write serdes 1@0x36: 0x3509=0x00

      I/    ( 2335): [198.083572][ov x 8b]:write serdes 1@0x36: 0x350a=0x01

      I/    ( 2335): [198.084015][ov x 8b]:write serdes 1@0x36: 0x350b=0x00

      I/    ( 2335): [198.084457][ov x 8b]:write serdes 1@0x36: 0x350c=0x00

      I/    ( 2335): [198.084915][ov x 8b]:write serdes 1@0x36: 0x3588=0x01

      I/    ( 2335): [198.085358][ov x 8b]:write serdes 1@0x36: 0x3589=0x00

      I/    ( 2335): [198.085785][ov x 8b]:write serdes 1@0x36: 0x358a=0x01

      I/    ( 2335): [198.086243][ov x 8b]:write serdes 1@0x36: 0x358b=0x00

      I/    ( 2335): [198.086685][ov x 8b]:write serdes 1@0x36: 0x358c=0x00

      I/    ( 2335): [198.087112][ov x 8b]:write serdes 1@0x36: 0x3541=0x00

      I/    ( 2335): [198.087570][ov x 8b]:write serdes 1@0x36: 0x3542=0x04

      I/    ( 2335): [198.088013][ov x 8b]:write serdes 1@0x36: 0x3548=0x01

      I/    ( 2335): [198.088455][ov x 8b]:write serdes 1@0x36: 0x3549=0x00

      I/    ( 2335): [198.088898][ov x 8b]:write serdes 1@0x36: 0x354a=0x01

      I/    ( 2335): [198.089340][ov x 8b]:write serdes 1@0x36: 0x354b=0x00

      I/    ( 2335): [198.089798][ov x 8b]:write serdes 1@0x36: 0x354c=0x00

      I/    ( 2335): [198.090225][ov x 8b]:write serdes 1@0x36: 0x35c1=0x00

      I/    ( 2335): [198.090668][ov x 8b]:write serdes 1@0x36: 0x35c2=0x02

      I/    ( 2335): [198.091125][ov x 8b]:write serdes 1@0x36: 0x35c7=0x00

      I/    ( 2335): [198.091568][ov x 8b]:write serdes 1@0x36: 0x35c8=0x01

      I/    ( 2335): [198.092010][ov x 8b]:write serdes 1@0x36: 0x35c9=0x00

      I/    ( 2335): [198.092468][ov x 8b]:write serdes 1@0x36: 0x35ca=0x01

      I/    ( 2335): [198.092911][ov x 8b]:write serdes 1@0x36: 0x35cb=0x00

      I/    ( 2335): [198.093353][ov x 8b]:write serdes 1@0x36: 0x35cc=0x00

      I/    ( 2335): [198.093796][ov x 8b]:write serdes 1@0x36: 0x3600=0xff

      I/    ( 2335): [198.094238][ov x 8b]:write serdes 1@0x36: 0x3604=0x91

      I/    ( 2335): [198.094681][ov x 8b]:write serdes 1@0x36: 0x3605=0x2c

      I/    ( 2335): [198.095123][ov x 8b]:write serdes 1@0x36: 0x3607=0x0a

      I/    ( 2335): [198.095566][ov x 8b]:write serdes 1@0x36: 0x3609=0x00

      I/    ( 2335): [198.096024][ov x 8b]:write serdes 1@0x36: 0x360a=0x00

      I/    ( 2335): [198.096451][ov x 8b]:write serdes 1@0x36: 0x360e=0x1b

      I/    ( 2335): [198.096893][ov x 8b]:write serdes 1@0x36: 0x3611=0x3f

      I/    ( 2335): [198.097351][ov x 8b]:write serdes 1@0x36: 0x3613=0x00

      I/    ( 2335): [198.097794][ov x 8b]:write serdes 1@0x36: 0x3616=0x8a

      I/    ( 2335): [198.098221][ov x 8b]:write serdes 1@0x36: 0x361a=0x01

      I/    ( 2335): [198.098679][ov x 8b]:write serdes 1@0x36: 0x361c=0x70

      I/    ( 2335): [198.099106][ov x 8b]:write serdes 1@0x36: 0x361d=0x00

      I/    ( 2335): [198.099548][ov x 8b]:write serdes 1@0x36: 0x361e=0xdc

      I/    ( 2335): [198.100006][ov x 8b]:write serdes 1@0x36: 0x361f=0x42

      I/    ( 2335): [198.100464][ov x 8b]:write serdes 1@0x36: 0x362c=0x82

      I/    ( 2335): [198.100906][ov x 8b]:write serdes 1@0x36: 0x3639=0x7b

      I/    ( 2335): [198.101349][ov x 8b]:write serdes 1@0x36: 0x363f=0x20

      I/    ( 2335): [198.101791][ov x 8b]:write serdes 1@0x36: 0x3643=0x2a

      I/    ( 2335): [198.102234][ov x 8b]:write serdes 1@0x36: 0x3646=0x0c

      I/    ( 2335): [198.102676][ov x 8b]:write serdes 1@0x36: 0x3647=0xa0

      I/    ( 2335): [198.103119][ov x 8b]:write serdes 1@0x36: 0x3648=0x00

      I/    ( 2335): [198.103561][ov x 8b]:write serdes 1@0x36: 0x3649=0x00

      I/    ( 2335): [198.104019][ov x 8b]:write serdes 1@0x36: 0x364a=0x00

      I/    ( 2335): [198.104462][ov x 8b]:write serdes 1@0x36: 0x364b=0x00

      I/    ( 2335): [198.104919][ov x 8b]:write serdes 1@0x36: 0x364e=0x12

      I/    ( 2335): [198.105362][ov x 8b]:write serdes 1@0x36: 0x364f=0x12

      I/    ( 2335): [198.105789][ov x 8b]:write serdes 1@0x36: 0x3653=0x07

      I/    ( 2335): [198.106247][ov x 8b]:write serdes 1@0x36: 0x3654=0x07

      I/    ( 2335): [198.106689][ov x 8b]:write serdes 1@0x36: 0x3655=0x07

      I/    ( 2335): [198.107132][ov x 8b]:write serdes 1@0x36: 0x3656=0x07

      I/    ( 2335): [198.107574][ov x 8b]:write serdes 1@0x36: 0x3657=0x04

      I/    ( 2335): [198.108017][ov x 8b]:write serdes 1@0x36: 0x3658=0x04

      I/    ( 2335): [198.108459][ov x 8b]:write serdes 1@0x36: 0x3659=0x04

      I/    ( 2335): [198.108902][ov x 8b]:write serdes 1@0x36: 0x365a=0x04

      I/    ( 2335): [198.109344][ov x 8b]:write serdes 1@0x36: 0x365c=0x12

      I/    ( 2335): [198.109787][ov x 8b]:write serdes 1@0x36: 0x365f=0x01

      I/    ( 2335): [198.110229][ov x 8b]:write serdes 1@0x36: 0x3661=0x1c

      I/    ( 2335): [198.110672][ov x 8b]:write serdes 1@0x36: 0x3663=0x00

      I/    ( 2335): [198.111115][ov x 8b]:write serdes 1@0x36: 0x3664=0x00

      I/    ( 2335): [198.111557][ov x 8b]:write serdes 1@0x36: 0x3668=0x08

      I/    ( 2335): [198.112015][ov x 8b]:write serdes 1@0x36: 0x3669=0x08

      I/    ( 2335): [198.112457][ov x 8b]:write serdes 1@0x36: 0x366b=0x00

      I/    ( 2335): [198.112900][ov x 8b]:write serdes 1@0x36: 0x3800=0x00

      I/    ( 2335): [198.113342][ov x 8b]:write serdes 1@0x36: 0x3801=0x00

      I/    ( 2335): [198.113785][ov x 8b]:write serdes 1@0x36: 0x3802=0x00

      I/    ( 2335): [198.114243][ov x 8b]:write serdes 1@0x36: 0x3803=0x04

      I/    ( 2335): [198.114670][ov x 8b]:write serdes 1@0x36: 0x3804=0x0f

      I/    ( 2335): [198.115128][ov x 8b]:write serdes 1@0x36: 0x3805=0x1f

      I/    ( 2335): [198.115570][ov x 8b]:write serdes 1@0x36: 0x3806=0x08

      I/    ( 2335): [198.116013][ov x 8b]:write serdes 1@0x36: 0x3807=0x7b

      I/    ( 2335): [198.116455][ov x 8b]:write serdes 1@0x36: 0x3808=0x0f

      I/    ( 2335): [198.116898][ov x 8b]:write serdes 1@0x36: 0x3809=0x00

      I/    ( 2335): [198.117340][ov x 8b]:write serdes 1@0x36: 0x380a=0x08

      I/    ( 2335): [198.117798][ov x 8b]:write serdes 1@0x36: 0x380b=0x70

      I/    ( 2335): [198.118225][ov x 8b]:write serdes 1@0x36: 0x380c=0x03

      I/    ( 2335): [198.118668][ov x 8b]:write serdes 1@0x36: 0x380d=0xdc

      I/    ( 2335): [198.119110][ov x 8b]:write serdes 1@0x36: 0x380e=0x04

      I/    ( 2335): [198.119553][ov x 8b]:write serdes 1@0x36: 0x380f=0x66

      I/    ( 2335): [198.119995][ov x 8b]:write serdes 1@0x36: 0x3810=0x00

      I/    ( 2335): [198.120468][ov x 8b]:write serdes 1@0x36: 0x3811=0x08

      I/    ( 2335): [198.120911][ov x 8b]:write serdes 1@0x36: 0x3812=0x00

      I/    ( 2335): [198.121338][ov x 8b]:write serdes 1@0x36: 0x3813=0x04

      I/    ( 2335): [198.121796][ov x 8b]:write serdes 1@0x36: 0x3816=0x01

      I/    ( 2335): [198.122238][ov x 8b]:write serdes 1@0x36: 0x3817=0x01

      I/    ( 2335): [198.122665][ov x 8b]:write serdes 1@0x36: 0x381c=0x18

      I/    ( 2335): [198.123123][ov x 8b]:write serdes 1@0x36: 0x381e=0x01

      I/    ( 2335): [198.123566][ov x 8b]:write serdes 1@0x36: 0x381f=0x01

      I/    ( 2335): [198.124023][ov x 8b]:write serdes 1@0x36: 0x3820=0x00

      I/    ( 2335): [198.124466][ov x 8b]:write serdes 1@0x36: 0x3821=0x19

      I/    ( 2335): [198.124908][ov x 8b]:write serdes 1@0x36: 0x3822=0x03

      I/    ( 2335): [198.125366][ov x 8b]:write serdes 1@0x36: 0x3828=0x36

      I/    ( 2335): [198.125793][ov x 8b]:write serdes 1@0x36: 0x3832=0x00

      I/    ( 2335): [198.126236][ov x 8b]:write serdes 1@0x36: 0x3834=0x00

      I/    ( 2335): [198.126694][ov x 8b]:write serdes 1@0x36: 0x383d=0x00

      I/    ( 2335): [198.127121][ov x 8b]:write serdes 1@0x36: 0x3847=0x04

      I/    ( 2335): [198.127563][ov x 8b]:write serdes 1@0x36: 0x3848=0x60

      I/    ( 2335): [198.128021][ov x 8b]:write serdes 1@0x36: 0x384c=0x01

      I/    ( 2335): [198.128555][ov x 8b]:write serdes 1@0x36: 0x384d=0xee

      I/    ( 2335): [198.129013][ov x 8b]:write serdes 1@0x36: 0x3850=0x00

      I/    ( 2335): [198.129456][ov x 8b]:write serdes 1@0x36: 0x3851=0x42

      I/    ( 2335): [198.129898][ov x 8b]:write serdes 1@0x36: 0x3852=0x00

      I/    ( 2335): [198.130341][ov x 8b]:write serdes 1@0x36: 0x3853=0x40

      I/    ( 2335): [198.130783][ov x 8b]:write serdes 1@0x36: 0x3858=0x04

      I/    ( 2335): [198.131226][ov x 8b]:write serdes 1@0x36: 0x385b=0x04

      I/    ( 2335): [198.131668][ov x 8b]:write serdes 1@0x36: 0x385c=0x60

      I/    ( 2335): [198.132111][ov x 8b]:write serdes 1@0x36: 0x388c=0x01

      I/    ( 2335): [198.132553][ov x 8b]:write serdes 1@0x36: 0x388d=0xee

      I/    ( 2335): [198.133011][ov x 8b]:write serdes 1@0x36: 0x3b40=0x0f

      I/    ( 2335): [198.133438][ov x 8b]:write serdes 1@0x36: 0x3b41=0x80

      I/    ( 2335): [198.133881][ov x 8b]:write serdes 1@0x36: 0x3b42=0x00

      I/    ( 2335): [198.134338][ov x 8b]:write serdes 1@0x36: 0x3b43=0x80

      I/    ( 2335): [198.134766][ov x 8b]:write serdes 1@0x36: 0x3b4b=0x27

      I/    ( 2335): [198.135223][ov x 8b]:write serdes 1@0x36: 0x3b4c=0x00

      I/    ( 2335): [198.135651][ov x 8b]:write serdes 1@0x36: 0x3b4d=0x00

      I/    ( 2335): [198.136093][ov x 8b]:write serdes 1@0x36: 0x3b82=0xe8

      I/    ( 2335): [198.136551][ov x 8b]:write serdes 1@0x36: 0x3b85=0xe8

      I/    ( 2335): [198.136993][ov x 8b]:write serdes 1@0x36: 0x3d8a=0x03

      I/    ( 2335): [198.137436][ov x 8b]:write serdes 1@0x36: 0x3d8b=0xff

      I/    ( 2335): [198.137878][ov x 8b]:write serdes 1@0x36: 0x4307=0x03

      I/    ( 2335): [198.138321][ov x 8b]:write serdes 1@0x36: 0x4308=0x13

      I/    ( 2335): [198.138763][ov x 8b]:write serdes 1@0x36: 0x430a=0x13

      I/    ( 2335): [198.139206][ov x 8b]:write serdes 1@0x36: 0x430d=0x93

      I/    ( 2335): [198.139648][ov x 8b]:write serdes 1@0x36: 0x430e=0x14

      I/    ( 2335): [198.140091][ov x 8b]:write serdes 1@0x36: 0x430f=0x57

      I/    ( 2335): [198.140549][ov x 8b]:write serdes 1@0x36: 0x4310=0x95

      I/    ( 2335): [198.140976][ov x 8b]:write serdes 1@0x36: 0x4311=0x16

      I/    ( 2335): [198.141418][ov x 8b]:write serdes 1@0x36: 0x4316=0x00

      I/    ( 2335): [198.141876][ov x 8b]:write serdes 1@0x36: 0x4317=0x38

      I/    ( 2335): [198.142303][ov x 8b]:write serdes 1@0x36: 0x4318=0x12

      I/    ( 2335): [198.142746][ov x 8b]:write serdes 1@0x36: 0x4319=0x03

      I/    ( 2335): [198.143204][ov x 8b]:write serdes 1@0x36: 0x431b=0x00

      I/    ( 2335): [198.143631][ov x 8b]:write serdes 1@0x36: 0x431d=0x2a

      I/    ( 2335): [198.144073][ov x 8b]:write serdes 1@0x36: 0x431e=0x11

      I/    ( 2335): [198.144531][ov x 8b]:write serdes 1@0x36: 0x431f=0x20

      I/    ( 2335): [198.144958][ov x 8b]:write serdes 1@0x36: 0x4320=0x01

      I/    ( 2335): [198.145401][ov x 8b]:write serdes 1@0x36: 0x4323=0x80

      I/    ( 2335): [198.145859][ov x 8b]:write serdes 1@0x36: 0x4502=0xf2

      I/    ( 2335): [198.146286][ov x 8b]:write serdes 1@0x36: 0x4503=0x4e

      I/    ( 2335): [198.146729][ov x 8b]:write serdes 1@0x36: 0x4505=0x00

      I/    ( 2335): [198.147186][ov x 8b]:write serdes 1@0x36: 0x4506=0x64

      I/    ( 2335): [198.147629][ov x 8b]:write serdes 1@0x36: 0x4508=0x10

      I/    ( 2335): [198.148071][ov x 8b]:write serdes 1@0x36: 0x4509=0x00

      I/    ( 2335): [198.148514][ov x 8b]:write serdes 1@0x36: 0x450a=0x00

      I/    ( 2335): [198.148956][ov x 8b]:write serdes 1@0x36: 0x4581=0xc7

      I/    ( 2335): [198.149399][ov x 8b]:write serdes 1@0x36: 0x4583=0x07

      I/    ( 2335): [198.149841][ov x 8b]:write serdes 1@0x36: 0x4584=0xec

      I/    ( 2335): [198.150284][ov x 8b]:write serdes 1@0x36: 0x4585=0x09

      I/    ( 2335): [198.150726][ov x 8b]:write serdes 1@0x36: 0x4586=0xae

      I/    ( 2335): [198.151169][ov x 8b]:write serdes 1@0x36: 0x458f=0x00

      I/    ( 2335): [198.151611][ov x 8b]:write serdes 1@0x36: 0x4590=0x20

      I/    ( 2335): [198.152054][ov x 8b]:write serdes 1@0x36: 0x4597=0x00

      I/    ( 2335): [198.152496][ov x 8b]:write serdes 1@0x36: 0x4599=0x0f

      I/    ( 2335): [198.152939][ov x 8b]:write serdes 1@0x36: 0x459a=0x0f

      I/    ( 2335): [198.153381][ov x 8b]:write serdes 1@0x36: 0x4602=0x00

      I/    ( 2335): [198.153824][ov x 8b]:write serdes 1@0x36: 0x4603=0x13

      I/    ( 2335): [198.154266][ov x 8b]:write serdes 1@0x36: 0x4604=0x00

      I/    ( 2335): [198.154724][ov x 8b]:write serdes 1@0x36: 0x460a=0x30

      I/    ( 2335): [198.155151][ov x 8b]:write serdes 1@0x36: 0x4610=0x00

      I/    ( 2335): [198.155594][ov x 8b]:write serdes 1@0x36: 0x4611=0xe0

      I/    ( 2335): [198.156052][ov x 8b]:write serdes 1@0x36: 0x4612=0x01

      I/    ( 2335): [198.156479][ov x 8b]:write serdes 1@0x36: 0x4613=0x00

      I/    ( 2335): [198.156921][ov x 8b]:write serdes 1@0x36: 0x4614=0x00

      I/    ( 2335): [198.157379][ov x 8b]:write serdes 1@0x36: 0x4615=0xe0

      I/    ( 2335): [198.157806][ov x 8b]:write serdes 1@0x36: 0x4616=0x01

      I/    ( 2335): [198.158249][ov x 8b]:write serdes 1@0x36: 0x4617=0x00

      I/    ( 2335): [198.158707][ov x 8b]:write serdes 1@0x36: 0x4700=0xe0

      I/    ( 2335): [198.159134][ov x 8b]:write serdes 1@0x36: 0x4800=0x04

      I/    ( 2335): [198.159576][ov x 8b]:write serdes 1@0x36: 0x480a=0x22

      I/    ( 2335): [198.160034][ov x 8b]:write serdes 1@0x36: 0x480e=0x04

      I/    ( 2335): [198.160477][ov x 8b]:write serdes 1@0x36: 0x4813=0xe4

      I/    ( 2335): [198.160919][ov x 8b]:write serdes 1@0x36: 0x4814=0x2a

      I/    ( 2335): [198.161362][ov x 8b]:write serdes 1@0x36: 0x481f=0x30

      I/    ( 2335): [198.161804][ov x 8b]:write serdes 1@0x36: 0x4833=0x15

      I/    ( 2335): [198.162247][ov x 8b]:write serdes 1@0x36: 0x4837=0x07

      I/    ( 2335): [198.162689][ov x 8b]:write serdes 1@0x36: 0x484b=0x47

      I/    ( 2335): [198.163132][ov x 8b]:write serdes 1@0x36: 0x484f=0x00

      I/    ( 2335): [198.163589][ov x 8b]:write serdes 1@0x36: 0x4850=0x47

      I/    ( 2335): [198.164032][ov x 8b]:write serdes 1@0x36: 0x4861=0xcc

      I/    ( 2335): [198.164459][ov x 8b]:write serdes 1@0x36: 0x4884=0x08

      I/    ( 2335): [198.164917][ov x 8b]:write serdes 1@0x36: 0x4889=0x00

      I/    ( 2335): [198.165359][ov x 8b]:write serdes 1@0x36: 0x4d00=0x4a

      I/    ( 2335): [198.165787][ov x 8b]:write serdes 1@0x36: 0x4d01=0x18

      I/    ( 2335): [198.166245][ov x 8b]:write serdes 1@0x36: 0x4d05=0xff

      I/    ( 2335): [198.166687][ov x 8b]:write serdes 1@0x36: 0x4d06=0x88

      I/    ( 2335): [198.167130][ov x 8b]:write serdes 1@0x36: 0x4d08=0x23

      I/    ( 2335): [198.167572][ov x 8b]:write serdes 1@0x36: 0x4d09=0xdf

      I/    ( 2335): [198.168015][ov x 8b]:write serdes 1@0x36: 0x4d15=0x7d

      I/    ( 2335): [198.168457][ov x 8b]:write serdes 1@0x36: 0x4d1a=0x20

      I/    ( 2335): [198.168900][ov x 8b]:write serdes 1@0x36: 0x4d34=0x7d

      I/    ( 2335): [198.169342][ov x 8b]:write serdes 1@0x36: 0x4d3c=0x7d

      I/    ( 2335): [198.169785][ov x 8b]:write serdes 1@0x36: 0x4d3e=0x4a

      I/    ( 2335): [198.170227][ov x 8b]:write serdes 1@0x36: 0x4d3f=0x18

      I/    ( 2335): [198.170670][ov x 8b]:write serdes 1@0x36: 0x4d40=0xbb

      I/    ( 2335): [198.171097][ov x 8b]:write serdes 1@0x36: 0x4d41=0xde

      I/    ( 2335): [198.171555][ov x 8b]:write serdes 1@0x36: 0x4d42=0x93

      I/    ( 2335): [198.172012][ov x 8b]:write serdes 1@0x36: 0x4d43=0xff

      I/    ( 2335): [198.172470][ov x 8b]:write serdes 1@0x36: 0x4d5a=0x10

      I/    ( 2335): [198.172913][ov x 8b]:write serdes 1@0x36: 0x4f00=0x3f

      I/    ( 2335): [198.173340][ov x 8b]:write serdes 1@0x36: 0x4f01=0xff

      I/    ( 2335): [198.173798][ov x 8b]:write serdes 1@0x36: 0x4f02=0xff

      I/    ( 2335): [198.174240][ov x 8b]:write serdes 1@0x36: 0x4f03=0x2d

      I/    ( 2335): [198.174667][ov x 8b]:write serdes 1@0x36: 0x4f04=0x00

      I/    ( 2335): [198.175125][ov x 8b]:write serdes 1@0x36: 0x6a00=0x00

      I/    ( 2335): [198.175568][ov x 8b]:write serdes 1@0x36: 0x6a01=0x20

      I/    ( 2335): [198.176010][ov x 8b]:write serdes 1@0x36: 0x6a02=0x00

      I/    ( 2335): [198.176453][ov x 8b]:write serdes 1@0x36: 0x6a03=0x20

      I/    ( 2335): [198.176895][ov x 8b]:write serdes 1@0x36: 0x6a04=0x02

      I/    ( 2335): [198.177338][ov x 8b]:write serdes 1@0x36: 0x6a05=0x80

      I/    ( 2335): [198.177795][ov x 8b]:write serdes 1@0x36: 0x6a06=0x01

      I/    ( 2335): [198.178223][ov x 8b]:write serdes 1@0x36: 0x6a07=0xe0

      I/    ( 2335): [198.178665][ov x 8b]:write serdes 1@0x36: 0x6a08=0xcf

      I/    ( 2335): [198.179108][ov x 8b]:write serdes 1@0x36: 0x6a09=0x01

      I/    ( 2335): [198.179550][ov x 8b]:write serdes 1@0x36: 0x6a0a=0x40

      I/    ( 2335): [198.179993][ov x 8b]:write serdes 1@0x36: 0x6a20=0x00

      I/    ( 2335): [198.180466][ov x 8b]:write serdes 1@0x36: 0x6a21=0x02

      I/    ( 2335): [198.180893][ov x 8b]:write serdes 1@0x36: 0x6a22=0x00

      I/    ( 2335): [198.181351][ov x 8b]:write serdes 1@0x36: 0x6a23=0x00

      I/    ( 2335): [198.181793][ov x 8b]:write serdes 1@0x36: 0x6a24=0x00

      I/    ( 2335): [198.182236][ov x 8b]:write serdes 1@0x36: 0x6a25=0x00

      I/    ( 2335): [198.182678][ov x 8b]:write serdes 1@0x36: 0x6a26=0x00

      I/    ( 2335): [198.183121][ov x 8b]:write serdes 1@0x36: 0x6a27=0x00

      I/    ( 2335): [198.183548][ov x 8b]:write serdes 1@0x36: 0x6a28=0x00

      I/    ( 2335): [198.184021][ov x 8b]:write serdes 1@0x36: 0x6a29=0x01

      I/    ( 2335): [198.184464][ov x 8b]:write serdes 1@0x36: 0x5180=0x80

      I/    ( 2335): [198.184906][ov x 8b]:write serdes 1@0x36: 0x5181=0x0b

      I/    ( 2335): [198.185364][ov x 8b]:write serdes 1@0x36: 0x5182=0xf0

      I/    ( 2335): [198.185791][ov x 8b]:write serdes 1@0x36: 0x5183=0x20

      I/    ( 2335): [198.186234][ov x 8b]:write serdes 1@0x36: 0x5184=0x86

      I/    ( 2335): [198.186691][ov x 8b]:write serdes 1@0x36: 0x5188=0x85

      I/    ( 2335): [198.187119][ov x 8b]:write serdes 1@0x36: 0x518c=0x81

      I/    ( 2335): [198.187561][ov x 8b]:write serdes 1@0x36: 0x5190=0x86

      I/    ( 2335): [198.188019][ov x 8b]:write serdes 1@0x36: 0x5194=0x85

      I/    ( 2335): [198.188461][ov x 8b]:write serdes 1@0x36: 0x5198=0x81

      I/    ( 2335): [198.188889][ov x 8b]:write serdes 1@0x36: 0x519c=0x86

      I/    ( 2335): [198.189346][ov x 8b]:write serdes 1@0x36: 0x51a0=0x85

      I/    ( 2335): [198.189789][ov x 8b]:write serdes 1@0x36: 0x51a4=0x86

      I/    ( 2335): [198.190231][ov x 8b]:write serdes 1@0x36: 0x51a8=0x82

      I/    ( 2335): [198.190674][ov x 8b]:write serdes 1@0x36: 0x51ac=0x84

      I/    ( 2335): [198.191101][ov x 8b]:write serdes 1@0x36: 0x5d0d=0x0a

      I/    ( 2335): [198.191559][ov x 8b]:write serdes 1@0x36: 0x5d0e=0x0a

      I/    ( 2335): [198.192001][ov x 8b]:write serdes 1@0x36: 0x5d0f=0x0a

      I/    ( 2335): [198.192459][ov x 8b]:write serdes 1@0x36: 0x5d11=0x10

      I/    ( 2335): [198.192902][ov x 8b]:write serdes 1@0x36: 0x5d12=0x10

      I/    ( 2335): [198.193344][ov x 8b]:write serdes 1@0x36: 0x5d13=0x10

      I/    ( 2335): [198.193787][ov x 8b]:write serdes 1@0x36: 0x5d15=0x05

      I/    ( 2335): [198.194229][ov x 8b]:write serdes 1@0x36: 0x5d16=0x05

      I/    ( 2335): [198.194672][ov x 8b]:write serdes 1@0x36: 0x5d17=0x05

      I/    ( 2335): [198.195114][ov x 8b]:write serdes 1@0x36: 0x5d1f=0x81

      I/    ( 2335): [198.195572][ov x 8b]:write serdes 1@0x36: 0x5300=0xc2

      I/    ( 2335): [198.196014][ov x 8b]:write serdes 1@0x36: 0x5314=0x70

      I/    ( 2335): [198.196457][ov x 8b]:write serdes 1@0x36: 0x5315=0x70

      I/    ( 2335): [198.196915][ov x 8b]:write serdes 1@0x36: 0x5316=0x73

      I/    ( 2335): [198.197357][ov x 8b]:write serdes 1@0x36: 0x5317=0xff

      I/    ( 2335): [198.197784][ov x 8b]:write serdes 1@0x36: 0x5b80=0x00

      I/    ( 2335): [198.198242][ov x 8b]:write serdes 1@0x36: 0x5b84=0x03

      I/    ( 2335): [198.198685][ov x 8b]:write serdes 1@0x36: 0x5b85=0x9a

      I/    ( 2335): [198.199127][ov x 8b]:write serdes 1@0x36: 0x5b8e=0x20

      I/    ( 2335): [198.199570][ov x 8b]:write serdes 1@0x36: 0x5b92=0x60

      I/    ( 2335): [198.200027][ov x 8b]:write serdes 1@0x36: 0x5b93=0x10

      I/    ( 2335): [198.200470][ov x 8b]:write serdes 1@0x36: 0x5b96=0x60

      I/    ( 2335): [198.200912][ov x 8b]:write serdes 1@0x36: 0x5b97=0x40

      I/    ( 2335): [198.201355][ov x 8b]:write serdes 1@0x36: 0x5b98=0x00

      I/    ( 2335): [198.201797][ov x 8b]:write serdes 1@0x36: 0x5b99=0x80

      I/    ( 2335): [198.202240][ov x 8b]:write serdes 1@0x36: 0x5b9a=0x80

      I/    ( 2335): [198.202682][ov x 8b]:write serdes 1@0x36: 0x5b9b=0x40

      I/    ( 2335): [198.203140][ov x 8b]:write serdes 1@0x36: 0x5b9c=0x00

      I/    ( 2335): [198.203568][ov x 8b]:write serdes 1@0x36: 0x5b9d=0x00

      I/    ( 2335): [198.204025][ov x 8b]:write serdes 1@0x36: 0x5b9e=0x80

      I/    ( 2335): [198.204468][ov x 8b]:write serdes 1@0x36: 0x5b9f=0x80

      I/    ( 2335): [198.204910][ov x 8b]:write serdes 1@0x36: 0x5ba0=0x00

      I/    ( 2335): [198.205353][ov x 8b]:write serdes 1@0x36: 0x5ba1=0x00

      I/    ( 2335): [198.205795][ov x 8b]:write serdes 1@0x36: 0x5ba2=0x00

      I/    ( 2335): [198.206238][ov x 8b]:write serdes 1@0x36: 0x5ba3=0x80

      I/    ( 2335): [198.206696][ov x 8b]:write serdes 1@0x36: 0x5ba4=0x80

      I/    ( 2335): [198.207123][ov x 8b]:write serdes 1@0x36: 0x5ba5=0x00

      I/    ( 2335): [198.207565][ov x 8b]:write serdes 1@0x36: 0x5ba6=0x00

      I/    ( 2335): [198.208023][ov x 8b]:write serdes 1@0x36: 0x5ba7=0x00

      I/    ( 2335): [198.208450][ov x 8b]:write serdes 1@0x36: 0x5bae=0x02

      I/    ( 2335): [198.208893][ov x 8b]:write serdes 1@0x36: 0x5baf=0x00

      I/    ( 2335): [198.209351][ov x 8b]:write serdes 1@0x36: 0x5bb0=0x02

      I/    ( 2335): [198.209793][ov x 8b]:write serdes 1@0x36: 0x5bb1=0x76

      I/    ( 2335): [198.210220][ov x 8b]:write serdes 1@0x36: 0x5bb2=0x03

      I/    ( 2335): [198.210678][ov x 8b]:write serdes 1@0x36: 0x5bb3=0x08

      I/    ( 2335): [198.211121][ov x 8b]:write serdes 1@0x36: 0x5bb4=0x04

      I/    ( 2335): [198.211548][ov x 8b]:write serdes 1@0x36: 0x5bb5=0x67

      I/    ( 2335): [198.212006][ov x 8b]:write serdes 1@0x36: 0x5bba=0x10

      I/    ( 2335): [198.212463][ov x 8b]:write serdes 1@0x36: 0x5bbe=0x0a

      I/    ( 2335): [198.212906][ov x 8b]:write serdes 1@0x36: 0x5c00=0x00

      I/    ( 2335): [198.213348][ov x 8b]:write serdes 1@0x36: 0x5c04=0x03

      I/    ( 2335): [198.213791][ov x 8b]:write serdes 1@0x36: 0x5c05=0x9a

      I/    ( 2335): [198.214233][ov x 8b]:write serdes 1@0x36: 0x5c0e=0x20

      I/    ( 2335): [198.214691][ov x 8b]:write serdes 1@0x36: 0x5c12=0x60

      I/    ( 2335): [198.215118][ov x 8b]:write serdes 1@0x36: 0x5c13=0x10

      I/    ( 2335): [198.215561][ov x 8b]:write serdes 1@0x36: 0x5c16=0x60

      I/    ( 2335): [198.216019][ov x 8b]:write serdes 1@0x36: 0x5c17=0x40

      I/    ( 2335): [198.216461][ov x 8b]:write serdes 1@0x36: 0x5c18=0x00

      I/    ( 2335): [198.216919][ov x 8b]:write serdes 1@0x36: 0x5c19=0x80

      I/    ( 2335): [198.217361][ov x 8b]:write serdes 1@0x36: 0x5c1a=0x80

      I/    ( 2335): [198.217789][ov x 8b]:write serdes 1@0x36: 0x5c1b=0x40

      I/    ( 2335): [198.218246][ov x 8b]:write serdes 1@0x36: 0x5c1c=0x00

      I/    ( 2335): [198.218689][ov x 8b]:write serdes 1@0x36: 0x5c1d=0x00

      I/    ( 2335): [198.219116][ov x 8b]:write serdes 1@0x36: 0x5c1e=0x80

      I/    ( 2335): [198.219574][ov x 8b]:write serdes 1@0x36: 0x5c1f=0x80

      I/    ( 2335): [198.220016][ov x 8b]:write serdes 1@0x36: 0x5c20=0x00

      I/    ( 2335): [198.220444][ov x 8b]:write serdes 1@0x36: 0x5c21=0x00

      I/    ( 2335): [198.220901][ov x 8b]:write serdes 1@0x36: 0x5c22=0x00

      I/    ( 2335): [198.221344][ov x 8b]:write serdes 1@0x36: 0x5c23=0x80

      I/    ( 2335): [198.221786][ov x 8b]:write serdes 1@0x36: 0x5c24=0x80

      I/    ( 2335): [198.222229][ov x 8b]:write serdes 1@0x36: 0x5c25=0x00

      I/    ( 2335): [198.222672][ov x 8b]:write serdes 1@0x36: 0x5c26=0x00

      I/    ( 2335): [198.223114][ov x 8b]:write serdes 1@0x36: 0x5c27=0x00

      I/    ( 2335): [198.223557][ov x 8b]:write serdes 1@0x36: 0x5c2e=0x02

      I/    ( 2335): [198.224014][ov x 8b]:write serdes 1@0x36: 0x5c2f=0x00

      I/    ( 2335): [198.224457][ov x 8b]:write serdes 1@0x36: 0x5c30=0x02

      I/    ( 2335): [198.224915][ov x 8b]:write serdes 1@0x36: 0x5c31=0x76

      I/    ( 2335): [198.225342][ov x 8b]:write serdes 1@0x36: 0x5c32=0x03

      I/    ( 2335): [198.225800][ov x 8b]:write serdes 1@0x36: 0x5c33=0x08

      I/    ( 2335): [198.226242][ov x 8b]:write serdes 1@0x36: 0x5c34=0x04

      I/    ( 2335): [198.226669][ov x 8b]:write serdes 1@0x36: 0x5c35=0x67

      I/    ( 2335): [198.227127][ov x 8b]:write serdes 1@0x36: 0x5c3a=0x10

      I/    ( 2335): [198.227570][ov x 8b]:write serdes 1@0x36: 0x5c3e=0x0a

      I/    ( 2335): [198.228012][ov x 8b]:write serdes 1@0x36: 0x5c80=0x00

      I/    ( 2335): [198.228470][ov x 8b]:write serdes 1@0x36: 0x5c84=0x03

      I/    ( 2335): [198.228912][ov x 8b]:write serdes 1@0x36: 0x5c85=0x9a

      I/    ( 2335): [198.229355][ov x 8b]:write serdes 1@0x36: 0x5c8e=0x20

      I/    ( 2335): [198.229797][ov x 8b]:write serdes 1@0x36: 0x5c92=0x60

      I/    ( 2335): [198.230240][ov x 8b]:write serdes 1@0x36: 0x5c93=0x10

      I/    ( 2335): [198.230682][ov x 8b]:write serdes 1@0x36: 0x5c96=0x60

      I/    ( 2335): [198.231125][ov x 8b]:write serdes 1@0x36: 0x5c97=0x40

      I/    ( 2335): [198.231567][ov x 8b]:write serdes 1@0x36: 0x5c98=0x00

      I/    ( 2335): [198.232010][ov x 8b]:write serdes 1@0x36: 0x5c99=0x80

      I/    ( 2335): [198.232468][ov x 8b]:write serdes 1@0x36: 0x5c9a=0x80

      I/    ( 2335): [198.232895][ov x 8b]:write serdes 1@0x36: 0x5c9b=0x40

      I/    ( 2335): [198.233337][ov x 8b]:write serdes 1@0x36: 0x5c9c=0x00

      I/    ( 2335): [198.233795][ov x 8b]:write serdes 1@0x36: 0x5c9d=0x00

      I/    ( 2335): [198.234238][ov x 8b]:write serdes 1@0x36: 0x5c9e=0x80

      I/    ( 2335): [198.234665][ov x 8b]:write serdes 1@0x36: 0x5c9f=0x80

      I/    ( 2335): [198.235123][ov x 8b]:write serdes 1@0x36: 0x5ca0=0x00

      I/    ( 2335): [198.235550][ov x 8b]:write serdes 1@0x36: 0x5ca1=0x00

      I/    ( 2335): [198.236023][ov x 8b]:write serdes 1@0x36: 0x5ca2=0x00

      I/    ( 2335): [198.236465][ov x 8b]:write serdes 1@0x36: 0x5ca3=0x80

      I/    ( 2335): [198.236908][ov x 8b]:write serdes 1@0x36: 0x5ca4=0x80

      I/    ( 2335): [198.237366][ov x 8b]:write serdes 1@0x36: 0x5ca5=0x00

      I/    ( 2335): [198.237793][ov x 8b]:write serdes 1@0x36: 0x5ca6=0x00

      I/    ( 2335): [198.238235][ov x 8b]:write serdes 1@0x36: 0x5ca7=0x00

      I/    ( 2335): [198.238693][ov x 8b]:write serdes 1@0x36: 0x5cae=0x02

      I/    ( 2335): [198.239120][ov x 8b]:write serdes 1@0x36: 0x5caf=0x00

      I/    ( 2335): [198.239563][ov x 8b]:write serdes 1@0x36: 0x5cb0=0x02

      I/    ( 2335): [198.240021][ov x 8b]:write serdes 1@0x36: 0x5cb1=0x76

      I/    ( 2335): [198.240448][ov x 8b]:write serdes 1@0x36: 0x5cb2=0x03

      I/    ( 2335): [198.240891][ov x 8b]:write serdes 1@0x36: 0x5cb3=0x08

      I/    ( 2335): [198.241348][ov x 8b]:write serdes 1@0x36: 0x5cb4=0x04

      I/    ( 2335): [198.241791][ov x 8b]:write serdes 1@0x36: 0x5cb5=0x67

      I/    ( 2335): [198.242218][ov x 8b]:write serdes 1@0x36: 0x5cba=0x10

      I/    ( 2335): [198.242676][ov x 8b]:write serdes 1@0x36: 0x5cbe=0x0a

      I/    ( 2335): [198.243118][ov x 8b]:write serdes 1@0x36: 0x6006=0x00

      I/    ( 2335): [198.243546][ov x 8b]:write serdes 1@0x36: 0x6007=0x3c

      I/    ( 2335): [198.244019][ov x 8b]:write serdes 1@0x36: 0x6008=0x03

      I/    ( 2335): [198.244461][ov x 8b]:write serdes 1@0x36: 0x6009=0x20

      I/    ( 2335): [198.244919][ov x 8b]:write serdes 1@0x36: 0x600a=0x00

      I/    ( 2335): [198.245346][ov x 8b]:write serdes 1@0x36: 0x600b=0x3c

      I/    ( 2335): [198.245789][ov x 8b]:write serdes 1@0x36: 0x600c=0x03

      I/    ( 2335): [198.246246][ov x 8b]:write serdes 1@0x36: 0x600d=0x20

      I/    ( 2335): [198.246674][ov x 8b]:write serdes 1@0x36: 0x6016=0x00

      I/    ( 2335): [198.247116][ov x 8b]:write serdes 1@0x36: 0x6026=0x00

      I/    ( 2335): [198.247574][ov x 8b]:write serdes 1@0x36: 0x6027=0x3c

      I/    ( 2335): [198.248016][ov x 8b]:write serdes 1@0x36: 0x6028=0x03

      I/    ( 2335): [198.248444][ov x 8b]:write serdes 1@0x36: 0x6029=0x20

      I/    ( 2335): [198.248901][ov x 8b]:write serdes 1@0x36: 0x602a=0x00

      I/    ( 2335): [198.249344][ov x 8b]:write serdes 1@0x36: 0x602b=0x3c

      I/    ( 2335): [198.249771][ov x 8b]:write serdes 1@0x36: 0x602c=0x03

      I/    ( 2335): [198.250229][ov x 8b]:write serdes 1@0x36: 0x602d=0x20

      I/    ( 2335): [198.250671][ov x 8b]:write serdes 1@0x36: 0x6036=0x01

      I/    ( 2335): [198.251099][ov x 8b]:write serdes 1@0x36: 0x6046=0x00

      I/    ( 2335): [198.251556][ov x 8b]:write serdes 1@0x36: 0x6047=0x3c

      I/    ( 2335): [198.251999][ov x 8b]:write serdes 1@0x36: 0x6048=0x03

      I/    ( 2335): [198.252457][ov x 8b]:write serdes 1@0x36: 0x6049=0x20

      I/    ( 2335): [198.252899][ov x 8b]:write serdes 1@0x36: 0x604a=0x00

      I/    ( 2335): [198.253342][ov x 8b]:write serdes 1@0x36: 0x604b=0x3c

      I/    ( 2335): [198.253799][ov x 8b]:write serdes 1@0x36: 0x604c=0x03

      I/    ( 2335): [198.254242][ov x 8b]:write serdes 1@0x36: 0x604d=0x20

      I/    ( 2335): [198.254669][ov x 8b]:write serdes 1@0x36: 0x6056=0x02

      I/    ( 2335): [198.255127][ov x 8b]:write serdes 1@0x36: 0x6067=0x3c

      I/    ( 2335): [198.255554][ov x 8b]:write serdes 1@0x36: 0x6068=0x03

      I/    ( 2335): [198.256012][ov x 8b]:write serdes 1@0x36: 0x6069=0x20

      I/    ( 2335): [198.256470][ov x 8b]:write serdes 1@0x36: 0x606a=0x00

      I/    ( 2335): [198.256912][ov x 8b]:write serdes 1@0x36: 0x606b=0x3c

      I/    ( 2335): [198.257339][ov x 8b]:write serdes 1@0x36: 0x606c=0x03

      I/    ( 2335): [198.257797][ov x 8b]:write serdes 1@0x36: 0x606d=0x20

      I/    ( 2335): [198.258240][ov x 8b]:write serdes 1@0x36: 0x6076=0x03

      I/    ( 2335): [198.258682][ov x 8b]:write serdes 1@0x36: 0x6086=0x00

      I/    ( 2335): [198.259125][ov x 8b]:write serdes 1@0x36: 0x6087=0x3c

      I/    ( 2335): [198.259567][ov x 8b]:write serdes 1@0x36: 0x6088=0x03

      I/    ( 2335): [198.260010][ov x 8b]:write serdes 1@0x36: 0x6089=0x20

      I/    ( 2335): [198.260468][ov x 8b]:write serdes 1@0x36: 0x608a=0x00

      I/    ( 2335): [198.260895][ov x 8b]:write serdes 1@0x36: 0x608b=0x3c

      I/    ( 2335): [198.261337][ov x 8b]:write serdes 1@0x36: 0x608c=0x03

      I/    ( 2335): [198.261795][ov x 8b]:write serdes 1@0x36: 0x608d=0x20

      I/    ( 2335): [198.262222][ov x 8b]:write serdes 1@0x36: 0x6096=0x04

      I/    ( 2335): [198.262665][ov x 8b]:write serdes 1@0x36: 0x5e00=0x00

      I/    ( 2335): [198.263123][ov x 8b]:write serdes 1@0x36: 0x5e01=0x08

      I/    ( 2335): [198.263550][ov x 8b]:write serdes 1@0x36: 0x5e02=0x09

      I/    ( 2335): [198.264023][ov x 8b]:write serdes 1@0x36: 0x5e03=0x0a

      I/    ( 2335): [198.264465][ov x 8b]:write serdes 1@0x36: 0x5e04=0x0b

      I/    ( 2335): [198.264908][ov x 8b]:write serdes 1@0x36: 0x5e05=0x0c

      I/    ( 2335): [198.265350][ov x 8b]:write serdes 1@0x36: 0x5e06=0x0c

      I/    ( 2335): [198.265793][ov x 8b]:write serdes 1@0x36: 0x5e07=0x0c

      I/    ( 2335): [198.266235][ov x 8b]:write serdes 1@0x36: 0x5e08=0x0c

      I/    ( 2335): [198.266678][ov x 8b]:write serdes 1@0x36: 0x5e09=0x0c

      I/    ( 2335): [198.267120][ov x 8b]:write serdes 1@0x36: 0x5e0a=0x0d

      I/    ( 2335): [198.267563][ov x 8b]:write serdes 1@0x36: 0x5e0b=0x0d

      I/    ( 2335): [198.268021][ov x 8b]:write serdes 1@0x36: 0x5e0c=0x0d

      I/    ( 2335): [198.268463][ov x 8b]:write serdes 1@0x36: 0x5e0d=0x0d

      I/    ( 2335): [198.268890][ov x 8b]:write serdes 1@0x36: 0x5e0e=0x0d

      I/    ( 2335): [198.269348][ov x 8b]:write serdes 1@0x36: 0x5e0f=0x0e

      I/    ( 2335): [198.269791][ov x 8b]:write serdes 1@0x36: 0x5e10=0x0e

      I/    ( 2335): [198.270233][ov x 8b]:write serdes 1@0x36: 0x5e11=0x0e

      I/    ( 2335): [198.270676][ov x 8b]:write serdes 1@0x36: 0x5e12=0x0e

      I/    ( 2335): [198.271118][ov x 8b]:write serdes 1@0x36: 0x5e13=0x0f

      I/    ( 2335): [198.271561][ov x 8b]:write serdes 1@0x36: 0x5e14=0x0f

      I/    ( 2335): [198.272034][ov x 8b]:write serdes 1@0x36: 0x5e15=0x10

      I/    ( 2335): [198.272461][ov x 8b]:write serdes 1@0x36: 0x5e16=0x11

      I/    ( 2335): [198.272919][ov x 8b]:write serdes 1@0x36: 0x5e17=0x11

      I/    ( 2335): [198.273361][ov x 8b]:write serdes 1@0x36: 0x5e18=0x12

      I/    ( 2335): [198.273804][ov x 8b]:write serdes 1@0x36: 0x5e19=0x12

      I/    ( 2335): [198.274246][ov x 8b]:write serdes 1@0x36: 0x5e1a=0x13

      I/    ( 2335): [198.274689][ov x 8b]:write serdes 1@0x36: 0x5e1b=0x13

      I/    ( 2335): [198.275131][ov x 8b]:write serdes 1@0x36: 0x5e1c=0x14

      I/    ( 2335): [198.275574][ov x 8b]:write serdes 1@0x36: 0x5e1d=0x14

      I/    ( 2335): [198.276031][ov x 8b]:write serdes 1@0x36: 0x5e1e=0x16

      I/    ( 2335): [198.276459][ov x 8b]:write serdes 1@0x36: 0x5e1f=0x16

      I/    ( 2335): [198.276917][ov x 8b]:write serdes 1@0x36: 0x5e20=0x16

      I/    ( 2335): [198.277359][ov x 8b]:write serdes 1@0x36: 0x5e21=0x08

      I/    ( 2335): [198.277786][ov x 8b]:write serdes 1@0x36: 0x5e22=0x00

      I/    ( 2335): [198.278244][ov x 8b]:write serdes 1@0x36: 0x5e23=0x01

      I/    ( 2335): [198.278687][ov x 8b]:write serdes 1@0x36: 0x5e24=0x00

      I/    ( 2335): [198.279114][ov x 8b]:write serdes 1@0x36: 0x5e25=0x00

      I/    ( 2335): [198.279572][ov x 8b]:write serdes 1@0x36: 0x5e26=0x00

      I/    ( 2335): [198.280014][ov x 8b]:write serdes 1@0x36: 0x5e27=0x40

      I/    ( 2335): [198.280457][ov x 8b]:write serdes 1@0x36: 0x5e28=0x00

      I/    ( 2335): [198.280899][ov x 8b]:write serdes 1@0x36: 0x5e29=0x00

      I/    ( 2335): [198.281342][ov x 8b]:write serdes 1@0x36: 0x5e2a=0x40

      I/    ( 2335): [198.281799][ov x 8b]:write serdes 1@0x36: 0x5e2b=0x00

      I/    ( 2335): [198.282242][ov x 8b]:write serdes 1@0x36: 0x5e2c=0x00

      I/    ( 2335): [198.282669][ov x 8b]:write serdes 1@0x36: 0x5e2d=0x40

      I/    ( 2335): [198.283127][ov x 8b]:write serdes 1@0x36: 0x5e2e=0x00

      I/    ( 2335): [198.283569][ov x 8b]:write serdes 1@0x36: 0x5e2f=0x00

      I/    ( 2335): [198.284027][ov x 8b]:write serdes 1@0x36: 0x5e30=0x40

      I/    ( 2335): [198.284485][ov x 8b]:write serdes 1@0x36: 0x5e31=0x00

      I/    ( 2335): [198.284927][ov x 8b]:write serdes 1@0x36: 0x5e32=0x00

      I/    ( 2335): [198.285355][ov x 8b]:write serdes 1@0x36: 0x5e33=0x40

      I/    ( 2335): [198.285812][ov x 8b]:write serdes 1@0x36: 0x5e34=0x00

      I/    ( 2335): [198.286255][ov x 8b]:write serdes 1@0x36: 0x5e35=0x00

      I/    ( 2335): [198.286682][ov x 8b]:write serdes 1@0x36: 0x5e36=0x40

      I/    ( 2335): [198.287140][ov x 8b]:write serdes 1@0x36: 0x5e37=0x00

      I/    ( 2335): [198.287582][ov x 8b]:write serdes 1@0x36: 0x5e38=0x00

      I/    ( 2335): [198.288010][ov x 8b]:write serdes 1@0x36: 0x5e39=0x40

      I/    ( 2335): [198.288467][ov x 8b]:write serdes 1@0x36: 0x5e3a=0x00

      I/    ( 2335): [198.288910][ov x 8b]:write serdes 1@0x36: 0x5e3b=0x00

      I/    ( 2335): [198.289337][ov x 8b]:write serdes 1@0x36: 0x5e3c=0x40

      I/    ( 2335): [198.289795][ov x 8b]:write serdes 1@0x36: 0x5e3d=0x00

      I/    ( 2335): [198.290237][ov x 8b]:write serdes 1@0x36: 0x5e3e=0x00

      I/    ( 2335): [198.290695][ov x 8b]:write serdes 1@0x36: 0x5e3f=0x40

      I/    ( 2335): [198.291122][ov x 8b]:write serdes 1@0x36: 0x5e40=0x00

      I/    ( 2335): [198.291565][ov x 8b]:write serdes 1@0x36: 0x5e41=0x00

      I/    ( 2335): [198.292023][ov x 8b]:write serdes 1@0x36: 0x5e42=0x40

      I/    ( 2335): [198.292450][ov x 8b]:write serdes 1@0x36: 0x5e43=0x00

      I/    ( 2335): [198.292892][ov x 8b]:write serdes 1@0x36: 0x5e44=0x00

      I/    ( 2335): [198.293350][ov x 8b]:write serdes 1@0x36: 0x5e45=0x40

      I/    ( 2335): [198.293793][ov x 8b]:write serdes 1@0x36: 0x5e46=0x00

      I/    ( 2335): [198.294220][ov x 8b]:write serdes 1@0x36: 0x5e47=0x00

      I/    ( 2335): [198.294678][ov x 8b]:write serdes 1@0x36: 0x5e48=0x40

      I/    ( 2335): [198.295120][ov x 8b]:write serdes 1@0x36: 0x5e49=0x00

      I/    ( 2335): [198.295547][ov x 8b]:write serdes 1@0x36: 0x5e4a=0x00

      I/    ( 2335): [198.296036][ov x 8b]:write serdes 1@0x36: 0x5e4b=0x40

      I/    ( 2335): [198.296478][ov x 8b]:write serdes 1@0x36: 0x5e4c=0x00

      I/    ( 2335): [198.296906][ov x 8b]:write serdes 1@0x36: 0x5e4d=0x00

      I/    ( 2335): [198.297363][ov x 8b]:write serdes 1@0x36: 0x5e4e=0x40

      I/    ( 2335): [198.297791][ov x 8b]:write serdes 1@0x36: 0x5e4f=0x00

      I/    ( 2335): [198.298233][ov x 8b]:write serdes 1@0x36: 0x5e50=0x00

      I/    ( 2335): [198.298691][ov x 8b]:write serdes 1@0x36: 0x5e51=0x40

      I/    ( 2335): [198.299133][ov x 8b]:write serdes 1@0x36: 0x5e52=0x00

      I/    ( 2335): [198.299561][ov x 8b]:write serdes 1@0x36: 0x5e53=0x00

      I/    ( 2335): [198.300018][ov x 8b]:write serdes 1@0x36: 0x5e54=0x40

      I/    ( 2335): [198.300461][ov x 8b]:write serdes 1@0x36: 0x5e55=0x00

      I/    ( 2335): [198.300919][ov x 8b]:write serdes 1@0x36: 0x5e56=0x00

      I/    ( 2335): [198.301361][ov x 8b]:write serdes 1@0x36: 0x5e57=0x40

      I/    ( 2335): [198.301788][ov x 8b]:write serdes 1@0x36: 0x5e58=0x00

      I/    ( 2335): [198.302246][ov x 8b]:write serdes 1@0x36: 0x5e59=0x00

      I/    ( 2335): [198.302689][ov x 8b]:write serdes 1@0x36: 0x5e5a=0x80

      I/    ( 2335): [198.303116][ov x 8b]:write serdes 1@0x36: 0x5e5b=0x00

      I/    ( 2335): [198.303574][ov x 8b]:write serdes 1@0x36: 0x5e5c=0x00

      I/    ( 2335): [198.304016][ov x 8b]:write serdes 1@0x36: 0x5e5d=0x80

      I/    ( 2335): [198.304443][ov x 8b]:write serdes 1@0x36: 0x5e5e=0x00

      I/    ( 2335): [198.304901][ov x 8b]:write serdes 1@0x36: 0x5e5f=0x01

      I/    ( 2335): [198.305344][ov x 8b]:write serdes 1@0x36: 0x5e60=0x00

      I/    ( 2335): [198.305786][ov x 8b]:write serdes 1@0x36: 0x5e61=0x00

      I/    ( 2335): [198.306229][ov x 8b]:write serdes 1@0x36: 0x5e62=0x01

      I/    ( 2335): [198.306671][ov x 8b]:write serdes 1@0x36: 0x5e63=0x00

      I/    ( 2335): [198.307114][ov x 8b]:write serdes 1@0x36: 0x5e64=0x00

      I/    ( 2335): [198.307556][ov x 8b]:write serdes 1@0x36: 0x5e65=0x01

      I/    ( 2335): [198.308014][ov x 8b]:write serdes 1@0x36: 0x5e66=0x00

      I/    ( 2335): [198.308456][ov x 8b]:write serdes 1@0x36: 0x5e67=0x00

      I/    ( 2335): [198.308914][ov x 8b]:write serdes 1@0x36: 0x5e68=0x01

      I/    ( 2335): [198.309341][ov x 8b]:write serdes 1@0x36: 0x5e69=0x00

      I/    ( 2335): [198.309799][ov x 8b]:write serdes 1@0x36: 0x5e6a=0x00

      I/    ( 2335): [198.310242][ov x 8b]:write serdes 1@0x36: 0x5e6b=0x01

      I/    ( 2335): [198.310684][ov x 8b]:write serdes 1@0x36: 0x5e6c=0x00

      I/    ( 2335): [198.311127][ov x 8b]:write serdes 1@0x36: 0x5e6d=0x00

      I/    ( 2335): [198.311569][ov x 8b]:write serdes 1@0x36: 0x5e6e=0x01

      I/    ( 2335): [198.312027][ov x 8b]:write serdes 1@0x36: 0x5e6f=0x00

      I/    ( 2335): [198.312469][ov x 8b]:write serdes 1@0x36: 0x5e70=0x00

      I/    ( 2335): [198.312912][ov x 8b]:write serdes 1@0x36: 0x5e71=0x01

      I/    ( 2335): [198.313354][ov x 8b]:write serdes 1@0x36: 0x5e72=0x00

      I/    ( 2335): [198.313797][ov x 8b]:write serdes 1@0x36: 0x5e73=0x00

      I/    ( 2335): [198.314240][ov x 8b]:write serdes 1@0x36: 0x5e74=0x00

      I/    ( 2335): [198.314682][ov x 8b]:write serdes 1@0x36: 0x5e75=0x80

      I/    ( 2335): [198.315125][ov x 8b]:write serdes 1@0x36: 0x5e76=0x00

      I/    ( 2335): [198.315567][ov x 8b]:write serdes 1@0x36: 0x5e77=0x00

      I/    ( 2335): [198.316010][ov x 8b]:write serdes 1@0x36: 0x5e78=0x80

      I/    ( 2335): [198.316467][ov x 8b]:write serdes 1@0x36: 0x5e79=0x00

      I/    ( 2335): [198.316910][ov x 8b]:write serdes 1@0x36: 0x5e7a=0x00

      I/    ( 2335): [198.317337][ov x 8b]:write serdes 1@0x36: 0x5e7b=0x80

      I/    ( 2335): [198.317795][ov x 8b]:write serdes 1@0x36: 0x5e7c=0x00

      I/    ( 2335): [198.318237][ov x 8b]:write serdes 1@0x36: 0x5e7d=0x00

      I/    ( 2335): [198.318665][ov x 8b]:write serdes 1@0x36: 0x5e7e=0x80

      I/    ( 2335): [198.319122][ov x 8b]:write serdes 1@0x36: 0x5e7f=0x00

      I/    ( 2335): [198.319565][ov x 8b]:write serdes 1@0x36: 0x5e80=0x00

      I/    ( 2335): [198.320023][ov x 8b]:write serdes 1@0x36: 0x5e81=0x80

      I/    ( 2335): [198.320465][ov x 8b]:write serdes 1@0x36: 0x5e82=0x00

      I/    ( 2335): [198.320908][ov x 8b]:write serdes 1@0x36: 0x5e83=0x00

      I/    ( 2335): [198.321365][ov x 8b]:write serdes 1@0x36: 0x5e84=0x3f

      I/    ( 2335): [198.321793][ov x 8b]:write serdes 1@0x36: 0x5f00=0x02

      I/    ( 2335): [198.322235][ov x 8b]:write serdes 1@0x36: 0x5f01=0x08

      I/    ( 2335): [198.322693][ov x 8b]:write serdes 1@0x36: 0x5f02=0x09

      I/    ( 2335): [198.323135][ov x 8b]:write serdes 1@0x36: 0x5f03=0x0a

      I/    ( 2335): [198.323563][ov x 8b]:write serdes 1@0x36: 0x5f04=0x0b

      I/    ( 2335): [198.324020][ov x 8b]:write serdes 1@0x36: 0x5f05=0x0c

      I/    ( 2335): [198.324463][ov x 8b]:write serdes 1@0x36: 0x5f06=0x0c

      I/    ( 2335): [198.324905][ov x 8b]:write serdes 1@0x36: 0x5f07=0x0c

      I/    ( 2335): [198.325348][ov x 8b]:write serdes 1@0x36: 0x5f08=0x0c

      I/    ( 2335): [198.325790][ov x 8b]:write serdes 1@0x36: 0x5f09=0x0c

      I/    ( 2335): [198.326218][ov x 8b]:write serdes 1@0x36: 0x5f0a=0x0d

      I/    ( 2335): [198.326675][ov x 8b]:write serdes 1@0x36: 0x5f0b=0x0d

      I/    ( 2335): [198.327118][ov x 8b]:write serdes 1@0x36: 0x5f0c=0x0d

      I/    ( 2335): [198.327545][ov x 8b]:write serdes 1@0x36: 0x5f0d=0x0d

      I/    ( 2335): [198.328018][ov x 8b]:write serdes 1@0x36: 0x5f0e=0x0d

      I/    ( 2335): [198.328461][ov x 8b]:write serdes 1@0x36: 0x5f0f=0x0e

      I/    ( 2335): [198.328918][ov x 8b]:write serdes 1@0x36: 0x5f10=0x0e

      I/    ( 2335): [198.329346][ov x 8b]:write serdes 1@0x36: 0x5f11=0x0e

      I/    ( 2335): [198.329788][ov x 8b]:write serdes 1@0x36: 0x5f12=0x0e

      I/    ( 2335): [198.330246][ov x 8b]:write serdes 1@0x36: 0x5f13=0x0f

      I/    ( 2335): [198.330688][ov x 8b]:write serdes 1@0x36: 0x5f14=0x0f

      I/    ( 2335): [198.331116][ov x 8b]:write serdes 1@0x36: 0x5f15=0x10

      I/    ( 2335): [198.331573][ov x 8b]:write serdes 1@0x36: 0x5f16=0x11

      I/    ( 2335): [198.332016][ov x 8b]:write serdes 1@0x36: 0x5f17=0x11

      I/    ( 2335): [198.332458][ov x 8b]:write serdes 1@0x36: 0x5f18=0x12

      I/    ( 2335): [198.332901][ov x 8b]:write serdes 1@0x36: 0x5f19=0x12

      I/    ( 2335): [198.333344][ov x 8b]:write serdes 1@0x36: 0x5f1a=0x13

      I/    ( 2335): [198.333786][ov x 8b]:write serdes 1@0x36: 0x5f1b=0x13

      I/    ( 2335): [198.334229][ov x 8b]:write serdes 1@0x36: 0x5f1c=0x14

      I/    ( 2335): [198.334671][ov x 8b]:write serdes 1@0x36: 0x5f1d=0x14

      I/    ( 2335): [198.335114][ov x 8b]:write serdes 1@0x36: 0x5f1e=0x16

      I/    ( 2335): [198.335556][ov x 8b]:write serdes 1@0x36: 0x5f1f=0x16

      I/    ( 2335): [198.335999][ov x 8b]:write serdes 1@0x36: 0x5f20=0x16

      I/    ( 2335): [198.336472][ov x 8b]:write serdes 1@0x36: 0x5f21=0x08

      I/    ( 2335): [198.336914][ov x 8b]:write serdes 1@0x36: 0x5f22=0x00

      I/    ( 2335): [198.337341][ov x 8b]:write serdes 1@0x36: 0x5f23=0x01

      I/    ( 2335): [198.337799][ov x 8b]:write serdes 1@0x36: 0x5f24=0x00

      I/    ( 2335): [198.338242][ov x 8b]:write serdes 1@0x36: 0x5f25=0x00

      I/    ( 2335): [198.338669][ov x 8b]:write serdes 1@0x36: 0x5f26=0x02

      I/    ( 2335): [198.339127][ov x 8b]:write serdes 1@0x36: 0x5f27=0x00

      I/    ( 2335): [198.339569][ov x 8b]:write serdes 1@0x36: 0x5f28=0x00

      I/    ( 2335): [198.340012][ov x 8b]:write serdes 1@0x36: 0x5f29=0x02

      I/    ( 2335): [198.340469][ov x 8b]:write serdes 1@0x36: 0x5f2a=0x00

      I/    ( 2335): [198.340912][ov x 8b]:write serdes 1@0x36: 0x5f2b=0x00

      I/    ( 2335): [198.341354][ov x 8b]:write serdes 1@0x36: 0x5f2c=0x02

      I/    ( 2335): [198.341797][ov x 8b]:write serdes 1@0x36: 0x5f2d=0x00

      I/    ( 2335): [198.342239][ov x 8b]:write serdes 1@0x36: 0x5f2e=0x00

      I/    ( 2335): [198.342682][ov x 8b]:write serdes 1@0x36: 0x5f2f=0x02

      I/    ( 2335): [198.343140][ov x 8b]:write serdes 1@0x36: 0x5f30=0x00

      I/    ( 2335): [198.343567][ov x 8b]:write serdes 1@0x36: 0x5f31=0x00

      I/    ( 2335): [198.344009][ov x 8b]:write serdes 1@0x36: 0x5f32=0x02

      I/    ( 2335): [198.344467][ov x 8b]:write serdes 1@0x36: 0x5f33=0x00

      I/    ( 2335): [198.344910][ov x 8b]:write serdes 1@0x36: 0x5f34=0x00

      I/    ( 2335): [198.345337][ov x 8b]:write serdes 1@0x36: 0x5f35=0x02

      I/    ( 2335): [198.345795][ov x 8b]:write serdes 1@0x36: 0x5f36=0x00

      I/    ( 2335): [198.346237][ov x 8b]:write serdes 1@0x36: 0x5f37=0x00

      I/    ( 2335): [198.346664][ov x 8b]:write serdes 1@0x36: 0x5f38=0x02

      I/    ( 2335): [198.347122][ov x 8b]:write serdes 1@0x36: 0x5f39=0x00

      I/    ( 2335): [198.347565][ov x 8b]:write serdes 1@0x36: 0x5f3a=0x00

      I/    ( 2335): [198.348022][ov x 8b]:write serdes 1@0x36: 0x5f3b=0x02

      I/    ( 2335): [198.348450][ov x 8b]:write serdes 1@0x36: 0x5f3c=0x00

      I/    ( 2335): [198.348892][ov x 8b]:write serdes 1@0x36: 0x5f3d=0x00

      I/    ( 2335): [198.349350][ov x 8b]:write serdes 1@0x36: 0x5f3e=0x02

      I/    ( 2335): [198.349792][ov x 8b]:write serdes 1@0x36: 0x5f3f=0x00

      I/    ( 2335): [198.350220][ov x 8b]:write serdes 1@0x36: 0x5f40=0x00

      I/    ( 2335): [198.350677][ov x 8b]:write serdes 1@0x36: 0x5f41=0x02

      I/    ( 2335): [198.351105][ov x 8b]:write serdes 1@0x36: 0x5f42=0x00

      I/    ( 2335): [198.351547][ov x 8b]:write serdes 1@0x36: 0x5f43=0x00

      I/    ( 2335): [198.352005][ov x 8b]:write serdes 1@0x36: 0x5f44=0x02

      I/    ( 2335): [198.352463][ov x 8b]:write serdes 1@0x36: 0x5f45=0x00

      I/    ( 2335): [198.352905][ov x 8b]:write serdes 1@0x36: 0x5f46=0x00

      I/    ( 2335): [198.353348][ov x 8b]:write serdes 1@0x36: 0x5f47=0x04

      I/    ( 2335): [198.353790][ov x 8b]:write serdes 1@0x36: 0x5f48=0x00

      I/    ( 2335): [198.354233][ov x 8b]:write serdes 1@0x36: 0x5f49=0x00

      I/    ( 2335): [198.354675][ov x 8b]:write serdes 1@0x36: 0x5f4a=0x04

      I/    ( 2335): [198.355118][ov x 8b]:write serdes 1@0x36: 0x5f4b=0x00

      I/    ( 2335): [198.355576][ov x 8b]:write serdes 1@0x36: 0x5f4c=0x00

      I/    ( 2335): [198.356018][ov x 8b]:write serdes 1@0x36: 0x5f4d=0x04

      I/    ( 2335): [198.356461][ov x 8b]:write serdes 1@0x36: 0x5f4e=0x00

      I/    ( 2335): [198.356918][ov x 8b]:write serdes 1@0x36: 0x5f4f=0x00

      I/    ( 2335): [198.357361][ov x 8b]:write serdes 1@0x36: 0x5f50=0x04

      I/    ( 2335): [198.357788][ov x 8b]:write serdes 1@0x36: 0x5f51=0x00

      I/    ( 2335): [198.358246][ov x 8b]:write serdes 1@0x36: 0x5f52=0x00

      I/    ( 2335): [198.358688][ov x 8b]:write serdes 1@0x36: 0x5f53=0x04

      I/    ( 2335): [198.359116][ov x 8b]:write serdes 1@0x36: 0x5f54=0x00

      I/    ( 2335): [198.359573][ov x 8b]:write serdes 1@0x36: 0x5f55=0x00

      I/    ( 2335): [198.360016][ov x 8b]:write serdes 1@0x36: 0x5f56=0x04

      I/    ( 2335): [198.360458][ov x 8b]:write serdes 1@0x36: 0x5f57=0x00

      I/    ( 2335): [198.360901][ov x 8b]:write serdes 1@0x36: 0x5f58=0x00

      I/    ( 2335): [198.361343][ov x 8b]:write serdes 1@0x36: 0x5f59=0x04

      I/    ( 2335): [198.361786][ov x 8b]:write serdes 1@0x36: 0x5f5a=0x00

      I/    ( 2335): [198.362244][ov x 8b]:write serdes 1@0x36: 0x5f5b=0x00

      I/    ( 2335): [198.362671][ov x 8b]:write serdes 1@0x36: 0x5f5c=0x04

      I/    ( 2335): [198.363113][ov x 8b]:write serdes 1@0x36: 0x5f5d=0x00

      I/    ( 2335): [198.363556][ov x 8b]:write serdes 1@0x36: 0x5f5e=0x00

      I/    ( 2335): [198.364014][ov x 8b]:write serdes 1@0x36: 0x5f5f=0x08

      I/    ( 2335): [198.364471][ov x 8b]:write serdes 1@0x36: 0x5f60=0x00

      I/    ( 2335): [198.364914][ov x 8b]:write serdes 1@0x36: 0x5f61=0x00

      I/    ( 2335): [198.365341][ov x 8b]:write serdes 1@0x36: 0x5f62=0x08

      I/    ( 2335): [198.365799][ov x 8b]:write serdes 1@0x36: 0x5f63=0x00

      I/    ( 2335): [198.366241][ov x 8b]:write serdes 1@0x36: 0x5f64=0x00

      I/    ( 2335): [198.366684][ov x 8b]:write serdes 1@0x36: 0x5f65=0x08

      I/    ( 2335): [198.367126][ov x 8b]:write serdes 1@0x36: 0x5f66=0x00

      I/    ( 2335): [198.367569][ov x 8b]:write serdes 1@0x36: 0x5f67=0x00

      I/    ( 2335): [198.368011][ov x 8b]:write serdes 1@0x36: 0x5f68=0x08

      I/    ( 2335): [198.368469][ov x 8b]:write serdes 1@0x36: 0x5f69=0x00

      I/    ( 2335): [198.368912][ov x 8b]:write serdes 1@0x36: 0x5f6a=0x00

      I/    ( 2335): [198.369354][ov x 8b]:write serdes 1@0x36: 0x5f6b=0x08

      I/    ( 2335): [198.369797][ov x 8b]:write serdes 1@0x36: 0x5f6c=0x00

      I/    ( 2335): [198.370239][ov x 8b]:write serdes 1@0x36: 0x5f6d=0x00

      I/    ( 2335): [198.370682][ov x 8b]:write serdes 1@0x36: 0x5f6e=0x10

      I/    ( 2335): [198.371140][ov x 8b]:write serdes 1@0x36: 0x5f6f=0x00

      I/    ( 2335): [198.371567][ov x 8b]:write serdes 1@0x36: 0x5f70=0x00

      I/    ( 2335): [198.372009][ov x 8b]:write serdes 1@0x36: 0x5f71=0x10

      I/    ( 2335): [198.372467][ov x 8b]:write serdes 1@0x36: 0x5f72=0x00

      I/    ( 2335): [198.372910][ov x 8b]:write serdes 1@0x36: 0x5f73=0x00

      I/    ( 2335): [198.373337][ov x 8b]:write serdes 1@0x36: 0x5f74=0x10

      I/    ( 2335): [198.373795][ov x 8b]:write serdes 1@0x36: 0x5f75=0x00

      I/    ( 2335): [198.374237][ov x 8b]:write serdes 1@0x36: 0x5f76=0x00

      I/    ( 2335): [198.374695][ov x 8b]:write serdes 1@0x36: 0x5f77=0x10

      I/    ( 2335): [198.375122][ov x 8b]:write serdes 1@0x36: 0x5f78=0x00

      I/    ( 2335): [198.375565][ov x 8b]:write serdes 1@0x36: 0x5f79=0x00

      I/    ( 2335): [198.376022][ov x 8b]:write serdes 1@0x36: 0x5f7a=0x20

      I/    ( 2335): [198.376465][ov x 8b]:write serdes 1@0x36: 0x5f7b=0x00

      I/    ( 2335): [198.376892][ov x 8b]:write serdes 1@0x36: 0x5f7c=0x00

      I/    ( 2335): [198.377350][ov x 8b]:write serdes 1@0x36: 0x5f7d=0x20

      I/    ( 2335): [198.377792][ov x 8b]:write serdes 1@0x36: 0x5f7e=0x00

      I/    ( 2335): [198.378235][ov x 8b]:write serdes 1@0x36: 0x5f7f=0x00

      I/    ( 2335): [198.378677][ov x 8b]:write serdes 1@0x36: 0x5f80=0x20

      I/    ( 2335): [198.379120][ov x 8b]:write serdes 1@0x36: 0x5f81=0x00

      I/    ( 2335): [198.379547][ov x 8b]:write serdes 1@0x36: 0x5f82=0x00

      I/    ( 2335): [198.380020][ov x 8b]:write serdes 1@0x36: 0x5f83=0x00

      I/    ( 2335): [198.380463][ov x 8b]:write serdes 1@0x36: 0x5f84=0xff

      I/    ( 2335): [198.380905][ov x 8b]:write serdes 1@0x36: 0x5240=0x0f

      I/    ( 2335): [198.381363][ov x 8b]:write serdes 1@0x36: 0x5241=0x00

      I/    ( 2335): [198.381790][ov x 8b]:write serdes 1@0x36: 0x5242=0x00

      I/    ( 2335): [198.382233][ov x 8b]:write serdes 1@0x36: 0x5243=0x00

      I/    ( 2335): [198.382690][ov x 8b]:write serdes 1@0x36: 0x5244=0x00

      I/    ( 2335): [198.383118][ov x 8b]:write serdes 1@0x36: 0x5245=0x00

      I/    ( 2335): [198.383575][ov x 8b]:write serdes 1@0x36: 0x5246=0x00

      I/    ( 2335): [198.384018][ov x 8b]:write serdes 1@0x36: 0x5247=0x00

      I/    ( 2335): [198.384460][ov x 8b]:write serdes 1@0x36: 0x5248=0x00

      I/    ( 2335): [198.384903][ov x 8b]:write serdes 1@0x36: 0x5249=0x00

      I/    ( 2335): [198.385345][ov x 8b]:write serdes 1@0x36: 0x5440=0x0f

      I/    ( 2335): [198.385788][ov x 8b]:write serdes 1@0x36: 0x5441=0x00

      I/    ( 2335): [198.386246][ov x 8b]:write serdes 1@0x36: 0x5442=0x00

      I/    ( 2335): [198.386673][ov x 8b]:write serdes 1@0x36: 0x5443=0x00

      I/    ( 2335): [198.387115][ov x 8b]:write serdes 1@0x36: 0x5444=0x00

      I/    ( 2335): [198.387573][ov x 8b]:write serdes 1@0x36: 0x5445=0x00

      I/    ( 2335): [198.388016][ov x 8b]:write serdes 1@0x36: 0x5446=0x00

      I/    ( 2335): [198.388458][ov x 8b]:write serdes 1@0x36: 0x5447=0x00

      I/    ( 2335): [198.388916][ov x 8b]:write serdes 1@0x36: 0x5448=0x00

      I/    ( 2335): [198.389359][ov x 8b]:write serdes 1@0x36: 0x5449=0x00

      I/    ( 2335): [198.389786][ov x 8b]:write serdes 1@0x36: 0x5640=0x0f

      I/    ( 2335): [198.390244][ov x 8b]:write serdes 1@0x36: 0x5641=0x00

      I/    ( 2335): [198.390686][ov x 8b]:write serdes 1@0x36: 0x5642=0x00

      I/    ( 2335): [198.391113][ov x 8b]:write serdes 1@0x36: 0x5643=0x00

      I/    ( 2335): [198.391571][ov x 8b]:write serdes 1@0x36: 0x5644=0x00

      I/    ( 2335): [198.392014][ov x 8b]:write serdes 1@0x36: 0x5645=0x00

      I/    ( 2335): [198.392441][ov x 8b]:write serdes 1@0x36: 0x5646=0x00

      I/    ( 2335): [198.392899][ov x 8b]:write serdes 1@0x36: 0x5647=0x00

      I/    ( 2335): [198.393341][ov x 8b]:write serdes 1@0x36: 0x5648=0x00

      I/    ( 2335): [198.393799][ov x 8b]:write serdes 1@0x36: 0x5649=0x00

      I/    ( 2335): [198.394226][ov x 8b]:write serdes 1@0x36: 0x5840=0x0f

      I/    ( 2335): [198.394669][ov x 8b]:write serdes 1@0x36: 0x5841=0x00

      I/    ( 2335): [198.395126][ov x 8b]:write serdes 1@0x36: 0x5842=0x00

      I/    ( 2335): [198.395554][ov x 8b]:write serdes 1@0x36: 0x5843=0x00

      I/    ( 2335): [198.396011][ov x 8b]:write serdes 1@0x36: 0x5844=0x00

      I/    ( 2335): [198.396469][ov x 8b]:write serdes 1@0x36: 0x5845=0x00

      I/    ( 2335): [198.396912][ov x 8b]:write serdes 1@0x36: 0x5846=0x00

      I/    ( 2335): [198.397354][ov x 8b]:write serdes 1@0x36: 0x5847=0x00

      I/    ( 2335): [198.397797][ov x 8b]:write serdes 1@0x36: 0x5848=0x00

      I/    ( 2335): [198.398239][ov x 8b]:write serdes 1@0x36: 0x5849=0x00

      I/    ( 2335): [198.398682][ov x 8b]:write serdes 1@0x36: 0x5000=0x8f

      I/    ( 2335): [198.399124][ov x 8b]:write serdes 1@0x36: 0x5001=0x75

      I/    ( 2335): [198.399567][ov x 8b]:write serdes 1@0x36: 0x5002=0x7f

      I/    ( 2335): [198.400009][ov x 8b]:write serdes 1@0x36: 0x5003=0x3e

      I/    ( 2335): [198.400452][ov x 8b]:write serdes 1@0x36: 0x5004=0x1e

      I/    ( 2335): [198.400894][ov x 8b]:write serdes 1@0x36: 0x5005=0x1e

      I/    ( 2335): [198.401337][ov x 8b]:write serdes 1@0x36: 0x5006=0x1e

      I/    ( 2335): [198.401794][ov x 8b]:write serdes 1@0x36: 0x5007=0x1e

      I/    ( 2335): [198.402222][ov x 8b]:write serdes 1@0x36: 0x5008=0x00

      I/    ( 2335): [198.402679][ov x 8b]:write serdes 1@0x36: 0x500c=0x00

      I/    ( 2335): [198.403122][ov x 8b]:write serdes 1@0x36: 0x5019=0x00

      I/    ( 2335): [198.403549][ov x 8b]:write serdes 1@0x36: 0x501a=0xff

      I/    ( 2335): [198.404007][ov x 8b]:write serdes 1@0x36: 0x501b=0xff

      I/    ( 2335): [198.404465][ov x 8b]:write serdes 1@0x36: 0x501d=0x00

      I/    ( 2335): [198.404907][ov x 8b]:write serdes 1@0x36: 0x501e=0x40

      I/    ( 2335): [198.405350][ov x 8b]:write serdes 1@0x36: 0x501f=0x00

      I/    ( 2335): [198.405792][ov x 8b]:write serdes 1@0x36: 0x5021=0x00

      I/    ( 2335): [198.406235][ov x 8b]:write serdes 1@0x36: 0x5022=0x01

      I/    ( 2335): [198.406693][ov x 8b]:write serdes 1@0x36: 0x5023=0x74

      I/    ( 2335): [198.407120][ov x 8b]:write serdes 1@0x36: 0x5025=0x00

      I/    ( 2335): [198.407562][ov x 8b]:write serdes 1@0x36: 0x5026=0x40

      I/    ( 2335): [198.408020][ov x 8b]:write serdes 1@0x36: 0x5027=0x00

      I/    ( 2335): [198.408447][ov x 8b]:write serdes 1@0x36: 0x5070=0x00

      I/    ( 2335): [198.408890][ov x 8b]:write serdes 1@0x36: 0x5074=0x04

      I/    ( 2335): [198.409348][ov x 8b]:write serdes 1@0x36: 0x4001=0x2b

      I/    ( 2335): [198.409790][ov x 8b]:write serdes 1@0x36: 0x4009=0x07

      I/    ( 2335): [198.410217][ov x 8b]:write serdes 1@0x36: 0x400a=0x08

      I/    ( 2335): [198.410675][ov x 8b]:write serdes 1@0x36: 0x400b=0x04

      I/    ( 2335): [198.411118][ov x 8b]:write serdes 1@0x36: 0x400c=0x1b

      I/    ( 2335): [198.411545][ov x 8b]:write serdes 1@0x36: 0x400d=0x18

      I/    ( 2335): [198.412003][ov x 8b]:write serdes 1@0x36: 0x4012=0x00

      I/    ( 2335): [198.412460][ov x 8b]:write serdes 1@0x36: 0x4014=0x0f

      I/    ( 2335): [198.412918][ov x 8b]:write serdes 1@0x36: 0x4015=0xff

      I/    ( 2335): [198.413345][ov x 8b]:write serdes 1@0x36: 0x4018=0x12

      I/    ( 2335): [198.413788][ov x 8b]:write serdes 1@0x36: 0x4021=0x05

      I/    ( 2335): [198.414246][ov x 8b]:write serdes 1@0x36: 0x4026=0x00

      I/    ( 2335): [198.414673][ov x 8b]:write serdes 1@0x36: 0x4027=0x40

      I/    ( 2335): [198.415115][ov x 8b]:write serdes 1@0x36: 0x4028=0x00

      I/    ( 2335): [198.415573][ov x 8b]:write serdes 1@0x36: 0x4029=0x40

      I/    ( 2335): [198.416016][ov x 8b]:write serdes 1@0x36: 0x402a=0x00

      I/    ( 2335): [198.416473][ov x 8b]:write serdes 1@0x36: 0x402b=0x40

      I/    ( 2335): [198.416931][ov x 8b]:write serdes 1@0x36: 0x402c=0x00

      I/    ( 2335): [198.417358][ov x 8b]:write serdes 1@0x36: 0x402d=0x40

      I/    ( 2335): [198.417801][ov x 8b]:write serdes 1@0x36: 0x402e=0x00

      I/    ( 2335): [198.418243][ov x 8b]:write serdes 1@0x36: 0x402f=0x00

      I/    ( 2335): [198.418686][ov x 8b]:write serdes 1@0x36: 0x4030=0x00

      I/    ( 2335): [198.419128][ov x 8b]:write serdes 1@0x36: 0x4031=0x00

      I/    ( 2335): [198.419586][ov x 8b]:write serdes 1@0x36: 0x407e=0xcc

      I/    ( 2335): [198.420029][ov x 8b]:write serdes 1@0x36: 0x407f=0x18

      I/    ( 2335): [198.420471][ov x 8b]:write serdes 1@0x36: 0x4640=0x40

      I/    ( 2335): [198.420914][ov x 8b]:write serdes 1@0x36: 0x4641=0x11

      I/    ( 2335): [198.421356][ov x 8b]:write serdes 1@0x36: 0x4642=0x0e

      I/    ( 2335): [198.421799][ov x 8b]:write serdes 1@0x36: 0x4643=0xee

      I/    ( 2335): [198.422241][ov x 8b]:write serdes 1@0x36: 0x4646=0x0f

      I/    ( 2335): [198.422684][ov x 8b]:write serdes 1@0x36: 0x4648=0x00

      I/    ( 2335): [198.423126][ov x 8b]:write serdes 1@0x36: 0x4649=0x03

      I/    ( 2335): [198.423569][ov x 8b]:write serdes 1@0x36: 0x380e=0x04

      I/    ( 2335): [198.424011][ov x 8b]:write serdes 1@0x36: 0x380f=0x66

      I/    ( 2335): [198.424454][ov x 8b]:write serdes 1@0x36: 0x380c=0x09

      I/    ( 2335): [198.424896][ov x 8b]:write serdes 1@0x36: 0x380d=0xc8

      I/    ( 2335): [198.425339][ov x 8b]:write serdes 1@0x36: 0x384c=0x05

      I/    ( 2335): [198.425797][ov x 8b]:write serdes 1@0x36: 0x384d=0xf0

      I/    ( 2335): [198.426224][ov x 8b]:write serdes 1@0x36: 0x388c=0x03

      I/    ( 2335): [198.426666][ov x 8b]:write serdes 1@0x36: 0x388d=0xf0

      I/    ( 2335): [198.427124][ov x 8b]:write serdes 1@0x36: 0x0305=0x42

      I/    ( 2335): [198.427551][ov x 8b]:write serdes 1@0x36: 0x0307=0x03

      I/    ( 2335): [198.428009][ov x 8b]:write serdes 1@0x36: 0x0325=0x54

      I/    ( 2335): [198.428467][ov x 8b]:write serdes 1@0x36: 0x0326=0xde

      I/    ( 2335): [198.428909][ov x 8b]:write serdes 1@0x36: 0x0327=0x09

      I/    ( 2335): [198.429337][ov x 8b]:write serdes 1@0x36: 0x032a=0x09

      I/    ( 2335): [198.429794][ov x 8b]:write serdes 1@0x36: 0x4837=0x28

      I/    ( 2335): [198.430237][ov x 8b]:write serdes 1@0x36: 0x4603=0x11

      I/    ( 2335): [198.430695][ov x 8b]:write serdes 1@0x36: 0x3501=0x04

      I/    ( 2335): [198.431122][ov x 8b]:write serdes 1@0x36: 0x3502=0x00

      I/    ( 2335): [198.431564][ov x 8b]:write serdes 1@0x36: 0x3541=0x00

      I/    ( 2335): [198.432022][ov x 8b]:write serdes 1@0x36: 0x3542=0x0f

      I/    ( 2335): [198.432465][ov x 8b]:write serdes 1@0x36: 0x35c1=0x00

      I/    ( 2335): [198.432907][ov x 8b]:write serdes 1@0x36: 0x35c2=0x02

      I/    ( 2335): [198.433365][ov x 8b]:write serdes 1@0x36: 0x350a=0x0f

      I/    ( 2335): [198.433792][ov x 8b]:write serdes 1@0x36: 0x350b=0x00

      I/    ( 2335): [198.434235][ov x 8b]:write serdes 1@0x36: 0x4317=0x08

      I/    ( 2335): [198.434692][ov x 8b]:write serdes 1@0x36: 0x430f=0x27

      I/    ( 2335): [198.696243][ov x 8b]:HMAX = 5032, VMAX = 1126, width = 3840, height = 2160, lines_per_second = 6756, xclk = 24, fps = 6.000672

      I/    ( 2335): [198.696274][ov x 8b]:sensor data bits fill pwl 20bit

      I/    ( 2335): [198.696442][ov x 8b]:enter userspace_control enalbe = 64

      I/    ( 2335): [198.696564][cam utility]:start ptf 281472560787904

      I/    ( 2335): [198.696594][mipi host]:mipi host0 init begin

      I/    ( 2335): [198.696579][cam utility]: start fe pthread 0

      I/    ( 2335): [198.697876][mipi host]:mipi host0 init end

      I/    ( 2335): [198.697891][mipi dev]:mipi dev0 init begin

      I/    ( 2335): [198.699066][mipi dev]:mipi dev0 init end

      I/    ( 2335): [198.799164][hb mipi]:hb_vin_mipi_init 0 end

      I/    ( 2335): [198.799194][VIN]:[hb_vin_init][1063]vps cam init done.Time cost(786)ms.

      I/    ( 2335): [198.799210][VPM interface]:[hb_vpm_start_pipeline][222]vio pipeline(0) try to start.

      I/    ( 2335): [198.799225][PYM]:[pym_entity_start][1890]pipe(0)pym_entity_start in !

      I/    ( 2335): [198.913361][PYM]:[pym_entity_start][1905]Pipe(0)pym0 entity start Done.

      D/    ( 2335): isp_pipe = 0 , dev mode = 2, size(3840*2160) !

      I/    ( 2335): [198.931870][ISP]:[isp_entity_start][905]Pipe(0) isp set pub attr done.

      I/    ( 2335): [198.931915][ISP]:[isp_entity_start][921]Pipe(0) isp_pipe_start done.

      I/    ( 2335): [198.931931][ISP]:[isp_entity_start][940]Pipe(0)isp_calib_update isp_channel = 0, hw_id = 0, ctx_id = 0

      I/    ( 2335): [198.932892][ISP]:[isp_entity_start][949]Pipe(0) isp ctx 0 algo start done.

      I/    ( 2335): [198.932907][ISP]:[isp_entity_start][951]Pipe(0) isp entity start done.

      I/    ( 2335): [198.932938][VIN]:[hb_vin_start][1156]cam port0 start begin

      I/    ( 2335): [198.933472][ov x 8b]:write x8b 1@0x36: 0x0100=0x0001

      I/    ( 2335): [198.933517][mipi host]:mipi host0 start begin

      I/    ( 2335): [198.934601][mipi host]:mipi host0 start end

      I/    ( 2335): [198.934631][mipi dev]:mipi dev0 start begin

      I/    ( 2335): [198.934692][mipi dev]:mipi dev0 start end

      I/    ( 2335): [198.934708][hb mipi]:hb_vin_mipi_start 0 end

      I/    ( 2335): [198.934723][VIN]:[hb_vin_start][1215]cam port0 start end

      I/    ( 2335): [198.934723][VIN]:[hb_vin_start][1218]vin cam start done.Time cost(2)ms.

      I/    ( 2335): [198.934860][VIO TEST UIIL COMM]:[vpm_test_calculate_fps][779]Pipe(0)Time cost fps measure start

      I/    ( 2335): [199.091766][ov x 8b]: gain mode 5, --line 0, again 0, dgain 0

      I/    ( 2335): [199.258347][ov x 8b]: gain mode 5, --line 135, again 115, dgain 0

      I/    ( 2335): [199.262909][ov x 8b]:hcg_sensitivity1_reg 0x501a, hcg_sensitivity1 = 0xff

      I/    ( 2335): [199.262924][ov x 8b]:hcg_sensitivity2_reg 0x501b, hcg_sensitivity2 = 0xff

      I/    ( 2335): [199.262939][ov x 8b]:lcg_sensitivity1_reg 0x501e, lcg_sensitivity1 = 0x40

      I/    ( 2335): [199.262939][ov x 8b]:lcg_sensitivity2_reg 0x501f, lcg_sensitivity2 = 0x0

      I/    ( 2335): [199.262955][ov x 8b]:spd_sensitivity1_reg 0x5022, spd_sensitivity1 = 0x1

      I/    ( 2335): [199.262970][ov x 8b]:spd_sensitivity2_reg 0x5023, spd_sensitivity2 = 0x74

      I/    ( 2335): [199.262970][ov x 8b]:hcg_lcg_cg_ratio = 3.999939, sensitivity_ratio = 44.043011

      I/    ( 2335): [199.425003][ov x 8b]: gain mode 5, --line 135, again 115, dgain 0

      I/    ( 2335): [199.591949][ov x 8b]: gain mode 5, --line 135, again 120, dgain 0

      I/    ( 2335): [199.758606][ov x 8b]: gain mode 5, --line 135, again 124, dgain 0

      I/    ( 2335): [199.925247][ov x 8b]: gain mode 5, --line 135, again 127, dgain 0

      I/    ( 2335): [200.092041][ov x 8b]: gain mode 5, --line 135, again 131, dgain 0

      I/    ( 2335): [200.258682][ov x 8b]: gain mode 5, --line 135, again 134, dgain 0

      I/    ( 2335): [200.425323][ov x 8b]: gain mode 5, --line 135, again 136, dgain 0

      I/    ( 2335): [200.592133][ov x 8b]: gain mode 5, --line 135, again 138, dgain 0

      2024-09-30
      0
    • 费小财回复szc:

      驱动看着有一些硬件错误的打印,但是看着不至于到6fps的

      2024-09-30
      0
    • szc回复szc:

      配置成0或者512,结果也是一样的,6fps,绿色。

      2024-09-30
      0
    • 费小财回复szc:

      sensormode换成0 试试呢,你有其他的模组吗

      2024-09-30
      0
    • szc回复费小财:

      sensormode换成0,会执行失败。log如下。 我还有一个就是imx390c,是30fps,颜色正常。

      I/    ( 2467): [1641.179443][ov x 8b]:HMAX = 5032, VMAX = 1126, width = 3840, height = 2160, lines_per_second = 6756, xclk = 24, fps = 6.000672

      I/    ( 2467): [1641.179443][ov x 8b]:sensor data bits fill pwl 20bit

      E/    ( 2467): [1641.179688][ov x 8b]:[sensor_pwl_data_init: 1027]: sensor_-1 ioctl fail -1

      E/    ( 2467): [1641.179688][ov x 8b]:ghy sensor_ovx8b_data_init linear fail

      E/    ( 2467): [1641.179688][ov x 8b]:1163 : init ovx8b fail

      E/    ( 2467): [1641.179688][cam utility]:sensor_init fail

      I/    ( 2467): [1641.179932][hb_i2c]:[hb_vin_i2c_deinit][81]bus 1 cam_bus_cnt[bus] 1 cam_fd[bus] 108

      E/    ( 2467): [1641.180176][VIN]:[hb_vin_init][988]hb_vin_cam_utility error!

      I/    ( 2467): [1641.180298][hb_i2c]:[hb_vin_i2c_deinit][81]bus 1 cam_bus_cnt[bus] 0 cam_fd[bus] -1

      I/    ( 2467): [1641.180298][cam utility]:hb deserial deinit done.

      I/    ( 2467): [1641.181030][VIO TEST MAIN]:[main][362]Vio GTest sret = 1

      2024-09-30
      0
  • 费小财
    Lv.5

    晕了,不是x8b吗,怎么变成390了,这个配置不是通用的

    2024-09-30
    0
    6
    • szc回复费小财:

      你说有没有其他模组。我还以为是其他摄像头。我还有的就是390. 点亮390,是用390的配置文件。

      如果说其他模组是指换个同类型的x8b摄像头,测试结果是一样的,也是6fps,绿色

      2024-09-30
      0
    • 费小财回复szc:

      你又原配的模组吗

      2024-09-30
      0
    • szc回复费小财:

      有一个从立昇买J5平台时给x8b摄像头,效果也是一样的

      2024-10-08
      0
    • szc回复szc:

      你们有libov x8b.so的源代码吗,能否帮忙看下 hb_j5dev.json文件中下面的参数值分别表示什么吗?有没有是30fps的配置。

      "extra_mode":1,

      "config_index":4,

      "sensor_mode":5,


      另外下面这个log打印中 , lines_per_second 和 xclk对应的寄存器地址是多少,fps是怎么计算出来的?能从 libovx8b.so的源代码中看到吗

      I/    ( 1601): [1187.403442][ov x8b]:HMAX = 5032, VMAX = 1126, width = 3840, height = 2160, lines_per_second = 6756, xclk = 24, fps = 6.000672

      2024-10-08
      0
    • szc回复szc:

      另外能否提供下你们J5最新的 libov x8b.so , 我试下

      2024-10-09
      0
    • szc回复szc:

      没有人答复,新开一个贴

      2024-10-11
      0