导航

    全志在线开发者论坛

    • 注册
    • 登录
    • 搜索
    • 版块
    • 话题
    • 在线文档
    • 社区主页
    1. 主页
    2. jinxiangwzh
    3. 帖子
    • 资料
    • 关注 3
    • 粉丝 0
    • 我的积分 5626
    • 主题 69
    • 帖子 135
    • 最佳 3
    • 群组 0

    jinxiangwzh 发布的帖子

    • V536怎么直接使用V4L2抓取图像

      我open /dev/video0节点 再 close系统就崩溃了,啥也没干! 直接cat /dev/video0也会崩溃,请问是不是系统缺点啥,需要什么配置吗?我看demo都是基于你们自己的库开发的,但是我们不需要那么多功能,所以不像用库,只是抓取图像!

      发布在 其它全志芯片讨论区
      jinxiangwzh
      jinxiangwzh
    • 使用/dev/video0造成系统崩溃

      open("/dev/video0", O_RDWR, 0)之后,线程退出,就会造成系统崩溃,直接cat /dev/video0也会崩溃,发生崩溃的都是一个位置vin_close+0x51/0x130,请问这是VIN驱动问题吗?

      使用的是V536 tina linux。

      [   19.686005] Unable to handle kernel NULL pointer dereference at virtual address 00000040
      [   19.698177] pgd = d6b54000
      [   19.701219] [00000040] *pgd=7fc0c835
      [   19.705246] Internal error: Oops - BUG: 17 [#1] PREEMPT SMP THUMB2
      [   19.712188] Modules linked in: vin_v4l2 imx317_mipi vin_io videobuf2_v4l2 videobuf2_dma_contig videobuf2_memops videobuf2_core bcmdhd
      [   19.725742] CPU: 1 PID: 857 Comm: cat Not tainted 4.9.118 #8
      [   19.732098] Hardware name: sun8iw16
      [   19.736018] task: d72b1c80 task.stack: d6a74000
      [   19.741262] PC is at vin_close+0x51/0x130 [vin_v4l2]
      [   19.746933] LR is at vin_close+0x4e/0x130 [vin_v4l2]
      [   19.752516] pc : [<bf8d76ea>]    lr : [<bf8d76e7>]    psr: 60000033
      [   19.752516] sp : d6a75f30  ip : 00000000  fp : d6940f08
      [   19.765418] r10: d697b108  r9 : d71f1a10  r8 : 00000000
      [   19.771288] r7 : d6940f00  r6 : d68fa100  r5 : 00000001  r4 : d73f6000
      [   19.778625] r3 : d72b1c80  r2 : 00000000  r1 : 00000000  r0 : d68faf60
      [   19.785962] Flags: nZCv  IRQs on  FIQs on  Mode SVC_32  ISA Thumb  Segment none
      [   19.794176] Control: 50c5387d  Table: 56b5406a  DAC: 00000051
      [   19.800631]
      [   19.800631] SP: 0xd6a75eb0:
      
      
      发布在 其它全志芯片讨论区
      jinxiangwzh
      jinxiangwzh
    • 回复: V536没有/dev/video0节点

      @yteraa lsmod查询好像是有的

      # lsmod
      Module                  Size  Used by
      vin_v4l2              111010  0
      imx307_mipi             5671  0
      vin_io                 25690  2 vin_v4l2,imx307_mipi
      videobuf2_v4l2          7411  1 vin_v4l2
      videobuf2_dma_contig     5924  1 vin_v4l2
      videobuf2_memops         948  1 videobuf2_dma_contig
      videobuf2_core         16479  2 vin_v4l2,videobuf2_v4l2
      
      
      发布在 其它全志芯片讨论区
      jinxiangwzh
      jinxiangwzh
    • 回复: V536没有/dev/video0节点

      @yteraa 请问你说的这个是在哪里配置make menuconfig 还是make kernel_menuconfig,这两个位置我搜索sunxi-vin都没有搜索到

      发布在 其它全志芯片讨论区
      jinxiangwzh
      jinxiangwzh
    • V536没有/dev/video0节点

      使用板子厂家提供的镜像就有/dev/video0节点,我自己编译的就没有,源代码也是厂家提供的。使用的是MIPI接口的摄像头,不是USB。
      请问是哪里配置不对?菜鸟求指点😵

      发布在 其它全志芯片讨论区
      jinxiangwzh
      jinxiangwzh
    • 回复: tina编译突然莫名其妙的报错

      @whycan 感谢 我最终也没搞清楚原因,我又重新创建了一个文件夹拉取了一遍代码编译的。

      发布在 编译和烧写问题专区
      jinxiangwzh
      jinxiangwzh
    • 回复: tina linux IP地址每次重启都改变

      @efancier 我看了一下,没有这个目录 ,要自己创建目录和文件吗?
      我没安装网络工具,配置的话是使用ifconfig

      /etc# ls
      TZ               crontabs         mtab             shadow
      asound.conf      device_info      openwrt_release  shells
      banner           e2fsck.conf      openwrt_version  ssh
      banner.failsafe  environment      opkg             sysconfig
      cedarx.conf      firmware         pam.conf         sysctl.conf
      config           fstab            pam.d            ts.conf
      cron.d           group            passwd           tslib-env.sh
      cron.daily       init.d           preinit          udev
      cron.hourly      inittab          profile          udhcpd.conf
      cron.minutely    mdev.conf        rc.common        wifi
      cron.monthly     modules-boot.d   rc.d
      cron.weekly      modules.d        security
      
      
      发布在 Linux
      jinxiangwzh
      jinxiangwzh
    • 回复: tina编译突然莫名其妙的报错

      @whycan 😧 就是不知道完整目录在哪里 然后要复制到哪个目录

      发布在 编译和烧写问题专区
      jinxiangwzh
      jinxiangwzh
    • 回复: tina编译突然莫名其妙的报错

      @whycan 嗯 我从网上 搜索到这么一个帖子 ,就是cp命令报错

      $(CP) libc.so.6 libpthread.so.0 $(PKG_BUILD_DIR)/
      

      不知道从哪个目录复制哪个目录

      发布在 编译和烧写问题专区
      jinxiangwzh
      jinxiangwzh
    • 回复: tina编译突然莫名其妙的报错

      @yteraa 试过了 我把out文件也手动删除了 还是没用

      发布在 编译和烧写问题专区
      jinxiangwzh
      jinxiangwzh
    • tina编译突然莫名其妙的报错

      之前编译一直正常,也没修改什么东西,突然报下面的错误

      > /home/jamo/workspace/lindenis-v536/out/v536-Lindenis_SBC/compile_dir/target/linux-v536-Lindenis_SBC/busybox-init-base-files/ipkg-sunxi/busybox-init-base-files/CONTROL/conffiles; fi done
      find /home/jamo/workspace/lindenis-v536/out/v536-Lindenis_SBC/compile_dir/target/linux-v536-Lindenis_SBC/busybox-init-base-files/ipkg-sunxi/busybox-init-base-files -name 'CVS' -o -name '.svn' -o -name '.#*' -o -name '*~'| xargs -r rm -rf
      Package busybox-init-base-files is missing dependencies for the following libraries:
      libc.so.6
      libpthread.so.0
      Makefile:228: recipe for target '/home/jamo/workspace/lindenis-v536/out/v536-Lindenis_SBC/packages/base/busybox-init-base-files_167-1654496826_sunxi.ipk' failed
      make[3]: *** [/home/jamo/workspace/lindenis-v536/out/v536-Lindenis_SBC/packages/base/busybox-init-base-files_167-1654496826_sunxi.ipk] Error 1
      make[3]: Leaving directory '/home/jamo/workspace/lindenis-v536/package/busybox-init-base-files'
      package/Makefile:192: recipe for target 'package/busybox-init-base-files/compile' failed
      make[2]: *** [package/busybox-init-base-files/compile] Error 2
      make[2]: Leaving directory '/home/jamo/workspace/lindenis-v536'
      package/Makefile:189: recipe for target '/home/jamo/workspace/lindenis-v536/out/v536-Lindenis_SBC/staging_dir/target/stamp/.package_compile' failed
      make[1]: *** [/home/jamo/workspace/lindenis-v536/out/v536-Lindenis_SBC/staging_dir/target/stamp/.package_compile] Error 2
      make[1]: Leaving directory '/home/jamo/workspace/lindenis-v536'
      /home/jamo/workspace/lindenis-v536/build/toplevel.mk:304: recipe for target 'world' failed
      make: *** [world] Error 2
      
      #### make failed to build some targets (05:09 (mm:ss)) ####
      
      

      重点好像是这个,但是不知道怎么修改
      Package busybox-init-base-files is missing dependencies for the following libraries:
      libc.so.6
      libpthread.so.0

      请求帮助

      发布在 编译和烧写问题专区
      jinxiangwzh
      jinxiangwzh
    • 回复: 给D1 SDK 添加一个简单的helloworld package

      Utilities这个目录怎么创建的?

      发布在 MR Series
      jinxiangwzh
      jinxiangwzh
    • usb gadget驱动找不到udc

      usb gadget驱动加载后打印

      udc-core: couldn't find an available UDC - added [%s] to list of pending drivers
      

      请问怎么解决

      发布在 其它全志芯片讨论区
      jinxiangwzh
      jinxiangwzh
    • tina linux IP地址每次重启都改变

      我按照网上的方法创建 /etc/sysconfig/network-scripts/ifcfg-eth0文件内,并写入如下内容

      BOOTPROTO=none
      DEFROUTE=yes
      DEVICE=eth0
      DNS3=8.8.8.8
      GATEWAY=172.17.123.1
      HWADDR=52:54:00:45:2c:cd
      IPADDR=172.17.123.130
      MTU=1452
      NETMASK=255.255.0.0
      NM_CONTROLLED=yes
      ONBOOT=yes
      STARTMODE=auto
      TYPE=Ethernet
      USERCTL=no
      
      

      重启后IP地址还是改变,请问应该怎么解决

      发布在 Linux
      jinxiangwzh
      jinxiangwzh
    • tina sdk怎么把openssh-server打开

      我在sdk中make menuconfig配置openssh-server,重新编译镜像,但是ssh-server好像并没有启动,使用mobaXterm无法使用ssh连接,请问是哪里还需要进一步配置吗?
      08df2f65-094d-45b4-b791-0d354234143c-image.png

      发布在 Linux
      jinxiangwzh
      jinxiangwzh
    • V536H tina SDK怎么配置支持USB camera

      配置中没有下面这些选项
      Device Drivers --->

                 <*> Multimedia support  --->
      
                           [*]   Video capture adapters  --->
      
                                  [*]   V4L USB devices  ---> 
                                           <*>   USB Video Class (UVC)
      
                                            [*]     UVC input events device support
      
      发布在 Linux
      jinxiangwzh
      jinxiangwzh
    • V536H 开发板camera启动不了

      下载代理提供的镜像也启动不了,麻烦看一下启动log是怎么回事

      [73]rsb_send_initseq: rsb clk 400Khz -> 3Mhz
      [77]PMU: AXP2101
      [80]set pll start
      [82]set pll end
      [84]rtc[3] value = 0x0000a201
      [87]DRAM BOOT DRIVE INFO: V0.41
      [90]the chip id is 0x00000004
      [93]the chip id is 0x00000004
      [96]the chip id is 0x00000004
      [99]the chip id is 0x00000004
      [101]the chip id is 0x00000004
      [104]chip id check OK
      [107]DRAM_VCC set to 1500 mv
      [109]DRAM CLK =792 MHZ
      [112]DRAM Type =3 (3:DDR3,4:DDR4,7:LPDDR3,8:LPDDR4)
      [150]Training result is = 00000007
      [153]Actual DRAM SIZE =256 M
      [156]DRAM SIZE =256 MBytes, para1 = 000030da, para2 = 01000000, dram_tpr13 = 08006843
      [173]DRAM simple test OK.
      [175]dram size =256
      [179]sunxi spinor is initing...ok
      [182]spinor id is 001920c2
      [185]Succeed in reading toc file head.
      [188]The size of toc is 00084000.
      [300]Entry_name        = scp
      [310]set arisc reset to de-assert state
      [314]Entry_name        = optee
      [317]Entry_name        = u-boot
      [323]Entry_name        = soc-cfg
      [327]Entry_name        = dtb
      [331]Ready to disable icache.
      [334]Jump to secend Boot.
      MESSAGE: [0x0] TEE-CORE: OP-TEE version: sun8iw15p1_a50_8.1.0_v1.0-102-ga90d1c9 #2 2019年 05月 27日 星期一 02:20:12 UTC arm
      MESSAGE: [0x0] TEE-CORE: arisc commit: e6b659ca2dd490901ce7543224ddfca94cfa924a
      
      
      U-Boot 2014.07 (May 27 2019 - 19:31:28) Allwinner Technology
      
      uboot commit : b1c1c5fb19667b71b0df55c0968121310132e2bd
      
      secure enable bit: 0
      normal mode: with secure monitor
      [0.369]rsb init by cpus
      [0.369]pmbus:   ready
      [0.369]PMU: AXP21
      [0.370]bat_vol=1098, ratio=0
      [0.371]set power on vol to default
      [0.374]dcdc2_vol = 900, onoff=1
      [0.377]dcdc3_vol = 920, onoff=1
      [0.380]dcdc4_vol = 1360, onoff=1
      [0.383]boot0_sys_vol = 3428, onoff=1
      [0.386]find power_sply to end
      [0.389]PMU: cpux 912 Mhz,AXI=304 Mhz
      PLL6=600 Mhz,AHB1=200 Mhz, APB1=150Mhz MBus=400Mhz
      DRAM:  256 MiB
      [0.399]fdt addr: 0x4e1d2320
      [0.400]gd->fdt_size: 0x16da0
      Relocation Offset is: 0cdb3000
      gic: sec monitor mode
      [0.421]flash init start
      workmode = 0,storage type = 3
      [0.421]spinor:   0
      get flash_size warning
      flash size =0x4000 sectors
      sunxi spinor is initing...OK
      spinor id:0x1920c2
      spi_freq = 40000000
      [0.425]sunxi flash init ok
      [0.427]sunxi flash init ok
      spinor read: start 0x7e0, sector 0x20
      used mbr [0], count = 6
      [0.435]flash init end
      [0.437]try to burn key
      spinor read: start 0x7c00, sector 0x100
      --------fastboot partitions--------
      -total partitions:6-
      -name-        -start-       -size-
      boot        : 4000          2c0000
      rootfs      : 2c4000        b40000
      overlay     : e04000        80000
      env         : e84000        20000
      bootlogo    : ea4000        40000
      UDISK       : ee4000        0
      -----------------------------------
      [0.477]base bootcmd=run setargs_nand boot_normal
      [0.481]key 0
      [0.482]cant find rcvy value
      [0.485]cant find fstbt value
      [0.487]no misc partition is found
      [0.490]to be run cmd=run setargs_nor boot_normal
      [0.498](weak)update dtb dram start
      [0.499]update dtb dram  end
      PowerBus = 2( 2:vBus 3:acBus other: not exist)
      pre sys mode
      Battery Voltage=413, Ratio=0
      key trigger
      sunxi_bmp_logo_display
      spinor read: start 0x7d00, sector 0x200
      [0.681]inter uboot shell
      Hit any key to stop autoboot:  0
      [0.681]read partition: boot or recovery
      spinor read: start 0x800, sector 0x40
      spinor read: start 0x840, sector 0x13fb
      [0.946]sunxi flash read :offset 4000, 2652064 bytes OK
      ## Booting kernel from Legacy Image at 45000000 ...
         Image Name:   ARM OpenWrt Linux-4.9.118
         Image Type:   ARM Linux Kernel Image (uncompressed)
         Data Size:    2651488 Bytes = 2.5 MiB
         Load Address: 40008000
         Entry Point:  40008000
         Loading Kernel Image ... OK
         reserving fdt memory region: addr=419e4000 size=13000
         reserving fdt memory region: addr=419f7000 size=4000
         reserving fdt memory region: addr=419fb000 size=5000
         Using Device Tree in place at 42000000, end 42019d9f
      force sunxi spinor exit
      
      Starting kernel ...
      
      [    0.000000] Booting Linux on physical CPU 0x0
      [    0.000000] Linux version 4.9.118 (jamo@jamo-pc) (gcc version 6.4.1 (OpenWrt/Linaro GCC 6.4-2017.11 2017-11) ) #7 SMP PREEMPT Mon May 23 06:05:11 UTC 2022
      [    0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=50c5387d
      [    0.000000] CPU: div instructions available: patching division code
      [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
      [    0.000000] OF: fdt:Machine model: sun8iw16
      [    0.000000] ion_mem_reserve: reserve 180MiB at 0x44c00000
      [    0.000000] Memory policy: Data cache writealloc
      [    0.000000] On node 0 totalpages: 65536
      [    0.000000] free_area_init_node: node 0, pgdat c03e8500, node_mem_map c49f8000
      [    0.000000]   Normal zone: 512 pages used for memmap
      [    0.000000]   Normal zone: 0 pages reserved
      [    0.000000]   Normal zone: 65536 pages, LIFO batch:15
      [    0.000000] psci: probing for conduit method from DT.
      [    0.000000] psci: PSCIv1.0 detected in firmware.
      [    0.000000] psci: Using standard PSCI v0.2 function IDs
      [    0.000000] psci: MIGRATE_INFO_TYPE not supported.
      [    0.000000] psci: SMC Calling Convention v1.0
      [    0.000000] percpu: Embedded 13 pages/cpu @c499f000 s21132 r8192 d23924 u53248
      [    0.000000] pcpu-alloc: s21132 r8192 d23924 u53248 alloc=13*4096
      [    0.000000] pcpu-alloc: [0] 0 [0] 1
      [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 65024
      [    0.000000] Kernel command line: earlyprintk=sunxi-uart,0x05000c00 initcall_debug=0 console=ttyS0,115200 loglevel=8 root=/dev/mtdblock2 init=/pseudo_init partitions=boot@mtdblock1:rootfs@mtdblock2:overlay@mtdblock3:env@mtdblock4:bootlogo@mtdblock5:UDISK@mtdblock6 cma= ion_carveout_list=180M@256M
      [    0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes)
      [    0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
      [    0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
      [    0.000000] Memory: 70872K/262144K available (2491K kernel code, 188K rwdata, 988K rodata, 160K init, 138K bss, 191272K reserved, 0K cma-reserved, 0K highmem)
      [    0.000000] Virtual kernel memory layout:
      [    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
      [    0.000000]     fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
      [    0.000000]     vmalloc : 0xd0800000 - 0xff800000   ( 752 MB)
      [    0.000000]     lowmem  : 0xc0000000 - 0xd0000000   ( 256 MB)
      [    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
      [    0.000000]     modules : 0xbf800000 - 0xbfe00000   (   6 MB)
      [    0.000000]       .text : 0xc0008000 - 0xc0276f04   (2492 kB)
      [    0.000000]       .init : 0xc0392000 - 0xc03ba000   ( 160 kB)
      [    0.000000]       .data : 0xc03ba000 - 0xc03e9308   ( 189 kB)
      [    0.000000]        .bss : 0xc03e9308 - 0xc040be9c   ( 139 kB)
      [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
      [    0.000000] Preemptible hierarchical RCU implementation.
      [    0.000000]  Build-time adjustment of leaf fanout to 32.
      [    0.000000] NR_IRQS:16 nr_irqs:16 16
      [    0.000000] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
      [    0.000000] arm_arch_timer: Architected cp15 timer(s) running at 24.00MHz (phys).
      [    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
      [    0.000006] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
      [    0.000018] Switching to timer-based delay loop, resolution 41ns
      [    0.000054] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000)
      [    0.000067] pid_max: default: 4096 minimum: 301
      [    0.000213] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
      [    0.000224] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
      [    0.000767] CPU: Testing write buffer coherency: ok
      [    0.001166] CPU0: update cpu_capacity 1024
      [    0.001179] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
      [    0.001205] Setting up static identity map for 0x40008240 - 0x4000828c
      [    0.170589] CPU1: update cpu_capacity 1024
      [    0.170596] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
      [    0.170683] Brought up 2 CPUs
      [    0.170702] SMP: Total of 2 processors activated (96.00 BogoMIPS).
      [    0.170709] CPU: All CPU(s) started in SVC mode.
      [    0.171326] devtmpfs: initialized
      [    0.193127] OF: Duplicate name in regulator@0, renamed to "regulator2#1"
      [    0.193170] OF: Duplicate name in regulator@0, renamed to "regulator3#1"
      [    0.193202] OF: Duplicate name in regulator@0, renamed to "regulator7#1"
      [    0.197966] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
      [    0.198546] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
      [    0.198568] futex hash table entries: 16 (order: -2, 1024 bytes)
      [    0.198655] pinctrl core: initialized pinctrl subsystem
      [    0.199855] NET: Registered protocol family 16
      [    0.200140] DMA: preallocated 256 KiB pool for atomic coherent allocations
      [    0.201502] dump_class_init,862, success
      [    0.239739] cpuidle: using governor menu
      [    0.243235] sun8iw16p1-r-pinctrl r_pio: initialized sunXi PIO driver
      [    0.255997] sun8iw16p1-pinctrl pio: initialized sunXi PIO driver
      [    0.257502] sunxi hwspinlock vbase:0xd0858000
      [    0.310112] pwm module init!
      [    0.313843] sunxi-pm debug v3.10
      [    0.315514] G2D: Module initialized.major:253
      [    0.316011] sunxi_spi_probe()2322 - [spi0] SPI MASTER MODE
      [    0.316078] sunxi_spi_request_gpio()1948 - [spi0] Pinctrl init spi0
      [    0.316142] sunxi_spi_clk_init()1998 - [spi0] mclk 200000000
      [    0.316599] spi spi0: master is unqueued, this is deprecated
      [    0.316875] sunxi_spi_probe()2407 - [spi0]: driver probe succeed, base d085e000, irq 306
      [    0.317193] media: Linux media interface: v0.10
      [    0.317248] Linux video capture interface: v2.00
      [    0.318601] ion_parse_dt_heap_common: id 0 type 0 name sys_user align 1000
      [    0.318878] ion_parse_dt_heap_common: id 1 type 1 name sys_contig align 1000
      [    0.319102] ion_parse_dt_heap_common: id 4 type 4 name cma align 1000
      [    0.319306] ion_parse_dt_heap_common: id 2 type 2 name carveout align 1000
      [    0.319319] ion_parse_dt_heap_common: carveout(ion_carveout_list-2): base 0x44c00000, size 0xb400000
      [    0.412908] Advanced Linux Sound Architecture Driver Initialized.
      [    0.414298] [axp2101] chip id detect 0x47 !
      [    0.414431] [axp2101] enable dcdc2 dvm.
      [    0.440470] clocksource: Switched to clocksource arch_sys_counter
      [    0.443184] get androidboot.mode fail
      [    0.443201] sunxi_i2c_adap_init()2494 - init
      [    0.443620] [i2c0] twi_regulator: vcc-pi
      [    0.443691] sunxi_i2c_probe()2253 - [i2c0] twi_drv_used = 1
      [    0.443779] twi_request_gpio()450 - [i2c0] init name: twi0
      [    0.450383] sunxi_i2c_dma_request()1104 - [i2c0] using dma0chan0 (tx) and dma0chan1 (rx)for DMA transfers
      [    0.450762] sunxi_i2c_probe()2196 - [i2c1] warning: failed to get regulator id
      [    0.450846] sunxi_i2c_probe()2253 - [i2c1] twi_drv_used = 1
      [    0.450857] twi_request_gpio()450 - [i2c1] init name: twi1
      [    0.451066] sunxi_i2c_dma_request()1104 - [i2c1] using dma0chan2 (tx) and dma0chan3 (rx)for DMA transfers
      [    0.451367] sunxi_i2c_probe()2196 - [i2c2] warning: failed to get regulator id
      [    0.451430] sunxi_i2c_probe()2253 - [i2c2] twi_drv_used = 0
      [    0.451440] twi_request_gpio()450 - [i2c2] init name: twi2
      [    0.453254] NET: Registered protocol family 2
      [    0.453889] TCP established hash table entries: 16 (order: -6, 64 bytes)
      [    0.453911] TCP bind hash table entries: 16 (order: -5, 128 bytes)
      [    0.453920] TCP: Hash tables configured (established 16 bind 16)
      [    0.453970] UDP hash table entries: 128 (order: 0, 4096 bytes)
      [    0.453990] UDP-Lite hash table entries: 128 (order: 0, 4096 bytes)
      [    0.454155] NET: Registered protocol family 1
      [    0.454438] sunxi budget cooling probe start !
      [    0.454462] CPU freq cooling register Success
      [    0.454478] CPU hotplug cooling register Success
      [    0.454732] CPU budget cooling register Success
      [    0.456370] workingset: timestamp_bits=30 max_order=15 bucket_order=0
      [    0.462206] squashfs: version 4.0 (2009/01/31) Phillip Lougher
      [    0.462472] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
      [    0.463939] io scheduler noop registered
      [    0.463952] io scheduler deadline registered
      [    0.464141] io scheduler cfq registered (default)
      [    0.464856] [DISP]disp_module_init
      [    0.523450] [DISP] lcd_clk_config,line:652:
      [    0.523468] disp 0, clk: pll(100000000),clk(100000000),dclk(25000000) dsi_rate(25000000)
      [    0.523468]      clk real:pll(99000000),clk(99000000),dclk(24750000) dsi_rate(24750000)
      [    0.524057] [DISP]disp_module_init finish
      [    0.525665] uart0: ttyS0 at MMIO 0x5000000 (irq = 297, base_baud = 1500000) is a SUNXI
      [    0.525690] sw_console_setup()1777 - console setup baud 115200 parity n bits 8, flow n
      [    1.230963] [DISP] disp_device_attached_and_enable,line:221:
      [    1.230964] attached ok, mgr0<-->dev0
      [    1.230974] [DISP] disp_device_attached_and_enable,line:224:
      [    1.230975] type:1,mode:0,fmt:rgb,bits:8bits,eotf:4,cs:0 dvi_hdmi:2, range:2 scan:0 ratio:8
      [    1.443795] console [ttyS0] enabled
      [    1.448561] uart4: ttyS4 at MMIO 0x5001000 (irq = 298, base_baud = 1500000) is a SUNXI
      [    1.458325] misc dump reg init
      [    1.464640] loop: module loaded
      [    1.468548] m25p80 spi0.0: found mx25l25635e, expected m25p80
      [    1.475116] m25p80 spi0.0: mx25l25635e (32768 Kbytes)
      [    1.482546] 7 sunxipart partitions found on MTD device spi0.0
      [    1.489012] Creating 7 MTD partitions on "spi0.0":
      [    1.494432] 0x000000000000-0x000000100000 : "uboot"
      [    1.511275] 0x000000100000-0x0000003c0000 : "boot"
      [    1.517949] 0x0000003c0000-0x000000f00000 : "rootfs"
      [    1.534845] 0x000000f00000-0x000000f80000 : "overlay"
      [    1.551736] 0x000000f80000-0x000000fa0000 : "env"
      [    1.568221] 0x000000fa0000-0x000000fe0000 : "bootlogo"
      [    1.575249] 0x000000fe0000-0x000002000000 : "UDISK"
      [    1.592170] usb_serial_number:20080411
      [    1.596608] sunxi_gpadc_init,1773, success
      [    1.602049] input: sunxi-gpadc0 as /devices/virtual/input/input0
      [    1.609833] sunxi-rtc rtc: rtc core: registered sunxi-rtc as rtc0
      [    1.616794] sunxi-rtc rtc: RTC enabled
      [    1.621323] i2c /dev entries driver
      [    1.625842] sunxi cedar version 0.1
      [    1.629882] VE: install start!!!
      [    1.629882]
      [    1.635317] cedar_ve: cedar-ve the get irq is 294
      [    1.640711] VE: line 1811 set the sram data
      [    1.640711]
      [    1.647406] VE: ve_debug_proc_info:c0407cec, data:c466c000, lock:c0407d74
      [    1.647406]
      [    1.656731] VE: install end!!!
      [    1.656731]
      [    1.662175] google_vp9: sunxi google vp9 version 0.1
      [    1.668344] bat_param node not found
      [    1.681036] input: axp2101-powerkey as /devices/platform/soc/pmu0/axp2101-powerkey/input/input1
      [    1.696238] sunxi-wdt 30090a0.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0)
      [    1.705562] sunxi_cpufreq_init: only one opp_table
      [    1.710976] [cpu_freq] ERR: DEBUG: get cpu 0 device
      [    1.717650] cpuidle: enable-method property 'psci' found operations
      [    1.725238] cpuidle: enable-method property 'psci' found operations
      [    1.733741] sun8iw16p1-pinctrl pio: expect_func as:uart0_jtag, but muxsel(3) is func:jtag0
      [    1.743076] sun8iw16p1-pinctrl pio: expect_func as:uart0_jtag, but muxsel(3) is func:jtag0
      [    1.752407] sun8iw16p1-pinctrl pio: expect_func as:uart0_jtag, but muxsel(3) is func:uart0
      [    1.761719] sun8iw16p1-pinctrl pio: expect_func as:uart0_jtag, but muxsel(3) is func:jtag0
      [    1.771034] sun8iw16p1-pinctrl pio: expect_func as:uart0_jtag, but muxsel(3) is func:uart0
      [    1.780333] sun8iw16p1-pinctrl pio: expect_func as:uart0_jtag, but muxsel(3) is func:jtag0
      [    1.789896] sunxi-mmc sdc0: SD/MMC/SDIO Host Controller Driver(v3.32 2019-9-24 15:55)
      [    1.798821] sunxi-mmc sdc0: regulator prop vmmc,str vcc-sdc
      [    1.805112] sunxi-mmc sdc0: Can't get vqmmc regulator string
      [    1.811490] sunxi-mmc sdc0: Can't get vdmmc regulator string
      [    1.817860] sunxi-mmc sdc0: regulator prop vdmmc33sw,str vcc33-pf
      [    1.824724] sunxi-mmc sdc0: regulator prop vdmmc18sw,str vcc18-pf
      [    1.831590] sunxi-mmc sdc0: regulator prop vqmmc33sw,str vcc33-pf
      [    1.838448] sunxi-mmc sdc0: regulator prop vqmmc18sw,str vcc18-pf
      [    1.845345] get() with no identifier
      [    1.849361] get() with no identifier
      [    1.853499] sunxi-mmc sdc0: No vmmc regulator found
      [    1.858983] sunxi-mmc sdc0: No vqmmc regulator found
      [    1.864578] sunxi-mmc sdc0: No vdmmc regulator found
      [    1.870583] sunxi-mmc sdc0: set host busy
      [    1.875133] mmc:failed to get gpios
      [    1.879777] sunxi-mmc sdc0: filter speed is 7340032 B/s
      [    1.885717] sunxi-mmc sdc0: filter sector is 8 sector
      [    1.891413] sunxi-mmc sdc0: Perf function is enable
      [    1.897116] sunxi-mmc sdc0: sdc set ios:clk 0Hz bm PP pm UP vdd 21 width 1 timing LEGACY(SDR12) dt B
      [    1.930497] sunxi-mmc sdc0: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
      [    1.970517] sunxi-mmc sdc0: detmode:data3
      [    1.975039] sunxi-mmc sdc0: smc 0 p0 err, cmd 52, RTO !!
      [    1.981050] sunxi-mmc sdc0: smc 0 p0 err, cmd 52, RTO !!
      [    1.981072] sunxi-mmc sdc0: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
      [    1.989133] sunxi-mmc sdc0: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
      [    2.000963] sunxi-mmc sdc0: smc 0 p0 err, cmd 8, RTO !!
      [    2.011757] sunxi-mmc sdc0: smc 0 p0 err, cmd 5, RTO !!
      [    2.017664] sunxi-mmc sdc0: smc 0 p0 err, cmd 5, RTO !!
      [    2.018632] sunxi-mmc sdc0: smc 0 p0 err, cmd 5, RTO !!
      [    2.020450] sunxi-mmc sdc0: smc 0 p0 err, cmd 5, RTO !!
      [    2.026990] sunxi-mmc sdc0: smc 0 p0 err, cmd 55, RTO !!
      [    2.032912] sunxi-mmc sdc0: smc 0 p0 err, cmd 55, RTO !!
      [    2.038807] sunxi-mmc sdc0: smc 0 p0 err, cmd 55, RTO !!
      [    2.044711] sunxi-mmc sdc0: smc 0 p0 err, cmd 55, RTO !!
      [    2.044740] sunxi-mmc sdc0: sdc set ios:clk 400000Hz bm OD pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
      [    2.050806] sunxi-mmc sdc0: smc 0 p0 err, cmd 1, RTO !!
      [    2.050828] sunxi-mmc sdc0: sdc set ios:clk 0Hz bm PP pm OFF vdd 0 width 1 timing LEGACY(SDR12) dt B
      [    2.051844] sunxi-mmc sdc0: sdc set ios:clk 0Hz bm PP pm UP vdd 21 width 1 timing LEGACY(SDR12) dt B
      [    2.080575] sunxi-mmc sdc0: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
      [    2.118328] sunxi-mmc sdc1: SD/MMC/SDIO Host Controller Driver(v3.32 2019-9-24 15:55)
      [    2.127162] sunxi-mmc sdc0: smc 0 p0 err, cmd 52, RTO !!
      [    2.133194] sunxi-mmc sdc0: smc 0 p0 err, cmd 52, RTO !!
      [    2.133213] sunxi-mmc sdc0: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
      [    2.141273] sunxi-mmc sdc0: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
      [    2.153103] sunxi-mmc sdc0: smc 0 p0 err, cmd 8, RTO !!
      [    2.163893] sunxi-mmc sdc0: smc 0 p0 err, cmd 5, RTO !!
      [    2.169795] sunxi-mmc sdc0: smc 0 p0 err, cmd 5, RTO !!
      [    2.175696] sunxi-mmc sdc0: smc 0 p0 err, cmd 5, RTO !!
      [    2.181595] sunxi-mmc sdc0: smc 0 p0 err, cmd 5, RTO !!
      [    2.187717] sunxi-mmc sdc0: smc 0 p0 err, cmd 55, RTO !!
      [    2.193622] sunxi-mmc sdc0: smc 0 p0 err, cmd 55, RTO !!
      [    2.199627] sunxi-mmc sdc0: smc 0 p0 err, cmd 55, RTO !!
      [    2.205626] sunxi-mmc sdc0: smc 0 p0 err, cmd 55, RTO !!
      [    2.205644] sunxi-mmc sdc0: sdc set ios:clk 400000Hz bm OD pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
      [    2.211684] sunxi-mmc sdc0: smc 0 p0 err, cmd 1, RTO !!
      [    2.211709] sunxi-mmc sdc0: sdc set ios:clk 0Hz bm PP pm OFF vdd 0 width 1 timing LEGACY(SDR12) dt B
      [    2.245721] sunxi-mmc sdc1: Can't get vmmc regulator string
      [    2.252004] sunxi-mmc sdc1: Can't get vqmmc regulator string
      [    2.258367] sunxi-mmc sdc1: Can't get vdmmc regulator string
      [    2.264747] sunxi-mmc sdc1: Can't get vdmmc33sw regulator string
      [    2.271511] sunxi-mmc sdc1: Can't get vdmmc18sw regulator string
      [    2.278265] sunxi-mmc sdc1: Can't get vqmmc33sw regulator string
      [    2.285033] sunxi-mmc sdc1: Can't get vqmmc18sw regulator string
      [    2.291794] get() with no identifier
      [    2.295808] get() with no identifier
      [    2.299826] get() with no identifier
      [    2.303850] get() with no identifier
      [    2.307864] get() with no identifier
      [    2.311887] get() with no identifier
      [    2.315906] get() with no identifier
      [    2.319923] sunxi-mmc sdc1: No vmmc regulator found
      [    2.325415] sunxi-mmc sdc1: No vqmmc regulator found
      [    2.331014] sunxi-mmc sdc1: No vdmmc regulator found
      [    2.336595] sunxi-mmc sdc1: No vd33sw regulator found
      [    2.342283] sunxi-mmc sdc1: No vd18sw regulator found
      [    2.347969] sunxi-mmc sdc1: No vq33sw regulator found
      [    2.353657] sunxi-mmc sdc1: No vq18sw regulator found
      [    2.359345] sunxi-mmc sdc1: Cann't get uart0 pinstate,check if needed
      [    2.366953] sunxi-mmc sdc1: set host busy
      [    2.371531] mmc:failed to get gpios
      [    2.375640] sunxi-mmc sdc1: sdc set ios:clk 0Hz bm PP pm UP vdd 21 width 1 timing LEGACY(SDR12) dt B
      [    2.385965] sunxi-mmc sdc1: no vqmmc,Check if there is regulator
      [    2.420495] sunxi-mmc sdc1: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
      [    2.460499] sunxi-mmc sdc1: detmode:manually by software
      [    2.466500] sunxi-mmc sdc1: smc 1 p1 err, cmd 52, RTO !!
      [    2.472509] sunxi-mmc sdc1: smc 1 p1 err, cmd 52, RTO !!
      [    2.472537] sunxi-mmc sdc1: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
      [    2.480587] sunxi-mmc sdc1: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
      [    2.492414] sunxi-mmc sdc1: smc 1 p1 err, cmd 8, RTO !!
      [    2.503215] sunxi-mmc sdc1: smc 1 p1 err, cmd 5, RTO !!
      [    2.509116] sunxi-mmc sdc1: smc 1 p1 err, cmd 5, RTO !!
      [    2.515016] sunxi-mmc sdc1: smc 1 p1 err, cmd 5, RTO !!
      [    2.520917] sunxi-mmc sdc1: smc 1 p1 err, cmd 5, RTO !!
      [    2.526819] sunxi-mmc sdc1: smc 1 p1 err, cmd 55, RTO !!
      [    2.532720] sunxi-mmc sdc1: smc 1 p1 err, cmd 55, RTO !!
      [    2.538710] sunxi-mmc sdc1: smc 1 p1 err, cmd 55, RTO !!
      [    2.544712] sunxi-mmc sdc1: smc 1 p1 err, cmd 55, RTO !!
      [    2.544731] sunxi-mmc sdc1: sdc set ios:clk 400000Hz bm OD pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
      [    2.550768] sunxi-mmc sdc1: smc 1 p1 err, cmd 1, RTO !!
      [    2.550787] sunxi-mmc sdc1: sdc set ios:clk 0Hz bm PP pm OFF vdd 0 width 1 timing LEGACY(SDR12) dt B
      [    2.586888] [sunxi_hdmi_codec_init] driver and deivce register finished.
      [    2.596194] gpio-spk setting ok
      [    2.600185] sunxi-internal-codec codec: ASoC: no source widget found for AIF2INL_VIR
      [    2.609157] sunxi-internal-codec codec: ASoC: Failed to add route AIF2INL_VIR -> AIF2 DACL Switch -> AIF1 AD0L Mixer
      [    2.621020] sunxi-internal-codec codec: ASoC: no source widget found for AIF2INR_VIR
      [    2.629736] sunxi-internal-codec codec: ASoC: Failed to add route AIF2INR_VIR -> AIF2 DACR Switch -> AIF1 AD0L Mixer
      [    2.641597] sunxi-internal-codec codec: ASoC: no source widget found for AIF2INR_VIR
      [    2.650307] sunxi-internal-codec codec: ASoC: Failed to add route AIF2INR_VIR -> AIF2 DACR Switch -> AIF1 AD0R Mixer
      [    2.662165] sunxi-internal-codec codec: ASoC: no source widget found for AIF2INL_VIR
      [    2.670888] sunxi-internal-codec codec: ASoC: Failed to add route AIF2INL_VIR -> AIF2 DACL Switch -> AIF1 AD0R Mixer
      [    2.682742] sunxi-internal-codec codec: ASoC: no source widget found for AIF2INL_VIR
      [    2.691716] sunxi-internal-codec codec: ASoC: Failed to add route AIF2INL_VIR -> AIF2 DACL Switch -> AIF1 AD1L Mixer
      [    2.703574] sunxi-internal-codec codec: ASoC: no source widget found for AIF2INR_VIR
      [    2.712300] sunxi-internal-codec codec: ASoC: Failed to add route AIF2INR_VIR -> AIF2 DACR Switch -> AIF1 AD1R Mixer
      [    2.724182] sunxi-internal-codec codec: ASoC: no source widget found for AIF2INL_VIR
      [    2.732907] sunxi-internal-codec codec: ASoC: Failed to add route AIF2INL_VIR -> AIF2DACL Switch -> DACL Mixer
      [    2.744181] sunxi-internal-codec codec: ASoC: no source widget found for AIF2INR_VIR
      [    2.752901] sunxi-internal-codec codec: ASoC: Failed to add route AIF2INR_VIR -> AIF2DACR Switch -> DACR Mixer
      [    2.764706] sunxi-codec-machine sndcodec: codec-aif1 <-> i2s mapping ok
      [    2.774409] sndhdmi sndhdmi: audiohdmi-dai <-> audiohdmi mapping ok
      [    2.782116] sndhdmi sndhdmi: [sunxi_sndhdmi_dev_probe] register card finished.
      [    2.790755] NET: Registered protocol family 17
      [    2.795807] NET: Registered protocol family 15
      [    2.801696] sid_get_phy_base()316 - Failed to find "" in dts.
      [    2.808193] sid_get_phy_base()316 - Failed to find "" in dts.
      [    2.815149] sid_get_phy_base()316 - Failed to find "" in dts.
      [    2.821977] sid_efuse_key_is_readable()756 - The key thermal_sensor write protect bit not burned!
      [    2.832045] sid_get_phy_base()316 - Failed to find "" in dts.
      [    2.838854] sid_get_phy_base()316 - Failed to find "" in dts.
      [    2.845697] sid_get_phy_base()316 - Failed to find "" in dts.
      [    2.854323] Registering SWP/SWPB emulation handler
      [    2.865607] input: gpiokey as /devices/platform/soc/gpiokey/input/input2
      [    2.873599] sunxi-rtc rtc: setting system clock to 2019-10-01 00:00:44 UTC (1569888044)
      [    2.883392] axp2101_dcdc2: incomplete constraints, leaving on
      [    2.889925] axp2101_dcdc4: incomplete constraints, leaving on
      [    2.896414] axp2101_rtc1: incomplete constraints, leaving on
      [    2.902872] axp2101_aldo3: incomplete constraints, leaving on
      [    2.909534] axp2101_cpuldos: incomplete constraints, leaving on
      [    2.910469] random: fast init done
      [    2.920227] ALSA device list:
      [    2.923576]   #0: audiocodec
      [    2.926809]   #1: sndhdmi
      [    2.932115] VFS: Mounted root (squashfs filesystem) readonly on device 31:2.
      [    2.942359] devtmpfs: mounted
      [    2.945942] Freeing unused kernel memory: 160K
      [    2.950974] This architecture does not have kernel memory protection.
      mount: mounting none on /dev failed: Resource busy
      mount: mounting pstore on /sys/fs/pstore failed: No such file or directory
      mount: mounting /dev/by-name/rootfs_data on /overlay failed: No such file or directory
      Mount Failed: formating /dev/by-name/rootfs_data to jffs2 ...
      Not Found /usr/sbin/mkfs.jffs2 or /sbin/mkfs.jffs2
      starting pid 610, tty '': '/etc/preinit'
      [preinit]: Early Setuping virtual filesystem
      [preinit]: Got overlay partitions is /dev/mtdblock3
      Try to mount /dev/mtdblock3 using squashfs
      Try to mount /dev/mtdblock3 using vfat
      [    3.245660] error free fat start 0,fat len 0
      [    3.253752] error free:Relase fat
      [    3.257485] no sbi
      Try to mount /dev/mtdblock3 using msdos[    3.263026] error free fat start 0,fat len 0
      
      [    3.268416] error free:Relase fat
      Try to mount /dev/mtdblock3 using jffs2
      [preinit]: Uion filesystem
      init: must be run as PID 1
      starting pid 632, tty '': '/bin/mount -t proc proc /proc'
      mount: mounting proc on /proc failed: Resource busy
      starting pid 633, tty '': '/bin/mount -t tmpfs tmpfs /run'
      starting pid 634, tty '': '/bin/mount -o remount,rw /'
      starting pid 635, tty '': '/bin/mkdir -p /dev/pts'
      starting pid 636, tty '': '/bin/mkdir -p /dev/shm'
      starting pid 637, tty '': '/bin/mount -a'
      starting pid 638, tty '': '/bin/hostname -F /etc/hostname'
      can't run '/bin/hostname': No such file or directory
      starting pid 639, tty '': '/etc/init.d/rcS boot'
      ------run rc.preboot file-----
      /etc/init.d/rcS: line 117: /bin/hostname: not found
      /etc/init.d/rcS: line 119: /sbin/mdev: not found
      ------run rc.modules file-----
      ------run rc.final file-----
      Load mpp modules
      [    3.492282] sunxi-wlan wlan: wlan_busnum (1)
      [    3.497096] sunxi_i2c_drv_core_process()992 - [i2c0] Timeout when sending 9th SCL clk
      [    3.497121] i2c_sunxi_drv_complete()1162 - [i2c0] incomplete xfer(status: 0x1, dev addr: 0x1a)
      [    3.505970] sunxi_i2c_drv_core_process()992 - [i2c0] Timeout when sending 9th SCL clk
      [    3.505990] i2c_sunxi_drv_complete()1162 - [i2c0] incomplete xfer(status: 0x1, dev addr: 0x1a)
      [    3.515709] sunxi_i2c_drv_core_process()992 - [i2c0] Timeout when sending 9th SCL clk
      [    3.515728] i2c_sunxi_drv_complete()1162 - [i2c0] incomplete xfer(status: 0x1, dev addr: 0x1a)
      [    3.515735] [VIN_DEV_I2C]imx335_mipi sensor read retry = 2
      [    3.525137] [VIN]val = 0x3, Sent msg to user
      [    3.564782] sunxi-wlan wlan: wlan_power_num (-1)
      [    3.569985] sunxi-wlan wlan: io_regulator_name (vcc18-wifi)
      [    3.576289] sunxi-wlan wlan: request pincrtl handle for device [wlan] failed
      [    3.584274] sunxi-wlan wlan: wlan_regon gpio=198  mul-sel=1  pull=-1  drv_level=-1  data=0
      [    3.593618] sunxi-wlan wlan: get gpio chip_en failed
      [    3.599211] sunxi-wlan wlan: wlan_hostwake gpio=199  mul-sel=6  pull=-1  drv_level=-1  data=0
      [    3.608901] sunxi-wlan wlan: clk_name ()
      [    3.613538] [VIN CCI_1 ERR] Status error at addr_8bit = 88, wr_flag = 1, val = ff
      [    3.622188] [VIN CCI_1 ERR] Status error at addr_8bit = 88, wr_flag = 1, val = fe
      [    3.630645] [tp9950]V4L2_IDENT_SENSOR = 0x0
      [    3.638217] [VIN CCI_1 ERR] Status error at addr_8bit = 88, wr_flag = 1, val = ff
      [    3.647480] [VIN CCI_1 ERR] Status error at addr_8bit = 88, wr_flag = 1, val = fe
      [    3.656133] [tp9950]retry = 0, V4L2_IDENT_SENSOR = 0x0
      [    3.663218] [VIN CCI_1 ERR] Status error at addr_8bit = 88, wr_flag = 1, val = ff
      [    3.672055] [VIN CCI_1 ERR] Status error at addr_8bit = 88, wr_flag = 1, val = fe
      [    3.680638] [tp9950]retry = 1, V4L2_IDENT_SENSOR = 0x0
      [    3.686772] [VIN CCI_1 ERR] Status error at addr_8bit = 88, wr_flag = 1, val = ff
      [    3.696010] [VIN CCI_1 ERR] Status error at addr_8bit = 88, wr_flag = 1, val = fe
      [    3.704698] [tp9950]retry = 2, V4L2_IDENT_SENSOR = 0x0
      [    3.711942] [VIN CCI_1 ERR] Status error at addr_8bit = 88, wr_flag = 1, val = ff
      [    3.721054] [VIN CCI_1 ERR] Status error at addr_8bit = 88, wr_flag = 1, val = fe
      [    3.730151] [tp9950]retry = 3, V4L2_IDENT_SENSOR = 0x0
      [    3.736809] [VIN CCI_1 ERR] Status error at addr_8bit = 88, wr_flag = 1, val = ff
      [    3.747400] [VIN CCI_1 ERR] Status error at addr_8bit = 88, wr_flag = 1, val = fe
      [    3.756400] [tp9950]retry = 4, V4L2_IDENT_SENSOR = 0x0
      [    3.762589] [tp9950] error, chip found is not an target chip.
      mount: mounting /dev/mmcblk0p1 on /mnt/extsd failed: No such file or directory[    3.773008] [VIN_ERR]registering tp9950, No such device!
      
      /etc/init.d/S01app: line 108: can't create /sys/block/mmcblk0/queue/max_sectors_kb: nonexistent directory
      Populating /dev using udev: [    3.930955] udevd[769]: starting version 3.2
      [    3.936313] random: udevd: uninitialized urandom read (16 bytes read)
      [    3.943878] random: udevd: uninitialized urandom read (16 bytes read)
      [    3.951322] random: udevd: uninitialized urandom read (16 bytes read)
      [    3.984926] udevd[769]: specified group 'tty' unknown
      [    3.991037] udevd[769]: specified group 'dialout' unknown
      [    3.997316] udevd[769]: specified group 'kmem' unknown
      [    4.003322] udevd[769]: specified group 'input' unknown
      [    4.009388] udevd[769]: specified group 'video' unknown
      [    4.015876] udevd[769]: specified group 'lp' unknown
      [    4.021859] udevd[769]: specified group 'disk' unknown
      [    4.027927] udevd[769]: specified group 'cdrom' unknown
      [    4.034156] udevd[769]: specified group 'tape' unknown
      [    4.045675] udevd[770]: starting eudev-3.2
      done
      mkdir: can't create directory '/dev/pts': File exists
      mkdir: can't create directory '/dev/shm': File exists
      enable android usb
      insmod: can't insert '/lib/modules/4.9.118/sunxi_usb_udc.ko': No such file or directory
      insmod: can't insert '/lib/modules/4.9.118/sunxi_usbc.ko': No such file or directory
      mkdir: can't create directory '/sys/kernel/config/usb_gadget/g1/functions/uvc.usb0': No such file or directory
      mkdir: can't create directory '/sys/kernel/config/usb_gadget/g1/functions/uvc.usb0/': No such file or directory
      /etc/init.d/S50usb: line 99: can't create /sys/kernel/config/usb_gadget/g1/functions/uvc.usb0/streaming/mjpeg/m/720p/wWidth: nonexistent directory
      /etc/init.d/S50usb: line 99: can't create /sys/kernel/config/usb_gadget/g1/functions/uvc.usb0/streaming/mjpeg/m/720p/wHeigh[    4.705361] file system registered
      t: nonexistent directory
      /etc/init.d/S50usb: line 99: can't create /sys/kernel/config/usb_gadget/g1/functions/uvc.usb0/streamin[    4.723285] Mass Storage Function, version: 2009/09/11
      g/mjpeg/m/720p/dwFrameInterval: nonexistent directory
      /etc/init.d/S50usb: line 99: can't create /sys/kernel/config/usb_gadget/g[    4.729506] LUN: removable file: (no medium)
      1/functions/uvc.usb0/streaming/mjpeg/m/720p/dwDefaultFrameInterval: nonexistent directory
      /etc/init.d/S50usb: line 99: can't create /sys/kernel/config/usb_gadget/g1/functions/uvc.usb0/streaming/mjpeg/m/720p/dwMinBitRate: nonexistent directory
      /etc/init.d/S50usb: line 99: can't create /sys/kernel/config/usb_gadget/g1/functions/uvc.usb0/streaming/mjpeg/m/720p/dwMaxBitRate: nonexistent directory
      /etc/init.d/S50usb: line 99: can't create /sys/kernel/config/usb_gadget/g1/functions/uvc.usb0/streaming/mjpeg/m/720p/dwMaxVideoFrameBufferSize: nonexistent directory
      mkdir: can't create directory '/sys/kernel/config/usb_gadget/g1/functions/[    4.797638] read descriptors
      uvc.usb0/streaming/header/h': No such file or directory
      ln: /sys/kernel/config/usb_gadget/g1/functions/uvc.usb0/streaming/heade[    4.804189] read strings
      r/h/: No such file or directory
      ln: /sys/kernel/config/usb_gadget/g1/functions/uvc.usb0/streaming/class/fs: No such file or dir[    4.821054] random: crng init done
      ectory
      ln: /sys/kernel/config/usb_gadget/g1/functions/uvc.usb0/streaming/class/hs: No such file or directory
      mkdir: can't create directory '/sys/kernel/config/usb_gadget/g1/functions/uvc.usb0/control/header/h': No such file or directory
      ln: /sys/kernel/config/usb_gadget/g1/functions/uvc.usb0/control/class/fs/: No such file or directory
      ln: /sys/kernel/config/usb_gadget/g1/functions/uvc.usb0/control/class/ss/: No such file or directory
      WARNING: awplayer <log_set_level:30>: Set log level to 3
      DEBUG  : awplayer <ReadPluginEntry:194>: read plugin entry adecoder-0 fail!
      DEBUG  : awplayer <CdxPluginLoadList:221>: have config 0 entry
      DEBUG  : awplayer <CdxPluginLoadList:222>: start to open adecoder lib
      DEBUG  : awplayer <CdxPluginLoadList:202>: Load Plugin list vdecoder
      DEBUG  : awplayer <ReadPluginEntry:178>: read plugin entry vdecoder-0 ok.
      DEBUG  : awplayer <ReadPluginEntry:178>: read plugin entry vdecoder-1 ok.
      DEBUG  : awplayer <ReadPluginEntry:178>: read plugin entry vdecoder-2 ok.
      DEBUG  : awplayer <ReadPluginEntry:194>: read plugin entry vdecoder-3 fail!
      DEBUG  : awplayer <CdxPluginLoadList:221>: have config 3 entry
      DEBUG  : awplayer <CdxPluginLoadList:222>: start to open vdecoder lib
      DEBUG  : awplayer <DlOpenPlugin:96>: plugin vdecoder.h264 comment is "h264_vdecoder"
      DEBUG  : awplayer <DlOpenPlugin:97>: plugin open lib: libawh264.so
      ERROR  : awplayer <DlOpenPlugin:103>: dlopen 'libawh264.so' fail: Error loading shared library libawh264.so: No such file or directory
      DEBUG  : awplayer <CdxPluginLoadList:231>: load vdecoder id vdecoder.h264 fail!
      DEBUG  : awplayer <DlOpenPlugin:96>: plugin vdecoder.h265 comment is "h265_vdecoder"
      DEBUG  : awplayer <DlOpenPlugin:97>: plugin open lib: libawh265.so
      ERROR  : awplayer <DlOpenPlugin:103>: dlopen 'libawh265.so' fail: Error loading shared library libawh265.so: No such file or directory
      DEBUG  : awplayer <CdxPluginLoadList:231>: load vdecoder id vdecoder.h265 fail!
      DEBUG  : awplayer <DlOpenPlugin:96>: plugin vdecoder.mjpegplus comment is "mjpegplus_vdecoder"
      DEBUG  : awplayer <DlOpenPlugin:97>: plugin open lib: libawmjpegplus.so
      ERROR  : awplayer <DlOpenPlugin:103>: dlopen 'libawmjpegplus.so' fail: Error loading shared library libawmjpegplus.so: No such file or directory
      DEBUG  : awplayer <CdxPluginLoadList:231>: load vdecoder id vdecoder.mjpegplus fail!
      DEBUG  : awplayer <CdxPluginLoadList:202>: Load Plugin list plugin
      DEBUG  : awplayer <ReadPluginEntry:194>: read plugin entry plugin-0 fail!
      DEBUG  : awplayer <CdxPluginLoadList:221>: have config 0 entry
      DEBUG  : awplayer <CdxPluginLoadList:222>: start to open plugin lib
      DEBUG  : awp[    5.059841] android_work: sent uevent USB_STATE=CONNECTED
      layer <AwStreamInit:92>: aw stream init...
      DEBUG  : awplayer <AwStreamInit:124>: stream list size:2
      INFO   : awplayer <AwParserInit:397>: aw parser init...
      DEBUG  : awplayer <AwParserInit:467>: aw parser size:6
      start minigui init time: 1569888046s.673370ms
      end minigui init time: 1569888046s.715136ms
      [    5.100575] configfs-gadget gadget: high-speed config #1: c
      [    5.106973] android_work: sent uevent USB_STATE=CONFIGURED
      I1001 00:00:46.770227   750 mpi_sys.c:761]                  <AW_MPI_SYS_SetConf> kfctmpdir is [/tmp]
      >>>>>>>>>>>>>>>>>>>>>>>>>>>>> Media Process Platform<<<<<<<<<<<<<<<<<<<<<<<<<<<<
      modName : MPP-Platform
      tag   : V1.0 Release
      branch: v5-dev
      commit: 4eed413532ad87725895a8cb1ba75e22fc328233
      date  : 20170725
      author: jenkins
      I1001 00:00:46.857844   750 mpi_sys.c:798]                  <AW_MPI_SYS_Init_S1> ISP init
      [ISP]>>>>>>>>>>>>>>>>>>>> ISP VERSION INFO <<<<<<<<<<<<<<<<<<<
      IPCORE: ISP520
      branch: libisp-dev
      commit: f682a1b81071fac76784c9601a4d5f6a9bf64072
      date  : Tue May 28 14:03:02 2019 +0800
      author: jiangwei
      --------------------------------------------------------
      
      I1001 00:00:46.858330   750 mpi_sys.c:800]                  <AW_MPI_SYS_Init_S1> ISP init done
      I1001 00:00:46.900094   750 hwdisplay.c:83]                 <hw_display_init> <hw_display_init:83>
      I1001 00:00:46.900485   750 hwdisplay.c:984]                <hwd_init> <hwd_init:984>     (hwd_init 984)
      I1001 00:00:46.900717   750 hwdisplay.c:1039]               <hwd_init> <hwd_init:1039>    ret[0][2,0]ch[2]lyl[0] init: enable[1], screenwin[0,0, 480x640], zorder[16], alpha[mode:0, value:255]
      E1001 00:00:46.903774   750 power_manager.cpp:1057]         <getAhdInsertOnline> getAhdInsertOnline online =
      E1001 00:00:46.904001   750 power_manager.cpp:1067]         <getAhdInsertOnline> getAhdInsertOnline othe value
      W1001 00:00:46.906939   750 power_manager.cpp:1079]         <getPowenOnType> poweron type is axp2101:REG[0x20]=0x0
      
      W1001 00:00:46.907191   750 power_manager.cpp:1082]         <getPowenOnType> tmpString type is  = =0x0
      
      I1001 00:00:46.907343   750 newPreview.cpp:1854]            <CheckCameraExist> CamId 0 did not create yet!
      I1001 00:00:46.907459   750 camera_factory.cpp:20]          <CreateCamera> create camera: 4
      E1001 00:00:46.907649   750 menu_config_lua.cpp:36]         <MenuConfigLua> MenuConfigLua::MenuConfigLua
      W1001 00:00:46.907785   750 menu_config_lua.cpp:822]        <ChangeMenuConfig> ready to ChangeMenuConfig-----------------------
      W1001 00:00:46.987960   750 menu_config_lua.cpp:856]        <ChangeMenuConfig> usr_update_str = false   usr_ver_str = TF700-20191101a-7P025a-09091
      W1001 00:00:46.992394   750 menu_config_lua.cpp:752]        <IsVersionSame> IsNewVersion    external_version : TF700-20191101a-7P025a-09091  ---  local_version : TF700-20191101a-7P025a-09091
      W1001 00:00:46.992655   750 menu_config_lua.cpp:757]        <IsVersionSame> invalid fileName:TF700-20191101a-7P025a-09091
      W1001 00:00:46.992820   750 menu_config_lua.cpp:970]        <ComparisonProfile> ready to read out the data menu_config.lua data
      W1001 00:00:46.997815   750 menu_config_lua.cpp:1102]       <ComparisonProfile> ready to read out the data menu_config.lua data
      LuaConfig: <line[110] LoadValueToStack> [string "value=menu.photo.qualtiy.count"]:1: attempt to index fie[    5.469633] sid_get_phy_base()316 - Failed to find "" in dts.
      ld 'qualtiy' (a nil value)
      W1001 00:00:47.002990   750 menu_config_lua.cpp:1233]       <ComparisonProfile> read to c[    5.479511] sid_get_phy_base()316 - Failed to find "" in dts.
      ompare usr/--/menu_config.lua  and  data/menu_config.lua   one by one
      W1001 00:00:47.003549   750 menu_config_lua.cp[    5.496974] sid_get_phy_base()316 - Failed to find "" in dts.
      p:1482]                                                     <ComparisonProfile> ready to set the data to the usr_luacfg
      W1001 00:00:47.012609   750 menu_config[    5.514499] sid_get_phy_base()316 - Failed to find "" in dts.
      _lua.cpp:1620]                                              <ComparisonProfile> ready to save the compare result to the usr/--/menu_config_temp.lua
      W100[    5.532106] cedar_ve: VE real_fre=600000000
      1 00:00:47.022009   750 menu_config_lua.cpp:1627]           <ComparisonProfile> Comparison is ok
      E1001 00:00:47.0346[    5.557510] sunxi_i2c_drv_core_process()992 - [i2c0] Timeout when sending 9th SCL clk
      77   750 menu_config_lua.cpp:1659]                          <LoadMenuConfig> read and set menu_cfg_
      E1001 00:00:47.039595   750 menu[    5.567444] i2c_sunxi_drv_complete()1162 - [i2c0] incomplete xfer(status: 0x1, dev addr: 0x1a)
      _config_lua.cpp:1788]                                       <LoadMenuConfig> menu_cfg_: timezone: 8 24
      E1001 00:00:47.039927   750 menu_config_lu[    5.588288] sunxi_i2c_drv_core_process()992 - [i2c0] Timeout when sending 9th SCL clk
      a.cpp:1792]                                                 <LoadMenuConfig> menu_cfg_: device_carid: AB123456
      E1001 00:00:47.040108   750 menu_config_lua.[    5.608165] i2c_sunxi_drv_complete()1162 - [i2c0] incomplete xfer(status: 0x1, dev addr: 0x1a)
      cpp:63]                                                     <MenuConfigLua> set timezone at startup: 0
      E1001 00:00:47.000774   750 camera_factory.cpp:177]     5.628985] sunxi_i2c_drv_core_process()992 - [i2c0] Timeout when sending 9th SCL clk
      D                                                            <CreateNormalCamera> RECORD_RESOLUTION idx: 0
      E1001 00:00:47.001644   750 osd_manager.cpp:1441]           <setT[    5.648852] i2c_sunxi_drv_complete()1162 - [i2c0] incomplete xfer(status: 0x1, dev addr: 0x1a)
      imeOsdPostion> osd not init yet
      E1001 00:00:47.001741   750 osd_manager.cpp:2178]           <setGpsOsdPosition> osd n[    5.669648] [VIN_DEV_I2C]imx335_mipi sensor read retry = 2
      ot init yet
      E1001 00:00:47.001808   750 osd_manager.cpp:1411]           <setCaridOsdPosition> osd not init yet
      I1[    5.688897] sunxi_i2c_drv_core_process()992 - [i2c0] Timeout when sending 9th SCL clk
      001 00:00:47.001914   750 storage_manager.cpp:43]           <Init> start init
      E1001 00:00:47.002483   750 event_manager.[    5.706898] i2c_sunxi_drv_complete()1162 - [i2c0] incomplete xfer(status: 0x1, dev addr: 0x1a)
      cpp:171]                                                    <EventManager> =============close ir led=============
      W1001 00:00:47.002799   750 camera.cpp:145] [    5.727701] [VIN_DEV_I2C_ERR]sensor_write error!
                                                                  <Camera> 1111 phy_cam_id = 0
      ConfigCamera : CsiChn = 0,ispdev = 0,vippchnValue0 = 0,vippchnValue1 = 1
      W10[    5.743963] [VIN_DEV_I2C_ERR]imx335_mipi sensor write array error, array_size 55!
      01 00:00:47.050122   750 EyeseeCamera.cpp:537]              <initCamerasConfiguration> warning: we don't init cameraInfos according[    5.763530] sunxi_i2c_drv_core_process()992 - [i2c0] Timeout when sending 9th SCL clk
       to real system situation. It it not ready. So we use default for example.
      W1001 00:00:47.050293   750 EyeseeCamera.c[    5.783637] i2c_sunxi_drv_complete()1162 - [i2c0] incomplete xfer(status: 0x1, dev addr: 0x1a)
      pp:582]                                                     <clearCamerasConfiguration> warning: I don't know how to operate lower v4l2 drivers, so it take no effect.
          5.804237] sunxi_i2c_drv_core_process()992 - [i2c0] Timeout when sending 9th SCL clk
      mopen camera: 0
      I1001 00:00:47.050627   750 VIDevice.cpp:42]                <VIDevice> Construct
      I1001 00:00:47.050724   750 camera[    5.824108] i2c_sunxi_drv_complete()1162 - [i2c0] incomplete xfer(status: 0x1, dev addr: 0x1a)
      .cpp:2091]                                                  <SetVflip> vflip: 0, mirror: 0
      open main channel time: 1569888047s.50790ms
      debug  : ionAlloc <__GetIonMem[    5.844947] sunxi_i2c_drv_core_process()992 - [i2c0] Timeout when sending 9th SCL clk
      OpsS:956>: *** get __GetIonMemOpsS ***
      debug  : ionAlloc <ion_alloc_open:137>: begin ion_alloc_open
      
      debug  : cedarc <VeInit[    5.864811] i2c_sunxi_drv_complete()1162 - [i2c0] incomplete xfer(status: 0x1, dev addr: 0x1a)
      ialize:1214>: *** nPhyOffset = 0x0
      debug  : cedarc <VeSetSpeed:1730>: *** set ve freq to 600 Mhz ***
      debug  : cedarc <VeInitia[    5.885607] [VIN_DEV_I2C]imx335_mipi sensor read retry = 2
      lize:1270>: ve init ok
      
      debug  : ionAlloc <ion_alloc_open:178>: ** phy offset = 0
      debug  : cedarc <VeRelease:1342>: ve releas[    5.902911] sunxi_i2c_drv_core_process()992 - [i2c0] Timeout when sending 9th SCL clk
      e ok
      
      [debug_jaosn]:main_enc_chn_ = 0,sub_enc_chn_ = -1, main_chn_ 0, sub_chn_  1
      I1001 00:00:47.129953   750 camera.cpp:404][    5.922786] i2c_sunxi_drv_complete()1162 - [i2c0] incomplete xfer(status: 0x1, dev addr: 0x1a)
                                                                  <InitCamera> main_enc_chn_ : init_param_.vflip = 0,init_param_.mirror = 0
      I1001 00:00:47.130066   750 camera.cpp:409[    5.943620] sunxi_i2c_drv_core_process()992 - [i2c0] Timeout when sending 9th SCL clk
      ]                                                           <InitCamera> sensor fps 25
      prepare main channel time: 1569888047s.130122ms
      [ISP]video device name is vin_video0
      [[    5.963489] i2c_sunxi_drv_complete()1162 - [i2c0] incomplete xfer(status: 0x1, dev addr: 0x1a)
      ISP]chipid: 0x1!!!
      [ISP]open video device[0] success!
      W1001 00:00:47.130367   750 VIChannel.cpp:969]              <startCh[    5.984325] sunxi_i2c_drv_core_process()992 - [i2c0] Timeout when sending 9th SCL clk
      annel> Be careful! not find match sensor param set! isp param will be selected near user param!
      I1001 00:00:47.130458   750 [    6.004192] i2c_sunxi_drv_complete()1162 - [i2c0] incomplete xfer(status: 0x1, dev addr: 0x1a)
      VIChannel.cpp:973]                                          <startChannel> set vipp[0]attr:[2560x1440],fps[25], pixFmt[0x31324d4e], nbufs[4]
      I1001 00:00:47.26[    6.028385] [VIN_DEV_I2C]imx335_mipi sensor read retry = 2
      8761   750 VIChannel.cpp:986]                               <startChannel> get vipp[0]attr:[2560x1440],fps[25], pixFmt[0x31324d4e], nbufs[4]
      loop VideoInputHw_CapThread vipp_id = 0, buf_num=4.
      E1001 00:00:47.629328   750 video_buffer_manager.c:211]     <VideoBufMgrCreate> Alloc 20 input frame buffers in list manager.
      E1001 00:00:47.629570   750 VideoVirVi_Component.c:471]     <VideoViSetViDevAttr> fps 25 nbufs 4
      [ISP]open isp device[0] success!
      [ISP_WARN]sdcard is not mounted!!!
      [IS[    6.076123] sunxi_i2c_drv_core_process()992 - [i2c0] Timeout when sending 9th SCL clk
      P_WARN]cannot find imx335_mipi_2592_1944_25_0 isp config, use imx335_mipi_2592_1944_30_0!
      [ISP]create isp0 server thread!
      I100[    6.095002] i2c_sunxi_drv_complete()1162 - [i2c0] incomplete xfer(status: 0x1, dev addr: 0x1a)
      1 00:00:47.654557   750 VIDevice.cpp:1137]                  <startChannel> ISP[0] run
      I1001 00:00:47.654700   750 videoInputHw.c:3079][    6.115823] sunxi_i2c_drv_core_process()992 - [i2c0] Timeout when sending 9th SCL clk
                                                                  <videoInputHw_Isp_GetNR> isp[0]2vipp[0].
      I1001 00:00:47.654769   750 videoInputHw.c:3147]            <videoInputHw_I[    6.135692] i2c_sunxi_drv_complete()1162 - [i2c0] incomplete xfer(status: 0x1, dev addr: 0x1a)
      sp_Get3DNR> isp[0]2vipp[0].
      I1001 00:00:47.654825   750 videoInputHw.c:3011]            <videoInputHw_Isp_GetWDR> isp[0]2vipp[0[    6.156514] sunxi_i2c_drv_core_process()992 - [i2c0] Timeout when sending 9th SCL clk
      ].
      open sub channel time: 1569888047s.654867ms
      [FUN]:setISPParameters mIspDevId:0
      I1001 00:00:47.654940   750 videoInputHw.[    6.176382] i2c_sunxi_drv_complete()1162 - [i2c0] incomplete xfer(status: 0x1, dev addr: 0x1a)
      c:1995]                                                     <videoInputHw_IspAwb_SetMode> isp[0]2vipp[0].
      [FUN]:setISPParameters mIspDevId:0
      I1001 00:00:47.655086   7[    6.197169] [VIN_DEV_I2C]imx335_mipi sensor read retry = 2
      50 camera.cpp:3238]                                         <GetModeConfigIndex> [fangjj]:GetModeConfigIndex  index:[3]
      I1001 00:00:47.655153   750 camera.cpp:2000]                <SetExposureValue> =====m_ExposureBias is 4=====
      [FUN]:setISPParameters mIspDevId:0
      I1001 00:00:47.655228   750 VIDevice.cpp:238]               <setISPParameters> change AE Exposure Bias
      I1001 00:00:47.655282   750 videoInputHw.c:1768]            <videoInputHw_IspAe_SetExposureBias> isp[0]2vipp[0].
      E1001 00:00:47.655364   750 camera.cpp:439]                 <InitCamera> =======m_ExposureBias 4=======
      I1001 00:00:47.655438   750 camera.cpp:3238]                <GetModeConfigIndex> [fangjj]:GetModeConfigIndex  index:[0]
      I1001 00:00:47.655490   750 camera.cpp:2026]                <SetLightFreq> Camera::SetLightFreq, index: 0, flcker value: 1
      [FUN]:setISPParameters mIspDevId:0
      I1001 00:00:47.655563   750 VIDevice.cpp:325]               <setISPParameters> change flicker
      I1001 00:00:47.655616   750 videoInputHw.c:2079]            <videoInputHw_Isp_SetFlicker> isp[0]2vipp[0].
      E1001 00:00:47.655689   750 camera.cpp:442]                 <InitCamera> =======m_LightFreq 1=======
      debug  : ionAlloc <__GetIonMemOpsS:956>: *** get __GetIonMemOpsS ***
      debug  : ionAlloc <ion_alloc_open:137>: begin ion_alloc_open
      
      I1001 00:00:47.656381   750 camera.cpp:768]                 <StartPreview> sub_enc_chn_ : init_param_.vflip = 0,init_param_.mirror = 0
      prepare channel time: 1569888047s.656486ms
      [ISP]video device name is vin_video1
      [ISP]chipid: 0x1!!!
      [ISP]open video device[1] success!
      I1001 00:00:47.656922   750 hwdisplay.c:1239]               <hwd_get_disp_type> <hwd_get_disp_type:1239> Current the  disp_type:0x1  tv_mode:0x0
      I1001 00:00:47.657075   750 camera.cpp:271]                 <InitDisplay> ############request layer_id, layer_id: 0
      I1001 00:00:47.657135   750 camera.cpp:272]                 <InitDisplay> init display zorder 0
      I1001 00:00:47.657194   750 hwdisplay.c:1112]               <hwd_layer_request_hlay> <hwd_layer_request_hlay:1112> hlay:0, zorder=0, cnt:2
      I1001 00:00:47.657326   750 display.cpp:106]                <RequestLayer> request layer: 0, hlay: 0
      I1001 00:00:47.657395   750 mpi_vo.c:1030]                  <AW_MPI_VO_SetVideoLayerAttr> ch[0]lyl[0]:dispRect changed, [0, 0, 320x240]->[60, 0, 360x640]
      I1001 00:00:47.657459   750 hwdisplay.c:403]                <hwd_layer_set_rect> <hwd_layer_set_rect:403> ch[0]lyl[0]: screen_win[60,0, 360x640]
      I1001 00:00:47.657521   750 camera.cpp:303]                 <InitDisplay> request layer, hlay: 0
      I1001 00:00:47.657584   750 VIChannel.cpp:973]              <startChannel> set vipp[1]attr:[640x360],fps[25], pixFmt[0x31324d4e], nbufs[4]
      I1001 00:00:47.796254   750 VIChannel.cpp:986]              <startChannel> get vipp[1]attr:[640x360],fps[25], pixFmt[0x31324d4e], nbufs[4]
      loop VideoInputHw_CapThread vipp_id = 1, buf_num=4.
      E1001 00:00:47.798193   750 video_buffer_manager.c:211]     <VideoBufMgrCreate> Alloc 20 input frame buffers in list manager.
      E1001 00:00:47.798419   750 VideoVirVi_Component.c:471]     <VideoViSetViDevAttr> fps 25 nbufs 4
      I1001 00:00:48.049038   750 PreviewWindow.cpp:138]          <startPreview> create vo channel[0] success!
      I1001 00:00:48.049260   750 PreviewWindow.cpp:239]          <startPreview> left [0] idle frames at start preview
      show preview time: 1569888048s.49321ms
      E1001 00:00:48.049355   750 newPreview.cpp:1916]            <OnWindowLoaded> SetLayerAlpha LAYER_UI 150
      I1001 00:00:48.049432   750 mpi_vo.c:1130]                  <AW_MPI_VO_SetVideoLayerAlpha> video layer alpha changed, [0, 255]->[0, 150]
      I1001 00:00:48.049566   750 display.cpp:326]                <SetLayerAlpha> layer id: 3, hlay: 8, alpha: 150
      I1001 00:00:48.049628   750 camera.cpp:617]                 <ShowPreview> open layer to show preview m_dispHandle:0 cam_status_:2 phy_cam_id_:0
      W1001 00:00:48.049681   750 camera.cpp:666]                 <ShowPreview> wrong status: 2
      E1001 00:00:48.049747   750 newPreview.cpp:1963]            <OnWindowLoaded> OnWindowLoaded end
      >>>>>>>>>>>>>>>>>>>>>>>>>>>>> Media Process Platform<<<<<<<<<<<<<<<<<<<<<<<<<<<<
      modName : MPP-Platform
      tag   : V1.0 Release
      branch: v5-dev
      commit: 4eed413532ad87725895a8cb1ba75e22fc328233
      date  : 20170725
      author: jenkins
      I1001 00:00:48.051803   858 alsa_interface.c:632]           <alsaOpenMixer> open mixer
      W1001 00:00:48.158610   839 VIChannel.cpp:1793]             <captureThread> vipp[0] channel contain [0] frame buffers
      W1001 00:00:48.158943   839 VIChannel.cpp:1797]             <captureThread> vipp[0]: preview_num: 0, picture_num: 0, timeout: 500ms
      I1001 00:00:48.178560   858 alsa_interface.c:715]           <alsaOpenMixer> set player pa switch level 0
      I1001 00:00:48.179759   858 alsa_interface.c:687]           <alsaOpenMixer> set playback vol_val to value: 27
      W1001 00:00:48.298799   848 VIChannel.cpp:1793]             <captureThread> vipp[1] channel contain [0] frame buffers
      W1001 00:00:48.298979   848 VIChannel.cpp:1797]             <captureThread> vipp[1]: preview_num: 0, picture_num: 0, timeout: 500ms
      Extracting sxf_26x26.bin
      fileOff---------->:376356
      
      Everything is Ok
      Magic: U F L
      nSection: 1
      pSection: 0xd289a0
      Size: 376356
      YSize: 26
      sh: write error: Resource busy
      starting pid 870, tty '/dev/console': '-/bin/sh'
      
      
      BusyBox v1.27.2 () built-in shell (ash)
      
      ------run profile file-----
       _____  _              __     _
      |_   _||_| ___  _ _   |  |   |_| ___  _ _  _ _
        | |   _ |   ||   |  |  |__ | ||   || | ||_'_|
        | |  | || | || _ |  |_____||_||_|_||___||_,_|
        |_|  |_||_|_||_|_|  Tina is Based on OpenWrt!
       ----------------------------------------------
       Tina Linux (Neptune, 5C1C9C53)
       ----------------------------------------------
      Extracting sxf_30x30.bin
      fileOff---------->:317424
      
      Everything is Ok
      Magic: U F L
      nSection: 1
      pSection: 0xd30560
      Size: 317424
      YSize: 30
      root@tina:/# Extracting sxf_30x30.bin
      fileOff---------->:299484
      
      Everything is Ok
      Magic: U F L
      nSection: 1
      pSection: 0xd30690
      Size: 299484
      YSize: 30
      Init_TSLib&KEY_Input
      IAL>TSLib: can not find the env value, use the device node: from the MiniGUI.cfg
      [file]:sunxikeytslib.c  [fun]:InitSUNXIKeyTSLibInput [line]:335 the tslib node is not ready, please check the config of node!!!
      Init_TSLib&KEY_Input finish
      W1001 00:00:48.659272   839 VIChannel.cpp:1793]             <captureThread> vipp[0] channel contain [0] frame buffers
      W1001 00:00:48.659451   839 VIChannel.cpp:1797]             <captureThread> vipp[0]: preview_num: 0, picture_num: 0, timeout: 500ms
      W1001 00:00:48.799180   848 VIChannel.cpp:1793]             <captureThread> vipp[1] channel contain [0] frame buffers
      W1001 00:00:48.799284   848 VIChannel.cpp:1797]             <captureThread> vipp[1]: preview_num: 0, picture_num: 0, timeout: 500ms
      W1001 00:00:49.159665   839 VIChannel.cpp:1793]             <captureThread> vipp[0] channel contain [0] frame buffers
      W1001 00:00:49.159811   839 VIChannel.cpp:1797]             <captureThread> vipp[0]: preview_num: 0, picture_num: 0, timeout: 500ms
      W1001 00:00:49.299450   848 VIChannel.cpp:1793]             <captureThread> vipp[1] channel contain [0] frame buffers
      W1001 00:00:49.299544   848 VIChannel.cpp:1797]             <captureThread> vipp[1]: preview_num: 0, picture_num: 0, timeout: 500ms
      E1001 00:00:49.516505   750 newPreview.cpp:87]              <InitWindow> Init window
      W1001 00:00:49.517968   880 audio_hw.c:100]                 <audioHw_Construct> audio_hw has already been constructed!
      E1001 00:00:49.518165   880 audioCtrl.cpp:30]               <AudioCtrl> AudioCtrl::AudioCtrl
      I1001 00:00:49.523584   750 window.cpp:828]                 <LoadRes> start parse ui resources
      CreateMainWindowEx  run 1313I1001 00:00:49.525434   879 mpi_venc.c:2768] <AW_MPI_VENC_SetVEFreq> change global ve freq[0]->[520]
      E1001 00:00:49.525624   879 power_manager.cpp:1196]         <SetBrightnessLevel> SetBrightnessLevel --- level = 1
      I1001 00:00:49.525864   880 wav_player.cpp:41]              <GetPcmParam> audio file format(1, 16, 44100)
      I1001 00:00:49.566804   750 window.cpp:109]                 <CreateWidget> create window: StatusBarBottomWindow
      CreateMainWindowEx  run 1313I1001 00:00:49.600826   880 wav_player.cpp:41] <GetPcmParam> audio file format(1, 16, 44100)
      I1001 00:00:49.601945   880 wav_player.cpp:41]              <GetPcmParam> audio file format(1, 16, 44100)
      E1001 00:00:49.603255   880 audioCtrl.cpp:59]               <AudioCtrl> open wav file failed, file: /usr/share/minigui/res/audio/autophoto.wav, error: No such file or directory
      I1001 00:00:49.621094   880 wav_player.cpp:41]              <GetPcmParam> audio file format(1, 16, 44100)
      I1001 00:00:49.622653   880 wav_player.cpp:135]             <AOChannelInit> param dump:
      I1001 00:00:49.622859   880 wav_player.cpp:137]             <AOChannelInit> trackCnt: 1, sampleRate: 44100, bitwidth: 16, aoCardType: 0
      E1001 00:00:49.622965   880 audio_hw.c:650]                 <AudioHw_AO_GetPubAttr> get attr when attr is not set!
      I1001 00:00:49.623107   880 wav_player.cpp:151]             <AOChannelInit> enWorkmode:0 enSoundmode:0 u32EXFlag:0 u32FrmNum:-1368340933 u32PtNumPerFrm:13866064 u32ChnCnt:3269587 u32ClkSel:3269568
      I1001 00:00:49.623210   880 wav_player.cpp:160]             <AOChannelInit> AIO_ATTR_S: [1, 44100, 1]
      I1001 00:00:49.623309   880 alsa_interface.c:434]           <alsaOpenPcm> open pcm! card:[default], pcmFlag:[1](0-cap;1-play)
      [ISP_ERR]video_wait_buffer, line: 442,video0 select timeout!
      E1001 00:00:49.631472   844 videoInputHw.c:3875]            <VideoInputHw_CapThread> fatal error! vipp[0] get frame fail, but all frames are release!
      W1001 00:00:49.660050   839 VIChannel.cpp:1793]             <captureThread> vipp[0] channel contain [0] frame buffers
      W1001 00:00:49.660249   839 VIChannel.cpp:1797]             <captureThread> vipp[0]: preview_num: 0, picture_num: 0, timeout: 500ms
      I1001 00:00:49.743629   750 window.cpp:740]                 <Load> images_file :/usr/share/minigui/res/layout/StatusBarBottomWindow.qrc
      E1001 00:00:49.747184   750 status_bar_bottom_window.cpp:348] <PlayingWindownButtonStatus> 5 icon hide
      E1001 00:00:49.747499   750 window_manager.cpp:111]         <CreateWindowById> create window :7
      E1001 00:00:49.747690   750 status_bar_window.cpp:164]      <StatusBarWindow> StatusBarWindow
      I1001 00:00:49.747931   750 window.cpp:828]                 <LoadRes> start parse ui resources
      I1001 00:00:49.750388   750 window.cpp:109]                 <CreateWidget> create window: StatusBarWindow
      CreateMainWindowEx  run 1313I1001 00:00:49.771551   750 window.cpp:740] <Load> images_file :/usr/share/minigui/res/layout/StatusBarWindow.qrc
      W1001 00:00:49.800001   848 VIChannel.cpp:1793]             <captureThread> vipp[1] channel contain [0] frame buffers
      W1001 00:00:49.800464   848 VIChannel.cpp:1797]             <captureThread> vipp[1]: preview_num: 0, picture_num: 0, timeout: 500ms
      [ISP_ERR]video_wait_buffer, line: 442,video1 select timeout!
      E1001 00:00:49.800891   853 videoInputHw.c:3875]            <VideoInputHw_CapThread> fatal error! vipp[1] get frame fail, but all frames are release!
      I1001 00:00:49.871628   880 alsa_interface.c:345]           <alsaSetPcmParams> set pcm params
      I1001 00:00:49.874760   880 alsa_interface.c:415]           <alsaSetPcmParams> ----------------ALSA setting----------------
      I1001 00:00:49.874915   880 alsa_interface.c:416]           <alsaSetPcmParams> >>Channels:      1, BitWidth:    16, SampRate:   44100
      I1001 00:00:49.875010   880 alsa_interface.c:417]           <alsaSetPcmParams> >>ChunkBytes: 2048, ChunkSize: 1024, BufferSize: 8192
      I1001 00:00:49.875470   880 wav_player.cpp:169]             <AOChannelInit> create ao channel[0] success!
      I1001 00:00:49.875839   880 audioCtrl.cpp:126]              <SetBeepToneVolume> the val is 83
      I1001 00:00:49.876098   880 alsa_interface.c:758]           <alsaMixerSetVolume> playback setVolume:25, err:0
      I1001 00:00:49.876260   889 AOChannel_Component.c:1452]     <AOChannel_ComponentThread> AO get first pcm frome ADec, nBufferLen: 2048, nTimeStamp:0us, use it to init AudioRenderHal
      W1001 00:00:49.876317   880 AOChannel_Component.c:275]      <AOAddFrame_l> input frame list is empty, increase one
      W1001 00:00:49.876428   889 audio_hw.c:633]                 <AudioHw_AO_SetPubAttr> Careful for 2 AoChns at the same time! They must have the same param!
      W1001 00:00:49.876446   880 AOChannel_Component.c:275]      <AOAddFrame_l> input frame list is empty, increase one
      I1001 00:00:49.876565   889 AOChannel_Component.c:1463]     <AOChannel_ComponentThread> audio render hal init and run ok!
      W1001 00:00:49.876667   880 AOChannel_Component.c:275]      <AOAddFrame_l> input frame list is empty, increase one
      W1001 00:00:49.876791   880 AOChannel_Component.c:275]      <AOAddFrame_l> input frame list is empty, increase one
      W1001 00:00:49.876910   880 AOChannel_Component.c:275]      <AOAddFrame_l> input frame list is empty, increase one
      W1001 00:00:49.877027   880 AOChannel_Component.c:275]      <AOAddFrame_l> input frame list is empty, increase one
      W1001 00:00:49.877141   880 AOChannel_Component.c:275]      <AOAddFrame_l> input frame list is empty, increase one
      W1001 00:00:49.877257   880 AOChannel_Component.c:275]      <AOAddFrame_l> input frame list is empty, increase one
      W1001 00:00:49.877372   880 AOChannel_Component.c:275]      <AOAddFrame_l> input frame list is empty, increase one
      W1001 00:00:49.877487   880 AOChannel_Component.c:275]      <AOAddFrame_l> input frame list is empty, increase one
      W1001 00:00:49.877602   880 AOChannel_Component.c:275]      <AOAddFrame_l> input frame list is empty, increase one
      W1001 00:00:49.877717   880 AOChannel_Component.c:275]      <AOAddFrame_l> input frame list is empty, increase one
      W1001 00:00:49.877833   880 AOChannel_Component.c:275]      <AOAddFrame_l> input frame list is empty, increase one
      W1001 00:00:49.877948   880 AOChannel_Component.c:275]      <AOAddFrame_l> input frame list is empty, increase one
      W1001 00:00:49.878062   880 AOChannel_Component.c:275]      <AOAddFrame_l> input frame list is empty, increase one
      W1001 00:00:49.878175   880 AOChannel_Component.c:275]      <AOAddFrame_l> input frame list is empty, increase one
      W1001 00:00:49.878289   880 AOChannel_Component.c:275]      <AOAddFrame_l> input frame list is empty, increase one
      W1001 00:00:49.878404   880 AOChannel_Component.c:275]      <AOAddFrame_l> input frame list is empty, increase one
      W1001 00:00:49.878517   880 AOChannel_Component.c:275]      <AOAddFrame_l> input frame list is empty, increase one
      W1001 00:00:49.878631   880 AOChannel_Component.c:275]      <AOAddFrame_l> input frame list is empty, increase one
      W1001 00:00:49.878746   880 AOChannel_Component.c:275]      <AOAddFrame_l> input frame list is empty, increase one
      W1001 00:00:49.878860   880 AOChannel_Component.c:275]      <AOAddFrame_l> input frame list is empty, increase one
      W1001 00:00:49.878976   880 AOChannel_Component.c:275]      <AOAddFrame_l> input frame list is empty, increase one
      create timer data is 0x0xd946d0
      W1001 00:00:50.201848   880 AOChannel_Component.c:275]      <AOAddFrame_l> input frame list is empty, increase one
      W1001 00:00:50.160547   839 VIChannel.cpp:1793]             <captureThread> vipp[0] channel contain [0] frame buffers
      W1001 00:00:50.202014   880 AOChannel_Component.c:275]      <AOAddFrame_l> input frame list is empty, increase one
      W1001 00:00:50.202239   839 VIChannel.cpp:1797]             <captureThread> vipp[0]: preview_num: 0, picture_num: 0, timeout: 500ms
      W1001 00:00:50.202311   880 AOChannel_Component.c:275]      <AOAddFrame_l> input frame list is empty, increase one
      create timer data is 0x0xd946d0
      W1001 00:00:50.202432   880 AOChannel_Component.c:275]      <AOAddFrame_l> input frame list is empty, increase one
      W1001 00:00:50.202554   880 AOChannel_Component.c:275]      <AOAddFrame_l> input frame list is empty, increase one
      W1001 00:00:50.202679   880 AOChannel_Component.c:275]      <AOAddFrame_l> input frame list is empty, increase one
      W1001 00:00:50.202801   880 AOChannel_Component.c:275]      <AOAddFrame_l> input frame list is empty, increase one
      W1001 00:00:50.202919   880 AOChannel_Component.c:275]      <AOAddFrame_l> input frame list is empty, increase one
      W1001 00:00:50.203033   880 AOChannel_Component.c:275]      <AOAddFrame_l> input frame list is empty, increase one
      W1001 00:00:50.203156   880 AOChannel_Component.c:275]      <AOAddFrame_l> input frame list is empty, increase one
      W1001 00:00:50.203279   880 AOChannel_Component.c:275]      <AOAddFrame_l> input frame list is empty, increase one
      E1001 00:00:50.222288   750 status_bar_window.cpp:861]      <ParkIconHander> [zhb]:ParkIconHander  index:[0]
      E1001 00:00:50.224448   750 status_bar_window.cpp:886]      <AwmdIconHander> [zhb]:AwmdIconHander  index:[0]
      E1001 00:00:50.224874   750 status_bar_window.cpp:909]      <VoiceIconHandler> [zhb]:VoiceIconHandler  index:[1]
      E1001 00:00:50.226766   750 status_bar_window.cpp:1488]     <UpdateGpsStatus> [zhb]:gpsIconHandler  show: 0 index:[1]
      E1001 00:00:50.231361   750 status_bar_window.cpp:465]      <RecordStatusTimeUi> mstart: 0
      W1001 00:00:50.260710   750 status_bar_window.cpp:406]      <RecordTimeUiOnoff> RecordTimeUiOnoff: 0
      E1001 00:00:50.261051   750 status_bar_middle_window.cpp:105] <StatusBarMiddleWindow> StatusBarMiddleWindow
      I1001 00:00:50.261272   750 window.cpp:828]                 <LoadRes> start parse ui resources
      I1001 00:00:50.262326   750 window.cpp:109]                 <CreateWidget> create window: StatusBarMiddleWindow
      CreateMainWindowEx  run 1313I1001 00:00:50.267539   750 window.cpp:740] <Load> images_file :/usr/share/minigui/res/layout/StatusBarMiddleWindow.qrc
      create timer data is 0x0xdba660
      begain to set the period timer, timer id is 0xda6b6692
      create timer data is 0x0xdba660
      E1001 00:00:50.280653   750 window_manager.cpp:111]         <CreateWindowById> create window :5
      E1001 00:00:50.280869   750 window_manager.cpp:111]         <CreateWindowById> create window :6
      I1001 00:00:50.281093   750 window.cpp:828]                 <LoadRes> start parse ui resources
      I1001 00:00:50.281985   750 window.cpp:109]                 <CreateWidget> create window: NewSettingWindow
      CreateMainWindowEx  run 1313I1001 00:00:50.282595   750 list_view.cpp:30] <ListView>
      I1001 00:00:50.285903   750 window.cpp:740]                 <Load> images_file :/usr/share/minigui/res/layout/NewSettingWindow.qrc
      E1001 00:00:50.287184   750 newSettingWindow.cpp:245]       <NewSettingWindow> NewSettingWindow create
      W1001 00:00:50.300931   848 VIChannel.cpp:1793]             <captureThread> vipp[1] channel contain [0] frame buffers
      W1001 00:00:50.301167   848 VIChannel.cpp:1797]             <captureThread> vipp[1]: preview_num: 0, picture_num: 0, timeout: 500ms
      E1001 00:00:50.393307   750 newSettingWindow.cpp:416]       <InitListviewbmpMap> listviewbmp size: 27
      E1001 00:00:50.393699   750 newSettingWindow.cpp:1032]      <InitListViewItem> NewSettingWindow firstinit true
      E1001 00:00:50.393831   750 newSettingWindow.cpp:1035]      <InitListViewItem> InitListViewItem winstatus: 0
      W1001 00:00:50.400920   750 newSettingWindow.cpp:1614]      <getSdcardInfo> habo---> str_tf = 无卡
      W1001 00:00:50.401069   750 newSettingWindow.cpp:1624]      <getSdcardInfo> [debug_zhb]-----getSdcardInfo-----info_str = 无卡
      I1001 00:00:50.403731   750 window.cpp:828]                 <LoadRes> start parse ui resources
      I1001 00:00:50.404527   750 window.cpp:109]                 <CreateWidget> create window: Sublist
      CreateMainWindowEx  run 1313I1001 00:00:50.405068   750 list_view.cpp:30] <ListView>
      I1001 00:00:50.406347   750 window.cpp:740]                 <Load> images_file :/usr/share/minigui/res/layout/Sublist.qrc
      I1001 00:00:50.407102   750 window.cpp:828]                 <LoadRes> start parse ui resources
      I1001 00:00:50.409921   750 window.cpp:109]                 <CreateWidget> create window: TimeSettingWindowNew
      CreateMainWindowEx  run 1313I1001 00:00:50.439827   750 window.cpp:740] <Load> images_file :/usr/share/minigui/res/layout/TimeSettingWindowNew.qrc
      I1001 00:00:50.455616   750 window.cpp:828]                 <LoadRes> start parse ui resources
      I1001 00:00:50.464162   750 window.cpp:109]                 <CreateWidget> create window: InfoDialog
      CreateMainWindowEx  run 1313I1001 00:00:50.467849   750 window.cpp:740] <Load> images_file :/usr/share/minigui/res/layout/InfoDialog.qrc
      create timer data is 0x0xdfa160
      I1001 00:00:50.468736   750 bulletCollection.cpp:94]        <initButtonDialog> debug_zhb--------ready to create dialog
      I1001 00:00:50.468968   750 window.cpp:828]                 <LoadRes> start parse ui resources
      I1001 00:00:50.470322   750 window.cpp:109]                 <CreateWidget> create window: Dialog
      CreateMainWindowEx  run 1313I1001 00:00:50.486124   750 window.cpp:740] <Load> images_file :/usr/share/minigui/res/layout/Dialog.qrc
      I1001 00:00:50.500634   750 window.cpp:901]                 <SetWindowBackImage> ------ready to refresh
      I1001 00:00:50.503597   750 window.cpp:828]                 <LoadRes> start parse ui resources
      I1001 00:00:50.506150   750 window.cpp:109]                 <CreateWidget> create window: CaridSettingWindow
      CreateMainWindowEx  run 1313I1001 00:00:50.539834   750 window.cpp:740] <Load> images_file :/usr/share/minigui/res/layout/CaridSettingWindow.qrc
      E1001 00:00:50.554106   750 window_manager.cpp:111]         <CreateWindowById> create window :9
      W1001 00:00:50.558423   750 power_manager.cpp:1079]         <getPowenOnType> poweron type is axp2101:REG[0x20]=0x0
      
      W1001 00:00:50.558631   750 power_manager.cpp:1082]         <getPowenOnType> tmpString type is  = =0x0
      
      E1001 00:00:50.576511   750 osd_manager.cpp:700]            <loadBitmapFromFile> loadBitmapFromFile the path is NULL
      Copying 8198 bytes
      Copying 32770 bytes
      create timer data is 0x0xcb86d0
      I1001 00:00:50.588655   750 main.cpp:406]                   <UIInit> ui init
      I1001 00:00:50.588855   750 window_manager.cpp:142]         <ChangeWindow> ChangeWindow:src====-1, dst===9
      I1001 00:00:50.588953   750 window_manager.cpp:161]         <ChangeWindow> src win[-1], dst win[9]
      I1001 00:00:50.590200   750 device_setting.cpp:88]          <OnWindowLoaded> window load
      I1001 00:00:50.590322   750 device_setting.cpp:2312]        <DeviceModelInit> device setting presenter device model init
      I1001 00:00:50.590443   750 window_manager.cpp:142]         <ChangeWindow> ChangeWindow:src====-1, dst===7
      I1001 00:00:50.590531   750 window_manager.cpp:161]         <ChangeWindow> src win[-1], dst win[7]
      I1001 00:00:50.591559   750 status_bar_bottom.cpp:52]       <OnWindowLoaded> window load
      I1001 00:00:50.591667   750 window_manager.cpp:142]         <ChangeWindow> ChangeWindow:src====-1, dst===6
      [ISP_ERR]events_loop, line: 162,isp0 event select timeout
      W1001 00:00:50.801466   848 VIChannel.cpp:1793]             <captureThread> vipp[1] channel contain [0] frame buffers
      I1001 00:00:50.922931   750 window_manager.cpp:161]         <ChangeWindow> src win[-1], dst win[6]
      W1001 00:00:50.923005   848 VIChannel.cpp:1797]             <captureThread> vipp[1]: preview_num: 0, picture_num: 0, timeout: 500ms
      W1001 00:00:50.702551   839 VIChannel.cpp:1793]             <captureThread> vipp[0] channel contain [0] frame buffers
      W1001 00:00:50.923247   839 VIChannel.cpp:1797]             <captureThread> vipp[0]: preview_num: 0, picture_num: 0, timeout: 500ms
      I1001 00:00:50.930210   750 status_bar_window.cpp:1005]     <Update> handle msg:1  win_status_ =0
      E1001 00:00:50.930389   750 status_bar_window.cpp:1079]     <Update> MSG_STORAGE_UNMOUNT
      E1001 00:00:50.933068   750 status_bar_window.cpp:465]      <RecordStatusTimeUi> mstart: 0
      I1001 00:00:50.963589   750 status_bar_window.cpp:1005]     <Update> handle msg:60  win_status_ =0
      I1001 00:00:50.963907   750 status_bar_window.cpp:1005]     <Update> handle msg:65  win_status_ =0
      I1001 00:00:50.964565   750 event_manager.cpp:789]          <CheckNetLink> ioctl SIOCGIFFLAGS error, interface[wlan0], No such device
      I1001 00:00:50.964751   750 status_bar_window.cpp:1005]     <Update> handle msg:48  win_status_ =0
      I1001 00:00:50.964854   750 window_manager.cpp:142]         <ChangeWindow> ChangeWindow:src====9, dst===4
      E1001 00:00:50.964963   750 playback_window.cpp:1265]       <PlaybackWindow> PlaybackWindow create
      I1001 00:00:50.965159   750 window.cpp:828]                 <LoadRes> start parse ui resources
      I1001 00:00:50.967140   750 window.cpp:109]                 <CreateWidget> create window: PlaybackWindow
      CreateMainWindowEx  run 1313I1001 00:00:50.975780   750 progress_bar.cpp:184] <HandleMessage>
      I1001 00:00:50.994669   750 icon_view.cpp:26]               <IconView>
      I1001 00:00:50.999119   750 window.cpp:740]                 <Load> images_file :/usr/share/minigui/res/layout/PlaybackWindow.qrc
      I1001 00:00:51.063779   750 window.cpp:901]                 <SetWindowBackImage> ------ready to refresh
      create timer data is 0x0xe4ec30
      create timer data is 0x0xe4d3f0
      I1001 00:00:51.156486   750 bulletCollection.cpp:94]        <initButtonDialog> debug_zhb--------ready to create dialog
      I1001 00:00:51.156746   750 window.cpp:828]                 <LoadRes> start parse ui resources
      I1001 00:00:51.158077   750 window.cpp:109]                 <CreateWidget> create window: Dialog
      CreateMainWindowEx  run 1313I1001 00:00:51.183317   750 window.cpp:740] <Load> images_file :/usr/share/minigui/res/layout/Dialog.qrc
      I1001 00:00:51.197495   750 window.cpp:901]                 <SetWindowBackImage> ------ready to refresh
      create timer data is 0x0xe4ec30
      create timer data is 0x0xe4ec30
      E1001 00:00:51.230700   750 window_manager.cpp:111]         <CreateWindowById> create window :4
      W1001 00:00:51.230908   750 window_manager.cpp:120]         <CreateWindowById> habo---> windowid = 4
      I1001 00:00:51.231036   750 window_manager.cpp:161]         <ChangeWindow> src win[9], dst win[4]
      I1001 00:00:51.232283   750 device_setting.cpp:100]         <OnWindowDetached> window detach
      E1001 00:00:51.235191   750 playback.cpp:124]               <OnWindowLoaded> PlaybackPresenter window load
      E1001 00:00:51.235361   750 status_bar_window.cpp:617]      <WinstatusIconHander> WinstatusIconHander: -1
      I1001 00:00:51.235520   750 display.cpp:326]                <SetLayerAlpha> layer id: 3, hlay: 8, alpha: 150
      I1001 00:00:51.244696   750 status_bar_bottom_window.cpp:378] <Update> handle msg:122
      I1001 00:00:51.245839   750 status_bar_window.cpp:1005]     <Update> handle msg:122  win_status_ =0
      I1001 00:00:51.245983   750 window_manager.cpp:142]         <ChangeWindow> ChangeWindow:src====4, dst===3
      I1001 00:00:51.246084   750 preview_window.cpp:685]         <PreviewWindow>
      I1001 00:00:51.246246   750 window.cpp:828]                 <LoadRes> start parse ui resources
      I1001 00:00:51.255414   750 window.cpp:109]                 <CreateWidget> create window: PreviewWindow
      CreateMainWindowEx  run 1313I1001 00:00:51.282685   750 window.cpp:740] <Load> images_file :/usr/share/minigui/res/layout/PreviewWindow.qrc
      I1001 00:00:51.284262   750 window.cpp:828]                 <LoadRes> start parse ui resources
      I1001 00:00:51.284976   750 window.cpp:109]                 <CreateWidget> create window: ShutDownWindow
      CreateMainWindowEx  run 1313I1001 00:00:51.288552   750 window.cpp:740] <Load> images_file :/usr/share/minigui/res/layout/ShutDownWindow.qrc
      I1001 00:00:51.341979   750 window.cpp:901]                 <SetWindowBackImage> ------ready to refresh
      I1001 00:00:51.342911   750 window.cpp:828]                 <LoadRes> start parse ui resources
      I1001 00:00:51.343992   750 window.cpp:109]                 <CreateWidget> create window: PromptBox
      CreateMainWindowEx  run 1313I1001 00:00:51.356163   750 window.cpp:740] <Load> images_file :/usr/share/minigui/res/layout/PromptBox.qrc
      create timer data is 0x0xe4f0f0
      I1001 00:00:51.372788   750 window.cpp:828]                 <LoadRes> start parse ui resources
      I1001 00:00:51.373793   750 window.cpp:109]                 <CreateWidget> create window: Prompt
      CreateMainWindowEx  run 1313I1001 00:00:51.385624   750 window.cpp:740] <Load> images_file :/usr/share/minigui/res/layout/Prompt.qrc
      I1001 00:00:51.399979   750 window.cpp:901]                 <SetWindowBackImage> ------ready to refresh
      create timer data is 0x0xe54170
      W1001 00:00:51.405103   750 preview_window.cpp:729]         <PreviewWindow> photo mode =0      time =0
      create timer data is 0x0xe6c840
      I1001 00:00:51.405486   750 bulletCollection.cpp:94]        <initButtonDialog> debug_zhb--------ready to create dialog
      I1001 00:00:51.405704   750 window.cpp:828]                 <LoadRes> start parse ui resources
      I1001 00:00:51.406961   750 window.cpp:109]                 <CreateWidget> create window: Dialog
      CreateMainWindowEx  run 1313W1001 00:00:51.423308   848 VIChannel.cpp:1793] <captureThread> vipp[1] channel contain [0] frame buffers
      W1001 00:00:51.423501   839 VIChannel.cpp:1793]             <captureThread> vipp[0] channel contain [0] frame buffers
      W1001 00:00:51.423593   848 VIChannel.cpp:1797]             <captureThread> vipp[1]: preview_num: 0, picture_num: 0, timeout: 500ms
      W1001 00:00:51.423652   839 VIChannel.cpp:1797]             <captureThread> vipp[0]: preview_num: 0, picture_num: 0, timeout: 500ms
      I1001 00:00:51.438369   750 window.cpp:740]                 <Load> images_file :/usr/share/minigui/res/layout/Dialog.qrc
      I1001 00:00:51.452960   750 window.cpp:901]                 <SetWindowBackImage> ------ready to refresh
      create timer data is 0x0xe57de0
      I1001 00:00:51.457998   750 window.cpp:828]                 <LoadRes> start parse ui resources
      I1001 00:00:51.458914   750 window.cpp:109]                 <CreateWidget> create window: USBModeWindow
      CreateMainWindowEx  run 1313I1001 00:00:51.462378   750 list_view.cpp:30] <ListView>
      I1001 00:00:51.468575   750 window.cpp:740]                 <Load> images_file :/usr/share/minigui/res/layout/USBModeWindow.qrc
      I1001 00:00:51.499807   750 window.cpp:901]                 <SetWindowBackImage> ------ready to refresh
      E1001 00:00:51.504616   750 window_manager.cpp:111]         <CreateWindowById> create window :3
      W1001 00:00:51.504807   750 window_manager.cpp:120]         <CreateWindowById> habo---> windowid = 3
      I1001 00:00:51.504932   750 window_manager.cpp:161]         <ChangeWindow> src win[4], dst win[3]
      E1001 00:00:51.506273   750 playback.cpp:188]               <OnWindowDetached> PlaybackPresenter window detach
      I1001 00:00:51.509531   750 window_manager.cpp:316]         <sendmsg> msg 232, val 0
      I1001 00:00:51.509668   750 status_bar_bottom_window.cpp:378] <Update> handle msg:2343
      E1001 00:00:51.509832   750 status_bar_bottom_window.cpp:431] <Update> MSG_SETTING_TO_PREIVEW_CHANG_STATUS_BAR_BOTTOM p_CamID 0
      I1001 00:00:51.510010   750 status_bar_window.cpp:1005]     <Update> handle msg:2343  win_status_ =0
      I1001 00:00:51.510097   750 status_bar_window.cpp:1087]     <Update> zhb---MSG_PLAYBACK_TO_PREIVEW_CHANG_STATUS_BAR_BOTTOM
      E1001 00:00:51.510185   750 status_bar_window.cpp:1090]     <Update> zhb---MSG_SETTING_TO_PREIVEW_CHANG_STATUS_BAR_BOTTOM win_statu_save: 0
      E1001 00:00:51.510293   750 status_bar_window.cpp:1764]     <SetStatusPreview> zhb---MSG_CHANG_STATU_PREVIEW
      E1001 00:00:51.510452   750 status_bar_window.cpp:617]      <WinstatusIconHander> WinstatusIconHander: 0
      E1001 00:00:51.515213   750 status_bar_window.cpp:861]      <ParkIconHander> [zhb]:ParkIconHander  index:[0]
      E1001 00:00:51.516719   750 status_bar_window.cpp:886]      <AwmdIconHander> [zhb]:AwmdIconHander  index:[0]
      E1001 00:00:51.516888   750 status_bar_window.cpp:909]      <VoiceIconHandler> [zhb]:VoiceIconHandler  index:[1]
      E1001 00:00:51.519098   750 status_bar_window.cpp:1488]     <UpdateGpsStatus> [zhb]:gpsIconHandler  show: 1 index:[4]
      begain to set the period timer, timer id is 0xda6b6692
      W1001 00:00:51.526473   750 status_bar_window.cpp:954]      <UpdatePlaybackFileTime> [habo]---> fileTime =  m_show = 0
      I1001 00:00:51.526686   750 window_manager.cpp:454]         <ResetConfigLua> [fangjj]: ResetConfigLua----
      I1001 00:00:51.526787   750 device_setting.cpp:2140]        <UpdateAllSetting> [fangjj]:--------------NotifyAll------------begin
      I1001 00:00:51.526878   750 device_setting.cpp:2034]        <GetMenuConfig> [fangjj]:GetMenuConfig:msg[179], val[1]
      I1001 00:00:51.526965   750 device_setting.cpp:719]         <SetLedSwitch> [debug_jaosn]:####LedSwitch val = 1####
      I1001 00:00:51.527053   750 device_setting.cpp:2034]        <GetMenuConfig> [fangjj]:GetMenuConfig:msg[138], val[0]
      W1001 00:00:51.527139   750 preview_window.cpp:1220]        <Update> handle msg:2311
      W1001 00:00:51.527247   750 preview_window.cpp:1812]        <Update> [debug_jason]: isWifiStarting = 0
      I1001 00:00:51.527356   750 device_setting.cpp:2034]        <GetMenuConfig> [fangjj]:GetMenuConfig:msg[168], val[0]
      [ISP_ERR]video_wait_buffer, line: 442,video0 select timeout!
      I1001 00:00:51.854440   750 device_setting.cpp:2034]        <GetMenuConfig> [fangjj]:GetMenuConfig:msg[129], val[0]
      [ISP_ERR]video_wait_buffer, line: 442,video1 select timeout!
      E1001 00:00:51.854638   750 recorder.cpp:609]               <SetRecordEncodeSize> param dump:video_size: [3840x2160], fps: 25, bitrate: 31457280
      E1001 00:00:51.854496   844 videoInputHw.c:3875]            <VideoInputHw_CapThread> fatal error! vipp[0] get frame fail, but all frames are release!
      I1001 00:00:51.854784   750 device_setting.cpp:2034]        <GetMenuConfig> [fangjj]:GetMenuConfig:msg[134], val[3]
      E1001 00:00:51.854688   853 videoInputHw.c:3875]            <VideoInputHw_CapThread> fatal error! vipp[1] get frame fail, but all frames are release!
      I1001 00:00:51.854876   750 device_setting.cpp:2170]        <UpdateAllSetting> debug_zhb----->SETTING_SCREEN_BRIGHTNESS val= 3
      I1001 00:00:51.854964   750 device_setting.cpp:2034]        <GetMenuConfig> [fangjj]:GetMenuConfig:msg[165], val[0]
      I1001 00:00:51.855049   750 device_setting.cpp:390]         <SetScreenDisturbMode> [debug_zhb]----SetScreenDisturbMode = 0
      I1001 00:00:51.855134   750 device_setting.cpp:2034]        <GetMenuConfig> [fangjj]:GetMenuConfig:msg[137], val[1]
      I1001 00:00:51.855216   750 device_setting.cpp:395]         <SetVoiceTakePhotoSwitch> [debug_zhb]----SetVoiceTakePhotoSwitch = 1
      I1001 00:00:51.855299   750 device_setting.cpp:2034]        <GetMenuConfig> [fangjj]:GetMenuConfig:msg[164], val[1]
      I1001 00:00:51.855381   750 device_setting.cpp:400]         <SetVolumeSelection> [debug_zhb]----SetVolumeSelection = 1
      I1001 00:00:51.855463   750 audioCtrl.cpp:126]              <SetBeepToneVolume> the val is 83
      I1001 00:00:51.855545   750 device_setting.cpp:2034]        <GetMenuConfig> [fangjj]:GetMenuConfig:msg[161], val[1]
      I1001 00:00:51.855626   750 device_setting.cpp:406]         <SetPowerOnVoiceSwitch> [debug_zhb]----SetPowerOnVoiceSwitch = 1
      I1001 00:00:51.863507   750 device_setting.cpp:2034]        <GetMenuConfig> [fangjj]:GetMenuConfig:msg[160], val[1]
      I1001 00:00:51.863692   750 device_setting.cpp:413]         <SetKeyPressVoiceSwitch> [debug_zhb]----SetKeyPressVoiceSwitch = 1
      I1001 00:00:51.863786   750 device_setting.cpp:2034]        <GetMenuConfig> [fangjj]:GetMenuConfig:msg[147], val[1]
      I1001 00:00:51.863871   750 device_setting.cpp:418]         <SetDriveringReportSwitch> [debug_zhb]----SetDriveringReportSwitch = 1
      I1001 00:00:51.863955   750 device_setting.cpp:2034]        <GetMenuConfig> [fangjj]:GetMenuConfig:msg[141], val[1]
      I1001 00:00:51.864034   750 device_setting.cpp:440]         <SetAccSwitch> [debug_zhb]----open acc
      I1001 00:00:51.864116   750 device_setting.cpp:2034]        <GetMenuConfig> [fangjj]:GetMenuConfig:msg[142], val[1]
      I1001 00:00:51.864194   750 device_setting.cpp:430]         <SetAdasSwitch> [debug_zhb]----open adas
      I1001 00:00:51.864276   750 device_setting.cpp:2034]        <GetMenuConfig> [fangjj]:GetMenuConfig:msg[145], val[1]
      I1001 00:00:51.864358   750 device_setting.cpp:451]         <SetStandbyClockSwitch> [debug_zhb]----SetStandbyClockSwitch --- val = 1
      I1001 00:00:51.864442   750 device_setting.cpp:2034]        <GetMenuConfig> [fangjj]:GetMenuConfig:msg[166], val[1]
      I1001 00:00:51.864526   750 device_setting.cpp:2034]        <GetMenuConfig> [fangjj]:GetMenuConfig:msg[167], val[1]
      I1001 00:00:51.864609   750 device_setting.cpp:2034]        <GetMenuConfig> [fangjj]:GetMenuConfig:msg[143], val[1]
      I1001 00:00:51.864689   750 device_setting.cpp:492]         <SetWatchDogSwitch> [debug_zhb]----noly open watch dog probe prompt switch
      I1001 00:00:51.864773   750 device_setting.cpp:2034]        <GetMenuConfig> [fangjj]:GetMenuConfig:msg[162], val[1]
      W1001 00:00:51.923871   848 VIChannel.cpp:1793]             <captureThread> vipp[1] channel contain [0] frame buffers
      I1001 00:00:52.187229   750 device_setting.cpp:503]         <SetWatchProbePrompt> [debug_zhb]--- SetWatchProbePrompt---val = 1
      I1001 00:00:52.187368   750 device_setting.cpp:2034]        <GetMenuConfig> [fangjj]:GetMenuConfig:msg[163], val[0]
      W1001 00:00:52.187363   848 VIChannel.cpp:1797]             <captureThread> vipp[1]: preview_num: 0, picture_num: 0, timeout: 500ms
      W1001 00:00:51.923871   839 VIChannel.cpp:1793]             <captureThread> vipp[0] channel contain [0] frame buffers
      W1001 00:00:52.187664   839 VIChannel.cpp:1797]             <captureThread> vipp[0]: preview_num: 0, picture_num: 0, timeout: 500ms
      I1001 00:00:52.187474   750 device_setting.cpp:509]         <SetWatchSpeedPrompt> [debug_zhb]--- SetWatchSpeedPrompt---val = 0
      I1001 00:00:52.187855   750 device_setting.cpp:2034]        <GetMenuConfig> [fangjj]:GetMenuConfig:msg[132], val[0]
      I1001 00:00:52.187942   750 device_setting.cpp:2034]        <GetMenuConfig> [fangjj]:GetMenuConfig:msg[136], val[0]
      I1001 00:00:52.188024   750 device_setting.cpp:519]         <SetEmerRecordSwitch> [debug_zhb]----close SetEmerRecordSwitch
      I1001 00:00:52.188107   750 device_setting.cpp:2034]        <GetMenuConfig> [fangjj]:GetMenuConfig:msg[152], val[1]
      E1001 00:00:52.188201   750 gsensor_manager.cpp:654]        <writeImpactHappenLevel> GsensorManager level 1
      I1001 00:00:52.188311   750 gsensor_manager.cpp:705]        <writeImpactHappenLevel> by owl writeImpactHappenLevel impact_happen_level mGsensorImpactTarget=1
      I1001 00:00:52.188396   750 device_setting.cpp:2034]        <GetMenuConfig> [fangjj]:GetMenuConfig:msg[156], val[1]
      I1001 00:00:52.188479   750 device_setting.cpp:546]         <SetParkingWarnLampStatus> [debug_zhb]----SetParkingWarnLampStatus = 1
      I1001 00:00:52.188563   750 device_setting.cpp:2034]        <GetMenuConfig> [fangjj]:GetMenuConfig:msg[157], val[1]
      I1001 00:00:52.188645   750 device_setting.cpp:550]         <SetParkingAbnormalMonitoryStatus> [debug_zhb]----SetParkingAbnormalMonitoryStatus = 1
      I1001 00:00:52.188730   750 device_setting.cpp:2034]        <GetMenuConfig> [fangjj]:GetMenuConfig:msg[158], val[1]
      I1001 00:00:52.188812   750 device_setting.cpp:554]         <SetParkingAbnormalNoticeStatus> [debug_zhb]----SetParkingAbnormalNoticeStatus = 1
      I1001 00:00:52.188896   750 device_setting.cpp:2034]        <GetMenuConfig> [fangjj]:GetMenuConfig:msg[159], val[1]
      I1001 00:00:52.188978   750 device_setting.cpp:560]         <SetParkingLoopRecordStatus> [debug_zhb]----SetParkingLoopRecordStatus = 1
      I1001 00:00:52.189061   750 device_setting.cpp:2034]        <GetMenuConfig> [fangjj]:GetMenuConfig:msg[155], val[0]
      I1001 00:00:52.189144   750 device_setting.cpp:564]         <SetParkingLoopResolution> [debug_zhb]----SetParkingLoopResolution = 0
      I1001 00:00:52.189229   750 device_setting.cpp:2034]        <GetMenuConfig> [fangjj]:GetMenuConfig:msg[139], val[1]
      I1001 00:00:52.189308   750 device_setting.cpp:423]         <Set4GNetWorkSwitch> [debug_zhb]----Set4GNetWorkSwitch = 1
      I1001 00:00:52.189393   750 device_setting.cpp:2034]        <GetMenuConfig> [fangjj]:GetMenuConfig:msg[187], val[0]
      I1001 00:00:52.189476   750 device_setting.cpp:581]         <SetEncoderType> [debug_jaosn]:####SetVideoEncoder val = 0####
      E1001 00:00:52.189577   750 recorder.cpp:636]               <SetVideoEncoderType> ==============EncoderType 1==============
      E1001 00:00:52.189693   750 device_setting.cpp:299]         <getRecorder> [debug_joson]: first can't find the recoder
      I1001 00:00:52.189803   750 device_setting.cpp:2034]        <GetMenuConfig> [fangjj]:GetMenuConfig:msg[153], val[1]
      I1001 00:00:52.310613   889 wav_player.cpp:267]             <MPPAOCallback> AO callback_cnt_:98, find EOF, pcm play END!
      E1001 00:00:52.520011   750 device_setting.cpp:609]         <SetVideoRecordTime> [debug_jaosn]:####SetVideoRecordTime val = 1####
      I1001 00:00:52.520094   880 AOChannel_Component.c:170]      <AOSetStreamEof> AO end flag is set! drain pcm flag:1!
      W1001 00:00:52.520187   750 recorder.cpp:441]               <SetVideoClcRecordTime> record time: 120000, bitrate: 31457280
      I1001 00:00:52.520231   889 AOChannel_Component.c:1435]     <AOChannel_ComponentThread> B. AO notify player eof!
      W1001 00:00:52.520324   750 recorder.cpp:442]               <SetVideoClcRecordTime> [debug_jason]:record clc time is 2
      I1001 00:00:52.520439   750 media_file_manager.cpp:1670]    <Update> handle msg:86
      E1001 00:00:52.520535   750 device_setting.cpp:299]         <getRecorder> [debug_joson]: first can't find the recoder
      I1001 00:00:52.520648   750 device_setting.cpp:2034]        <GetMenuConfig> [fangjj]:GetMenuConfig:msg[144], val[0]
      W1001 00:00:52.520733   750 gsensor_manager.cpp:533]        <writeParkingSensibility> writeGsensorIntEnable false
      W1001 00:00:52.520840   750 gsensor_manager.cpp:479]        <writeGsensorIntEnable> writeGsensorIntEnable 0
      E1001 00:00:52.520943   750 gsensor_manager.cpp:484]        <writeGsensorIntEnable> by hero  GsensorIntEnable is close, do not set intEnable
      I1001 00:00:52.521056   750 gsensor_manager.cpp:586]        <set_sysfs_input_attr> by hero set_sysfs_input_attr class_path =
      E1001 00:00:52.521142   750 gsensor_manager.cpp:494]        <writeGsensorIntEnable> by hero writeGsensorIntEnable isEnable=0
      E1001 00:00:52.521251   750 gsensor_manager.cpp:538]        <writeParkingSensibility> by hero writeParkingSensibility value=3 mGsensorParkingImpactSlope=30000
      I1001 00:00:52.521360   750 device_setting.cpp:2034]        <GetMenuConfig> [fangjj]:GetMenuConfig:msg[175], val[3]
      I1001 00:00:52.521443   750 device_setting.cpp:701]         <SetExposureValue> [debug_jaosn]:####SetExposureValue val = 3####
      I1001 00:00:52.521538   750 camera.cpp:2000]                <SetExposureValue> =====m_ExposureBias is 4=====
      [FUN]:setISPParameters mIspDevId:0
      I1001 00:00:52.521721   750 device_setting.cpp:2034]        <GetMenuConfig> [fangjj]:GetMenuConfig:msg[176], val[0]
      I1001 00:00:52.521817   750 device_setting.cpp:710]         <SetWhiteBalance> [debug_jaosn]:####SetWhiteBalance val = 0####
      I1001 00:00:52.521908   750 camera.cpp:1913]                <SetWhiteBalance> SetWhiteBalance:0
      [FUN]:setISPParameters mIspDevId:0
      I1001 00:00:52.522043   750 newPreview.cpp:1374]            <Update> NewPreview recive msg 14
      I1001 00:00:52.522204   750 device_setting.cpp:2034]        <GetMenuConfig> [fangjj]:GetMenuConfig:msg[135], val[3]
      create timer data is 0x0xe916c0
      create timer data is 0x0xe916c0
      I1001 00:00:52.522717   750 device_setting.cpp:2059]        <SetAutoScreensaver> SetAutoScreensaver:val[3]
      I1001 00:00:52.522848   750 device_setting.cpp:2034]        <GetMenuConfig> [fangjj]:GetMenuConfig:msg[180], val[0]
      create timer data is 0x0xe91700
      I1001 00:00:52.523089   750 device_setting.cpp:2089]        <SetTimedShutdown> SetTimedShutdown:val[0]
      I1001 00:00:52.523192   750 autoshutdown.cpp:66]            <Stop> Autoshutdown stop
      I1001 00:00:52.523281   750 device_setting.cpp:2034]        <GetMenuConfig> [fangjj]:GetMenuConfig:msg[178], val[0]
      E1001 00:00:52.523367   750 device_setting.cpp:731]         <SetLightFreq> [debug_jaosn]:####SetLightFreq val = 0####
      I1001 00:00:52.523488   750 camera.cpp:2026]                <SetLightFreq> Camera::SetLightFreq, index: 0, flcker value: 1
      W1001 00:00:52.687757   848 VIChannel.cpp[   11.310634] sunxi_i2c_drv_core_process()992 - [i2c0] Timeout when sending 9th SCL clk
      :1793]                                                      <captureThread> vipp[1] channel contain [0] frame buffers
      [FUN]:setISPParameters mIspDevId:0
      W1001[   11.310688] i2c_sunxi_drv_complete()1162 - [i2c0] incomplete xfer(status: 0x1, dev addr: 0x27)
       00:00:52.852919   848 VIChannel.cpp:1797]                  <captureThread> vipp[1]: preview_num: 0, picture_num: 0, timeout: 500ms
         11.310823] sunxi_i2c_drv_core_process()992 - [i2c1] Timeout when sending 9th SCL clk
      mW1001 00:00:52.687909   839 VIChannel.cpp:1793]            <captureThread> vipp[0] channel contain [0] frame buffers
      [   11.310859] i2c_sunxi_drv_complete()1162 - [i2c1] incomplete xfer(status: 0x1, dev addr: 0x27)
      I1001 00:00:52.570711   880 utils.cpp:135]                  <verify_bin_md5> run application from rootfs, no need verify md5, just chec[   11.386429] [MIR3DA] 'Find Mir3da gsensor!!
      k build version
      W1001 00:00:52.853173   839 VIChannel.cpp:1797]             <captureThread> vipp[0]: preview_num: 0, picture_num: 0, timeout: 500ms
      I1001 00:00:52.852972   750 device_setting.cpp:2034]        <GetMenuConfig> [fangjj]:GetMenuConfig:msg[148], val[0]
      I1001 00:00:52.862335   750 device_setting.cpp:2034]        <GetMenuConfig> [fangjj]:GetMenuConfig:msg[[   11.403408] ParkMonitor* powerOn status is 0
      190], val[0]
      W1001 00:00:52.862524   750 VIChannel.cpp:437]              <stopMODDetect> MOD already disable
      I1001 00:0[   11.415266] ParkMonitor hwmon_device_register
      0:52.862655   750 device_setting.cpp:2296]                  <UpdateAllSetting> --------------NotifyAll------------ over
      W1001 0[   11.416073] ParkMonitor input_set_abs_params
      0:00:52.864333   750 preview_window.cpp:1000]               <DetectSdcardNewVersion> debug_zhb-------ready------detecte the new vers[   11.416080] ParkMonitor input_register_polled_device
      ion
      W1001 00:00:52.864635   750 preview_window.cpp:1005]        <DetectSdcardNewVersion> get sdcard version info f[   11.417186] input: da380 as /devices/virtual/input/input3
      ail
      I1001 00:00:52.864992   923 event_manager.cpp:1015]         <EventLoopThread> event loop
      I1001 00:00:52.865674   926 [   11.417810] ParkMonitor sysfs_create_group
      event_manager.cpp:453]                                      <openSerialPort> standard input is not a terminal device
      I1001 00:00:52.865876   926 event_man[   11.417980] ParkMonitor misc_register
      ager.cpp:408]                                               <configureSerialPort> set done!
      E1001 00:00:52.865887   925 event_manager.cpp:3386]         <C[   11.418977] ParkMonitor gsensor_int.gpio=-2
      heckAccEvent> CheckAccEvent DC in
      E1001 00:00:52.866035   924 event_manager.cpp:2689]         <CheckImpackEvent> Ch[   11.418984] [MIR3DA] mir3da_probe: gsensor_int is invalid.
      [   11.418984]
      eckImpackEvent Load gsensor driver after IOVDD-CSI ON
      I1001 00:00:52.866091   925 event_manager.cpp:3389]         <CheckA[   11.423177] ParkMonitor init finish !!!
      ccEvent> notify MSG_ACCON_STARTCHECK
      W1001 00:00:52.870643   750 power_manager.cpp:1079]         <getPowenOnType> powe[   11.423886] [VIN CCI_1 ERR] Status error at addr_8bit = 4e, wr_flag = 0, val = c000000
      ron type is axp2101:REG[0x20]=0x0
      
      W1001 00:00:52.870862   750 power_manager.cpp:1082]         <getPowenOnType> tm[   11.440060] [VIN CCI_1 ERR] Status error at addr_8bit = 4e, wr_flag = 1, val = f
      pString type is  = =0x0
      
      W1001 00:00:52.871623   930 newPreview.cpp:1998]            <OnUILoaded> ========== OnUILoad[   11.456217] [VIN CCI_1 ERR] Status error at addr_8bit = 4e, wr_flag = 1, val = 1
      ed
      [   11.472322] [VIN CCI_1 ERR] Status error at addr_8bit = 4e, wr_flag = 1, val = 1
      [   11.472334] [MIR3DA] Can't find Mir3da gsensor!!
      [   11.472348] mir3da_init i2c i2c_add_driver is 0
      W1001 00:00:53.353262   848 VIChannel.cpp:1793]             <captureThread> vipp[1] channel contain [0] frame buffers
      W1001 00:00:53.353442   839 VIChannel.cpp:1793]             <captureThread> vipp[0] channel contain [0] frame buffers
      W1001 00:00:53.353482   848 VIChannel.cpp:1797]             <captureThread> vipp[1]: preview_num: 0, picture_num: 0, timeout: 500ms
      W1001 00:00:53.353595   839 VIChannel.cpp:1797]             <captureThread> vipp[0]: preview_num: 0, picture_num: 0, timeout: 500ms
      W1001 00:00:53.571305   924 gsensor_manager.cpp:804]        <RunGsensorManager> by hero *** RunGsensorManager
      I1001 00:00:53.571882   924 gsensor_manager.cpp:211]        <searchDevice> ret:1
      I1001 00:00:53.572926   924 gsensor_manager.cpp:321]        <sensorsDetect> name is da380
      I1001 00:00:53.573052   924 gsensor_manager.cpp:322]        <sensorsDetect> devname is /dev/input/event3
      W1001 00:00:53.652428   924 gsensor_manager.cpp:479]        <writeGsensorIntEnable> writeGsensorIntEnable 1
      E1001 00:00:53.652686   924 gsensor_manager.cpp:484]        <writeGsensorIntEnable> by hero  GsensorIntEnable is close, do not set [   12.071614] mir3da_int2_enable_store on=0 slope_th=0x97  int_latch_mode=0x83
      intEnable
      I1001 00:00:53.652819   924 gsensor_manager.cpp:586]        <set_sysfs_input_attr> by hero set_sysfs_input_attr class_path = /sys/class/input/input3
      I1001 00:00:53.653069   924 gsensor_manager.cpp:595]        <set_sysfs_input_attr> by hero set_sysfs_input_attr path = /sys/class/input/input3/int2_enable
      E1001 00:00:53.653901   924 gsensor_manager.cpp:494]        <writeGsensorIntEnable> by hero writeGsensorIntEnable isEnable=0
      E1001 00:00:53.654264   931 gsensor_manager.cpp:840]        <GsensorManagerThread> by hero GsensorManagerThread path = /sys/class/input/input3/int2_start_status
      E1001 00:00:53.654352   932 gsensor_manager.cpp:986]        <DealNormalAxisDataThread> [OWL_DEBUG] 00 DealNormalAxisDataThread axis_x_key = /sys/class/input/input3/axis_x_value
      W1001 00:00:53.853899   848 VIChannel.cpp:1793]             <captureThread> vipp[1] channel contain [0] frame buffers
      W1001 00:00:53.853917   839 VIChannel.cpp:1793]             <captureThread> vipp[0] channel contain [0] frame buffers
      W1001 00:00:53.854125   848 VIChannel.cpp:1797]             <captureThread> vipp[1]: preview_num: 0, picture_num: 0, timeout: 500ms
      W1001 00:00:53.854189   839 VIChannel.cpp:1797]             <captureThread> vipp[0]: preview_num: 0, picture_num: 0, timeout: 500ms
      E1001 00:00:53.866914   925 event_manager.cpp:3301]         <CheckAccEvent> AccEvent DC in
      I1001 00:00:53.867099   925 storage_manager.cpp:1028]       <Update> handle msg:113
      I1001 00:00:53.867187   925 storage_manager.cpp:1075]       <Update> send MSG_ACCON_HAPPEN start
      I1001 00:00:53.867270   925 camera.cpp:2176]                <Update> handle msg:113
      I1001 00:00:53.867352   925 media_file_manager.cpp:1670]    <Update> handle msg:113
      I1001 00:00:53.867435   925 newPreview.cpp:1374]            <Update> NewPreview recive msg 113
      E1001 00:00:53.867518   925 newPreview.cpp:1430]            <Update> NewPreview send MSG_ACCON_HAPPEN start
      I1001 00:00:53.867630   925 status_bar_bottom_window.cpp:378] <Update> handle msg:113
      I1001 00:00:53.867719   925 status_bar_window.cpp:1005]     <Update> handle msg:113  win_status_ =0
      W1001 00:00:53.867807   925 preview_window.cpp:1220]        <Update> handle msg:113
      W1001 00:00:53.867914   925 preview_window.cpp:1268]        <Update> by hero *** ------PreviewWindow------------MSG_ACCON_HAPPEN ---
      I1001 00:00:53.868026   925 screensaver.cpp:181]            <ForceScreenOnBySdcard> debug_zhb---> screensaver::ForceScreenOnBySdcard()  saver_switch_ = 0
      W1001 00:00:53.868456   925 preview_window.cpp:2108]        <HandlerPromptInfo> [debug_jaosn]:PROMPT_TF_NULL 22
      W1001 00:00:53.868598   925 preview_window.cpp:2048]        <ShowPromptInfo> [debug_zhb]-------PreviewWindow-----ShowPromptInfo  prompt_id:14
      [ISP_ERR]video_wait_buffer, line: 442,video0 select timeout!
      E1001 00:00:53.897153   844 videoInputHw.c:3875]            <VideoInputHw_CapThread> fatal error! vipp[0] get frame fail, but all frames are release!
      [ISP_ERR]video_wait_buffer, line: 442,video1 select timeout!
      E1001 00:00:53.897429   853 videoInputHw.c:3875]            <VideoInputHw_CapThread> fatal error! vipp[1] get frame fail, but all frames are release!
      I1001 00:00:53.906802   925 window.cpp:901]                 <SetWindowBackImage> ------ready to refresh
      I1001 00:00:53.908367   925 prompt.cpp:278]                 <DoShow> debug_zhb---> prompt doshow window id:3
      W1001 00:00:53.909907   925 prompt.cpp:124]                 <ShowPromptInfo> [debug-zhb]-----------prompt_id = 14  title =    text = ml_prompt_tf_null
      [ISP_ERR]events_loop, line: 162,isp0 event select timeout
      begain to set the period timer, timer id is 0xda463e92
      I1001 00:00:54.053952   925 newPreview.cpp:1432]            <Update> NewPreview send MSG_ACCON_HAPPEN end
      I1001 00:00:54.054113   925 storage_manager.cpp:1077]       <Update> send MSG_ACCON_HAPPEN end
      W1001 00:00:54.354408   848 VIChannel.cpp:1793]             <captureThread> vipp[1] channel contain [0] frame buffers
      W1001 00:00:54.354413   839 VIChannel.cpp:1793]             <captureThread> vipp[0] channel contain [0] frame buffers
      W1001 00:00:54.354665   848 VIChannel.cpp:1797]             <captureThread> vipp[1]: preview_num: 0, picture_num: 0, timeout: 500ms
      W1001 00:00:54.354732   839 VIChannel.cpp:1797]             <captureThread> vipp[0]: preview_num: 0, picture_num: 0, timeout: 500ms
      W1001 00:00:54.854955   848 VIChannel.cpp:1793]             <captureThread> vipp[1] channel contain [0] frame buffers
      W1001 00:00:54.854955   839 VIChannel.cpp:1793]             <captureThread> vipp[0] channel contain [0] frame buffers
      W1001 00:00:54.855201   848 VIChannel.cpp:1797]             <captureThread> vipp[1]: preview_num: 0, picture_num: 0, timeout: 500ms
      W1001 00:00:54.855269   839 VIChannel.cpp:1797]             <captureThread> vipp[0]: preview_num: 0, picture_num: 0, timeout: 500ms
      I1001 00:00:55.054042   916 prompt.cpp:228]                 <HandlePromptTime> zhb---------pt->timercount = 1
      W1001 00:00:55.355504   839 VIChannel.cpp:1793]             <captureThread> vipp[0] channel contain [0] frame buffers
      W1001 00:00:55.355504   848 VIChannel.cpp:1793]             <captureThread> vipp[1] channel contain [0] frame buffers
      W1001 00:00:55.355763   839 VIChannel.cpp:1797]             <captureThread> vipp[0]: preview_num: 0, picture_num: 0, timeout: 500ms
      W1001 00:00:55.355834   848 VIChannel.cpp:1797]             <captureThread> vipp[1]: preview_num: 0, picture_num: 0, timeout: 500ms
      W1001 00:00:55.856052   839 VIChannel.cpp:1793]             <captureThread> vipp[0] channel contain [0] frame buffers
      W1001 00:00:55.856055   848 VIChannel.cpp:1793]             <captureThread> vipp[1] channel contain [0] frame buffers
      W1001 00:00:55.856315   839 VIChannel.cpp:1797]             <captureThread> vipp[0]: preview_num: 0, picture_num: 0, timeout: 500ms
      W1001 00:00:55.856381   848 VIChannel.cpp:1797]             <captureThread> vipp[1]: preview_num: 0, picture_num: 0, timeout: 500ms
      t[ISP_ERR]video_wait_buffer, line: 442,video0 select timeout!
      E1001 00:00:55.939646   844 videoInputHw.c:3875]            <VideoInputHw_CapThread> fatal error! vipp[0] get frame fail, but all frames are release!
      [ISP_ERR]video_wait_buffer, line: 442,video1 select timeout!
      E1001 00:00:55.939913   853 videoInputHw.c:3875]            <VideoInputHw_CapThread> fatal error! vipp[1] get frame fail, but all frames are release!
      oI1001 00:00:56.054039   916 prompt.cpp:228]                <HandlePromptTime> zhb---------pt->timercount = 2
      pW1001 00:00:56.356617   839 VIChannel.cpp:1793]            <captureThread> vipp[0] channel contain [0] frame buffers
      W1001 00:00:56.356618   848 VIChannel.cpp:1793]             <captureThread> vipp[1] channel contain [0] frame buffers
      W1001 00:00:56.356871   839 VIChannel.cpp:1797]             <captureThread> vipp[0]: preview_num: 0, picture_num: 0, timeout: 500ms
      W1001 00:00:56.356945   848 VIChannel.cpp:1797]             <captureThread> vipp[1]: preview_num: 0, picture_num: 0, timeout: 500ms
      
      
      发布在 编译和烧写问题专区
      jinxiangwzh
      jinxiangwzh
    • 回复: v536h怎么烧录?

      @whycan 嗯 怎么解决呢?

      发布在 编译和烧写问题专区
      jinxiangwzh
      jinxiangwzh
    • 回复: v536h怎么烧录?

      @whycan 😢 这种应该怎么解决呢?为什么我烧录原始的镜像也报这个错误?镜像才14.7M

      发布在 编译和烧写问题专区
      jinxiangwzh
      jinxiangwzh
    • 回复: v536h怎么烧录?

      @xiaowenge 刚才试了用SD烧录,报错如下:

      [80.722]successed in downloading boot0
      Fail in getting glyph of unicode 43. Because face is invalid
      Fail in getting glyph of unicode 41. Because face is invalid
      Fail in getting glyph of unicode 52. Because face is invalid
      Fail in getting glyph of unicode 44. Because face is invalid
      Fail in getting glyph of unicode 20. Because face is invalid
      Fail in getting glyph of unicode 4f. Because face is invalid
      Fail in getting glyph of unicode 4b. Because face is invalid
      boot ui char: not enough space to printf
      [80.744]sprite success
      

      使用usb device重新烧录出场的镜像,camera一直报这个错误,不知道上述过程对camera有什么影响吗?

      
      E1001 00:00:25.366227   929 VIChannel.cpp:1801]             <captureThread> timeout for 20 times when VI_GetFrame!
      E1001 00:00:25.366441   837 EyeseeCamera.cpp:270]           <handleMessage> Channel 0 error 3
      E1001 00:00:25.366590   837 camera.cpp:2202]                <onError> CAMERA_ERROR_SELECT_TIMEOUT:info[0x3] from channel[0]
      E1001 00:00:25.366699   837 camera.cpp:2204]                <onError> [debug_jaosn]: this camera is time out
      I1001 00:00:25.366809   837 newPreview.cpp:1374]            <Update> NewPreview recive msg 104
      I1001 00:00:25.366895   837 status_bar_bottom_window.cpp:378] <Update> handle msg:104
      I1001 00:00:25.366982   837 status_bar_window.cpp:1005]     <Update> handle msg:104  win_status_ =0
      W1001 00:00:25.367072   837 preview_window.cpp:1220]        <Update> handle msg:104
      I1001 00:00:25.367183   837 window_manager.cpp:316]         <sendmsg> msg 159, val 0
      E1001 00:00:25.367269   837 newPreview.cpp:1284]            <HandleGUIMessage> PREVIEW_RESET_CAMERA_ON_ERROR
      E1001 00:00:25.367372   837 newPreview.cpp:1314]            <HandleGUIMessage> PREVIEW_RESET_CAMERA_ON_ERROR
      E1001 00:00:25.367516   837 camera.cpp:1136]                <SetVideoResolution> --------------------------------SetVideoResolution 0
      I1001 00:00:25.367635   837 camera.cpp:855]                 <StopPreview> stopPreview 0
      W1001 00:00:25.367719   837 VIChannel.cpp:437]              <stopMODDetect> MOD already disable
      I1001 00:00:25.368175   837 video_render_linux.cpp:272]     <vr4l_exit> VideoRenderHal not init when exit.
      [ISP_ERR]video_wait_buffer, line: 442,video0 select timeout!
      E1001 00:00:25.527818   934 videoInputHw.c:3875]            <VideoInputHw_CapThread> fatal error! vipp[0] get frame fail, but all frames are release!
      W1001 00:00:25.827141   938 VIChannel.cpp:1793]             <captureThread> vipp[1] channel contain [0] frame buffers
      W1001 00:00:25.827376   938 VIChannel.cpp:1797]             <captureThread> vipp[1]: preview_num: 0, picture_num: 0, timeout: 500ms
      E1001 00:00:25.827533   938 VIChannel.cpp:1801]             <captureThread> timeout for 20 times when VI_GetFrame!
      I1001 00:00:25.828024   944 VideoVirVi_Component.c:360]     <DoVideoViReturnAllValidFrames> release [0]validFrames
      I1001 00:00:25.828217   944 VideoVirVi_Component.c:1042]    <Vi_ComponentThread> wait using frame return done
      W1001 00:00:25.866534   929 VIChannel.cpp:1793]             <captureThread> vipp[0] channel contain [0] frame buffers
      W1001 00:00:25.866741   929 VIChannel.cpp:1797]             <captureThread> vipp[0]: preview_num: 0, picture_num: 0, timeout: 500ms
      [ISP_ERR]video_wait_buffer, line: 442,video1 select timeout!
      E1001 00:00:25.904366   943 videoInputHw.c:3875]            <VideoInputHw_CapThread> fatal error! vipp[1] get frame fail, but all frames are release!
      I1001 00:00:25.946280   837 camera.cpp:871]                 <StopPreview> current status: 2
      W1001 00:00:25.947038   837 VIChannel.cpp:437]              <stopMODDetect> MOD already disable
      W1001 00:00:25.947487   937 CallbackNotifier.cpp:972]       <savePictureThread> save_pic_thrd_force_rls_when_exit:0
      I1001 00:00:25.947907   837 display.cpp:180]                <CloseLayer> close layer: 0, hlay: 0
      I1001 00:00:25.948058   837 display.cpp:278]                <ReleaseLayer> release layer: 0, hlay: 0
      I1001 00:00:25.948187   837 newPreview.cpp:1374]            <Update> NewPreview recive msg 7
      W1001 00:00:25.948285   837 VIChannel.cpp:437]              <stopMODDetect> MOD already disable
      W1001 00:00:26.367036   929 VIChannel.cpp:1793]             <captureThread> vipp[0] channel contain [0] frame buffers
      W1001 00:00:26.367257   929 VIChannel.cpp:1797]             <captureThread> vipp[0]: preview_num: 0, picture_num: 0, timeout: 500ms
      I1001 00:00:26.367777   935 VideoVirVi_Component.c:360]     <DoVideoViReturnAllValidFrames> release [0]validFrames
      I1001 00:00:26.367997   935 VideoVirVi_Component.c:1042]    <Vi_ComponentThread> wait using frame return done
      ^C
      root@tina:/# [ISP_ERR]video_wait_buffer, line: 442,video0 select timeout!
      E1001 00:00:27.570291   934 videoInputHw.c:3875]            <VideoInputHw_CapThread> fatal error! vipp[0] get frame fail, but all frames are release!
      I1001 00:00:27.616197   837 VIDevice.cpp:1279]              <stopChannel> ISP[0] stop
      [ISP_WARN]sdcard is not mounted!!!
      W1001 00:00:27.619849   837 VIChannel.cpp:437]              <stopMODDetect> MOD already disable
      W1001 00:00:27.620359   928 CallbackNotifier.cpp:972]       <savePictureThread> save_pic_thrd_force_rls_when_exit:0
      
      
      发布在 编译和烧写问题专区
      jinxiangwzh
      jinxiangwzh
    • V536H sd卡启刷机失败

      通过PhoenixCard.exe工具 烧写SD卡,插卡给板子重新上电启动失败
      错误信息如下:

      [80.722]successed in downloading boot0
      Fail in getting glyph of unicode 43. Because face is invalid
      Fail in getting glyph of unicode 41. Because face is invalid
      Fail in getting glyph of unicode 52. Because face is invalid
      Fail in getting glyph of unicode 44. Because face is invalid
      Fail in getting glyph of unicode 20. Because face is invalid
      Fail in getting glyph of unicode 4f. Because face is invalid
      Fail in getting glyph of unicode 4b. Because face is invalid
      boot ui char: not enough space to printf
      [80.744]sprite success
      next work 3
      SUNXI_UPDATE_NEXT_ACTION_SHUTDOWN
      set next system normal
      drv_disp_exit
      [83.747][mmc]: mmc exit start
      [83.756][mmc]: read op condition failed
      [83.756][mmc]: mmc send op cond failed
      [83.7▒
      
      

      请问是怎么回事

      发布在 编译和烧写问题专区
      jinxiangwzh
      jinxiangwzh
    • 回复: V536H打包出错

      @whycan 谢谢 通过修改device/config/chips/v536/configs/cdr/linux/sys_partition_nor.fex 解决

      发布在 编译和烧写问题专区
      jinxiangwzh
      jinxiangwzh
    • 回复: V536H打包出错

      @whycan
      device/config/chips/v536/configs/cdr/linux/sys_partition.fex
      device/config/chips/v536/configs/default/sys_partition.fex
      这两个文件都修改了 原始是65536,我直接扩大一倍改为131072还是报这个错误,请问改到多少合适哪里可以找到依据?

      发布在 编译和烧写问题专区
      jinxiangwzh
      jinxiangwzh
    • 回复: V536H打包出错

      @whycan 😧 哥我是新手,这个错误我也看到了,不知道从哪里入手去解决,能不能说的稍微详细点

      发布在 编译和烧写问题专区
      jinxiangwzh
      jinxiangwzh
    • 回复: v536h怎么烧录?

      @xiaowenge索志的一款板子,板子资料很匮乏,现在已经摸索出哪个位置插串口线了,也会下载了,感谢您的回复!
      但是现在又另外一个问题,我们全志的软件PhoenixSuit是通过USB给板子下载,但是我们的产品需求是要实现一个usb gadget的驱动,这个就和板子下载口冲突了,请问有什么办法解决?
      微信图片_20220523133010.jpg

      发布在 编译和烧写问题专区
      jinxiangwzh
      jinxiangwzh
    • V536H打包出错

      我在编译加入gdb server和openssh-server后,编译没有问题,但是打包出错,请问怎么解决?

      
      update scp
      mv: 无法获取'u-boot-spinor-crash.fex' 的文件状态(stat): 没有那个文件或目录
      pack boot package
      GetPrivateProfileSection read to end
      content_count=5
      update scp
      pack boot package
      GetPrivateProfileSection read to end
      content_count=5
      
      toc1 file Path=/home/jamo/workspace/ls_hw/out/v536-cdr/image/boot_package.fex
      script file Path=/home/jamo/workspace/ls_hw/out/v536-cdr/image/sys_config.bin
      
      cant get board_id_enable
      script update toc1 ok
      packing for tina linux
      normal
      ERROR: dl file rootfs.fex size too large
      ERROR: filename = rootfs.fex
      ERROR: dl_file_size = 23040 sector
      ERROR: part_size = 15872 sector
      ERROR: update mbr file fail
      ERROR: update_mbr failed
      
      
      发布在 编译和烧写问题专区
      jinxiangwzh
      jinxiangwzh
    • v536h怎么烧录?

      有没有介绍这块开发板的资料?给的一个USB转转口线也不知道往哪里插!第一次用全志的板子开发,不知道如何烧录!麻烦给个链接或者文档

      发布在 编译和烧写问题专区
      jinxiangwzh
      jinxiangwzh
    • 回复: V536 SDK用户写的应用层代码放在哪个目录

      @xiaowenge 那用哪个编译工具链呢?

      发布在 Linux
      jinxiangwzh
      jinxiangwzh
    • V536 SDK用户写的应用层代码放在哪个目录

      如题,问题可能比较弱鸡,第一次用全志平台。不知道应用层代码是用户自己随便放还是有特定目录?

      发布在 Linux
      jinxiangwzh
      jinxiangwzh
    • 回复: V536H怎么单独编译模块

      @whycan 每次都需要编译整个内核 影响开发效率😧

      发布在 Linux
      jinxiangwzh
      jinxiangwzh
    • 回复: V536H怎么单独编译模块

      @whycan 有执行你说的这几步

      发布在 Linux
      jinxiangwzh
      jinxiangwzh
    • V536H怎么单独编译模块

      我在lichee/linux-4.9目录下执行

      $ make modules
      HOSTCC  scripts/basic/fixdep
        HOSTCC  scripts/kconfig/conf.o
        HOSTCC  scripts/kconfig/zconf.tab.o
        HOSTLD  scripts/kconfig/conf
      scripts/kconfig/conf  --silentoldconfig Kconfig
      *
      * Restart config...
      *
      *
      * Linux/x86 4.9.118 Kernel Configuration
      *
      64-bit kernel (64BIT) [Y/n/?] (NEW)
      

      在top目录下全编就没问题,单独编译总是 Restart config...
      请问怎么解决?

      发布在 Linux
      jinxiangwzh
      jinxiangwzh
    • 1
    • 2
    • 2 / 2