Inhaltsverzeichnis
ibowin P130
- 10.1 Zoll 1280×800 IPS (MIPI DSI)
- Allwinner A33 Quad Core
- 1G RAM
- 16G ROM
- WIFI & Bluetooth
- 1x Allwinner A33 Quad Core
- 1x Samsung KLMAG8DEDD-A101BGA
- 2x SK hynix H5TC4G63AFR
- 1x AXP223
- 1x Silead GSL3670
- 1x Realtek 8703
Bilder
Android
Aufbau / Innenleben
adb shell
cpuinfo
root@astar-y3:/ # cat /proc/cpuinfo Processor : ARMv7 Processor rev 5 (v7l) processor : 0 BogoMIPS : 137309.66 Features : swp half thumb fastmult vfp edsp thumbee neon vfpv3 tls vfpv4 idiva idivt CPU implementer : 0x41 CPU architecture: 7 CPU variant : 0x0 CPU part : 0xc07 CPU revision : 5 Hardware : sun8i Revision : 0000 Serial : 86589d36a74700000000
cpufreq
root@astar-y3:/ # cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_min_freq 120000 root@astar-y3:/ # cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq 1344000 root@astar-y3:/ # cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_driver cpufreq-sunxi
uname
root@astar-y3:/ # busybox uname -a Linux localhost 3.4.39 #826 SMP PREEMPT Fri Nov 11 10:41:04 CST 2016 armv7l GNU/Linux
partitions
root@astar-y3:/sdcard # cat /proc/partitions major minor #blocks name 179 0 16056320 mmcblk0 179 1 13824000 mmcblk0p1 179 2 32768 mmcblk0p2 179 3 1 mmcblk0p3 179 5 16384 mmcblk0p5 179 6 16384 mmcblk0p6 179 7 786432 mmcblk0p7 179 8 1048576 mmcblk0p8 179 9 16384 mmcblk0p9 179 10 32768 mmcblk0p10 179 11 131072 mmcblk0p11 179 12 16384 mmcblk0p12 179 13 16384 mmcblk0p13 179 14 16384 mmcblk0p14 179 15 65536 mmcblk0p15 root@astar-y3:/sdcard # ll /dev/block/by-name/ lrwxrwxrwx root root 1970-04-24 22:30 UDISK -> /dev/block/mmcblk0p1 lrwxrwxrwx root root 1970-04-24 22:30 alog -> /dev/block/mmcblk0p15 lrwxrwxrwx root root 1970-04-24 22:30 boot -> /dev/block/mmcblk0p6 lrwxrwxrwx root root 1970-04-24 22:30 bootloader -> /dev/block/mmcblk0p2 lrwxrwxrwx root root 1970-04-24 22:30 cache -> /dev/block/mmcblk0p11 lrwxrwxrwx root root 1970-04-24 22:30 data -> /dev/block/mmcblk0p8 lrwxrwxrwx root root 1970-04-24 22:30 env -> /dev/block/mmcblk0p5 lrwxrwxrwx root root 1970-04-24 22:30 klog -> /dev/block/mmcblk0p14 lrwxrwxrwx root root 1970-04-24 22:30 metadata -> /dev/block/mmcblk0p12 lrwxrwxrwx root root 1970-04-24 22:30 misc -> /dev/block/mmcblk0p9 lrwxrwxrwx root root 1970-04-24 22:30 private -> /dev/block/mmcblk0p13 lrwxrwxrwx root root 1970-04-24 22:30 recovery -> /dev/block/mmcblk0p10 lrwxrwxrwx root root 1970-04-24 22:30 system -> /dev/block/mmcblk0p7 root@astar-y3:/sdcard # busybox fdisk /dev/block/mmcblk0 The number of cylinders for this disk is set to 2007040. There is nothing wrong with that, but this is larger than 1024, and could in certain setups cause problems with: 1) software that runs at boot time (e.g., old versions of LILO) 2) booting and partitioning software from other OSs (e.g., DOS FDISK, OS/2 FDISK) Command (m for help): p Disk /dev/block/mmcblk0: 16.4 GB, 16441671680 bytes 1 heads, 16 sectors/track, 2007040 cylinders Units = cylinders of 16 * 512 = 8192 bytes Device Boot Start End Blocks Id System /dev/block/mmcblk0p1 * 279041 2013184 13873152 b Win95 FAT32 Partition 1 does not end on cylinder boundary /dev/block/mmcblk0p2 4609 8704 32768 6 FAT16 Partition 2 does not end on cylinder boundary /dev/block/mmcblk0p3 1 270337 2162688 5 Extended Partition 3 does not end on cylinder boundary /dev/block/mmcblk0p5 8705 10752 16384 83 Linux /dev/block/mmcblk0p6 10753 12800 16384 83 Linux /dev/block/mmcblk0p7 12801 111104 786432 83 Linux /dev/block/mmcblk0p8 111105 242176 1048576 83 Linux /dev/block/mmcblk0p9 242177 244224 16384 83 Linux /dev/block/mmcblk0p10 244225 248320 32768 83 Linux /dev/block/mmcblk0p11 248321 264704 131072 83 Linux /dev/block/mmcblk0p12 264705 266752 16384 83 Linux /dev/block/mmcblk0p13 266753 268800 16384 83 Linux /dev/block/mmcblk0p14 268801 270848 16384 83 Linux /dev/block/mmcblk0p15 270849 279040 65536 83 Linux Partition table entries are not in disk order Command (m for help): q
busybox
root@astar-y3:/ # busybox BusyBox v1.18.3 (2012-12-03 15:06:10 CST) multi-call binary. Copyright (C) 1998-2009 Erik Andersen, Rob Landley, Denys Vlasenko and others. Licensed under GPLv2. See source distribution for full notice. Usage: busybox [function] [arguments]... or: busybox --list[-full] or: function [arguments]... BusyBox is a multi-call binary that combines many common Unix utilities into a single executable. Most people will create a link to busybox for each function they wish to use and BusyBox will act like whatever it was invoked as. Currently defined functions: [, [[, addgroup, adduser, ar, arping, ash, awk, basename, bunzip2, bzcat, cat, catv, chattr, chgrp, chmod, chown, chroot, chrt, chvt, cksum, clear, cmp, cp, cpio, crond, crontab, cut, date, dc, dd, deallocvt, delgroup, deluser, devmem, df, diff, dirname, dmesg, dnsd, dnsdomainname, dos2unix, du, dumpkmap, echo, egrep, eject, env, ether-wake, expr, false, fdflush, fdformat, fdisk, fgrep, find, fold, free, freeramdisk, fsck, fuser, getopt, getty, grep, gunzip, gzip, halt, hdparm, head, hexdump, hostid, hostname, hwclock, id, ifconfig, ifdown, ifup, inetd, init, insmod, install, ionice, iostat, ip, ipaddr, ipcrm, ipcs, iplink, iproute, iprule, iptunnel, kill, killall, killall5, klogd, last, length, less, linux32, linux64, linuxrc, ln, loadfont, loadkmap, logger, login, logname, losetup, ls, lsattr, lsmod, lspci, lsusb, lzcat, lzma, makedevs, md5sum, mdev, mesg, microcom, mkdir, mkdosfs, mke2fs, mkfifo, mkfs.ext2, mkfs.vfat, mknod, mkswap, mktemp, modinfo, modprobe, more, mount, mountpoint, mpstat, mt, mv, nameif, netstat, nice, nohup, nslookup, od, openvt, passwd, patch, pidof, ping, pipe_progress, pivot_root, poweroff, printenv, printf, ps, pwd, rdate, readahead, readlink, readmbr, readprofile, realpath, reboot, renice, reset, resize, rm, rmdir, rmmod, route, run-parts, runlevel, sed, seq, setarch, setconsole, setkeycodes, setlogcons, setsid, sh, sha1sum, sha256sum, sha512sum, sleep, sort, start-stop-daemon, strings, stty, su, sulogin, swapoff, swapon, switch_root, sync, sysctl, syslogd, tail, tar, tee, telnet, test, tftp, time, top, touch, tr, traceroute, true, tty, udhcpc, umount, uname, uniq, unix2dos, unlzma, unxz, unzip, uptime, usleep, uudecode, uuencode, vconfig, vi, vlock, watch, watchdog, wc, wget, which, who, whoami, xargs, xz, xzcat, yes, zcat
lsmod
root@astar-y3:/ # lsmod 8723cs 1366244 0 - Live 0x00000000 gslX680new 450588 0 - Live 0x00000000 (F) stk8baxx 19519 0 - Live 0x00000000 sunxi_schw 12559 0 - Live 0x00000000 (O) cdc_ether 5099 0 - Live 0x00000000 rtl8150 9023 0 - Live 0x00000000 mcs7830 6292 0 - Live 0x00000000 qf9700 7805 0 - Live 0x00000000 asix 17150 0 - Live 0x00000000 usbnet 17700 4 cdc_ether,mcs7830,qf9700,asix, Live 0x00000000 sunxi_keyboard 3021 0 - Live 0x00000000 sw_device 13804 0 - Live 0x00000000 vfe_v4l2 446320 0 - Live 0x00000000 s5k4ec 29182 0 - Live 0x00000000 sp0a19 9658 0 - Live 0x00000000 sp2519 11603 0 - Live 0x00000000 sp0838 11262 0 - Live 0x00000000 siv121d 12517 0 - Live 0x00000000 bf3920 9068 0 - Live 0x00000000 bf3703 9672 0 - Live 0x00000000 bf3a03 9712 0 - Live 0x00000000 hi704 11359 0 - Live 0x00000000 gc2155 13136 0 - Live 0x00000000 gc2145 14234 0 - Live 0x00000000 gc2035 13496 0 - Live 0x00000000 gc0309 11254 0 - Live 0x00000000 gc0329 10910 0 - Live 0x00000000 gc0312 11737 0 - Live 0x00000000 gc0308 10655 0 - Live 0x00000000 gc0328 10440 0 - Live 0x00000000 vfe_subdev 4579 18 vfe_v4l2,s5k4ec,sp0a19,sp2519,sp0838,siv121d,bf3920,bf3703,bf3a03,hi704,gc2155,gc2145,gc2035,gc0309,gc0329,gc0312,gc0308,gc0328, Live 0x00000000 vfe_os 3951 2 vfe_v4l2,vfe_subdev, Live 0x00000000 cci 21602 19 s5k4ec,sp0a19,sp2519,sp0838,siv121d,bf3920,bf3703,bf3a03,hi704,gc2155,gc2145,gc2035,gc0309,gc0329,gc0312,gc0308,gc0328, Live 0x00000000 cam_detect 38868 0 - Live 0x00000000 videobuf_dma_contig 5567 1 vfe_v4l2, Live 0x00000000 videobuf_core 16520 2 vfe_v4l2,videobuf_dma_contig, Live 0x00000000 leds_sunxi 1359 0 - Live 0x00000000 mali 213154 15 - Live 0x00000000 (O) lcd 56026 0 - Live 0x00000000 disp 993888 8 mali,lcd, Live 0x00000000 nand 293954 0 - Live 0x00000000 (O)
dmesg
root@astar-y3:/ # dmesg <4>[ 3.654977] [mmc]: +> REG_RINTR=0x80000000 <4>[ 3.659516] [mmc]: data[3] detect Card Remove <4>[ 3.664515] [mmc]: mmc not poweroff notifiy <4>[ 3.669155] [mmc]: sdc0 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B <4>[ 3.670045] [mmc]: sdc2 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B <4>[ 3.670117] [mmc]: mclk 0xf1c20090 0xc001000e <4>[ 3.694939] [mmc]: sdc0 Probe: base:0xf1c0f000 irq:92 sg_cpu:f0020000(75401000) ret 0. <4>[ 3.703735] [mmc]: sdc0 power init. <4>[ 3.707687] [mmc]: sdc0 nop irq: ri 00000000 mi 00000000 ie 00000000 idi 00000000 <4>[ 3.716594] [mmc]: mmc not poweroff notifiy <4>[ 3.721256] [mmc]: sdc1 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B <4>[ 3.732096] [mmc]: sdc1 Probe: base:0xf1c10000 irq:93 sg_cpu:f0022000(75402000) ret 0. <4>[ 3.740898] [mmc]: *** sunxi_mci_dump_errinfo(L773): smc 2 err, cmd 52, RTO !! <4>[ 3.749025] [mmc]: sdc1: no card detected, try to shutdown io voltage. <4>[ 3.756281] [mmc]: *** sunxi_mci_dump_errinfo(L773): smc 2 err, cmd 52, RTO !! <4>[ 3.764427] [mmc]: sdc2 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B <6>[ 3.767009] usbcore: registered new interface driver usbhid <6>[ 3.767018] usbhid: USB HID core driver <6>[ 3.767028] zram: num_devices not specified. Using default: 1 <6>[ 3.767035] zram: Creating 1 devices ... <4>[ 3.795756] [mmc]: mclk 0xf1c20090 0xc001000e <6>[ 3.795864] ashmem: initialized <6>[ 3.796012] logger: created 256K log 'log_main' <6>[ 3.796165] logger: created 256K log 'log_events' <6>[ 3.796336] logger: created 256K log 'log_radio' <6>[ 3.796466] logger: created 256K log 'log_system' <6>[ 3.796719] Linux telephony interface: v1.00 <4>[ 3.797864] headphone_vol=0x3b, earpiece_vol=0x3e, cap_vol=0x5, phone_headset_mic_vol=0x3, phone_main_mic_vol=0x1, pa_double_used=0x0, pa_vol=0x3a <4>[ 3.797892] [audiocodec] : aif2 not used! <4>[ 3.797899] [audiocodec] : aif3 not used! <4>[ 3.798111] soc-audio soc-audio.0: ASoC machine audiocodec should use snd_soc_register_card() <6>[ 3.863294] asoc: sndcodec <-> sunxi-codec mapping ok <6>[ 3.870235] input: headset as /devices/virtual/input/input1 <4>[ 3.876939] [I2S0]sunxi-i2s0 cannot find any using configuration for controllers, return directly! <4>[ 3.887153] [I2S]sndi2s0 cannot find any using configuration for controllers, return directly! <4>[ 3.896739] [I2S0]sunxi_sndi2s0 cannot find any using configuration for controllers, return directly! <4>[ 3.906986] [I2S1]sunxi-i2s1 cannot find any using configuration for controllers, return directly! <4>[ 3.917122] [I2S]sndi2s1 cannot find any using configuration for controllers, return directly! <4>[ 3.926732] [I2S1]sunxi_sndi2s1 cannot find any using configuration for controllers, return directly! <4>[ 3.927739] [mmc]: sdc2 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B <4>[ 3.927819] [mmc]: mclk 0xf1c20090 0xc001000e <6>[ 3.952099] u32 classifier <6>[ 3.955099] Actions configured <6>[ 3.958872] Netfilter messages via NETLINK v0.30. <6>[ 3.964196] nf_conntrack version 0.5.0 (16043 buckets, 64172 max) <6>[ 3.971474] ctnetlink v0.93: registering with nfnetlink. <6>[ 3.977420] NF_TPROXY: Transparent proxy support initialized, version 4.1.0 <4>[ 3.985174] [mmc]: *** sunxi_mci_dump_errinfo(L773): smc 2 err, cmd 8, RTO !! <6>[ 3.993222] NF_TPROXY: Copyright (c) 2006-2007 BalaBit IT Ltd. <6>[ 3.993229] *******************Try sdio******************* <4>[ 4.005797] [mmc]: *** sunxi_mci_dump_errinfo(L773): smc 2 err, cmd 5, RTO !! <6>[ 4.014307] xt_time: kernel timezone is -0000 <4>[ 4.019146] [mmc]: *** sunxi_mci_dump_errinfo(L773): smc 2 err, cmd 5, RTO !! <6>[ 4.027361] IPv4 over IPv4 tunneling driver <4>[ 4.032019] [mmc]: *** sunxi_mci_dump_errinfo(L773): smc 2 err, cmd 5, RTO !! <6>[ 4.040573] gre: GRE over IPv4 demultiplexor driver <4>[ 4.045989] [mmc]: *** sunxi_mci_dump_errinfo(L773): smc 2 err, cmd 5, RTO !! <6>[ 4.054042] ip_gre: GRE over IPv4 tunneling driver <6>[ 4.054049] *******************Try sd ******************* <4>[ 4.065355] [mmc]: *** sunxi_mci_dump_errinfo(L773): smc 2 err, cmd 55, RTO !! <6>[ 4.074173] ip_tables: (C) 2000-2006 Netfilter Core Team <4>[ 4.080096] [mmc]: *** sunxi_mci_dump_errinfo(L773): smc 2 err, cmd 55, RTO !! <6>[ 4.088417] arp_tables: (C) 2002 David S. Miller <4>[ 4.093564] [mmc]: *** sunxi_mci_dump_errinfo(L773): smc 2 err, cmd 55, RTO !! <6>[ 4.101764] TCP: cubic registered <4>[ 4.105443] [mmc]: *** sunxi_mci_dump_errinfo(L773): smc 2 err, cmd 55, RTO !! <6>[ 4.113582] Initializing XFRM netlink socket <6>[ 4.113588] *******************Try mmc******************* <4>[ 4.113602] [mmc]: sdc2 set ios: clk 400000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B <4>[ 4.113677] [mmc]: mclk 0xf1c20090 0xc001000e <6>[ 4.139628] NET: Registered protocol family 10 <6>[ 4.145750] Mobile IPv6 <6>[ 4.148494] ip6_tables: (C) 2000-2006 Netfilter Core Team <6>[ 4.154698] IPv6 over IPv4 tunneling driver <6>[ 4.160499] NET: Registered protocol family 17 <6>[ 4.165457] NET: Registered protocol family 15 <4>[ 4.170455] [mmc]: sdc2 set ios: clk 400000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B <6>[ 4.170636] Bluetooth: RFCOMM TTY layer initialized <6>[ 4.170658] Bluetooth: RFCOMM socket layer initialized <6>[ 4.170665] Bluetooth: RFCOMM ver 1.11 <6>[ 4.170673] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 <6>[ 4.170680] Bluetooth: BNEP filters: protocol multicast <6>[ 4.170689] Bluetooth: HIDP (Human Interface Emulation) ver 1.2 <6>[ 4.170817] L2TP core driver, V2.0 <6>[ 4.170842] PPPoL2TP kernel driver, V2.0 <6>[ 4.170848] L2TP IP encapsulation support (L2TPv3) <6>[ 4.227476] L2TP netlink interface <4>[ 4.227551] [mmc]: mclk 0xf1c20090 0xc001000e <6>[ 4.236114] L2TP ethernet pseudowire support (L2TPv3) <6>[ 4.242140] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5 <6>[ 4.250666] ThumbEE CPU extension supported. <5>[ 4.255417] Registering SWP/SWPB emulation handler <4>[ 4.261176] [rfkill]: rfkill set power 1 <4>[ 4.265533] gpio rtl8723cs_bt_regon set val 0, act val 0 <4>[ 4.282629] [mmc]: sdc2 set ios: clk 400000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B <4>[ 4.290790] axp22_dc1sw: incomplete constraints, leaving on <4>[ 4.290944] axp22_dc5ldo: incomplete constraints, leaving on <4>[ 4.291235] axp22_aldo3: incomplete constraints, leaving on <4>[ 4.291290] axp22_aldo2: incomplete constraints, leaving on <4>[ 4.291348] axp22_aldo1: incomplete constraints, leaving on <4>[ 4.291450] axp22_dcdc5: incomplete constraints, leaving on <4>[ 4.291553] axp22_dcdc3: incomplete constraints, leaving on <4>[ 4.291607] axp22_dcdc2: incomplete constraints, leaving on <3>[ 4.291813] otg_wakelock_init: No USB transceiver found <6>[ 4.348006] sunxi-rtc sunxi-rtc: setting system clock to 1970-04-25 03:30:57 UTC (9862257) <4>[ 4.348077] [mmc]: mclk 0xf1c20090 0xc001000e <3>[ 4.362079] ths_fetch_sysconfig_para: type err device_used = 1. <6>[ 4.368843] ths_fetch_sysconfig_para: type err ths_trip1_3 = 110. <6>[ 4.375724] ths_fetch_sysconfig_para: type err ths_trip1_4 = 110. <6>[ 4.382592] ths_fetch_sysconfig_para: type err ths_trip1_5 = 110. <6>[ 4.389445] ths_fetch_sysconfig_para: type err ths_trip1_6 = 110. <6>[ 4.396311] ths_fetch_sysconfig_para: type err ths_trip1_7 = 110. <4>[ 4.403156] [mmc]: sdc2 set ios: clk 400000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B <4>[ 4.403218] [mmc]: mclk 0xf1c20090 0xc001000e <6>[ 4.418125] ths_fetch_sysconfig_para: type err ths_trip1_3_min = 0. <6>[ 4.425184] ths_fetch_sysconfig_para: type err ths_trip1_3_max = 0. <6>[ 4.432249] ths_fetch_sysconfig_para: type err ths_trip1_4_min = 0. <6>[ 4.439295] ths_fetch_sysconfig_para: type err ths_trip1_4_max = 0. <6>[ 4.446354] ths_fetch_sysconfig_para: type err ths_trip1_5_min = 0. <6>[ 4.453413] ths_fetch_sysconfig_para: type err ths_trip1_5_max = 0. <6>[ 4.460470] ths_fetch_sysconfig_para: type err ths_trip1_6_min = 0. <4>[ 4.460681] [mmc]: sdc2 set ios: clk 400000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B <4>[ 4.460745] [mmc]: mclk 0xf1c20090 0xc001000e <6>[ 4.482469] ths_fetch_sysconfig_para: type err ths_trip1_6_max = 0. <6>[ 4.489514] ths_fetch_sysconfig_para: type err ths_trip2_count = 0. <6>[ 4.496572] ths_fetch_sysconfig_para: type err ths_trip2_0 = 0. <6>[ 4.503443] input: sunxi-ths as /devices/virtual/input/input2 <6>[ 4.510282] suxi_ths: Kernel Thermal management registered <3>[ 4.516373] fetch C0_LV_count from sysconfig failed <7>[ 4.522212] sunxi_ths_bind : thermal-budget-0 <7>[ 4.526851] ths_zone trip = 75, adjust lower = 0, upper = 1 <7>[ 4.533271] ths_zone trip = 90, adjust lower = 1, upper = 3 <6>[ 4.539461] CPU Budget:Register notifier <4>[ 4.540053] ====codec_init_events=== <6>[ 4.547781] CPU Budget:register Success <6>[ 4.552049] sunxi-budget-cooling sunxi-budget-cooling: Cooling device registered: thermal-budget-0 <6>[ 4.566038] ALSA device list: <6>[ 4.569334] #0: audiocodec <4>[ 4.571268] [mmc]: sdc2 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B <4>[ 4.571351] [mmc]: mclk 0xf1c20090 0xc001000e <4>[ 4.587905] sw_uart_set_termios()752 - uart0 write LCR(pre-dlab) failed, lcr 93 reg 13 <6>[ 4.597074] Freeing init memory: 328K <7>[ 4.609580] SELinux: 512 avtab hash slots, 1364 rules. <7>[ 4.616126] SELinux: 512 avtab hash slots, 1364 rules. <7>[ 4.621873] SELinux: 1 users, 2 roles, 291 types, 1 bools, 1 sens, 1024 cats <7>[ 4.629800] SELinux: 84 classes, 1364 rules <7>[ 4.636251] SELinux: Completing initialization. <4>[ 4.638039] [mmc]: sdc2 set ios: clk 25000000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B <4>[ 4.638205] [mmc]: mclk 0xf1c20090 0xc100000b <7>[ 4.656535] SELinux: Setting up existing superblocks. <7>[ 4.662277] SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts <7>[ 4.670228] SELinux: initialized (dev rootfs, type rootfs), uses genfs_contexts <7>[ 4.678409] SELinux: initialized (dev bdev, type bdev), not configured for labeling <7>[ 4.686926] SELinux: initialized (dev proc, type proc), uses genfs_contexts <4>[ 4.690094] [mmc]: sdc2 set ios: clk 25000000Hz bm PP pm ON vdd 3.3V width 1 timing MMC-HS(SDR20) dt B <4>[ 4.690164] [mmc]: mclk 0xf1c20090 0xc100000b <7>[ 4.709842] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs <7>[ 4.717893] SELinux: initialized (dev devtmpfs, type devtmpfs), uses transition SIDs <7>[ 4.727056] SELinux: initialized (dev debugfs, type debugfs), uses genfs_contexts <7>[ 4.739774] SELinux: initialized (dev sockfs, type sockfs), uses task SIDs <4>[ 4.745279] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 1 timing MMC-HS(SDR20) dt B <4>[ 4.745372] [mmc]: mclk 0xf1c20090 0xc1000005 <7>[ 4.762620] SELinux: initialized (dev pipefs, type pipefs), uses task SIDs <7>[ 4.770278] SELinux: initialized (dev anon_inodefs, type anon_inodefs), not configured for labeling <7>[ 4.780340] SELinux: initialized (dev devpts, type devpts), uses transition SIDs <7>[ 4.788577] SELinux: initialized (dev selinuxfs, type selinuxfs), uses genfs_contexts <7>[ 4.797371] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs <4>[ 4.800495] [mmc]: sdc2 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 8 timing MMC-HS(SDR20) dt B <4>[ 4.800564] [mmc]: mclk 0xf1c20090 0xc1000005 <7>[ 4.820577] SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts <6>[ 4.855720] mmc0: new high speed MMC card at address 0001 <6>[ 4.862442] mmcblk0: mmc0:0001 MAG8DD 15.3 GiB <6>[ 4.869352] mmcblk0: p1 p2 p3 < p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15 > <4>[ 4.876955] mmcblk0: p1 size 27746304 extends beyond EOD, truncated <3>[ 4.883939] get nand_size 1 ok <3>[ 4.887321] get nand_size 2 ok <4>[ 4.890716] ===add_partition==[mmcblk0:p8]== size = 27648000 <4>[ 4.896992] add_partition==[mmcblk0:p1]==start = 4464640,size = 27648000 <4>[ 4.904699] add_partition==[mmcblk0:p2]==start = 73728,size = 65536 <4>[ 4.911927] add_partition==[mmcblk0:p3]==start = 1,size = 2 <4>[ 4.918297] add_partition==[mmcblk0:p5]==start = 139264,size = 32768 <4>[ 4.925553] add_partition==[mmcblk0:p6]==start = 172032,size = 32768 <4>[ 4.932809] add_partition==[mmcblk0:p7]==start = 204800,size = 1572864 <4>[ 4.940261] add_partition==[mmcblk0:p8]==start = 1777664,size = 2097152 <4>[ 4.947771] add_partition==[mmcblk0:p9]==start = 3874816,size = 32768 <4>[ 4.955098] add_partition==[mmcblk0:p10]==start = 3907584,size = 65536 <4>[ 4.962548] add_partition==[mmcblk0:p11]==start = 3973120,size = 262144 <4>[ 4.970072] add_partition==[mmcblk0:p12]==start = 4235264,size = 32768 <4>[ 4.977487] add_partition==[mmcblk0:p13]==start = 4268032,size = 32768 <4>[ 4.984912] add_partition==[mmcblk0:p14]==start = 4300800,size = 32768 <4>[ 4.992340] add_partition==[mmcblk0:p15]==start = 4333568,size = 131072 <6>[ 5.000333] *******************mmc init ok ******************* <5>[ 5.018548] type=1403 audit(9862258.210:2): policy loaded auid=4294967295 ses=4294967295 <4>[ 5.027859] SELinux: Loaded policy from /sepolicy <5>[ 5.036160] type=1404 audit(9862258.240:3): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295 <3>[ 6.598328] meminfo2=0 <3>[ 6.603693] init: /init.sun8i.rc: 197: ignored duplicate definition of service 'setserialno' <3>[ 6.613348] init: could not import file 'init.sunxi.3gdongle.rc' from '/init.sun8i.rc' <3>[ 6.622390] meminfo2=0 <4>[ 6.625134] init (1): /proc/1/oom_adj is deprecated, please use /proc/1/oom_score_adj instead. <3>[ 6.747584] init: /dev/hw_random not found <6>[ 6.752268] init: command 'loglevel' r=0 <4>[ 6.773384] [NAND][NAND]nand init start, nand0_used_flag is 0 <4>[ 6.779768] [NAND]nand_cache_level err! 0[NAND]nand_capacity_level err! 0 <4>[ 6.787357] regisger ISP ===================== <4>[ 6.792374] [NAND]nand driver is disabled <6>[ 6.797526] init: command 'insmod' r=0 <6>[ 6.801904] init: command 'symlink' r=0 <6>[ 6.806205] init: command 'symlink' r=0 <6>[ 6.810532] init: command 'symlink' r=0 <6>[ 6.815023] init: command 'mkdir' r=0 <7>[ 6.860242] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts <6>[ 6.868437] init: command 'mount' r=0 <6>[ 6.872882] init: command 'mkdir' r=0 <7>[ 6.877135] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs <6>[ 6.885223] init: command 'mount' r=0 <6>[ 6.889513] init: command 'mkdir' r=0 <6>[ 6.893705] init: command 'mount' r=-1 <6>[ 6.898018] init: command 'write' r=0 <6>[ 6.902167] init: command 'chown' r=-2 <6>[ 6.906372] init: command 'chmod' r=-2 <6>[ 6.910710] init: command 'mkdir' r=0 <6>[ 6.914855] init: command 'write' r=0 <6>[ 6.918989] init: command 'write' r=0 <6>[ 6.923131] init: command 'chown' r=-2 <6>[ 6.927339] init: command 'chmod' r=-2 <6>[ 6.931725] init: command 'mkdir' r=0 <6>[ 6.935959] init: command 'mkdir' r=0 <6>[ 6.940236] init: command 'mkdir' r=0 <6>[ 6.944401] init: command 'mkdir' r=0 <6>[ 6.948631] init: command 'mkdir' r=0 <6>[ 6.953088] init: command 'mkdir' r=0 <6>[ 6.957269] init: command 'mkdir' r=0 <6>[ 6.961468] init: command 'mkdir' r=0 <7>[ 6.965681] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs <6>[ 6.973753] init: command 'mount' r=0 <6>[ 6.977951] init: command 'mkdir' r=0 <6>[ 6.982169] init: command 'mkdir' r=0 <6>[ 6.986403] init: command 'mkdir' r=0 <7>[ 6.990605] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs <6>[ 6.998639] init: command 'mount' r=0 <6>[ 7.002834] init: command 'mkdir' r=0 <7>[ 7.007015] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs <6>[ 7.015078] init: command 'mount' r=0 <6>[ 7.019307] init: command 'write' r=0 <6>[ 7.023456] init: command 'write' r=-2 <6>[ 7.027713] init: command 'write' r=0 <6>[ 7.031825] init: command 'write' r=-2 <6>[ 7.036008] init: command 'write' r=-2 <6>[ 7.040207] init: command 'write' r=-2 <6>[ 7.044412] init: command 'write' r=0 <6>[ 7.048520] init: command 'write' r=0 <6>[ 7.052662] init: command 'write' r=0 <6>[ 7.056770] init: command 'write' r=0 <6>[ 7.060917] init: command 'write' r=0 <6>[ 7.065031] init: command 'write' r=0 <6>[ 7.069180] init: command 'write' r=0 <6>[ 7.073315] init: command 'write' r=0 <6>[ 7.077426] init: command 'write' r=0 <6>[ 7.082329] init: command 'mkdir' r=0 <7>[ 7.140173] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts <6>[ 7.148322] init: command 'mount' r=0 <6>[ 7.152472] init: command 'chown' r=0 <6>[ 7.156704] init: command 'chown' r=0 <6>[ 7.160851] init: command 'chmod' r=0 <6>[ 7.164948] init: command 'write' r=-22 <6>[ 7.169234] init: command 'write' r=0 <6>[ 7.173346] init: command 'write' r=0 <6>[ 7.177765] init: command 'mkdir' r=0 <6>[ 7.181900] init: command 'chown' r=0 <6>[ 7.185993] init: command 'chmod' r=0 <6>[ 7.190102] init: command 'write' r=0 <6>[ 7.194194] init: command 'write' r=0 <6>[ 7.198282] init: command 'write' r=0 <6>[ 7.202692] init: command 'mkdir' r=0 <6>[ 7.206792] init: command 'chown' r=0 <6>[ 7.210904] init: command 'chmod' r=0 <6>[ 7.214999] init: command 'write' r=0 <6>[ 7.219091] init: command 'write' r=0 <6>[ 7.223214] init: command 'write' r=0 <6>[ 7.227502] init: command 'chown' r=0 <6>[ 7.231704] init: command 'chown' r=0 <6>[ 7.235838] init: command 'chmod' r=0 <6>[ 7.240297] init: command 'mkdir' r=0 <6>[ 7.244383] init: processing action 0x527e0 (init) <6>[ 7.249702] init: command 'export' r=0 <6>[ 7.253887] init: command 'export' r=0 <6>[ 7.258048] init: command 'export' r=0 <6>[ 7.262229] init: command 'export' r=0 <6>[ 7.266390] init: command 'export' r=0 <6>[ 7.270566] init: command 'export' r=0 <6>[ 7.274727] init: command 'export' r=0 <6>[ 7.278887] init: command 'export' r=0 <6>[ 7.283062] init: command 'export' r=0 <6>[ 7.287225] init: command 'export' r=0 <6>[ 7.291403] init: processing action 0x55f20 (init) <6>[ 7.296720] init: command 'export' r=0 <6>[ 7.301042] init: command 'mkdir' r=0 <6>[ 7.305161] init: command 'symlink' r=0 <6>[ 7.309542] init: command 'mkdir' r=0 <6>[ 7.313745] init: command 'mkdir' r=0 <6>[ 7.317922] init: command 'mount' r=0 <6>[ 7.322125] init: command 'mkdir' r=0 <6>[ 7.326192] init: processing action 0x56088 (early-fs) <3>[ 7.333087] fs_mgr: block device /dev/block/by-name/system <3>[ 7.339180] fs_mgr: block device /dev/block/by-name/cache <3>[ 7.345265] fs_mgr: block device /dev/block/by-name/alog <3>[ 7.351176] fs_mgr: block device /dev/block/by-name/data <6>[ 7.371075] EXT4-fs (mmcblk0p7): mounted filesystem with ordered data mode. Opts: (null) <7>[ 7.380126] SELinux: initialized (dev mmcblk0p7, type ext4), uses xattr <6>[ 7.417784] EXT4-fs (mmcblk0p11): mounted filesystem with ordered data mode. Opts: nomblk_io_submit,errors=remount-ro <7>[ 7.429648] SELinux: initialized (dev mmcblk0p11, type ext4), uses xattr <6>[ 7.510092] fs_mgr: Running /system/bin/e2fsck on /dev/block/by-name/cache <6>[ 7.617765] e2fsck: e2fsck 1.41.14 (22-Dec-2010) <6>[ 7.622993] e2fsck: /dev/block/by-name/cache: clean, 12/8192 files, 1551/32768 blocks <6>[ 7.650628] EXT4-fs (mmcblk0p11): mounted filesystem with ordered data mode. Opts: nomblk_io_submit,barrier=1 <7>[ 7.661691] SELinux: initialized (dev mmcblk0p11, type ext4), uses xattr <6>[ 7.690414] EXT4-fs (mmcblk0p15): mounted filesystem with ordered data mode. Opts: nomblk_io_submit,errors=remount-ro <7>[ 7.702245] SELinux: initialized (dev mmcblk0p15, type ext4), uses xattr <6>[ 7.780081] fs_mgr: Running /system/bin/e2fsck on /dev/block/by-name/alog <6>[ 7.803887] e2fsck: e2fsck 1.41.14 (22-Dec-2010) <6>[ 7.809048] e2fsck: /dev/block/by-name/alog: clean, 11/4096 files, 1294/16384 blocks <6>[ 7.835302] EXT4-fs (mmcblk0p15): mounted filesystem with ordered data mode. Opts: nomblk_io_submit,barrier=1 <7>[ 7.846374] SELinux: initialized (dev mmcblk0p15, type ext4), uses xattr <6>[ 7.880620] EXT4-fs (mmcblk0p8): mounted filesystem with ordered data mode. Opts: nomblk_io_submit,errors=remount-ro <7>[ 7.892354] SELinux: initialized (dev mmcblk0p8, type ext4), uses xattr <6>[ 7.980101] fs_mgr: Running /system/bin/e2fsck on /dev/block/by-name/data <6>[ 8.008649] e2fsck: e2fsck 1.41.14 (22-Dec-2010) <6>[ 8.013914] e2fsck: /dev/block/by-name/data: clean, 690/65536 files, 29041/262144 blocks <6>[ 8.040641] EXT4-fs (mmcblk0p8): mounted filesystem with ordered data mode. Opts: nomblk_io_submit,barrier=1,noauto_da_alloc <7>[ 8.053156] SELinux: initialized (dev mmcblk0p8, type ext4), uses xattr <6>[ 8.061133] init: command 'mount_all' r=0 <6>[ 8.065629] init: command 'setprop' r=0 <6>[ 8.461809] [DISP]disp_module_init <6>[ 8.466396] [DISP]disp_probe <4>[ 8.470202] [DISP] OSAL_CCMU_SetMclkFreq,line:481: clk 26 freq is 0, wrn <6>[ 8.480926] [DISP]Fb_Init <4>[ 8.483917] [DISP] parser_disp_init_para,line:130: fetch script data disp_init.screen2_output_type fail <4>[ 8.494673] [DISP] parser_disp_init_para,line:147: fetch script data disp_init.screen2_output_mode fail <4>[ 8.505409] [DISP] parser_disp_init_para,line:208: fetch script data disp_init.fb2_format fail <4>[ 8.515267] [DISP] parser_disp_init_para,line:213: fetch script data disp_init.fb2_scaler_mode_enable fail <4>[ 8.526285] [DISP] parser_disp_init_para,line:218: fetch script data disp_init.fb2_width fail <4>[ 8.536059] [DISP] parser_disp_init_para,line:223: fetch script data disp_init.fb2_height fail <6>[ 8.579527] [DISP]disp_probe finish <6>[ 8.583579] [DISP]capture_module_init <6>[ 8.588142] [DISP]capture_probe <6>[ 8.591719] [DISP]capture finish <6>[ 8.595297] [DISP]disp_module_init finish <6>[ 8.601364] init: command 'insmod' r=0 <6>[ 8.718970] [LCD]lcd_module_init <6>[ 8.724087] [LCD]lcd_module_init finish <4>[ 8.728355] axp pconf set pin [GPIO2] data to [1] <6>[ 8.734185] init: command 'insmod' r=0 <6>[ 8.739048] [LCD]open, step 0 finish <6>[ 8.997897] Get mali parameter successfully <6>[ 9.002650] Init Mali gpu successfully <4>[ 9.008309] Mali: Mali device driver loaded <6>[ 9.014158] init: command 'insmod' r=0 <3>[ 9.023767] sunxi_leds_fetch_sysconfig_para leds is not used in config <5>[ 9.031067] =========script_get_err============ <6>[ 9.036127] init: command 'insmod' r=0 <6>[ 9.040340] init: processing action 0x59428 (console_init) <3>[ 9.047247] init: width = 800 <3>[ 9.050573] init: height = 1280 <3>[ 9.054061] init: s.st_size = 4096000 <6>[ 9.060132] [LCD]open, step 1 finish <6>[ 9.080118] [LCD]open, step 2 finish <6>[ 9.114037] init: command 'console_init' r=0 <6>[ 9.118822] init: processing action 0x561b0 (fs) <3>[ 9.126076] init: dont need format /dev/block/by-name/UDISK <6>[ 9.132104] init: command 'format_userdata' r=1 <6>[ 9.140844] init: command 'mkdir' r=0 <3>[ 9.146702] init: dont need format /dev/block/by-name/private <6>[ 9.152910] init: command 'format_userdata' r=1 <6>[ 9.158319] init: command 'mkdir' r=0 <7>[ 9.164637] SELinux: initialized (dev mmcblk0p13, type vfat), uses genfs_contexts <6>[ 9.173046] init: command 'mount' r=0 <6>[ 9.190291] [LCD]open, step 3 finish <6>[ 9.191201] init: command 'insmod' r=0 <6>[ 9.202382] init: command 'insmod' r=0 <4>[ 9.231906] axp22_dldo3: Failed to create debugfs directory <4>[ 9.238109] axp22_ldoio0: Failed to create debugfs directory <4>[ 9.244467] axp22_dldo3: Failed to create debugfs directory <4>[ 9.250686] axp22_eldo2: Failed to create debugfs directory <4>[ 9.430230] sunxi_i2c_do_xfer()950 - [i2c2] incomplete xfer (status: 0x20, dev addr: 0x3c) <4>[ 9.610215] sunxi_i2c_do_xfer()950 - [i2c2] incomplete xfer (status: 0x20, dev addr: 0x3c) <4>[ 9.790214] sunxi_i2c_do_xfer()950 - [i2c2] incomplete xfer (status: 0x20, dev addr: 0x3c) <4>[ 9.950218] sunxi_i2c_do_xfer()950 - [i2c2] incomplete xfer (status: 0x20, dev addr: 0x21) <4>[ 10.110217] sunxi_i2c_do_xfer()950 - [i2c2] incomplete xfer (status: 0x20, dev addr: 0x21) <4>[ 10.470213] sunxi_i2c_do_xfer()950 - [i2c2] incomplete xfer (status: 0x20, dev addr: 0x30) <4>[ 10.540215] sunxi_i2c_do_xfer()950 - [i2c2] incomplete xfer (status: 0x20, dev addr: 0x33) <4>[ 10.610215] sunxi_i2c_do_xfer()950 - [i2c2] incomplete xfer (status: 0x20, dev addr: 0x6e) <4>[ 10.770211] sunxi_i2c_do_xfer()950 - [i2c2] incomplete xfer (status: 0x20, dev addr: 0x21) <4>[ 11.130222] sunxi_i2c_do_xfer()950 - [i2c2] incomplete xfer (status: 0x20, dev addr: 0x31) <4>[ 11.490212] sunxi_i2c_do_xfer()950 - [i2c2] incomplete xfer (status: 0x20, dev addr: 0x21) <4>[ 11.550435] sunxi_i2c_do_xfer()950 - [i2c2] incomplete xfer (status: 0x20, dev addr: 0x2d) <4>[ 11.730215] sunxi_i2c_do_xfer()950 - [i2c2] incomplete xfer (status: 0x20, dev addr: 0x3c) <4>[ 11.910211] sunxi_i2c_do_xfer()950 - [i2c2] incomplete xfer (status: 0x20, dev addr: 0x3c) <4>[ 12.090219] sunxi_i2c_do_xfer()950 - [i2c2] incomplete xfer (status: 0x20, dev addr: 0x3c) <4>[ 12.770212] sunxi_i2c_do_xfer()950 - [i2c2] incomplete xfer (status: 0x20, dev addr: 0x30) <4>[ 12.840227] sunxi_i2c_do_xfer()950 - [i2c2] incomplete xfer (status: 0x20, dev addr: 0x33) <4>[ 12.910212] sunxi_i2c_do_xfer()950 - [i2c2] incomplete xfer (status: 0x20, dev addr: 0x6e) <4>[ 13.430216] sunxi_i2c_do_xfer()950 - [i2c2] incomplete xfer (status: 0x20, dev addr: 0x31) <4>[ 13.850433] sunxi_i2c_do_xfer()950 - [i2c2] incomplete xfer (status: 0x20, dev addr: 0x2d) <6>[ 13.862461] init: command 'insmod' r=0 <6>[ 13.890475] init: command 'insmod' r=0 <6>[ 13.902768] init: command 'insmod' r=0 <6>[ 13.923486] init: command 'insmod' r=0 <6>[ 13.947423] init: command 'insmod' r=0 <6>[ 13.971544] init: command 'insmod' r=0 <6>[ 13.995823] init: command 'insmod' r=0 <6>[ 14.020463] init: command 'insmod' r=0 <6>[ 14.044762] init: command 'insmod' r=0 <6>[ 14.069467] init: command 'insmod' r=0 <6>[ 14.094377] init: command 'insmod' r=0 <6>[ 14.118811] init: command 'insmod' r=0 <6>[ 14.143146] init: command 'insmod' r=0 <6>[ 14.147441] init: command 'insmod' r=-1 <6>[ 14.171416] init: command 'insmod' r=0 <6>[ 14.195122] init: command 'insmod' r=0 <6>[ 14.218955] init: command 'insmod' r=0 <6>[ 14.243596] init: command 'insmod' r=0 <6>[ 14.267965] init: command 'insmod' r=0 <6>[ 14.292544] init: command 'insmod' r=0 <6>[ 14.313345] init: command 'insmod' r=0 <6>[ 14.339871] init: command 'insmod' r=0 <5>[ 14.424126] [VFE]Welcome to Video Front End driver <7>[ 14.429829] [VFE_DEBUG]vfe_probe <5>[ 14.433538] [VFE]pdev->id = 0 <5>[ 14.436827] [VFE]dev->mipi_sel = 0 <5>[ 14.440616] [VFE]dev->vip_sel = 0 <5>[ 14.444288] [VFE]dev->isp_sel = 0 <7>[ 14.447961] [VFE_DEBUG]fetch sys_config1 <7>[ 14.452327] [VFE_DEBUG]dev->ccm_cfg[0] = edcb04fc <7>[ 14.457541] [VFE_DEBUG]dev->ccm_cfg[1] = edcb07c8 <7>[ 14.462786] [VFE_DEBUG]vip0 vip_dev_qty=2 <7>[ 14.467232] [VFE_DEBUG]vip0 vip_define_sensor_list=0 <7>[ 14.472793] [VFE_DEBUG]fetch vip_dev0_power_en from sys_config failed <7>[ 14.479940] [VFE_DEBUG]fetch vip_dev0_flash_driver_type from sys_config failed, default =0 <7>[ 14.489122] [VFE_DEBUG]fetch vip_dev0_flash_mode from sys_config failed <7>[ 14.496472] [VFE_DEBUG]fetch vip_dev0_af_pwdn from sys_config failed <7>[ 14.503544] [VFE_DEBUG]fetch vip_dev0_act_used from sys_config failed <7>[ 14.510778] [VFE_DEBUG]fetch vip_dev0_act_name from sys_config failed <7>[ 14.517922] [VFE_DEBUG]fetch vip_dev0_act_slave from sys_config failed <7>[ 14.525242] [VFE_DEBUG]fetch vip_dev1_power_en from sys_config failed <7>[ 14.532402] [VFE_DEBUG]fetch vip_dev1_flash_en from sys_config failed <7>[ 14.539545] [VFE_DEBUG]fetch vip_dev1_flash_mode from sys_config failed <7>[ 14.546895] [VFE_DEBUG]fetch vip_dev1_af_pwdn from sys_config failed <7>[ 14.553955] [VFE_DEBUG]fetch vip_dev1_act_used from sys_config failed <7>[ 14.561109] [VFE_DEBUG]fetch vip_dev1_act_name from sys_config failed <7>[ 14.568252] [VFE_DEBUG]fetch vip_dev1_act_slave from sys_config failed <7>[ 14.575502] [VFE_DEBUG]dev->ccm_cfg[0]->ccm = gc2035 <7>[ 14.581016] [VFE_DEBUG]dev->ccm_cfg[0]->twi_id = 2 <7>[ 14.586327] [VFE_DEBUG]dev->ccm_cfg[0]->i2c_addr = 78 <7>[ 14.591938] [VFE_DEBUG]dev->ccm_cfg[0]->is_isp_used = 0 <7>[ 14.597730] [VFE_DEBUG]dev->ccm_cfg[0]->is_bayer_raw = 0 <7>[ 14.603630] [VFE_DEBUG]dev->ccm_cfg[0]->vflip = 0 <7>[ 14.608843] [VFE_DEBUG]dev->ccm_cfg[0]->hflip = 0 <7>[ 14.614070] [VFE_DEBUG]dev->ccm_cfg[0]->iovdd_str = axp22_dldo3 <7>[ 14.620670] [VFE_DEBUG]dev->ccm_cfg[0]->avdd_str = axp22_ldoio0 <7>[ 14.627234] [VFE_DEBUG]dev->ccm_cfg[0]->dvdd_str = axp22_eldo2 <7>[ 14.633712] [VFE_DEBUG]dev->ccm_cfg[0]->afvdd_str = <7>[ 14.639215] [VFE_DEBUG]dev->ccm_cfg[0]->act_used = 0 <7>[ 14.644730] [VFE_DEBUG]dev->ccm_cfg[0]->act_name = <7>[ 14.650156] [VFE_DEBUG]dev->ccm_cfg[0]->act_slave = 0x0 <7>[ 14.655949] [VFE_DEBUG]dev->ccm_cfg[1]->ccm = gc0328 <7>[ 14.661465] [VFE_DEBUG]dev->ccm_cfg[1]->twi_id = 2 <7>[ 14.666775] [VFE_DEBUG]dev->ccm_cfg[1]->i2c_addr = 42 <7>[ 14.672386] [VFE_DEBUG]dev->ccm_cfg[1]->is_isp_used = 0 <7>[ 14.678178] [VFE_DEBUG]dev->ccm_cfg[1]->is_bayer_raw = 0 <7>[ 14.684076] [VFE_DEBUG]dev->ccm_cfg[1]->vflip = 0 <7>[ 14.689290] [VFE_DEBUG]dev->ccm_cfg[1]->hflip = 0 <7>[ 14.694515] [VFE_DEBUG]dev->ccm_cfg[1]->iovdd_str = axp22_dldo3 <7>[ 14.701088] [VFE_DEBUG]dev->ccm_cfg[1]->avdd_str = axp22_ldoio0 <7>[ 14.707652] [VFE_DEBUG]dev->ccm_cfg[1]->dvdd_str = axp22_eldo2 <7>[ 14.714130] [VFE_DEBUG]dev->ccm_cfg[1]->afvdd_str = <7>[ 14.719632] [VFE_DEBUG]dev->ccm_cfg[1]->act_used = 0 <7>[ 14.725168] [VFE_DEBUG]dev->ccm_cfg[1]->act_name = <7>[ 14.730587] [VFE_DEBUG]dev->ccm_cfg[1]->act_slave = 0x0 <4>[ 14.742408] [VFE_WARN]vfe vpu clock is null <7>[ 14.747045] [VFE_DEBUG]get io resource <7>[ 14.751211] [VFE_DEBUG]get resource, name = csi <7>[ 14.756240] [VFE_DEBUG]dev->regs.csi_regs = f1cb0000 <7>[ 14.761756] [VFE_DEBUG]get resource, name = isp <7>[ 14.766779] [VFE_DEBUG]dev->regs.isp_regs = f1cb8000 <7>[ 14.773293] [VFE_DEBUG]isp load paddr = 75403000 <7>[ 14.778416] [VFE_DEBUG]isp load dma_addr = 35403000 <7>[ 14.783856] [VFE_DEBUG]isp load addr = f0036000 <7>[ 14.788879] [VFE_DEBUG]isp saved paddr = 75404000 <7>[ 14.794110] [VFE_DEBUG]isp saved dma_addr = 35404000 <7>[ 14.799613] [VFE_DEBUG]isp saved addr = f0038000 <7>[ 14.804739] [VFE_DEBUG]get irq resource <7>[ 14.809029] [VFE_DEBUG]clock resource <7>[ 14.813120] [VFE_DEBUG]vfe core clk = 297000000 <7>[ 14.818149] [VFE_DEBUG]get pin resource <4>[ 14.822787] [VFE_WARN]os_gpio_request failed, gpio_name=, gpio=142, ret=0xfffffff0, -16 <4>[ 14.831718] [ISP] isp platform_id = 3! <4>[ 14.835873] [ISP] isp isp_get_driver = bf2aa060! <5>[ 14.841145] [VFE]vfe_init end <6>[ 14.844863] init: command 'insmod' r=0 <6>[ 14.849436] init: command 'chown' r=0 <5>[ 14.853570] [VFE]probe_work_handle start! <7>[ 14.858020] [VFE_DEBUG]v4l2_device_register <6>[ 14.863227] init: command 'mkdir' r=0 <6>[ 14.867637] init: command 'chmod' r=0 <7>[ 14.871750] [VFE_DEBUG]v4l2 subdev register <6>[ 14.872047] init: command 'chown' r=0 <6>[ 14.872233] init: command 'chmod' r=0 <6>[ 14.872313] init: command 'chmod' r=0 <6>[ 14.872387] init: command 'chown' r=0 <6>[ 14.872456] init: command 'chown' r=0 <4>[ 14.872534] [rfkill]: rfkill set power 1 <4>[ 14.872551] gpio rtl8723cs_bt_regon set val 0, act val 0 <5>[ 14.906870] [VFE]v4l2 subdev register input_num = 0 <6>[ 14.910115] init: command 'write' r=0 <6>[ 14.910181] init: command 'chown' r=-2 <6>[ 14.910312] init: command 'chown' r=-30 <6>[ 14.910391] init: command 'chown' r=0 <6>[ 14.910453] init: command 'setprop' r=0 <6>[ 14.910619] init: command 'chmod' r=0 <6>[ 14.910734] init: command 'chmod' r=-2 <6>[ 14.910832] init: command 'chown' r=0 <6>[ 14.910945] init: command 'chown' r=-2 <6>[ 14.911029] Bluetooth: bluesleep_get_uart_port enter. <6>[ 14.911039] Bluetooth: bluesleep_get_uart_port get uart_port from blusleep_uart_dev: uart, port irq: 33 <6>[ 14.911046] <4>[ 14.911050] bluesleep_acquire irq <6>[ 14.911213] init: command 'write' r=0 <7>[ 14.924923] [sw_device]:sw_device_init begin! <4>[ 14.925163] keyname:ctp_para subname:ctp_power_io ,get error! <7>[ 14.925175] [sw_device]:get_power_para: power_ldo = axp22_ldoio1,power_ldo_vol = 3000,power_io = 0,reset_pin = 39 <7>[ 14.925232] [sw_device]:sw_device_init begin! <4>[ 14.925267] axp22_ldoio1: Failed to create debugfs directory <6>[ 14.925402] init: command 'insmod' r=0 <6>[ 14.934513] input: sunxi-keyboard as /devices/virtual/input/input3 <6>[ 14.934970] init: command 'insmod' r=0 <6>[ 14.958199] init: command 'insmod' r=0 <6>[ 14.978430] usbcore: registered new interface driver asix <6>[ 14.978618] init: command 'insmod' r=0 <6>[ 14.995892] usbcore: registered new interface driver qf9700 <6>[ 14.996072] init: command 'insmod' r=0 <6>[ 15.012977] usbcore: registered new interface driver MOSCHIP usb-ethernet driver <6>[ 15.013152] init: command 'insmod' r=0 <6>[ 15.031282] usbcore: registered new interface driver rtl8150 <6>[ 15.031462] init: command 'insmod' r=0 <6>[ 15.047623] usbcore: registered new interface driver cdc_ether <6>[ 15.047782] init: command 'insmod' r=0 <6>[ 15.047939] init: command 'chown' r=0 <6>[ 15.047993] init: command 'chmod' r=0 <6>[ 15.048039] init: command 'chown' r=0 <6>[ 15.048080] init: command 'chmod' r=0 <6>[ 15.048126] init: command 'chown' r=0 <6>[ 15.048167] init: command 'chmod' r=0 <6>[ 15.048339] init: command 'chmod' r=-30 <6>[ 15.048376] init: processing action 0x47ae8 (post-fs) <6>[ 15.048645] init: command 'mkdir' r=0 <6>[ 15.051056] init: command 'mkdir' r=0 <6>[ 15.073122] init: command 'insmod' r=0 <6>[ 15.073226] init: command 'mount' r=0 <6>[ 15.073313] init: command 'mount' r=0 <6>[ 15.073351] init: command 'mount' r=0 <6>[ 15.073516] init: command 'chown' r=0 <6>[ 15.073573] init: command 'chmod' r=0 <6>[ 15.073831] init: command 'restorecon' r=0 <6>[ 15.074776] init: command 'chown' r=-2 <6>[ 15.074815] init: command 'chmod' r=-2 <6>[ 15.074905] init: command 'restorecon' r=-2 <6>[ 15.075029] init: command 'chown' r=0 <6>[ 15.075097] init: command 'chmod' r=0 <6>[ 15.075160] init: command 'chown' r=0 <6>[ 15.075220] init: command 'chmod' r=0 <6>[ 15.075318] init: command 'chown' r=0 <6>[ 15.075378] init: command 'chmod' r=0 <6>[ 15.075438] init: command 'chown' r=0 <6>[ 15.075495] init: command 'chmod' r=0 <6>[ 15.075551] init: command 'chown' r=-2 <6>[ 15.075592] init: command 'chmod' r=-2 <6>[ 15.075956] init: command 'mkdir' r=0 <6>[ 15.075995] init: processing action 0x4e0f0 (post-fs-data) <6>[ 15.076059] init: command 'chown' r=0 <6>[ 15.076102] init: command 'chmod' r=0 <6>[ 15.076257] init: command 'restorecon' r=0 <6>[ 15.078278] init: command 'copy' r=0 <6>[ 15.080577] init: command 'mkdir' r=0 <6>[ 15.080628] init: command 'copy' r=-1 <6>[ 15.082104] init: command 'chown' r=-2 <6>[ 15.082140] init: command 'chmod' r=-2 <6>[ 15.082171] init: command 'copy' r=-1 <6>[ 15.082217] init: command 'chown' r=-2 <6>[ 15.082246] init: command 'chmod' r=-2 <6>[ 15.082276] init: command 'write' r=-2 <6>[ 15.082544] init: command 'mkdir' r=0 <6>[ 15.082840] init: command 'mkdir' r=0 <6>[ 15.083080] init: command 'mkdir' r=0 <6>[ 15.083303] init: command 'mkdir' r=0 <6>[ 15.083593] init: command 'mkdir' r=0 <6>[ 15.083856] init: command 'mkdir' r=0 <6>[ 15.084071] init: command 'mkdir' r=0 <6>[ 15.084305] init: command 'mkdir' r=0 <6>[ 15.084553] init: command 'mkdir' r=0 <6>[ 15.084814] init: command 'mkdir' r=0 <6>[ 15.085080] init: command 'mkdir' r=0 <6>[ 15.085343] init: command 'mkdir' r=0 <6>[ 15.086056] init: command 'chmod' r=0 <6>[ 15.086117] init: command 'chown' r=0 <6>[ 15.086390] init: command 'mkdir' r=0 <6>[ 15.086659] init: command 'mkdir' r=0 <6>[ 15.086706] init: command 'chown' r=0 <6>[ 15.087555] init: command 'mkdir' r=0 <6>[ 15.088353] init: command 'mkdir' r=0 <6>[ 15.088613] init: command 'mkdir' r=0 <6>[ 15.089484] init: command 'mkdir' r=0 <6>[ 15.091472] init: command 'mkdir' r=0 <6>[ 15.100817] init: command 'mkdir' r=0 <6>[ 15.101164] init: command 'mkdir' r=0 <6>[ 15.101433] init: command 'mkdir' r=0 <6>[ 15.101692] init: command 'mkdir' r=0 <6>[ 15.101945] init: command 'mkdir' r=0 <6>[ 15.102179] init: command 'mkdir' r=0 <6>[ 15.103284] init: command 'mkdir' r=0 <6>[ 15.103582] init: command 'mkdir' r=0 <6>[ 15.103847] init: command 'mkdir' r=0 <6>[ 15.103892] init: command 'chown' r=0 <6>[ 15.103934] init: command 'chmod' r=0 <6>[ 15.104184] init: command 'mkdir' r=0 <6>[ 15.104461] init: command 'mkdir' r=0 <6>[ 15.104708] init: command 'mkdir' r=0 <6>[ 15.104762] init: command 'symlink' r=-1 <6>[ 15.105025] init: command 'mkdir' r=0 <6>[ 15.105232] init: computing context for service '/system/bin/busybox' <5>[ 15.107233] init: starting 'precopy' <6>[ 15.107715] init: command 'start' r=0 <6>[ 15.107763] init: command 'setprop' r=0 <6>[ 15.107944] init: computing context for service '/system/bin/busybox' <5>[ 15.108122] init: starting 'bootclone' <6>[ 15.108563] init: command 'start' r=0 <6>[ 15.108664] init: processing action 0x538f8 (post-fs-data) <6>[ 15.108861] init: command 'chown' r=0 <6>[ 15.108971] init: command 'chmod' r=0 <6>[ 15.109056] init: command 'chown' r=0 <6>[ 15.109154] init: command 'chmod' r=0 <6>[ 15.109194] init: processing action 0x56180 (post-fs-data) <6>[ 15.109211] init: processing action 0x59470 (mix_hwrng_into_linux_rng) <3>[ 15.109256] init: /dev/hw_random not found <6>[ 15.109269] init: command 'mix_hwrng_into_linux_rng' r=0 <6>[ 15.109282] init: processing action 0x594b8 (property_service_init) <3>[ 15.112215] meminfo2=0 <6>[ 15.112276] init: MemTotal: 1027128KB <6>[ 15.196382] init: Created socket '/dev/socket/property_service' with mode '666', user '0', group '0' <6>[ 15.196651] init: command 'property_service_init' r=0 <6>[ 15.196690] init: processing action 0x59500 (signal_init) <6>[ 15.196831] init: command 'signal_init' r=0 <6>[ 15.196860] init: processing action 0x59548 (check_startup) <6>[ 15.196944] init: command 'check_startup' r=0 <6>[ 15.196966] init: processing action 0x4ea38 (boot) <6>[ 15.198227] init: command 'ifup' r=0 <6>[ 15.198382] init: command 'hostname' r=0 <6>[ 15.198452] init: command 'domainname' r=0 <6>[ 15.198544] init: command 'chmod' r=0 <6>[ 15.198593] init: command 'chown' r=0 <6>[ 15.198617] init: command 'setrlimit' r=0 <6>[ 15.198692] init: command 'write' r=0 <6>[ 15.198759] init: command 'write' r=0 <6>[ 15.198829] init: command 'chown' r=0 <6>[ 15.198878] init: command 'chmod' r=0 <6>[ 15.198927] init: command 'chown' r=0 <6>[ 15.198973] init: command 'chmod' r=0 <6>[ 15.199034] init: command 'write' r=0 <6>[ 15.199100] init: command 'write' r=0 <6>[ 15.199148] init: command 'chown' r=-2 <6>[ 15.199188] init: command 'chown' r=-2 <6>[ 15.199230] init: command 'chown' r=-2 <6>[ 15.199272] init: command 'chown' r=-2 <6>[ 15.199310] init: command 'chown' r=-2 <6>[ 15.199357] init: command 'chown' r=-2 <6>[ 15.199402] init: command 'chown' r=0 <6>[ 15.199446] init: command 'chown' r=0 <6>[ 15.199490] init: command 'chown' r=0 <6>[ 15.199537] init: command 'chown' r=0 <6>[ 15.199578] init: command 'chmod' r=0 <6>[ 15.199620] init: command 'chmod' r=0 <6>[ 15.199661] init: command 'chmod' r=0 <6>[ 15.199727] init: command 'chown' r=-2 <6>[ 15.199808] init: command 'chmod' r=-2 <6>[ 15.199912] init: command 'chown' r=-2 <6>[ 15.199984] init: command 'chmod' r=-2 <6>[ 15.200111] init: command 'chown' r=-2 <6>[ 15.200176] init: command 'chmod' r=-2 <6>[ 15.200235] init: command 'chown' r=-2 <6>[ 15.200291] init: command 'chmod' r=-2 <6>[ 15.200352] init: command 'chown' r=-2 <6>[ 15.200408] init: command 'chmod' r=-2 <6>[ 15.200464] init: command 'chown' r=-2 <6>[ 15.200594] init: command 'chmod' r=-2 <6>[ 15.200730] init: waitpid returned pid 99, status = 00000000 <5>[ 15.200744] init: process 'precopy', pid 99 exited <6>[ 15.200868] init: command 'chown' r=-2 <6>[ 15.200927] init: command 'chmod' r=-2 <6>[ 15.200982] init: command 'chown' r=-2 <6>[ 15.201034] init: command 'chmod' r=-2 <6>[ 15.201087] init: command 'chown' r=-2 <6>[ 15.201141] init: command 'chown' r=-2 <6>[ 15.201194] init: command 'chmod' r=-2 <6>[ 15.201247] init: command 'chown' r=-2 <6>[ 15.201300] init: command 'chmod' r=-2 <6>[ 15.201353] init: command 'chown' r=-2 <6>[ 15.201406] init: command 'chmod' r=-2 <6>[ 15.201485] init: command 'chown' r=0 <6>[ 15.201539] init: command 'chmod' r=0 <6>[ 15.201598] init: command 'chown' r=0 <6>[ 15.201654] init: command 'chmod' r=0 <6>[ 15.201718] init: command 'chown' r=0 <6>[ 15.201779] init: command 'chmod' r=0 <6>[ 15.201832] init: command 'chown' r=0 <6>[ 15.201879] init: command 'chmod' r=0 <6>[ 15.201940] init: command 'chown' r=-2 <6>[ 15.201997] init: command 'chmod' r=-2 <6>[ 15.202056] init: command 'chown' r=-2 <6>[ 15.202113] init: command 'chmod' r=-2 <6>[ 15.202164] init: command 'chown' r=-2 <6>[ 15.202211] init: command 'chown' r=-2 <6>[ 15.202268] init: command 'chown' r=-2 <6>[ 15.202318] init: command 'chown' r=-2 <6>[ 15.202366] init: command 'chmod' r=-2 <6>[ 15.202412] init: command 'chown' r=-2 <6>[ 15.202461] init: command 'chmod' r=-2 <6>[ 15.202575] init: command 'chown' r=0 <6>[ 15.202653] init: command 'chmod' r=0 <6>[ 15.202709] init: command 'chown' r=-2 <6>[ 15.202758] init: command 'chown' r=-2 <6>[ 15.202806] init: command 'chown' r=-2 <6>[ 15.202853] init: command 'chown' r=-2 <6>[ 15.202900] init: command 'chown' r=-2 <6>[ 15.202947] init: command 'chown' r=-2 <6>[ 15.202993] init: command 'chown' r=-2 <6>[ 15.203042] init: command 'chown' r=-2 <6>[ 15.203091] init: command 'chown' r=-2 <6>[ 15.203139] init: command 'chown' r=-2 <6>[ 15.203186] init: command 'chown' r=-2 <6>[ 15.203237] init: command 'chown' r=-2 <6>[ 15.203282] init: command 'chown' r=-2 <6>[ 15.203328] init: command 'chown' r=-2 <6>[ 15.203377] init: command 'chown' r=-2 <6>[ 15.203425] init: command 'chown' r=-2 <6>[ 15.203471] init: command 'chown' r=-2 <6>[ 15.203520] init: command 'chown' r=-2 <6>[ 15.203568] init: command 'chown' r=-2 <6>[ 15.203621] init: command 'chown' r=0 <6>[ 15.203669] init: command 'chown' r=0 <6>[ 15.203717] init: command 'chown' r=0 <6>[ 15.203764] init: command 'chown' r=0 <6>[ 15.203809] init: command 'chown' r=0 <6>[ 15.203857] init: command 'chown' r=0 <6>[ 15.203966] init: command 'chown' r=0 <6>[ 15.204065] init: command 'chown' r=0 <6>[ 15.204140] init: command 'setprop' r=0 <6>[ 15.204194] init: command 'setprop' r=0 <6>[ 15.204255] init: command 'setprop' r=0 <6>[ 15.204307] init: command 'setprop' r=0 <6>[ 15.204359] init: command 'setprop' r=0 <6>[ 15.204411] init: command 'setprop' r=0 <6>[ 15.204463] init: command 'setprop' r=0 <6>[ 15.204516] init: command 'setprop' r=0 <6>[ 15.204568] init: command 'setprop' r=0 <6>[ 15.204620] init: command 'setprop' r=0 <6>[ 15.204677] init: command 'setprop' r=0 <6>[ 15.204709] init: command 'setprop' r=0 <6>[ 15.204739] init: command 'setprop' r=0 <5>[ 15.204913] init: starting 'healthd' <6>[ 15.205629] init: computing context for service '/system/bin/lights_leds.sh' <5>[ 15.205850] init: starting 'lights_leds' <6>[ 15.206574] init: computing context for service '/system/bin/servicemanager' <5>[ 15.206797] init: starting 'servicemanager' <6>[ 15.207651] init: computing context for service '/system/bin/vold' <5>[ 15.207933] init: starting 'vold' <6>[ 15.208460] init: command 'class_start' r=0 <6>[ 15.208905] init: computing context for service '/system/bin/netd' <5>[ 15.209146] init: starting 'netd' <6>[ 15.209673] binder: 102:102 transaction failed 29189, size 0-0 <6>[ 15.209881] init: computing context for service '/system/bin/debuggerd' <5>[ 15.210198] init: starting 'debuggerd' <6>[ 15.210928] init: computing context for service '/system/bin/surfaceflinger' <5>[ 15.211198] init: starting 'surfaceflinger' <6>[ 15.211959] init: computing context for service '/system/bin/app_process' <5>[ 15.212187] init: starting 'zygote' <6>[ 15.212304] init: Created socket '/dev/socket/vold' with mode '660', user '0', group '1009' <6>[ 15.212316] init: Created socket '/dev/socket/mdns' with mode '660', user '0', group '1000' <6>[ 15.212768] init: Created socket '/dev/socket/dnsproxyd' with mode '660', user '0', group '3003' <6>[ 15.212944] init: computing context for service '/system/bin/drmserver' <6>[ 15.213202] init: Created socket '/dev/socket/netd' with mode '660', user '0', group '1000' <5>[ 15.213222] init: starting 'drm' <6>[ 15.214029] init: computing context for service '/system/bin/mediaserver' <5>[ 15.214270] init: starting 'media' <6>[ 15.215170] init: computing context for service '/system/bin/installd' <6>[ 15.215180] init: Created socket '/dev/socket/zygote' with mode '660', user '0', group '1000' <5>[ 15.215401] init: starting 'installd' <3>[ 15.215934] init: cannot find '/system/etc/install-recovery.sh', disabling 'flash_recovery' <6>[ 15.216294] init: computing context for service '/system/bin/keystore' <5>[ 15.216544] init: starting 'keystore' <6>[ 15.217499] init: computing context for service '/system/bin/sh' <5>[ 15.217799] init: starting 'setserialno' <6>[ 15.218631] init: computing context for service '/system/bin/log_service' <5>[ 15.218896] init: starting 'logger_private' <6>[ 15.219696] init: computing context for service '/system/bin/setmacaddr' <5>[ 15.219961] init: starting 'engsetmacaddr' <6>[ 15.221661] init: computing context for service '/system/bin/setbtmacaddr' <5>[ 15.221914] init: starting 'engsetbtmacaddr' <6>[ 15.222377] init: command 'class_start' r=0 <6>[ 15.222504] init: processing action 0x58f88 (boot) <6>[ 15.222665] init: command 'chmod' r=0 <6>[ 15.222763] init: command 'chown' r=0 <6>[ 15.222834] init: command 'chown' r=0 <6>[ 15.222901] init: command 'chown' r=0 <6>[ 15.222970] init: command 'chown' r=0 <6>[ 15.223044] init: command 'chown' r=0 <6>[ 15.223117] init: command 'chown' r=0 <6>[ 15.223205] init: command 'chown' r=0 <6>[ 15.223283] init: command 'chown' r=0 <6>[ 15.223362] init: command 'chown' r=0 <6>[ 15.223419] init: command 'chown' r=0 <6>[ 15.223487] init: command 'chmod' r=0 <6>[ 15.223539] init: command 'chmod' r=0 <6>[ 15.223595] init: command 'chmod' r=0 <6>[ 15.223653] init: command 'chmod' r=0 <6>[ 15.223716] init: command 'chmod' r=0 <6>[ 15.223776] init: command 'chmod' r=0 <6>[ 15.223833] init: command 'chmod' r=0 <6>[ 15.223888] init: command 'chmod' r=0 <6>[ 15.223918] init: Created socket '/dev/socket/installd' with mode '600', user '1000', group '1000' <6>[ 15.223959] init: command 'chmod' r=0 <6>[ 15.224006] init: command 'chmod' r=0 <5>[ 16.377251] [VFE]dev->ccm_cfg[0]->ccm = gc2035,dev->ccm_cfg[1]->ccm = gc0328. <7>[ 16.380103] [sw_device]:sw_devices_events begin! <7>[ 16.380116] [sw_device]:sw_register_device_detect begin! <7>[ 16.380153] ========sw_sysconfig_get_para=================== <7>[ 16.380172] sw_sysconfig_get_para: device_twi_id is 1. <4>[ 16.408402] axp22_dldo3: Failed to create debugfs directory <6>[ 16.410243] init: command 'chown' r=0 <6>[ 16.411677] init: waitpid returned pid 103, status = 00000000 <5>[ 16.411700] init: process 'lights_leds', pid 103 exited <6>[ 16.412013] init: waitpid returned pid 115, status = 00000100 <5>[ 16.412034] init: process 'logger_private', pid 115 exited <6>[ 16.412211] init: waitpid returned pid 116, status = 00000000 <5>[ 16.412232] init: process 'engsetmacaddr', pid 116 exited <6>[ 16.412375] init: waitpid returned pid 117, status = 00000000 <5>[ 16.412395] init: process 'engsetbtmacaddr', pid 117 exited <7>[ 16.431747] ;Behind the equals sign said detected equipment corresponding to the name of the driver <7>[ 16.431757] ;Note: don't change the file format! <7>[ 16.431761] gsensor_module_name="stk8baxx" <7>[ 16.431765] ctp_module_name="gslX680new" <7>[ 16.431768] light sensor_module_name="" <7>[ 16.431772] gyr sensor_module_name="" <7>[ 16.431776] :strlen(src_string):239 <7>[ 16.431790] sw_analytic_write_info:total_raw:7 <7>[ 16.431797] config_info[6].str_info: <7>[ 16.431803] config_info[5].str_info:gyr sensor_module_name="" <7>[ 16.431808] <7>[ 16.431814] config_info[4].str_info:light sensor_module_name="" <7>[ 16.431819] <7>[ 16.431827] config_info[3].str_info:ctp_module_name="gslX680new" <7>[ 16.431832] <7>[ 16.431837] config_info[2].str_info:gsensor_module_name="stk8baxx" <7>[ 16.431843] <7>[ 16.431850] info:gsensor_module_name="stk8baxx" <7>[ 16.431855] , key_name:gsensor_module_name <7>[ 16.431864] ----ret : 21,s1 : 29--- <7>[ 16.431868] <7>[ 16.431874] name:stk8baxx <7>[ 16.431879] device_name:stk8baxx,write_id:2 <7>[ 16.431888] number: 2 <7>[ 16.431894] number:16 now_number:2,scan_number:0 <7>[ 16.431901] scan_number:0, now_number:2 <7>[ 16.431915] sw_device_response_test: name = stk8baxx, addr = 0x18 <7>[ 16.432220] I2C connection sucess! <7>[ 16.432235] addr:0x3d, response_addr:0x18 <7>[ 16.432244] addr:0x22, response_addr:0x18 <7>[ 16.432253] addr:0x18, response_addr:0x18 <7>[ 16.432262] return number: 2 <7>[ 16.432271] -----sw_chip_id_detect:chip_id_reg value:0x0 <7>[ 16.432283] from copy name:stk8baxx, strlen(name):8 <7>[ 16.432294] sw_i2c_test: write_key_name:gsensor_module_name <7>[ 16.432302] write_flag:0 <7>[ 16.432312] [sw_device]:sw_register_device_detect end! <7>[ 16.432318] [sw_device]:sw_register_device_detect begin! <7>[ 16.432336] ========sw_sysconfig_get_para=================== <7>[ 16.432353] sw_sysconfig_get_para: device_unused. <4>[ 16.432360] get sysconfig para erro! <7>[ 16.432366] [sw_device]:sw_register_device_detect end! <7>[ 16.432373] [sw_device]:sw_register_device_detect begin! <7>[ 16.432389] ========sw_sysconfig_get_para=================== <7>[ 16.432401] sw_sysconfig_get_para: device_unused. <4>[ 16.432408] get sysconfig para erro! <7>[ 16.432415] [sw_device]:sw_register_device_detect end! <4>[ 16.432459] ctp_wakeup: !!!!gpio data 1 <7>[ 16.507126] SELinux: initialized (dev mmcblk0p2, type vfat), uses genfs_contexts <4>[ 16.701452] axp22_ldoio0: Failed to create debugfs directory <4>[ 16.707792] axp22_eldo2: Failed to create debugfs directory <5>[ 16.714098] [VFE]vfe sensor detect start! input_num = 0 <5>[ 16.719945] [VFE]Find sensor name is "gc2035", i2c address is 78, type is "YUV" ! <6>[ 16.720305] init: command 'chmod' r=0 <6>[ 16.720520] init: waitpid returned pid 100, status = 00000000 <5>[ 16.720538] init: process 'bootclone', pid 100 exited <6>[ 16.720718] init: waitpid returned pid 114, status = 00000000 <5>[ 16.720736] init: process 'setserialno', pid 114 exited <6>[ 16.720874] init: processing action 0x59590 (queue_property_triggers) <6>[ 16.720975] init: command 'queue_property_triggers' r=0 <6>[ 16.721009] init: processing action 0x4fbe8 (nonencrypted) <6>[ 16.721034] init: command 'class_start' r=0 <6>[ 16.721053] init: processing action 0x4fee8 (property:sys.powerctl=*) <3>[ 16.721078] init: property 'sys.powerctl' doesn't exist while expanding '${sys.powerctl}' <3>[ 16.721096] init: powerctl: cannot expand '${sys.powerctl}' <6>[ 16.721112] init: command 'powerctl' r=-22 <6>[ 16.721131] init: processing action 0x4ff38 (property:sys.sysctl.extra_free_kbytes=*) <3>[ 16.721151] init: property 'sys.sysctl.extra_free_kbytes' doesn't exist while expanding '${sys.sysctl.extra_free_kbytes}' <3>[ 16.721171] init: cannot expand '${sys.sysctl.extra_free_kbytes}' while writing to '/proc/sys/vm/extra_free_kbytes' <6>[ 16.721191] init: command 'write' r=-22 <6>[ 16.721211] init: processing action 0x50300 (property:ro.debuggable=1) <6>[ 16.721420] init: computing context for service '/system/bin/sh' <5>[ 16.721711] init: starting 'console' <6>[ 16.722216] init: command 'start' r=0 <6>[ 16.722308] init: processing action 0x542f0 (property:persist.sys.usb.config=*) <6>[ 16.722399] init: command 'setprop' r=0 <6>[ 16.722425] init: processing action 0x57ea8 (property:sys.usb.config=mass_storage,adb) <3>[ 16.722555] android_usb: already disabled <6>[ 16.722585] init: command 'write' r=0 <6>[ 16.722680] init: command 'write' r=0 <6>[ 16.722767] init: command 'write' r=0 <6>[ 16.722866] init: command 'write' r=0 <6>[ 16.722947] init: command 'write' r=0 <5>[ 16.723158] init: starting 'adbd' <6>[ 16.723570] init: command 'start' r=0 <6>[ 16.723632] init: command 'setprop' r=0 <6>[ 16.724441] init: Created socket '/dev/socket/adbd' with mode '660', user '1000', group '1000' <6>[ 16.726761] adb_open <4>[ 16.726797] ep_matches, wrn: endpoint already claimed, ep(0xc09870dc, 0xef1c07c0, ep1in-bulk) <6>[ 16.726811] adb_bind_config <4>[ 16.726820] ep_matches, wrn: endpoint already claimed, ep(0xc09870dc, 0xef1c07c0, ep1in-bulk) <4>[ 16.726830] ep_matches, wrn: endpoint already claimed, ep(0xc0987128, 0xef1c07c0, ep1out-bulk) <4>[ 16.726842] ep_matches, wrn: endpoint already claimed, ep(0xc09870dc, 0xef1c07c0, ep1in-bulk) <4>[ 16.726851] ep_matches, wrn: endpoint already claimed, ep(0xc0987128, 0xef1c07c0, ep1out-bulk) <4>[ 16.726861] ep_matches, wrn: endpoint already claimed, ep(0xc0987174, 0xef1c5cc0, ep2in-bulk) <4>[ 16.726872] [sw_udc]: alloc request: ep(0xc09871c0, ep2out-bulk, 512), req(0xeeab1340) <4>[ 16.726886] [sw_udc]: alloc request: ep(0xc0987174, ep2in-bulk, 512), req(0xee4a3240) <4>[ 16.726898] [sw_udc]: alloc request: ep(0xc0987174, ep2in-bulk, 512), req(0xee4a31c0) <4>[ 16.726910] [sw_udc]: alloc request: ep(0xc0987174, ep2in-bulk, 512), req(0xee4a3140) <4>[ 16.726921] [sw_udc]: alloc request: ep(0xc0987174, ep2in-bulk, 512), req(0xee4a30c0) <4>[ 16.726936] [sw_udc]: sunxi_udc_pullup, is_on = 1 <4>[ 16.726945] sunxi_udc_set_pullup_2317: usb device is not active <5>[ 17.050370] [VFE]Sub device register "gc2035" i2c_addr = 0x78 start! <5>[ 17.061601] [VFE]registered sensor subdev is OK! <7>[ 17.066769] [VFE_DEBUG]ccm_cfg pt = edcb04fc <7>[ 17.071783] [VFE_DEBUG]ccm_cfg->sd = ee990180 <7>[ 17.076652] [VFE_DEBUG]module vflip = 0 hflip = 0 <7>[ 17.081978] [VFE_DEBUG]module vflip_thumb = 0 hflip_thumb = 0 <7>[ 17.088391] [VFE_DEBUG]module is_isp_used = 0 is_bayer_raw= 0 <5>[ 17.094898] [VFE]Check sensor! <7>[ 17.098461] [VFE_DEBUG]set regulator iovdd = 2800000,return 0 <7>[ 17.105058] [VFE_DEBUG]iovdd_on_off_cnt = 1! <7>[ 17.120130] [sw_device]:sw_register_device_detect begin! <5>[ 17.126189] [VFE]mclk on <7>[ 17.129055] [VFE_DEBUG]os_gpio_write, hdl is NULL <7>[ 17.134400] [VFE_DEBUG]set regulator iovdd = 2800000,return 0 <7>[ 17.135950] ========sw_sysconfig_get_para=================== <7>[ 17.135971] sw_sysconfig_get_para: device_twi_id is 0. <4>[ 17.135982] get_device_para_value:get subname:hyn_cst2xx error! val.val:0 <7>[ 17.135990] keyname:ctp_list_para subname:hyn_cst2xx ,get error! <4>[ 17.135997] get_detect_list: script_get_item err.support_number = 12. <7>[ 17.136101] ;Behind the equals sign said detected equipment corresponding to the name of the driver <7>[ 17.136108] ;Note: don't change the file format! <7>[ 17.136113] gsensor_module_name="stk8baxx" <7>[ 17.136116] ctp_module_name="gslX680new" <7>[ 17.136120] light sensor_module_name="" <7>[ 17.136124] gyr sensor_module_name="" <7>[ 17.136127] :strlen(src_string):239 <7>[ 17.136139] sw_analytic_write_info:total_raw:7 <7>[ 17.136146] config_info[6].str_info: <7>[ 17.136152] config_info[5].str_info:gyr sensor_module_name="" <7>[ 17.136157] <7>[ 17.136162] config_info[4].str_info:light sensor_module_name="" <7>[ 17.136167] <7>[ 17.136172] config_info[3].str_info:ctp_module_name="gslX680new" <7>[ 17.136177] <7>[ 17.136182] info:ctp_module_name="gslX680new" <7>[ 17.136186] , key_name:ctp_module_name <7>[ 17.136194] ----ret : 17,s1 : 27--- <7>[ 17.136198] <7>[ 17.136202] name:gslX680new <7>[ 17.136208] device_name:gslX680new,write_id:3 <7>[ 17.136215] number: 3 <7>[ 17.136221] number:13 now_number:3,scan_number:0 <7>[ 17.136228] scan_number:0, now_number:3 <7>[ 17.136240] sw_device_response_test: name = gslX680new, addr = 0x40 <7>[ 17.136452] I2C connection sucess! <7>[ 17.136461] addr:0x20, response_addr:0x40 <7>[ 17.136467] addr:0x1a, response_addr:0x40 <7>[ 17.136473] addr:0x40, response_addr:0x40 <7>[ 17.136479] return number: 3 <7>[ 17.136484] -----sw_chip_id_detect:chip_id_reg value:0x0 <7>[ 17.136492] from copy name:gslX680new, strlen(name):10 <7>[ 17.136499] sw_i2c_test: write_key_name:ctp_module_name <7>[ 17.136507] write_flag:0 <7>[ 17.136513] [sw_device]:sw_register_device_detect end! <7>[ 17.136631] [sw_device]:sw_devices_events end! <7>[ 17.236273] [VFE_DEBUG]regulator_is already enabled <7>[ 17.331341] [VFE_DEBUG]iovdd_on_off_cnt = 2! <3>[ 17.347471] meminfo2=1000 <7>[ 17.350588] [VFE_DEBUG]set regulator avdd = 2800000,return 0 <7>[ 17.351334] [VFE_DEBUG]set regulator dvdd = 1800000,return 0 <7>[ 17.395097] [VFE_DEBUG]power_on______________________________ <4>[ 17.402232] [CSI][GC2035]V4L2_IDENT_SENSOR=2035 <3>[ 17.412766] meminfo2=1000 <6>[ 17.457544] init: computing context for service '/system/bin/bootanimation' <5>[ 17.466045] init: starting 'bootanim' <4>[ 17.851777] ###########close all layers 0 <4>[ 17.920473] ###########close all layers 0 <4>[ 18.020162] [VFE_WARN]os_gpio_set_status, hdl is NULL <7>[ 18.025810] [VFE_DEBUG]os_gpio_write, hdl is NULL <4>[ 18.031134] [CSI][GC2035]disalbe oe! <4>[ 18.035153] [VFE_WARN]os_gpio_set_status, hdl is NULL <7>[ 18.040826] [VFE_DEBUG]os_gpio_write, hdl is NULL <5>[ 18.058161] [VFE]mclk off <5>[ 18.061180] [VFE]Sub device register "gc2035" is OK! <5>[ 18.066709] [VFE]sensor_i2c_board->type = gc2035,regster_ccm = gc2035. <7>[ 18.074011] [VFE_DEBUG]dev->ccm_cfg[0] = edcb04fc <7>[ 18.079242] [VFE_DEBUG]dev->ccm_cfg[0]->sd = ee990180 <7>[ 18.084904] [VFE_DEBUG]dev->ccm_cfg[0]->power.iovdd = edc22500 <7>[ 18.091412] [VFE_DEBUG]dev->ccm_cfg[0]->power.avdd = edc224c0 <7>[ 18.097809] [VFE_DEBUG]dev->ccm_cfg[0]->power.dvdd = edc22440 <7>[ 18.104277] [VFE_DEBUG]dev->ccm_cfg[0]->power.afvdd = (null) <5>[ 18.110782] [VFE]v4l2 subdev register input_num = 1 <4>[ 18.116247] axp22_dldo3: Failed to create debugfs directory <4>[ 18.122531] axp22_ldoio0: Failed to create debugfs directory <4>[ 18.128862] axp22_eldo2: Failed to create debugfs directory <4>[ 18.130265] <4>[ 18.130272] <4>[ 18.130274] insmod_device_driver <4>[ 18.130278] <4>[ 18.130283] [sw_udc]: sunxi_usb_device_enable start <4>[ 18.130291] [sw_udc]: usb_vbase = 0xf1c19000 <4>[ 18.130299] [sw_udc]: sram_vbase = 0xf1c00000 <4>[ 18.130319] [sw_udc]: open_usb_clock <4>[ 18.130370] [sw_udc]: usbd_stop_work <4>[ 18.130411] [sw_udc]: CONFIG_USB_GADGET_DUALSPEED: USBC_TS_MODE_HS <4>[ 18.130421] [sw_udc]: usbd_start_work <4>[ 18.130427] [sw_udc]: usbd_start_work <4>[ 18.130433] [sw_udc]: sunxi_usb_device_enable end <4>[ 18.186134] [sw_udc]: IRQ: suspend <4>[ 18.186143] [sw_udc]: ERR: usb speed is unkown <5>[ 18.195397] [VFE]vfe sensor detect start! input_num = 1 <5>[ 18.201228] [VFE]Find sensor name is "gc0328", i2c address is 42, type is "YUV" ! <5>[ 18.209554] [VFE]Sub device register "gc0328" i2c_addr = 0x42 start! <5>[ 18.217466] [VFE]registered sensor subdev is OK! <7>[ 18.222665] [VFE_DEBUG]ccm_cfg pt = edcb07c8 <7>[ 18.227413] [VFE_DEBUG]ccm_cfg->sd = ede1ee80 <7>[ 18.232291] [VFE_DEBUG]module vflip = 0 hflip = 0 <7>[ 18.237524] [VFE_DEBUG]module vflip_thumb = 0 hflip_thumb = 0 <7>[ 18.243941] [VFE_DEBUG]module is_isp_used = 0 is_bayer_raw= 0 <5>[ 18.250344] [VFE]Check sensor! <7>[ 18.253827] [VFE_DEBUG]set regulator iovdd = 2800000,return 0 <7>[ 18.260279] [VFE_DEBUG]regulator_is already enabled <7>[ 18.265704] [VFE_DEBUG]iovdd_on_off_cnt = 3! <4>[ 18.282572] [VFE_WARN]os_gpio_set_status, hdl is NULL <7>[ 18.288211] [VFE_DEBUG]os_gpio_write, hdl is NULL <7>[ 18.293469] [VFE_DEBUG]os_gpio_write, hdl is NULL <5>[ 18.310070] [VFE]mclk on <7>[ 18.324936] [VFE_DEBUG]set regulator iovdd = 2800000,return 0 <7>[ 18.331405] [VFE_DEBUG]regulator_is already enabled <7>[ 18.336826] [VFE_DEBUG]iovdd_on_off_cnt = 4! <7>[ 18.341673] [VFE_DEBUG]set regulator avdd = 2800000,return 0 <7>[ 18.348010] [VFE_DEBUG]regulator_is already enabled <7>[ 18.353518] [VFE_DEBUG]set regulator dvdd = 1800000,return 0 <4>[ 18.358055] [sw_udc]: IRQ: reset <4>[ 18.358065] (1:star,2:end): vfs_read:0, vfs_write:0,dma_working:0,amount:0,file_offset:0 <4>[ 18.358077] [sw_udc]: irq: reset happen, throw away all urb <7>[ 18.378776] [VFE_DEBUG]regulator_is already enabled <6>[ 18.379862] healthd: battery l=57 v=3890 t=30.0 h=2 st=2 c=345 chg=u <6>[ 18.392619] healthd: battery l=57 v=3890 t=30.0 h=2 st=2 c=345 chg=u <7>[ 18.415387] [VFE_DEBUG]os_gpio_write, hdl is NULL <4>[ 18.421620] [sw_udc]: <4>[ 18.424045] +++++++++++++++++++++++++++++++++++++ <4>[ 18.429451] [sw_udc]: usb enter high speed. <7>[ 18.432677] [VFE_DEBUG]power_on______________________________ <4>[ 18.432687] gc0328------------------------------------------james--16-47[sw_udc]: <4>[ 18.431607] +++++++++++++++++++++++++++++++++++++ <4>[ 18.459052] [sw_udc]: IRQ: reset <4>[ 18.462641] (1:star,2:end): vfs_read:0, vfs_write:0,dma_working:0,amount:0,file_offset:0 <4>[ 18.469045] [sw_udc]: irq: reset happen, throw away all urb <6>[ 18.479261] healthd: battery l=57 v=3890 t=30.0 h=2 st=2 c=345 chg=u <6>[ 18.487351] healthd: battery l=57 v=3890 t=30.0 h=2 st=2 c=345 chg=u <4>[ 18.531757] [sw_udc]: Set address 63 <6>[ 18.546969] android_usb gadget: high-speed config #1: android <4>[ 18.553372] [sw_udc]: ep enable: ep2(0xc0987174, ep2in-bulk, 128, 512) <4>[ 18.556944] [sw_udc]: ep enable: ep2(0xc0987174, ep2in-bulk, 128, 512), fifo(2560, 1024, 1) <4>[ 18.556944] [sw_udc]: ep enable: ep2(0xc09871c0, ep2out-bulk, 0, 512) <4>[ 18.556944] [sw_udc]: ep enable: ep2(0xc09871c0, ep2out-bulk, 0, 512), fifo(3584, 1024, 1) <4>[ 18.586436] [sw_udc]: ep enable: ep1(0xc09870dc, ep1in-bulk, 128, 512) <4>[ 18.593734] [sw_udc]: ep enable: ep1(0xc09870dc, ep1in-bulk, 128, 512), fifo(512, 1024, 1) <4>[ 18.603093] [sw_udc]: ep enable: ep1(0xc0987128, ep1out-bulk, 0, 512) <4>[ 18.610601] [sw_udc]: ep enable: ep1(0xc0987128, ep1out-bulk, 0, 512), fifo(1536, 1024, 1) <4>[ 18.619799] [sw_udc]: alloc request: ep(0xc09870dc, ep1in-bulk, 512), req(0xee7608c0) <4>[ 18.628596] [sw_udc]: alloc request: ep(0xc0987128, ep1out-bulk, 512), req(0xede1fbc0) <4>[ 18.637441] [sw_udc]: alloc request: ep(0xc09870dc, ep1in-bulk, 512), req(0xede1f8c0) <4>[ 18.646198] [sw_udc]: alloc request: ep(0xc0987128, ep1out-bulk, 512), req(0xede1f840) <7>[ 19.140121] [FL_ERR]error flash config! <5>[ 19.154994] [VFE]mclk off <5>[ 19.157944] [VFE]Sub device register "gc0328" is OK! <5>[ 19.163567] [VFE]sensor_i2c_board->type = gc0328,regster_ccm = gc0328. <7>[ 19.170917] [VFE_DEBUG]dev->ccm_cfg[1] = edcb07c8 <7>[ 19.176166] [VFE_DEBUG]dev->ccm_cfg[1]->sd = ede1ee80 <7>[ 19.181901] [VFE_DEBUG]dev->ccm_cfg[1]->power.iovdd = edcc22c0 <7>[ 19.188408] [VFE_DEBUG]dev->ccm_cfg[1]->power.avdd = edcc2a40 <7>[ 19.194868] [VFE_DEBUG]dev->ccm_cfg[1]->power.dvdd = edcc2b40 <7>[ 19.201316] [VFE_DEBUG]dev->ccm_cfg[1]->power.afvdd = (null) <5>[ 19.208532] [VFE]V4L2 device registered as video0 <5>[ 19.213910] [VFE]register_early_suspend @ probe handle! <5>[ 19.219929] [VFE]probe_work_handle end! <6>[ 20.581949] healthd: battery l=58 v=3822 t=30.0 h=2 st=2 c=66 chg=u <4>[ 23.920976] WRN:L1111(drivers/usb/sunxi_usb/udc/sunxi_udc.c):handle_ep0: ep0 setup end <4>[ 23.929794] nuke: ep num is 0 <6>[ 31.296100] warning: `zygote' uses 32-bit capabilities (legacy support in use) <4>[ 31.513802] stk8baxx_init <4>[ 31.516716] 2797 stk8baxx_init <4>[ 31.520240] 2807 stk8baxx_init <6>[ 31.523956] gsensor_detect: Detected chip stk8baxx at adapter 1, address 0x18 <6>[ 31.532788] stk8ba50_probe: driver version:3.5.0 <4>[ 31.537924] 2548 stk8baxx_probe <4>[ 31.541450] ede0d988 -283436992 <6>[ 31.545503] STK8BAXX_Init:issue sw reset to 0x18, result=0 <6>[ 31.570038] STK8BAXX_Init Revise I2C Address = 0x18 <3>[ 31.578689] STK8BAXX_Init:return to suspend mode after init <6>[ 31.585358] input: stk8baxx as /devices/virtual/input/input4 <4>[ 31.643634] gslX680new: no versions for exported symbols: kernel tainted. <4>[ 31.651225] Disabling lock debugging due to kernel taint <6>[ 31.658484] =====ctp_fetch_sysconfig_para=====. <3>[ 31.663650] ctp_fetch_sysconfig_para: ctp_power_io script_get_item err. <4>[ 31.671108] ctp_wakeup gpio number is 39 <4>[ 31.675458] ctp_irq gpio number is 37 <4>[ 31.679849] axp22_ldoio1: Failed to create debugfs directory <4>[ 31.750293] i2c-core: driver [gslX680] using legacy suspend method <4>[ 31.757154] i2c-core: driver [gslX680] using legacy resume method <6>[ 31.763950] ctp_detect: addr= 40 <6>[ 31.767723] I2C connection sucess! <6>[ 31.771512] <6>[ 31.771515] <6>[ 31.771518] +++++++++++++++++++++++++++++++++ <6>[ 31.771523] ++++++ GSLX680 new used +++++++++ <6>[ 31.771527] +++++++++++++++++++++++++++++++++ <4>[ 31.796214] GSLX680 Enter gsl_ts_probe <4>[ 31.801060] [GSLX680] Enter gsl_ts_init_ts <6>[ 31.806027] input: gslX680 as /devices/platform/twi.0/i2c-0/0-0040/input/input5 <4>[ 31.815336] [GSLX680] End gsl_ts_probe <4>[ 31.819544] **************************************************************** <6>[ 31.828370] init: processing action 0x50598 (property:sys.sensors=1) <6>[ 31.835664] init: computing context for service '/system/bin/busybox' <5>[ 31.843122] init: starting 'sensors' <6>[ 31.847667] init: command 'start' r=0 <6>[ 31.861737] init: waitpid returned pid 471, status = 00000000 <5>[ 31.868136] init: process 'sensors', pid 471 exited <4>[ 32.260047] =============gsl_load_fw start============== <3>[ 32.720454] stk8baxx_get_file_content: filp_open error, no offset file! <3>[ 32.727860] stk8baxx_store_in_file: filp_open error! <6>[ 32.733498] STK8BAXX_LoadCali: cali_status=0xff <3>[ 32.799100] meminfo2=1000 <4>[ 32.814570] =============gsl_load_fw end============== <3>[ 32.920467] #########check mem read 0xb0 = 5a 5a 5a 5a ######### <4>[ 32.927352] ------------[ cut here ]------------ <4>[ 32.930438] WARNING: at kernel/irq/manage.c:428 __enable_irq+0x88/0xd0() <4>[ 32.930438] Unbalanced enable for IRQ 5 <4>[ 32.930438] Modules linked in: gslX680new(F) stk8baxx sunxi_schw(O) cdc_ether rtl8150 mcs7830 qf9700 asix usbnet sunxi_keyboard sw_device vfe_v4l2 s5k4ec sp0a19 sp2519 sp0838 siv121d bf3920 bf3703 bf3a03 hi704 gc2155 gc2145 gc2035 gc0309 gc0329 gc0312 gc0308 gc0328 vfe_subdev vfe_os cci cam_detect videobuf_dma_contig videobuf_core leds_sunxi mali(O) lcd disp nand(O) <4>[ 32.930438] [<c00186c4>] (unwind_backtrace+0x0/0x128) from [<c062ea0c>] (dump_stack+0x20/0x24) <4>[ 32.930438] [<c062ea0c>] (dump_stack+0x20/0x24) from [<c0036880>] (warn_slowpath_common+0x5c/0x74) <4>[ 32.930438] [<c0036880>] (warn_slowpath_common+0x5c/0x74) from [<c0036954>] (warn_slowpath_fmt+0x40/0x48) <4>[ 32.930438] [<c0036954>] (warn_slowpath_fmt+0x40/0x48) from [<c00a1bb8>] (__enable_irq+0x88/0xd0) <4>[ 32.930438] [<c00a1bb8>] (__enable_irq+0x88/0xd0) from [<c00a1c64>] (enable_irq+0x64/0x84) <4>[ 32.930438] [<c00a1c64>] (enable_irq+0x64/0x84) from [<c03b06c0>] (input_set_int_enable+0x4c/0x64) <4>[ 32.930438] [<c03b06c0>] (input_set_int_enable+0x4c/0x64) from [<bf3468e8>] (gslX680_init_events+0xb0/0xe8 [gslX680new]) <4>[ 32.930438] [<bf3468e8>] (gslX680_init_events+0xb0/0xe8 [gslX680new]) from [<c00501b8>] (process_one_work+0x294/0x48c) <4>[ 32.930438] [<c00501b8>] (process_one_work+0x294/0x48c) from [<c0050724>] (worker_thread+0x1a8/0x2a4) <4>[ 32.930438] [<c0050724>] (worker_thread+0x1a8/0x2a4) from [<c00554a4>] (kthread+0x9c/0xa8) <4>[ 32.930438] [<c00554a4>] (kthread+0x9c/0xa8) from [<c0011a04>] (kernel_thread_exit+0x0/0x8) <4>[ 32.930438] ---[ end trace 10ca488f521b37e1 ]--- <6>[ 39.892447] init: processing action 0x506a8 (property:sys.lights_leds=1) <6>[ 39.896562] healthd: battery l=58 v=3810 t=30.0 h=2 st=2 c=103 chg=u <6>[ 39.902642] request_suspend_state: wakeup (3->0) at 39902619021 (1970-04-25 03:31:33.110380351 UTC) <6>[ 39.917411] init: computing context for service '/system/bin/lights_leds.sh' <5>[ 39.927047] init: starting 'lights_leds' <6>[ 39.932242] init: command 'start' r=0 <6>[ 39.936801] init: waitpid returned pid 489, status = 00000000 <5>[ 39.943337] init: process 'lights_leds', pid 489 exited <3>[ 39.974930] stk8baxx_get_file_content: filp_open error, no offset file! <3>[ 39.982352] stk8baxx_store_in_file: filp_open error! <6>[ 39.987860] STK8BAXX_LoadCali: cali_status=0xff <6>[ 39.992924] STK8BAXX_SetEnable:1 <4>[ 40.087658] lowmem_shrink: convert oom_adj to oom_score_adj: <4>[ 40.094056] oom_adj 0 => oom_score_adj 0 <4>[ 40.098408] oom_adj 1 => oom_score_adj 58 <4>[ 40.102876] oom_adj 2 => oom_score_adj 117 <4>[ 40.107419] oom_adj 4 => oom_score_adj 235 <4>[ 40.111992] oom_adj 9 => oom_score_adj 529 <4>[ 40.116535] oom_adj 15 => oom_score_adj 1000 <6>[ 40.124512] init: processing action 0x4ff38 (property:sys.sysctl.extra_free_kbytes=*) <6>[ 40.134131] init: command 'write' r=0 <6>[ 41.795786] acc_open <6>[ 41.798235] acc_release <4>[ 42.064057] RTL871X: module init start <4>[ 42.068242] RTL871X: rtl8723cs v4.3.22.12_18037.20160602_BTCOEX20160218-0900 <4>[ 42.076660] RTL871X: build time: Oct 18 2016 10:13:48 <4>[ 42.082449] RTL871X: rtl8723cs BT-Coex version = BTCOEX20160218-0900 <4>[ 42.089561] RTL871X: ----- platform_wifi_power_on sdc_id: 1, mod_sel: 9 <4>[ 42.097217] [mmc]: sdc1 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B <4>[ 42.108603] [mmc]: sdc1 card_power_on start... <4>[ 42.114357] [mmc]: sdc1 power_supply is null <4>[ 42.119225] [mmc]: sdc1 card_power_on ok <4>[ 42.140126] [mmc]: sdc1 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B <4>[ 42.150716] [mmc]: mclk 0xf1c2008c 0x8002000e <4>[ 42.197177] gpio rtl8723cs_wl_regon set val 1, act val 1 <4>[ 42.232513] [mmc]: *** sunxi_mci_dump_errinfo(L773): smc 1 err, cmd 52, RTO !! <4>[ 42.241732] [mmc]: *** sunxi_mci_dump_errinfo(L773): smc 1 err, cmd 52, RTO !! <4>[ 42.249956] [mmc]: sdc1 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B <4>[ 42.260341] [mmc]: mclk 0xf1c2008c 0x8002000e <4>[ 42.310587] [rtl8723cs]: sdio wifi power state: on <4>[ 42.316035] RTL871X: platform_wifi_power_on: power up, rescan card. <4>[ 42.322558] [mmc]: sdc1 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B <4>[ 42.322705] [mmc]: mclk 0xf1c2008c 0x8002000e <4>[ 42.338634] RTL871X: module init ret=0 <4>[ 42.379884] [mmc]: *** sunxi_mci_dump_errinfo(L773): smc 1 err, cmd 8, RTO !! <6>[ 42.388151] *******************Try sdio******************* <4>[ 42.394818] [mmc]: sdc1 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B <4>[ 42.405558] [mmc]: mclk 0xf1c2008c 0x8002000e <4>[ 42.480551] [mmc]: sdc1 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing SD-HS(SDR25) dt B <4>[ 42.492068] [mmc]: mclk 0xf1c2008c 0x8002000e <4>[ 42.550143] [mmc]: sdc1 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 1 timing SD-HS(SDR25) dt B <4>[ 42.560815] [mmc]: mclk 0xf1c2008c 0x8100000b <4>[ 42.620192] [mmc]: sdc1 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 4 timing SD-HS(SDR25) dt B <4>[ 42.631519] [mmc]: mclk 0xf1c2008c 0x8140030b <6>[ 42.691476] mmc2: new high speed SDIO card at address 0001 <4>[ 42.699293] RTL871X: CHIP TYPE: RTL8703B <4>[ 42.704532] RTL871X: rtw_hal_config_rftype RF_Type is 3 TotalTxPath is 1 <4>[ 42.712262] RTL871X: Chip Version Info: CHIP_8703B_Normal_Chip_TSMC_B_CUT_1T1R_RomVer(0) <4>[ 42.726059] RTL871X: SetHwReg8703B: bMacPwrCtrlOn=1 <4>[ 42.732343] RTL871X: PowerOnCheck: val_mix:0x0000063f, res:0x0000063f <4>[ 42.739636] RTL871X: PowerOnCheck: 0x100 the result of cmd52 and cmd53 is the same. <4>[ 42.748400] RTL871X: PowerOnCheck: 0x1B8 test Pass. <4>[ 42.754677] RTL871X: ReadAdapterInfo8703BS, 0x4e=0xe2 <4>[ 42.760479] RTL871X: EEPROM type is E-FUSE <4>[ 42.765451] RTL871X: hal_EfuseSwitchToBank: Efuse switch bank to 0 <4>[ 42.777028] RTL871X: hal_ReadEFuse_WiFi: data end at address=0x16 <4>[ 42.784177] RTL871X: Efuse Realmap: <4>[ 42.786295] wait for reg load finish time out zhangjl ================================================================== <4>[ 42.787347] wait for reg load finish time out zhangjl ================================================================== <4>[ 42.813227] <4>[ 42.814905] 29 81 03 7C E1 00 28 00 B3 04 65 45 10 06 40 02 <4>[ 42.821323] FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF <4>[ 42.827701] FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF <4>[ 42.834500] FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF <4>[ 42.840952] FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF <4>[ 42.847302] FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF <4>[ 42.853696] FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF <4>[ 42.860076] FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF <4>[ 42.866427] FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF <4>[ 42.872849] FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF <4>[ 42.879217] FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF <4>[ 42.885667] FF FF FF FF FF FF FF FF FF FF 37 FF FF FF FF FF <4>[ 42.892080] FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF <4>[ 42.898457] FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF <4>[ 42.904882] FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF <4>[ 42.911311] FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF <4>[ 42.917663] FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF <4>[ 42.924041] FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF <4>[ 42.930694] FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF <4>[ 42.937060] FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF <4>[ 42.943453] FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF <4>[ 42.949804] FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF <4>[ 42.956212] FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF <4>[ 42.962620] FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF <4>[ 42.968990] FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF <4>[ 42.975442] FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF <4>[ 42.982024] FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF <4>[ 42.988397] FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF <4>[ 42.994790] FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF <4>[ 43.001186] FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF <4>[ 43.007545] FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF <4>[ 43.014194] FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF <4>[ 43.042364] RTL871X: efuse file: /system/etc/wifi/wifi_efuse_8723cs.map <4>[ 43.049716] RTL871X: 0x000: 29 81 03 7C E1 00 28 00 B3 04 65 45 10 86 40 02 <4>[ 43.057844] RTL871X: 0x010: 27 27 27 27 27 27 2C 2C 2C 2C 2C 02 FF FF FF FF <4>[ 43.065970] RTL871X: 0x020: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF <4>[ 43.074089] RTL871X: 0x030: FF FF FF FF FF FF FF FF FF FF 2C 2C 2C 2C 2C 2C <4>[ 43.082458] RTL871X: 0x040: 2E 2E 2E 2E 2E 02 FF FF FF FF FF FF FF FF FF FF <4>[ 43.090576] RTL871X: 0x050: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF <4>[ 43.098677] RTL871X: 0x060: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF <4>[ 43.106832] RTL871X: 0x070: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF <4>[ 43.114946] RTL871X: 0x080: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF <4>[ 43.123084] RTL871X: 0x090: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF <4>[ 43.131254] RTL871X: 0x0a0: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF <4>[ 43.139380] RTL871X: 0x0b0: FF FF FF FF FF FF FF FF 20 20 1E 00 00 00 FF FF <4>[ 43.147526] RTL871X: 0x0c0: FF 39 20 11 00 00 00 FF 00 FF 12 FF FF FF FF FF <4>[ 43.155726] RTL871X: 0x0d0: 3E 10 01 02 23 00 80 FF 20 04 4C 02 03 B7 21 02 <4>[ 43.163916] RTL871X: 0x0e0: 0C 00 22 04 00 08 00 32 FF 21 02 0C 00 22 2A 01 <4>[ 43.172210] RTL871X: 0x0f0: 01 00 00 00 00 00 00 00 00 00 00 00 02 00 FF FF <4>[ 43.180603] RTL871X: 0x100: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 <4>[ 43.188838] RTL871X: 0x110: 00 EB 00 6E 01 00 00 00 00 FF FF FF FF FF FF FF <4>[ 43.197062] RTL871X: 0x120: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF <4>[ 43.205273] RTL871X: 0x130: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF <4>[ 43.213510] RTL871X: 0x140: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF <4>[ 43.221771] RTL871X: 0x150: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF <4>[ 43.229951] RTL871X: 0x160: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF <4>[ 43.238265] RTL871X: 0x170: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF <4>[ 43.246528] RTL871X: 0x180: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF <4>[ 43.254660] RTL871X: 0x190: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF <4>[ 43.262768] RTL871X: 0x1a0: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF <4>[ 43.270885] RTL871X: 0x1b0: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF <4>[ 43.278993] RTL871X: 0x1c0: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF <4>[ 43.287104] RTL871X: 0x1d0: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF <4>[ 43.295242] RTL871X: 0x1e0: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF <4>[ 43.303376] RTL871X: 0x1f0: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF <4>[ 43.311493] <4>[ 43.313355] RTL871X: hal_EfuseSwitchToBank: Efuse switch bank to 0 <4>[ 43.324190] RTL871X: hal_ReadEFuse_WiFi: data end at address=0x16 <4>[ 43.331077] RTL871X: Efuse Realmap: <4>[ 43.335209] <4>[ 43.337918] FF FF FF FF FF FF <4>[ 43.341876] RTL871X: wifi_mac file: /data/wifimac.txt <4>[ 43.347570] RTL871X: a4:6a:1f:62:17:44 <4>[ 43.352104] RTL871X: Hal_EfuseParseBTCoexistInfo_8703B: Enable BT-coex, ant_num=1 <4>[ 43.360550] RTL871X: Hal_EfuseParseVoltage_8703B hwinfo[EEPROM_Voltage_ADDR_8703B] =b3 <4>[ 43.369541] RTL871X: Hal_EfuseParseVoltage_8703B pHalData->adjuseVoltageVal =b <4>[ 43.378097] RTL871X: Hal_ReadRFGainOffset, kfree config:0 <4>[ 43.385653] RTL871X: kfree flag:1 <4>[ 43.389463] RTL871X: bb_gain:0 <4>[ 43.393407] RTL871X: rtl8703b_FirmwareDownload fw: FW_NIC, size: 20944 <4>[ 43.401133] RTL871X: rtl8703b_FirmwareDownload: fw_ver=4 fw_subver=0000 sig=0x3b2, Month=11, Date=26, Hour=17, Minute=21 <4>[ 43.413555] RTL871X: rtl8703b_FirmwareDownload(): Shift for fw header! <4>[ 43.421106] RTL871X: rtl8703b_FirmwareDownload by IO write! <4>[ 43.575090] RTL871X: polling_fwdl_chksum: Checksum report OK! (1, 0ms), REG_MCUFWDL:0x07050305 <4>[ 43.587852] RTL871X: _8051Reset8703: Finish <4>[ 43.601618] RTL871X: _FWFreeToGo: Polling FW ready OK! (119, 20ms), REG_MCUFWDL:0x070503c6 <4>[ 43.610890] RTL871X: rtl8703b_FirmwareDownload: DLFW OK ! <4>[ 43.616935] RTL871X: rtl8703b_FirmwareDownload success. write_fw:1, 190ms <4>[ 43.624575] RTL871X: <=== rtl8703b_FirmwareDownload() <4>[ 43.630906] RTL871X: hal_read_mac_hidden_rpt OK! (1, 0ms), fwdl:1, id:0x19 <4>[ 43.639568] RTL871X: SetHwReg8703B: bMacPwrCtrlOn=0 <4>[ 43.646392] RTL871X: rtw_hal_read_chip_info in 920 ms <4>[ 43.653311] RTL871X: init_channel_set((null)) ChannelPlan ID:0x20, ch num:13 <4>[ 43.662647] RTL871X: rtw_alloc_macid((null)) if1, hwaddr:ff:ff:ff:ff:ff:ff macid:1 <4>[ 43.671422] RTL871X: rtw_register_early_suspend <4>[ 43.676703] RTL871X: Init_ODM_ComInfo_8703b(): fab_ver=0 cut_ver=1 <4>[ 43.683798] RTL871X: rtw_macaddr_cfg mac addr:a4:6a:1f:62:17:44 <4>[ 43.690863] RTL871X: bDriverStopped:True, bSurpriseRemoved:False, bup:0, hw_init_completed:0 <4>[ 43.701551] RTL871X: init_channel_set((null)) ChannelPlan ID:0x20, ch num:13 <4>[ 43.711714] RTL871X: rtw_alloc_macid((null)) if2, hwaddr:ff:ff:ff:ff:ff:ff macid:1 <4>[ 43.720511] RTL871X: rtw_wiphy_alloc(phy0) <4>[ 43.725134] RTL871X: rtw_wdev_alloc(padapter=f37c4000) <4>[ 43.731891] RTL871X: rtw_wiphy_alloc(phy1) <4>[ 43.736790] RTL871X: rtw_wdev_alloc(padapter=f3a35000) <4>[ 43.742839] RTL871X: rtw_wiphy_register(phy0) <4>[ 43.750318] RTL871X: rtw_ndev_init(wlan0) if1 mac_addr=a4:6a:1f:62:17:44 <4>[ 43.762317] RTL871X: rtw_wiphy_register(phy1) <4>[ 43.769464] RTL871X: rtw_ndev_init(p2p0) if2 mac_addr=a6:6a:1f:62:17:44 <6>[ 43.788037] *******************sdio init ok******************* <6>[ 44.018349] init: computing context for service '/system/bin/wpa_supplicant' <5>[ 44.027636] init: starting 'p2p_supplicant' <6>[ 44.045987] init: Created socket '/dev/socket/wpa_wlan0' with mode '660', user '1010', group '1010' <4>[ 44.499921] RTL871X: +871x_drv - if2_open, bup=0 <4>[ 44.505334] RTL871X: +871x_drv - drv_open, bup=0 <4>[ 44.510690] RTL871X: FW does not exist before power on!! <4>[ 44.521023] RTL871X: SetHwReg8703B: bMacPwrCtrlOn=1 <4>[ 44.527539] RTL871X: PowerOnCheck: val_mix:0x0000063f, res:0x0000063f <4>[ 44.534962] RTL871X: PowerOnCheck: 0x100 the result of cmd52 and cmd53 is the same. <4>[ 44.544194] RTL871X: PowerOnCheck: 0x1B8 test Pass. <4>[ 44.550493] RTL871X: Power on ok! <4>[ 44.554843] RTL871X: rtl8703b_FirmwareDownload fw: FW_NIC, size: 20944 <4>[ 44.562243] RTL871X: rtl8703b_FirmwareDownload: fw_ver=4 fw_subver=0000 sig=0x3b2, Month=11, Date=26, Hour=17, Minute=21 <4>[ 44.574399] RTL871X: rtl8703b_FirmwareDownload(): Shift for fw header! <4>[ 44.581836] RTL871X: rtl8703b_FirmwareDownload by IO write! <7>[ 44.672534] SELinux: initialized (dev mmcblk0p1, type vfat), uses genfs_contexts <3>[ 44.772462] init: no such service 'fuse_sdcard' <4>[ 44.775183] RTL871X: polling_fwdl_chksum: Checksum report OK! (1, 0ms), REG_MCUFWDL:0x00050305 <4>[ 44.775554] RTL871X: _8051Reset8703: Finish <4>[ 44.789397] RTL871X: _FWFreeToGo: Polling FW ready OK! (158, 0ms), REG_MCUFWDL:0x000503c6 <4>[ 44.789410] RTL871X: rtl8703b_FirmwareDownload: DLFW OK ! <4>[ 44.789418] RTL871X: rtl8703b_FirmwareDownload success. write_fw:1, 190ms <4>[ 44.789462] RTL871X: <=== rtl8703b_FirmwareDownload() <4>[ 44.789471] RTL871X: HalDetectPwrDownMode(): PDN=0 <4>[ 44.789478] RTL871X: Set RF Chip ID to RF_6052 and RF type to 3. <4>[ 45.017888] RTL871X: ===>phy_SpurCalibration_8703B: Channel = 1 <4>[ 45.025279] RTL871X: ===>phy_SwChnl8703B: Channel = 1 <4>[ 45.042164] RTL871X: pDM_Odm TxPowerTrackControl = 1 <4>[ 45.047875] RTL871X: pDM_Odm TxPowerTrackControl = 1 <4>[ 45.303580] RTL871X: ===>phy_SpurCalibration_8703B: Channel = 1 <4>[ 45.310369] RTL871X: ===>phy_SwChnl8703B: Channel = 1 <4>[ 45.317506] RTL871X: #### hw_var_set_opmode() -5398 iface_type(0) mode = 2 #### <4>[ 45.325760] RTL871X: rtw_rf_get_kfree_tx_gain_offset path:0, ch:6, bb_gain_sel:0, kfree_offset:0 <4>[ 45.336022] RTL871X: kfree gain_offset 0x55:0x8206e RTL871X: after :0x206e <4>[ 45.344859] RTL871X: MAC Address = a4:6a:1f:62:17:44 <4>[ 45.350816] RTL871X: start rtl8703bs_xmit_thread(wlan0) <4>[ 45.356882] RTL871X: rtw_cfg80211_init_wiphy:rf_type=3 <4>[ 45.362656] RTL871X: [HT] HAL Support STBC = 0x01 <4>[ 45.367930] RTL871X: +871x_drv - if2_open, bup=0 <4>[ 45.373215] RTL871X: start rtl8703bs_xmit_thread(p2p0) <4>[ 45.379205] RTL871X: rtw_cfg80211_init_wiphy:rf_type=3 <4>[ 45.384992] RTL871X: [HT] HAL Support STBC = 0x01 <4>[ 45.390364] RTL871X: -871x_drv - if2_open, bup=1 <4>[ 45.395589] RTL871X: -871x_drv - drv_open, bup=1 <4>[ 45.400788] RTL871X: -871x_drv - if2_open, bup=1 <4>[ 45.406096] RTL871X: cfg80211_rtw_set_power_mgmt(p2p0) enabled:1, timeout:-1 <6>[ 45.414715] ADDRCONF(NETDEV_UP): p2p0: link is not ready <4>[ 45.480681] RTL871X: cfg80211_rtw_flush_pmksa(p2p0) <4>[ 45.552540] RTL871X: cfg80211_rtw_change_station(p2p0) <4>[ 45.559039] RTL871X: cfg80211_rtw_change_station(p2p0) <4>[ 45.566638] RTL871X: cfg80211_rtw_change_station(p2p0) <4>[ 45.585435] RTL871X: +871x_drv - drv_open, bup=1 <4>[ 45.591644] RTL871X: -871x_drv - drv_open, bup=1 <4>[ 45.598002] RTL871X: cfg80211_rtw_set_power_mgmt(wlan0) enabled:1, timeout:-1 <6>[ 45.607040] ADDRCONF(NETDEV_UP): wlan0: link is not ready <4>[ 45.670973] RTL871X: cfg80211_rtw_flush_pmksa(wlan0) <4>[ 45.731283] RTL871X: cfg80211_rtw_change_station(wlan0) <4>[ 45.738432] RTL871X: cfg80211_rtw_change_station(wlan0) <4>[ 45.744796] RTL871X: cfg80211_rtw_change_station(wlan0) <4>[ 45.779041] RTL871X: rtw_android_priv_cmd: Android private cmd "BTCOEXSCAN-STOP" on wlan0 <4>[ 45.795664] RTL871X: rtw_android_priv_cmd: Android private cmd "RXFILTER-STOP" on wlan0 <4>[ 45.806211] RTL871X: rtw_android_priv_cmd: Android private cmd "RXFILTER-ADD 3" on wlan0 <4>[ 45.816717] RTL871X: rtw_android_priv_cmd: Android private cmd "RXFILTER-START" on wlan0 <4>[ 45.827286] RTL871X: rtw_android_priv_cmd: Android private cmd "RXFILTER-STOP" on wlan0 <4>[ 45.837347] RTL871X: rtw_android_priv_cmd: Android private cmd "RXFILTER-REMOVE 2" on wlan0 <4>[ 45.848614] RTL871X: rtw_android_priv_cmd: Android private cmd "RXFILTER-START" on wlan0 <4>[ 45.866141] RTL871X: rtw_android_priv_cmd: Android private cmd "SETBAND 0" on wlan0 <4>[ 45.874769] RTL871X: rtw_set_band(wlan0) band:0 <4>[ 45.889097] RTL871X: cfg80211_rtw_scan(wlan0) <4>[ 45.894499] RTL871X: rtw_cfg80211_set_probe_req_wpsp2pie(wlan0) listen channel - country:XX, class:81, ch:6 <4>[ 45.906702] RTL871X: [HW_VAR_CHECK_TXBUF] no packet in tx packet buffer (0) <4>[ 45.916649] RTL871X: rtl8703b_c2h_packet_handler: C2H, ID=21 seq=0 len=1 <4>[ 45.924493] RTL871X: rtl8703b_c2h_packet_handler: C2H, ID=9 seq=1 len=7 <4>[ 45.933925] RTL871X: ===>phy_SpurCalibration_8703B: Channel = 1 <4>[ 45.940886] RTL871X: ===>phy_SwChnl8703B: Channel = 1 <4>[ 46.051187] RTL871X: ===>phy_SpurCalibration_8703B: Channel = 2 <4>[ 46.058134] RTL871X: ===>phy_SwChnl8703B: Channel = 2 <4>[ 46.161160] RTL871X: ===>phy_SpurCalibration_8703B: Channel = 3 <4>[ 46.168070] RTL871X: ===>phy_SwChnl8703B: Channel = 3 <4>[ 46.270987] RTL871X: ===>phy_SpurCalibration_8703B: Channel = 4 <4>[ 46.277887] RTL871X: ===>phy_SwChnl8703B: Channel = 4 <4>[ 46.381377] RTL871X: ===>phy_SpurCalibration_8703B: Channel = 5 <4>[ 46.388196] RTL871X: ===>phy_SwChnl8703B: Channel = 5 <4>[ 46.490925] RTL871X: ===>phy_SpurCalibration_8703B: Channel = 6 <4>[ 46.497816] RTL871X: ===>phy_SwChnl8703B: Channel = 6 <4>[ 46.573789] RTL871X: cfg80211_rtw_change_station(p2p0) <4>[ 46.601496] RTL871X: ===>phy_SpurCalibration_8703B: Channel = 7 <4>[ 46.608271] RTL871X: ===>phy_SwChnl8703B: Channel = 7 <4>[ 46.710978] RTL871X: ===>phy_SpurCalibration_8703B: Channel = 8 <4>[ 46.717736] RTL871X: ===>phy_SwChnl8703B: Channel = 8 <4>[ 46.751528] RTL871X: cfg80211_rtw_change_station(wlan0) <4>[ 46.820958] RTL871X: ===>phy_SpurCalibration_8703B: Channel = 9 <4>[ 46.827707] RTL871X: ===>phy_SwChnl8703B: Channel = 9 <4>[ 46.930942] RTL871X: ===>phy_SpurCalibration_8703B: Channel = 10 <4>[ 46.937758] RTL871X: ===>phy_SwChnl8703B: Channel = 10 <4>[ 47.040951] RTL871X: ===>phy_SpurCalibration_8703B: Channel = 11 <4>[ 47.048052] RTL871X: ===>phy_SwChnl8703B: Channel = 11 <4>[ 47.151557] RTL871X: ===>phy_SpurCalibration_8703B: Channel = 12 <4>[ 47.158570] RTL871X: ===>phy_SwChnl8703B: Channel = 12 <4>[ 47.261191] RTL871X: ===>phy_SpurCalibration_8703B: Channel = 13 <4>[ 47.268017] RTL871X: ===>phy_SwChnl8703B: Channel = 13 <4>[ 47.370932] RTL871X: ===>phy_SpurCalibration_8703B: Channel = 1 <4>[ 47.377671] RTL871X: ===>phy_SwChnl8703B: Channel = 1 <4>[ 47.385736] RTL871X: survey done event(1e) band:0 for wlan0 <4>[ 47.392089] RTL871X: rtw_indicate_scan_done(wlan0) <4>[ 47.397545] RTL871X: rtl8703b_c2h_packet_handler: C2H, ID=21 seq=2 len=1 <4>[ 47.400085] RTL871X: IsBtDisabled=0, IsBtControlLps=0 <4>[ 47.411079] RTL871X: rtl8703b_c2h_packet_handler: C2H, ID=9 seq=3 len=7 <4>[ 47.420229] RTL871X: HwRateToMRate(): Non supported Rate [ff]!!! <4>[ 47.428770] RTL871X: ==>rtw_ps_processor .fw_state(8) <4>[ 47.435526] RTL871X: ==>ips_enter cnts:1 <4>[ 47.439883] RTL871X: nolinked power save enter <4>[ 47.444864] RTL871X: ===> rtw_ips_pwr_down................... <4>[ 47.451339] RTL871X: ====> rtw_ips_dev_unload... <4>[ 47.466963] RTL871X: SetHwReg8703B: bMacPwrCtrlOn=0 <4>[ 47.472998] RTL871X: <=== rtw_ips_pwr_down..................... in 30ms <3>[ 49.320258] meminfo2=10003 <6>[ 49.788664] init: processing action 0x523f0 (property:sys.boot_completed=1) <6>[ 49.796902] init: computing context for service '/system/bin/busybox' <5>[ 49.805046] init: starting 'preinstall' <6>[ 49.812120] init: command 'start' r=0 <6>[ 49.819616] init: processing action 0x56df8 (property:sys.boot_completed=1) <6>[ 49.828235] init: computing context for service '/system/bin/rild' <5>[ 49.836062] init: starting 'ril-daemon' <6>[ 49.841269] init: command 'start' r=0 <6>[ 49.843671] init: Created socket '/dev/socket/rild-debug' with mode '660', user '1001', group '1000' <6>[ 49.844200] init: Created socket '/dev/socket/rild' with mode '660', user '0', group '1001' <6>[ 49.865605] init: command 'start' r=0 <6>[ 51.348433] init: waitpid returned pid 797, status = 0000ff00 <5>[ 51.355001] init: process 'preinstall', pid 797 exited <6>[ 52.156178] init: waitpid returned pid 248, status = 00000000 <5>[ 52.162690] init: process 'bootanim', pid 248 exited <6>[ 57.596859] CPU Budget:update CPU 0 cpufreq max to 1200000 min to 120000 <4>[ 57.604511] [dsm] store_scene: 0 <5>[ 60.661520] CPU2: shutdown <6>[ 60.664603] [hotplug]: cpu(1) try to kill cpu(2) <6>[ 60.669777] [hotplug]: cpu2 is killed! . <4>[ 60.904223] RTL871X: cfg80211_rtw_scan(wlan0) <4>[ 60.909141] RTL871X: _rtw_pwr_wakeup call ips_leave.... <4>[ 60.915061] RTL871X: ==>ips_leave cnts:1 <4>[ 60.919413] RTL871X: ===> rtw_ips_pwr_up.............. <4>[ 60.925272] RTL871X: ===> ips_netdrv_open......... <4>[ 60.930682] RTL871X: FW does not exist before power on!! <4>[ 60.940076] RTL871X: SetHwReg8703B: bMacPwrCtrlOn=1 <4>[ 60.945940] RTL871X: PowerOnCheck: val_mix:0x0000063f, res:0x0000063f <4>[ 60.953169] RTL871X: PowerOnCheck: 0x100 the result of cmd52 and cmd53 is the same. <4>[ 60.961771] RTL871X: PowerOnCheck: 0x1B8 test Pass. <4>[ 60.967491] RTL871X: Power on ok! <4>[ 60.971417] RTL871X: rtl8703b_FirmwareDownload fw: FW_NIC, size: 20944 <4>[ 60.978682] RTL871X: rtl8703b_FirmwareDownload: fw_ver=4 fw_subver=0000 sig=0x3b2, Month=11, Date=26, Hour=17, Minute=21 <4>[ 60.990787] RTL871X: rtl8703b_FirmwareDownload(): Shift for fw header! <4>[ 60.998054] RTL871X: rtl8703b_FirmwareDownload by IO write! <4>[ 61.124901] RTL871X: polling_fwdl_chksum: Checksum report OK! (1, 0ms), REG_MCUFWDL:0x00050705 <4>[ 61.134887] RTL871X: _8051Reset8703: Finish <4>[ 61.148708] RTL871X: _FWFreeToGo: Polling FW ready OK! (125, 10ms), REG_MCUFWDL:0x000507c6 <4>[ 61.157920] RTL871X: rtl8703b_FirmwareDownload: DLFW OK ! <4>[ 61.163950] RTL871X: rtl8703b_FirmwareDownload success. write_fw:1, 170ms <4>[ 61.171548] RTL871X: <=== rtl8703b_FirmwareDownload() <4>[ 61.177260] RTL871X: HalDetectPwrDownMode(): PDN=0 <4>[ 61.182593] RTL871X: Set RF Chip ID to RF_6052 and RF type to 3. <4>[ 61.412516] RTL871X: ===>phy_SpurCalibration_8703B: Channel = 1 <4>[ 61.419238] RTL871X: ===>phy_SwChnl8703B: Channel = 1 <4>[ 61.427019] RTL871X: pDM_Odm TxPowerTrackControl = 1 <4>[ 61.432608] RTL871X: pDM_Odm TxPowerTrackControl = 1 <4>[ 60.670902] CPU2: Booted secondary processor <4>[ 61.699080] RTL871X: ===>phy_SpurCalibration_8703B: Channel = 1 <4>[ 61.706404] RTL871X: ===>phy_SwChnl8703B: Channel = 1 <4>[ 61.715213] RTL871X: #### hw_var_set_opmode() -5398 iface_type(0) mode = 2 #### <4>[ 61.723630] RTL871X: rtw_rf_get_kfree_tx_gain_offset path:0, ch:6, bb_gain_sel:0, kfree_offset:0 <4>[ 61.733885] RTL871X: kfree gain_offset 0x55:0x8206e RTL871X: after :0x206e <4>[ 61.742826] RTL871X: <=== rtw_ips_pwr_up.............. in 830ms <4>[ 61.749535] RTL871X: nolinked power save leave <4>[ 61.754613] RTL871X: ==> ips_leave.....LED(0x00e28282)... <4>[ 61.763953] RTL871X: [HW_VAR_CHECK_TXBUF] no packet in tx packet buffer (0) <4>[ 61.764559] RTL871X: rtl8703b_c2h_packet_handler: C2H, ID=21 seq=0 len=1 <4>[ 61.764995] RTL871X: rtl8703b_c2h_packet_handler: C2H, ID=9 seq=1 len=7 <4>[ 61.788537] RTL871X: rtl8703b_c2h_packet_handler: C2H, ID=21 seq=2 len=1 <4>[ 61.796246] RTL871X: rtl8703b_c2h_packet_handler: C2H, ID=9 seq=3 len=7 <4>[ 61.805313] RTL871X: ===>phy_SpurCalibration_8703B: Channel = 1 <4>[ 61.812374] RTL871X: ===>phy_SwChnl8703B: Channel = 1 <4>[ 61.911173] RTL871X: ===>phy_SpurCalibration_8703B: Channel = 2 <4>[ 61.918110] RTL871X: ===>phy_SwChnl8703B: Channel = 2 <4>[ 62.021375] RTL871X: ===>phy_SpurCalibration_8703B: Channel = 3 <4>[ 62.028338] RTL871X: ===>phy_SwChnl8703B: Channel = 3 <4>[ 62.131204] RTL871X: ===>phy_SpurCalibration_8703B: Channel = 4 <4>[ 62.138107] RTL871X: ===>phy_SwChnl8703B: Channel = 4 <4>[ 62.241611] RTL871X: ===>phy_SpurCalibration_8703B: Channel = 5 <4>[ 62.248482] RTL871X: ===>phy_SwChnl8703B: Channel = 5 <4>[ 62.351142] RTL871X: ===>phy_SpurCalibration_8703B: Channel = 6 <4>[ 62.358135] RTL871X: ===>phy_SwChnl8703B: Channel = 6 <4>[ 62.460955] RTL871X: ===>phy_SpurCalibration_8703B: Channel = 7 <4>[ 62.467673] RTL871X: ===>phy_SwChnl8703B: Channel = 7 <4>[ 62.570937] RTL871X: ===>phy_SpurCalibration_8703B: Channel = 8 <4>[ 62.577671] RTL871X: ===>phy_SwChnl8703B: Channel = 8 <4>[ 62.680947] RTL871X: ===>phy_SpurCalibration_8703B: Channel = 9 <4>[ 62.687661] RTL871X: ===>phy_SwChnl8703B: Channel = 9 <5>[ 62.694673] CPU1: shutdown <6>[ 62.697704] [hotplug]: cpu(3) try to kill cpu(1) <6>[ 62.703009] [hotplug]: cpu1 is killed! . <4>[ 62.791224] RTL871X: ===>phy_SpurCalibration_8703B: Channel = 10 <4>[ 62.798065] RTL871X: ===>phy_SwChnl8703B: Channel = 10 <4>[ 62.901289] RTL871X: ===>phy_SpurCalibration_8703B: Channel = 11 <4>[ 62.908299] RTL871X: ===>phy_SwChnl8703B: Channel = 11 <4>[ 63.011404] RTL871X: ===>phy_SpurCalibration_8703B: Channel = 12 <4>[ 63.018331] RTL871X: ===>phy_SwChnl8703B: Channel = 12 <4>[ 63.120999] RTL871X: ===>phy_SpurCalibration_8703B: Channel = 13 <4>[ 63.127815] RTL871X: ===>phy_SwChnl8703B: Channel = 13 <4>[ 63.230887] RTL871X: ===>phy_SpurCalibration_8703B: Channel = 1 <4>[ 63.237602] RTL871X: ===>phy_SwChnl8703B: Channel = 1 <4>[ 63.245713] RTL871X: survey done event(1c) band:0 for wlan0 <4>[ 63.252118] RTL871X: rtl8703b_c2h_packet_handler: C2H, ID=21 seq=4 len=1 <4>[ 63.252318] RTL871X: rtw_indicate_scan_done(wlan0) <4>[ 63.260118] RTL871X: IsBtDisabled=0, IsBtControlLps=0 <4>[ 63.270803] RTL871X: rtl8703b_c2h_packet_handler: C2H, ID=9 seq=5 len=7 <4>[ 63.279576] RTL871X: HwRateToMRate(): Non supported Rate [ff]!!! <4>[ 63.289086] RTL871X: ==>rtw_ps_processor .fw_state(8) <4>[ 63.295474] RTL871X: ==>ips_enter cnts:2 <4>[ 63.299843] RTL871X: nolinked power save enter <4>[ 63.304821] RTL871X: ===> rtw_ips_pwr_down................... <4>[ 63.311224] RTL871X: ====> rtw_ips_dev_unload... <4>[ 63.326154] RTL871X: SetHwReg8703B: bMacPwrCtrlOn=0 <4>[ 63.332575] RTL871X: <=== rtw_ips_pwr_down..................... in 30ms <5>[ 65.231522] CPU3: shutdown <6>[ 65.234532] [hotplug]: cpu(2) try to kill cpu(3) <6>[ 65.239699] [hotplug]: cpu3 is killed! . <4>[ 62.704110] CPU1: Booted secondary processor <5>[ 69.248722] CPU2: shutdown <6>[ 69.252360] [hotplug]: cpu(0) try to kill cpu(2) <6>[ 69.257822] [hotplug]: cpu2 is killed! . <5>[ 70.742043] CPU1: shutdown <6>[ 70.745158] [hotplug]: cpu(0) try to kill cpu(1) <6>[ 70.750828] [hotplug]: cpu1 is killed! . <6>[ 75.224830] healthd: battery l=58 v=3818 t=30.0 h=2 st=2 c=13 chg=u <4>[ 75.943834] RTL871X: cfg80211_rtw_scan(wlan0) <4>[ 75.948927] RTL871X: _rtw_pwr_wakeup call ips_leave.... <4>[ 75.960391] RTL871X: ==>ips_leave cnts:2 <4>[ 75.964772] RTL871X: ===> rtw_ips_pwr_up.............. <4>[ 75.972315] RTL871X: ===> ips_netdrv_open......... <4>[ 75.977931] RTL871X: FW does not exist before power on!! <4>[ 75.988429] RTL871X: SetHwReg8703B: bMacPwrCtrlOn=1 <4>[ 75.996946] RTL871X: PowerOnCheck: val_mix:0x0000063f, res:0x0000063f <4>[ 76.004322] RTL871X: PowerOnCheck: 0x100 the result of cmd52 and cmd53 is the same. <4>[ 76.012996] RTL871X: PowerOnCheck: 0x1B8 test Pass. <4>[ 76.019099] RTL871X: Power on ok! <4>[ 76.023324] RTL871X: rtl8703b_FirmwareDownload fw: FW_NIC, size: 20944 <4>[ 76.030637] RTL871X: rtl8703b_FirmwareDownload: fw_ver=4 fw_subver=0000 sig=0x3b2, Month=11, Date=26, Hour=17, Minute=21 <4>[ 76.042872] RTL871X: rtl8703b_FirmwareDownload(): Shift for fw header! <4>[ 76.050152] RTL871X: rtl8703b_FirmwareDownload by IO write! <4>[ 76.243652] RTL871X: polling_fwdl_chksum: Checksum report OK! (1, 0ms), REG_MCUFWDL:0x00050705 <4>[ 76.253799] RTL871X: _8051Reset8703: Finish <4>[ 76.267656] RTL871X: _FWFreeToGo: Polling FW ready OK! (106, 10ms), REG_MCUFWDL:0x000507c6 <4>[ 76.276998] RTL871X: rtl8703b_FirmwareDownload: DLFW OK ! <4>[ 76.283045] RTL871X: rtl8703b_FirmwareDownload success. write_fw:1, 230ms <4>[ 76.291884] RTL871X: <=== rtl8703b_FirmwareDownload() <4>[ 76.297607] RTL871X: HalDetectPwrDownMode(): PDN=0 <4>[ 76.303031] RTL871X: Set RF Chip ID to RF_6052 and RF type to 3. <4>[ 76.535011] RTL871X: ===>phy_SpurCalibration_8703B: Channel = 1 <4>[ 76.541926] RTL871X: ===>phy_SwChnl8703B: Channel = 1 <4>[ 76.549725] RTL871X: pDM_Odm TxPowerTrackControl = 1 <4>[ 76.555406] RTL871X: pDM_Odm TxPowerTrackControl = 1 <4>[ 76.853069] RTL871X: ===>phy_SpurCalibration_8703B: Channel = 1 <4>[ 76.863003] RTL871X: ===>phy_SwChnl8703B: Channel = 1 <4>[ 76.871186] RTL871X: #### hw_var_set_opmode() -5398 iface_type(0) mode = 2 #### <4>[ 76.879650] RTL871X: rtw_rf_get_kfree_tx_gain_offset path:0, ch:6, bb_gain_sel:0, kfree_offset:0 <4>[ 76.890115] RTL871X: kfree gain_offset 0x55:0x8206e RTL871X: after :0x206e <4>[ 76.899661] RTL871X: <=== rtw_ips_pwr_up.............. in 930ms <4>[ 76.906509] RTL871X: nolinked power save leave <4>[ 76.912945] RTL871X: ==> ips_leave.....LED(0x00e28282)... <4>[ 76.923776] RTL871X: [HW_VAR_CHECK_TXBUF] no packet in tx packet buffer (0) <4>[ 76.931779] RTL871X: rtl8703b_c2h_packet_handler: C2H, ID=21 seq=0 len=1 <4>[ 76.939415] RTL871X: rtl8703b_c2h_packet_handler: C2H, ID=9 seq=1 len=7 <4>[ 76.949130] RTL871X: rtl8703b_c2h_packet_handler: C2H, ID=21 seq=2 len=1 <4>[ 76.956821] RTL871X: rtl8703b_c2h_packet_handler: C2H, ID=9 seq=3 len=7 <4>[ 76.969193] RTL871X: ===>phy_SpurCalibration_8703B: Channel = 1 <4>[ 76.976141] RTL871X: ===>phy_SwChnl8703B: Channel = 1 <4>[ 77.081274] RTL871X: ===>phy_SpurCalibration_8703B: Channel = 2 <4>[ 77.088181] RTL871X: ===>phy_SwChnl8703B: Channel = 2 <4>[ 77.191037] RTL871X: ===>phy_SpurCalibration_8703B: Channel = 3 <4>[ 77.197968] RTL871X: ===>phy_SwChnl8703B: Channel = 3 <4>[ 77.301906] RTL871X: ===>phy_SpurCalibration_8703B: Channel = 4 <4>[ 77.309163] RTL871X: ===>phy_SwChnl8703B: Channel = 4 <4>[ 77.411557] RTL871X: ===>phy_SpurCalibration_8703B: Channel = 5 <4>[ 77.418851] RTL871X: ===>phy_SwChnl8703B: Channel = 5 <4>[ 77.523410] RTL871X: ===>phy_SpurCalibration_8703B: Channel = 6 <4>[ 77.531901] RTL871X: ===>phy_SwChnl8703B: Channel = 6 <4>[ 77.642665] RTL871X: ===>phy_SpurCalibration_8703B: Channel = 7 <4>[ 77.653998] RTL871X: ===>phy_SwChnl8703B: Channel = 7 <4>[ 77.762332] RTL871X: ===>phy_SpurCalibration_8703B: Channel = 8 <4>[ 77.774153] RTL871X: ===>phy_SwChnl8703B: Channel = 8 <4>[ 77.891874] RTL871X: ===>phy_SpurCalibration_8703B: Channel = 9 <4>[ 77.903405] RTL871X: ===>phy_SwChnl8703B: Channel = 9 <4>[ 78.011917] RTL871X: ===>phy_SpurCalibration_8703B: Channel = 10 <4>[ 78.023220] RTL871X: ===>phy_SwChnl8703B: Channel = 10 <6>[ 78.103610] request_suspend_state: sleep (0->3) at 78103573539 (1970-04-25 03:32:11.311334244 UTC) <4>[ 78.114066] RTL871X: rtw_early_suspend <5>[ 78.121047] [VFE]vfe early suspend <4>[ 78.131495] RTL871X: ===>phy_SpurCalibration_8703B: Channel = 11 <5>[ 78.138462] [VFE]vfe power off in early suspend <4>[ 78.145908] ###########close all layers 0 <4>[ 78.152474] RTL871X: ===>phy_SwChnl8703B: Channel = 11 <5>[ 78.160487] [VFE]vfe_suspend_helper <5>[ 78.164409] [VFE]Set camera to standy off and power off ! <7>[ 78.181182] [VFE_DEBUG]ccm_cfg pt = edcb04fc <7>[ 78.185974] [VFE_DEBUG]ccm_cfg->sd = ee990180 <7>[ 78.203469] [VFE_DEBUG]module vflip = 0 hflip = 0 <7>[ 78.216611] [VFE_DEBUG]module vflip_thumb = 0 hflip_thumb = 0 <6>[ 78.227044] CPU Budget:update CPU 0 cpufreq max to 1200000 min to 120000 <7>[ 78.239576] [VFE_DEBUG]module is_isp_used = 0 is_bayer_raw= 0 <4>[ 78.246425] [dsm] store_scene: 0 <5>[ 78.277991] [VFE]mclk on <4>[ 78.282296] RTL871X: ===>phy_SpurCalibration_8703B: Channel = 12 <4>[ 78.291384] ###########close all layers 0 <4>[ 78.298844] RTL871X: ===>phy_SwChnl8703B: Channel = 12 <4>[ 78.304821] [CSI][GC2035]enable oe! <7>[ 78.308792] [VFE_DEBUG]sensor standby off ok at device number 0 when vfe_suspend! <7>[ 78.353907] [VFE_DEBUG]os_gpio_write, hdl is NULL <7>[ 78.359191] [VFE_DEBUG]set regulator dvdd = 1800000,return 0 <7>[ 78.374400] [VFE_DEBUG]set regulator avdd = 2800000,return 0 <7>[ 78.387336] [VFE_DEBUG]set regulator iovdd = 2800000,return 0 <7>[ 78.400199] [VFE_DEBUG]iovdd_on_off_cnt = 3! return <5>[ 78.419185] [VFE]mclk off <4>[ 78.423331] RTL871X: ===>phy_SpurCalibration_8703B: Channel = 13 <4>[ 78.433816] RTL871X: ===>phy_SwChnl8703B: Channel = 13 <7>[ 78.440466] [VFE_DEBUG]set regulator iovdd = 2800000,return 0 <7>[ 78.449863] [VFE_DEBUG]iovdd_on_off_cnt = 2! return <7>[ 78.459990] [VFE_DEBUG]power_off______________________________ <7>[ 78.474341] [VFE_DEBUG]sensor power off ok at device number 0 when vfe_suspend! <7>[ 78.491811] [VFE_DEBUG]ccm_cfg pt = edcb07c8 <7>[ 78.500500] [VFE_DEBUG]ccm_cfg->sd = ede1ee80 <7>[ 78.512332] [VFE_DEBUG]module vflip = 0 hflip = 0 <3>[ 78.518866] stk8baxx_get_file_content: filp_open error, no offset file! <7>[ 78.526476] [VFE_DEBUG]module vflip_thumb = 0 hflip_thumb = 0 <7>[ 78.532951] [VFE_DEBUG]module is_isp_used = 0 is_bayer_raw= 0 <5>[ 78.539343] [VFE]mclk on <3>[ 78.546589] stk8baxx_store_in_file: filp_open error! <4>[ 78.553351] RTL871X: ===>phy_SpurCalibration_8703B: Channel = 1 <4>[ 78.563250] RTL871X: ===>phy_SwChnl8703B: Channel = 1 <4>[ 78.577036] RTL871X: survey done event(1c) band:0 for wlan0 <4>[ 78.583473] RTL871X: rtl8703b_c2h_packet_handler: C2H, ID=21 seq=4 len=1 <4>[ 78.591255] RTL871X: rtl8703b_c2h_packet_handler: C2H, ID=9 seq=5 len=7 <7>[ 78.598697] [VFE_DEBUG]sensor standby off ok at device number 1 when vfe_suspend! <6>[ 78.607091] STK8BAXX_LoadCali: cali_status=0xff <4>[ 78.614740] RTL871X: rtw_indicate_scan_done(wlan0) <7>[ 78.624698] [VFE_DEBUG]os_gpio_write, hdl is NULL <4>[ 78.640114] RTL871X: IsBtDisabled=1, IsBtControlLps=0 <7>[ 78.645980] [VFE_DEBUG]os_gpio_write, hdl is NULL <4>[ 78.652881] RTL871X: HwRateToMRate(): Non supported Rate [ff]!!! <7>[ 78.659710] [VFE_DEBUG]set regulator dvdd = 1800000,return 0 <4>[ 78.671765] RTL871X: ==>rtw_ps_processor .fw_state(8) <4>[ 78.677576] RTL871X: rtl8703b_c2h_packet_handler: C2H, ID=21 seq=6 len=1 <4>[ 78.685182] RTL871X: rtl8703b_c2h_packet_handler: C2H, ID=9 seq=7 len=7 <7>[ 78.700196] [VFE_DEBUG]set regulator avdd = 2800000,return 0 <4>[ 78.707708] RTL871X: ==>ips_enter cnts:3 <4>[ 78.713108] RTL871X: nolinked power save enter <7>[ 78.718216] [VFE_DEBUG]set regulator iovdd = 2800000,return 0 <6>[ 78.729904] STK8BAXX_SetEnable:0 <4>[ 78.733845] RTL871X: ===> rtw_ips_pwr_down................... <7>[ 78.740498] [VFE_DEBUG]iovdd_on_off_cnt = 1! return <4>[ 78.750430] RTL871X: ====> rtw_ips_dev_unload... <5>[ 78.755734] [VFE]mclk off <4>[ 78.770088] [VFE_WARN]os_gpio_set_status, hdl is NULL <4>[ 70.751257] CPU1: Booted secondary processor <7>[ 78.787773] [VFE_DEBUG]set regulator iovdd = 2800000,return 0 <7>[ 78.787842] [VFE_DEBUG]iovdd_on_off_cnt = 0! return <7>[ 78.787951] [VFE_DEBUG]power_off______________________________ <7>[ 78.787960] [VFE_DEBUG]sensor power off ok at device number 1 when vfe_suspend! <4>[ 78.787969] [VFE_WARN]vfe vpu clock is null <5>[ 78.787974] [VFE]vfe_suspend done! <4>[ 78.788928] RTL871X: SetHwReg8703B: bMacPwrCtrlOn=0 <4>[ 78.789437] RTL871X: <=== rtw_ips_pwr_down..................... in 50ms <6>[ 78.811714] CPU Budget:update CPU 0 cpufreq max to 1200000 min to 120000 <6>[ 78.820154] Mali early suspend begin <6>[ 78.820476] Mali early suspend end <6>[ 78.820485] backlight_early_suspend <6>[ 78.820633] [LCD]close, step 0 delay 0 finish <4>[ 78.859966] [dsm] store_scene: 0 <4>[ 78.872512] RTL871X: rtw_android_priv_cmd: Android private cmd "SETSUSPENDMODE 1" on wlan0 <4>[ 78.886998] RTL871X: Unknown PRIVATE command SETSUSPENDMODE 1 - ignored <6>[ 78.894515] [LCD]close, step 1 delay 0 finish <6>[ 78.970154] [LCD]close, step 2 delay 20 finish <4>[ 79.000277] axp pconf set pin [GPIO2] data to [0] <6>[ 79.005527] [LCD]close, step 3 delay 50 finish <6>[ 79.080111] backlight_early_suspend finish <6>[ 80.712390] healthd: battery l=58 v=3874 t=30.0 h=2 st=2 c=325 chg=u <5>[ 80.767556] CPU1: shutdown <6>[ 80.771325] [hotplug]: cpu(0) try to kill cpu(1) <6>[ 80.776659] [hotplug]: cpu1 is killed! . <4>[ 90.934787] RTL871X: cfg80211_rtw_scan(wlan0) <4>[ 90.939844] RTL871X: _rtw_pwr_wakeup call ips_leave.... <4>[ 90.956605] RTL871X: ==>ips_leave cnts:3 <4>[ 90.961333] RTL871X: ===> rtw_ips_pwr_up.............. <4>[ 90.967368] RTL871X: ===> ips_netdrv_open......... <4>[ 90.976204] RTL871X: FW does not exist before power on!! <4>[ 90.986279] RTL871X: SetHwReg8703B: bMacPwrCtrlOn=1 <4>[ 90.992438] RTL871X: PowerOnCheck: val_mix:0x0000063f, res:0x0000063f <4>[ 90.999652] RTL871X: PowerOnCheck: 0x100 the result of cmd52 and cmd53 is the same. <4>[ 91.008358] RTL871X: PowerOnCheck: 0x1B8 test Pass. <4>[ 91.014325] RTL871X: Power on ok! <4>[ 91.018333] RTL871X: rtl8703b_FirmwareDownload fw: FW_NIC, size: 20944 <4>[ 91.027878] RTL871X: rtl8703b_FirmwareDownload: fw_ver=4 fw_subver=0000 sig=0x3b2, Month=11, Date=26, Hour=17, Minute=21 <4>[ 91.039994] RTL871X: rtl8703b_FirmwareDownload(): Shift for fw header! <4>[ 91.047503] RTL871X: rtl8703b_FirmwareDownload by IO write! <4>[ 91.232134] RTL871X: polling_fwdl_chksum: Checksum report OK! (1, 0ms), REG_MCUFWDL:0x00050705 <4>[ 91.242151] RTL871X: _8051Reset8703: Finish <4>[ 91.256012] RTL871X: _FWFreeToGo: Polling FW ready OK! (101, 10ms), REG_MCUFWDL:0x000507c6 <4>[ 91.265212] RTL871X: rtl8703b_FirmwareDownload: DLFW OK ! <4>[ 91.273437] RTL871X: rtl8703b_FirmwareDownload success. write_fw:1, 230ms <4>[ 91.281012] RTL871X: <=== rtl8703b_FirmwareDownload() <4>[ 91.286713] RTL871X: HalDetectPwrDownMode(): PDN=0 <4>[ 91.292054] RTL871X: Set RF Chip ID to RF_6052 and RF type to 3. <4>[ 91.520926] RTL871X: ===>phy_SpurCalibration_8703B: Channel = 1 <4>[ 91.527614] RTL871X: ===>phy_SwChnl8703B: Channel = 1 <4>[ 91.535169] RTL871X: pDM_Odm TxPowerTrackControl = 1 <4>[ 91.540715] RTL871X: pDM_Odm TxPowerTrackControl = 1 <4>[ 91.824692] RTL871X: ===>phy_SpurCalibration_8703B: Channel = 1 <4>[ 91.831572] RTL871X: ===>phy_SwChnl8703B: Channel = 1 <4>[ 91.839704] RTL871X: #### hw_var_set_opmode() -5398 iface_type(0) mode = 2 #### <4>[ 91.848106] RTL871X: rtw_rf_get_kfree_tx_gain_offset path:0, ch:6, bb_gain_sel:0, kfree_offset:0 <4>[ 91.860641] RTL871X: kfree gain_offset 0x55:0x8206e RTL871X: after :0x206e <4>[ 91.869489] RTL871X: <=== rtw_ips_pwr_up.............. in 900ms <4>[ 91.876184] RTL871X: nolinked power save leave <4>[ 91.881276] RTL871X: ==> ips_leave.....LED(0x00e28282)... <4>[ 91.892091] RTL871X: [HW_VAR_CHECK_TXBUF] no packet in tx packet buffer (0) <4>[ 91.900099] RTL871X: rtl8703b_c2h_packet_handler: C2H, ID=21 seq=0 len=1 <4>[ 91.907755] RTL871X: rtl8703b_c2h_packet_handler: C2H, ID=9 seq=1 len=7 <4>[ 91.916899] RTL871X: rtl8703b_c2h_packet_handler: C2H, ID=21 seq=2 len=1 <4>[ 91.924584] RTL871X: rtl8703b_c2h_packet_handler: C2H, ID=9 seq=3 len=7 <4>[ 91.934878] RTL871X: ===>phy_SpurCalibration_8703B: Channel = 1 <4>[ 91.941709] RTL871X: ===>phy_SwChnl8703B: Channel = 1 <4>[ 92.049013] RTL871X: ===>phy_SpurCalibration_8703B: Channel = 2 <4>[ 92.055830] RTL871X: ===>phy_SwChnl8703B: Channel = 2 <4>[ 92.165830] RTL871X: ===>phy_SpurCalibration_8703B: Channel = 3 <4>[ 92.173447] RTL871X: ===>phy_SwChnl8703B: Channel = 3 <4>[ 92.283673] RTL871X: ===>phy_SpurCalibration_8703B: Channel = 4 <4>[ 92.291296] RTL871X: ===>phy_SwChnl8703B: Channel = 4 <4>[ 92.403631] RTL871X: ===>phy_SpurCalibration_8703B: Channel = 5 <4>[ 92.411332] RTL871X: ===>phy_SwChnl8703B: Channel = 5 <4>[ 92.523603] RTL871X: ===>phy_SpurCalibration_8703B: Channel = 6 <4>[ 92.532739] RTL871X: ===>phy_SwChnl8703B: Channel = 6 <4>[ 92.643755] RTL871X: ===>phy_SpurCalibration_8703B: Channel = 7 <4>[ 92.651374] RTL871X: ===>phy_SwChnl8703B: Channel = 7 <4>[ 92.764055] RTL871X: ===>phy_SpurCalibration_8703B: Channel = 8 <4>[ 92.772288] RTL871X: ===>phy_SwChnl8703B: Channel = 8 <4>[ 92.883794] RTL871X: ===>phy_SpurCalibration_8703B: Channel = 9 <4>[ 92.891419] RTL871X: ===>phy_SwChnl8703B: Channel = 9 <4>[ 93.003742] RTL871X: ===>phy_SpurCalibration_8703B: Channel = 10 <4>[ 93.011528] RTL871X: ===>phy_SwChnl8703B: Channel = 10 <4>[ 93.123872] RTL871X: ===>phy_SpurCalibration_8703B: Channel = 11 <4>[ 93.131561] RTL871X: ===>phy_SwChnl8703B: Channel = 11 <4>[ 93.243661] RTL871X: ===>phy_SpurCalibration_8703B: Channel = 12 <4>[ 93.251377] RTL871X: ===>phy_SwChnl8703B: Channel = 12 <4>[ 93.363928] RTL871X: ===>phy_SpurCalibration_8703B: Channel = 13 <4>[ 93.372734] RTL871X: ===>phy_SwChnl8703B: Channel = 13 <4>[ 93.483746] RTL871X: ===>phy_SpurCalibration_8703B: Channel = 1 <4>[ 93.491381] RTL871X: ===>phy_SwChnl8703B: Channel = 1 <4>[ 93.509696] RTL871X: rtl8703b_c2h_packet_handler: C2H, ID=21 seq=4 len=1 <4>[ 93.518259] RTL871X: rtl8703b_c2h_packet_handler: C2H, ID=9 seq=5 len=7 <4>[ 93.529095] RTL871X: survey done event(21) band:0 for wlan0 <4>[ 93.543527] RTL871X: rtw_indicate_scan_done(wlan0) <4>[ 93.570115] RTL871X: IsBtDisabled=1, IsBtControlLps=0 <4>[ 93.578150] RTL871X: HwRateToMRate(): Non supported Rate [ff]!!! <4>[ 93.589834] RTL871X: ==>rtw_ps_processor .fw_state(8) <4>[ 93.601235] RTL871X: ==>ips_enter cnts:4 <4>[ 93.605603] RTL871X: nolinked power save enter <4>[ 93.612802] RTL871X: ===> rtw_ips_pwr_down................... <4>[ 93.619186] RTL871X: ====> rtw_ips_dev_unload... <4>[ 93.635752] RTL871X: SetHwReg8703B: bMacPwrCtrlOn=0 <4>[ 93.641960] RTL871X: <=== rtw_ips_pwr_down..................... in 30ms <4>[ 80.770132] CPU1: Booted secondary processor <5>[ 97.278714] CPU1: shutdown <6>[ 97.282324] [hotplug]: cpu(0) try to kill cpu(1) <6>[ 97.287654] [hotplug]: cpu1 is killed! . <4>[ 105.963421] RTL871X: cfg80211_rtw_scan(wlan0) <4>[ 105.968485] RTL871X: _rtw_pwr_wakeup call ips_leave.... <4>[ 105.984838] RTL871X: ==>ips_leave cnts:4 <4>[ 105.989349] RTL871X: ===> rtw_ips_pwr_up.............. <4>[ 105.998540] RTL871X: ===> ips_netdrv_open......... <4>[ 106.004162] RTL871X: FW does not exist before power on!! <4>[ 106.014295] RTL871X: SetHwReg8703B: bMacPwrCtrlOn=1 <4>[ 106.020424] RTL871X: PowerOnCheck: val_mix:0x0000063f, res:0x0000063f <4>[ 106.027639] RTL871X: PowerOnCheck: 0x100 the result of cmd52 and cmd53 is the same. <4>[ 106.036360] RTL871X: PowerOnCheck: 0x1B8 test Pass. <4>[ 106.042381] RTL871X: Power on ok! <4>[ 106.046386] RTL871X: rtl8703b_FirmwareDownload fw: FW_NIC, size: 20944 <4>[ 106.053757] RTL871X: rtl8703b_FirmwareDownload: fw_ver=4 fw_subver=0000 sig=0x3b2, Month=11, Date=26, Hour=17, Minute=21 <4>[ 106.065954] RTL871X: rtl8703b_FirmwareDownload(): Shift for fw header! <4>[ 106.073370] RTL871X: rtl8703b_FirmwareDownload by IO write! <4>[ 106.264376] RTL871X: polling_fwdl_chksum: Checksum report OK! (1, 0ms), REG_MCUFWDL:0x00050705 <4>[ 106.274504] RTL871X: _8051Reset8703: Finish <4>[ 106.288373] RTL871X: _FWFreeToGo: Polling FW ready OK! (102, 10ms), REG_MCUFWDL:0x000507c6 <4>[ 106.299742] RTL871X: rtl8703b_FirmwareDownload: DLFW OK ! <4>[ 106.305748] RTL871X: rtl8703b_FirmwareDownload success. write_fw:1, 230ms <4>[ 106.313332] RTL871X: <=== rtl8703b_FirmwareDownload() <4>[ 106.319032] RTL871X: HalDetectPwrDownMode(): PDN=0 <4>[ 106.324360] RTL871X: Set RF Chip ID to RF_6052 and RF type to 3. <4>[ 106.553859] RTL871X: ===>phy_SpurCalibration_8703B: Channel = 1 <4>[ 106.560563] RTL871X: ===>phy_SwChnl8703B: Channel = 1 <4>[ 106.568084] RTL871X: pDM_Odm TxPowerTrackControl = 1 <4>[ 106.573684] RTL871X: pDM_Odm TxPowerTrackControl = 1 <4>[ 106.864600] RTL871X: ===>phy_SpurCalibration_8703B: Channel = 1 <4>[ 106.871718] RTL871X: ===>phy_SwChnl8703B: Channel = 1 <4>[ 106.880003] RTL871X: #### hw_var_set_opmode() -5398 iface_type(0) mode = 2 #### <4>[ 106.888479] RTL871X: rtw_rf_get_kfree_tx_gain_offset path:0, ch:6, bb_gain_sel:0, kfree_offset:0 <4>[ 106.900923] RTL871X: kfree gain_offset 0x55:0x8206e RTL871X: after :0x206e <4>[ 106.909773] RTL871X: <=== rtw_ips_pwr_up.............. in 920ms <4>[ 106.916468] RTL871X: nolinked power save leave <4>[ 106.921559] RTL871X: ==> ips_leave.....LED(0x00e28282)... <4>[ 106.932365] RTL871X: [HW_VAR_CHECK_TXBUF] no packet in tx packet buffer (0) <4>[ 106.940373] RTL871X: rtl8703b_c2h_packet_handler: C2H, ID=21 seq=0 len=1 <4>[ 106.948019] RTL871X: rtl8703b_c2h_packet_handler: C2H, ID=9 seq=1 len=7 <4>[ 106.957205] RTL871X: rtl8703b_c2h_packet_handler: C2H, ID=21 seq=2 len=1 <4>[ 106.964890] RTL871X: rtl8703b_c2h_packet_handler: C2H, ID=9 seq=3 len=7 <4>[ 106.975178] RTL871X: ===>phy_SpurCalibration_8703B: Channel = 1 <4>[ 106.982002] RTL871X: ===>phy_SwChnl8703B: Channel = 1 <4>[ 107.081066] RTL871X: ===>phy_SpurCalibration_8703B: Channel = 2 <4>[ 107.087817] RTL871X: ===>phy_SwChnl8703B: Channel = 2 <4>[ 107.191071] RTL871X: ===>phy_SpurCalibration_8703B: Channel = 3 <4>[ 107.197820] RTL871X: ===>phy_SwChnl8703B: Channel = 3 <4>[ 107.302078] RTL871X: ===>phy_SpurCalibration_8703B: Channel = 4 <4>[ 107.309207] RTL871X: ===>phy_SwChnl8703B: Channel = 4 <4>[ 107.412041] RTL871X: ===>phy_SpurCalibration_8703B: Channel = 5 <4>[ 107.419159] RTL871X: ===>phy_SwChnl8703B: Channel = 5 <4>[ 107.533519] RTL871X: ===>phy_SpurCalibration_8703B: Channel = 6 <4>[ 107.541103] RTL871X: ===>phy_SwChnl8703B: Channel = 6 <4>[ 107.651258] RTL871X: ===>phy_SpurCalibration_8703B: Channel = 7 <4>[ 107.658187] RTL871X: ===>phy_SwChnl8703B: Channel = 7 <4>[ 107.761258] RTL871X: ===>phy_SpurCalibration_8703B: Channel = 8 <4>[ 107.768101] RTL871X: ===>phy_SwChnl8703B: Channel = 8 <4>[ 107.874798] RTL871X: ===>phy_SpurCalibration_8703B: Channel = 9 <4>[ 107.882422] RTL871X: ===>phy_SwChnl8703B: Channel = 9 <4>[ 107.993728] RTL871X: ===>phy_SpurCalibration_8703B: Channel = 10 <4>[ 108.001480] RTL871X: ===>phy_SwChnl8703B: Channel = 10 <4>[ 108.113648] RTL871X: ===>phy_SpurCalibration_8703B: Channel = 11 <4>[ 108.121408] RTL871X: ===>phy_SwChnl8703B: Channel = 11 <4>[ 108.233713] RTL871X: ===>phy_SpurCalibration_8703B: Channel = 12 <4>[ 108.241441] RTL871X: ===>phy_SwChnl8703B: Channel = 12 <4>[ 108.353769] RTL871X: ===>phy_SpurCalibration_8703B: Channel = 13 <4>[ 108.361442] RTL871X: ===>phy_SwChnl8703B: Channel = 13 <4>[ 108.473984] RTL871X: ===>phy_SpurCalibration_8703B: Channel = 1 <4>[ 108.482708] RTL871X: ===>phy_SwChnl8703B: Channel = 1 <4>[ 108.500923] RTL871X: rtl8703b_c2h_packet_handler: C2H, ID=21 seq=4 len=1 <4>[ 108.509245] RTL871X: rtl8703b_c2h_packet_handler: C2H, ID=9 seq=5 len=7 <4>[ 108.521530] RTL871X: survey done event(24) band:0 for wlan0 <4>[ 108.529985] RTL871X: rtw_indicate_scan_done(wlan0) <4>[ 108.550159] RTL871X: IsBtDisabled=1, IsBtControlLps=0 <4>[ 108.558219] RTL871X: HwRateToMRate(): Non supported Rate [ff]!!! <4>[ 108.570854] RTL871X: ==>rtw_ps_processor .fw_state(8) <4>[ 108.579779] RTL871X: ==>ips_enter cnts:5 <4>[ 108.584228] RTL871X: nolinked power save enter <4>[ 108.589202] RTL871X: ===> rtw_ips_pwr_down................... <4>[ 108.595777] RTL871X: ====> rtw_ips_dev_unload... <4>[ 108.612910] RTL871X: SetHwReg8703B: bMacPwrCtrlOn=0 <4>[ 108.619200] RTL871X: <=== rtw_ips_pwr_down..................... in 30ms
fel mode
lsusb
Bus 001 Device 056: ID 1f3a:efe8 Onda (unverified) V972 tablet in flashing mode
sunxi-fel version
AWUSBFEX soc=00001667(A33) 00000001 ver=0001 44 08 scratchpad=00007e00 00000000 00000000
Dump Firmware mit FELix
sunxi-fel version
AWUSBFEX soc=00001667(A33) 00000001 ver=0001 44 08 scratchpad=00007e00 00000000 00000000
als Anleitung diente https://linux-sunxi.org/Intenso_TAB744#Dump_firmware_from_NAND
sunxi-fel write 0x2000 fes1.fex
sunxi-fel exe 0x2000
sunxi-fel read 0x43000000 0x10000 tab_script.bin
sunxi-fel read 0x49000000 0xb8000 tab_u-boot.bin
sunxi-fel write 0x4a000000 u-boot.fex
sunxi-fel fill 0x4a0000e0 1 0x10
sunxi-fel exe 0x4a000000
cd ~/workspace/
git clone https://github.com/lolet/FELix.git
FELix deps: hex-string hexdump colorize libusb bindata crc32 rc6 inifile ⇒ gem install …
cd FELix/
ruby felix --nand on
FELix 1.0 RC5 by Lolet Warning: I don't give any warranty on this software. You use it at own risk! ──────────────────────────────────── * Connecting to device at port 1, FEL device 8@35 1f3a:efe8 [OK] * Setting flash state to on [OK] * Cleaning up [OK]
ruby felix --mbr-dump
FELix 1.0 RC5 by Lolet Warning: I don't give any warranty on this software. You use it at own risk! ──────────────────────────────────── * Connecting to device at port 1, FEL device 8@35 1f3a:efe8 [OK] * Reading MBR [OK] crc 0xd47303ff version 0x00000200 magic softw411 copy 4 mbr_index 0 part_count 13 stamp 0 Partitions: bootloader (nanda) @ 0x00008000 [ 32 MB] [0x00000000] env (nandb) @ 0x00018000 [ 16 MB] [0x00000000] boot (nandc) @ 0x00020000 [ 16 MB] [0x00000000] system (nandd) @ 0x00028000 [ 768 MB] [0x00000000] data (nande) @ 0x001a8000 [ 1024 MB] [0x00000000] misc (nandf) @ 0x003a8000 [ 16 MB] [0x00000000] recovery (nandg) @ 0x003b0000 [ 32 MB] [0x00000000] cache (nandh) @ 0x003c0000 [ 128 MB] [0x00000000] metadata (nandi) @ 0x00400000 [ 16 MB] [0x00000000] private (nandj) @ 0x00408000 [ 16 MB] [0x00000000] klog (nandk) @ 0x00410000 [ 16 MB] [0x00000000] alog (nandl) @ 0x00418000 [ 64 MB] [0x00000000] UDISK (nandm) @ 0x00438000 [ 0 MB] [0x00000000] lockflag 0 * Cleaning up [OK]
ruby felix -c fes --read tab_mbr.bin -a 0x0 -l $((0x8000*0x200))
FELix 1.0 RC5 by Lolet Warning: I don't give any warranty on this software. You use it at own risk! ──────────────────────────────────── * Connecting to device at port 1, FEL device 8@35 1f3a:efe8 [OK] * fes: Reading data (16777216/16777216 bytes) [OK] * Cleaning up [OK]
dd if=tab_mbr.bin of=tab_sunxi_mbr.fex count=$((0x80))
128+0 records in 128+0 records out 65536 bytes (66 kB, 64 KiB) copied, 0,000531384 s, 123 MB/s
for part in bootloader env boot system data misc recovery cache metadata private
do ruby felix -c fes --read tab_$part.bin -t none -i $part ; sleep 2
done
FELix 1.0 RC5 by Lolet Warning: I don't give any warranty on this software. You use it at own risk! ──────────────────────────────────── * Connecting to device at port 1, FEL device 8@35 1f3a:efe8 [OK] * Reading MBR [OK] * fes: Reading data (33554432/33554432 bytes) [OK] * Cleaning up [OK] FELix 1.0 RC5 by Lolet Warning: I don't give any warranty on this software. You use it at own risk! ──────────────────────────────────── * Connecting to device at port 1, FEL device 8@35 1f3a:efe8 [OK] * Reading MBR [OK] * fes: Reading data (16777216/16777216 bytes) [OK] * Cleaning up [OK] FELix 1.0 RC5 by Lolet Warning: I don't give any warranty on this software. You use it at own risk! ──────────────────────────────────── * Connecting to device at port 1, FEL device 8@35 1f3a:efe8 [OK] * Reading MBR [OK] * fes: Reading data (16777216/16777216 bytes) [OK] * Cleaning up [OK] FELix 1.0 RC5 by Lolet Warning: I don't give any warranty on this software. You use it at own risk! ──────────────────────────────────── * Connecting to device at port 1, FEL device 8@35 1f3a:efe8 [OK] * Reading MBR [OK] * fes: Reading data (805306368/805306368 bytes) [OK] * Cleaning up [OK] FELix 1.0 RC5 by Lolet Warning: I don't give any warranty on this software. You use it at own risk! ──────────────────────────────────── * Connecting to device at port 1, FEL device 8@35 1f3a:efe8 [OK] * Reading MBR [OK] * fes: Reading data (1073741824/1073741824 bytes) [OK] * Cleaning up [OK] FELix 1.0 RC5 by Lolet Warning: I don't give any warranty on this software. You use it at own risk! ──────────────────────────────────── * Connecting to device at port 1, FEL device 8@35 1f3a:efe8 [OK] * Reading MBR [OK] * fes: Reading data (16777216/16777216 bytes) [OK] * Cleaning up [OK] FELix 1.0 RC5 by Lolet Warning: I don't give any warranty on this software. You use it at own risk! ──────────────────────────────────── * Connecting to device at port 1, FEL device 8@35 1f3a:efe8 [OK] * Reading MBR [OK] * fes: Reading data (33554432/33554432 bytes) [OK] * Cleaning up [OK] FELix 1.0 RC5 by Lolet Warning: I don't give any warranty on this software. You use it at own risk! ──────────────────────────────────── * Connecting to device at port 1, FEL device 8@35 1f3a:efe8 [OK] * Reading MBR [OK] * fes: Reading data (134217728/134217728 bytes) [OK] * Cleaning up [OK] FELix 1.0 RC5 by Lolet Warning: I don't give any warranty on this software. You use it at own risk! ──────────────────────────────────── * Connecting to device at port 1, FEL device 8@35 1f3a:efe8 [OK] * Reading MBR [OK] * fes: Reading data (16777216/16777216 bytes) [OK] * Cleaning up [OK] FELix 1.0 RC5 by Lolet Warning: I don't give any warranty on this software. You use it at own risk! ──────────────────────────────────── * Connecting to device at port 1, FEL device 8@35 1f3a:efe8 [OK] * Reading MBR [OK] * fes: Reading data (16777216/16777216 bytes) [OK] * Cleaning up [OK]
-rw-r--r-- 1 michael michael 16M 9. Apr 01:19 tab_boot.bin -rw-r--r-- 1 michael michael 32M 9. Apr 01:18 tab_bootloader.bin -rw-r--r-- 1 michael michael 128M 9. Apr 01:25 tab_cache.bin -rw-r--r-- 1 michael michael 1,0G 9. Apr 01:24 tab_data.bin -rw-r--r-- 1 michael michael 16M 9. Apr 01:19 tab_env.bin -rw-r--r-- 1 michael michael 16M 9. Apr 01:18 tab_mbr.bin -rw-r--r-- 1 michael michael 16M 9. Apr 01:25 tab_metadata.bin -rw-r--r-- 1 michael michael 16M 9. Apr 01:24 tab_misc.bin -rw-r--r-- 1 michael michael 16M 9. Apr 01:25 tab_private.bin -rw-r--r-- 1 michael michael 32M 9. Apr 01:24 tab_recovery.bin -rw-r--r-- 1 michael michael 64K 9. Apr 01:18 tab_sunxi_mbr.fex -rw-r--r-- 1 michael michael 768M 9. Apr 01:21 tab_system.bin
file tab_*
tab_boot.bin: Android bootimg, kernel (0x40008000), ramdisk (0x41000000), page size: 2048 tab_bootloader.bin: , code offset 0x0+3, OEM-ID " ", sectors/cluster 4, root entries 512, Media descriptor 0xf8, sectors/FAT 256, sectors/track 0, sectors 262144 (volumes > 32 MB) , dos < 4.0 BootSector (0x0), FAT (16 bit) tab_cache.bin: Linux rev 1.0 ext4 filesystem data, UUID=57f8f4bc-abf4-655f-bf67-946fc0f9f25b (extents) (large files) tab_data.bin: Linux rev 1.0 ext4 filesystem data, UUID=57f8f4bc-abf4-655f-bf67-946fc0f9f25b (extents) (large files) tab_env.bin: data tab_mbr.bin: data tab_metadata.bin: data tab_misc.bin: data tab_private.bin: DOS/MBR boot sector, code offset 0x58+2, OEM-ID "android ", sectors/cluster 8, sectors 32768 (volumes <=32 MB) , sectors/track 16, heads 4, FAT (32 bit), sectors/FAT 32, serial number 0x1a1707b2, label: "PRIVATE " tab_recovery.bin: Android bootimg, kernel (0x40008000), ramdisk (0x41000000), page size: 2048 tab_sunxi_mbr.fex: data tab_system.bin: Linux rev 1.0 ext4 filesystem data, UUID=57f8f4bc-abf4-655f-bf67-946fc0f9f25b (extents) (large files)
UART
HELLO! BOOT0 is starting! boot0 version : 3.1.0 reg_addr 0x01f00100 =0x00000000 reg_addr 0x01f00104 =0x00000000 reg_addr 0x01f00108 =0x00000000 reg_addr 0x01f0010c =0x00000000 reg_addr 0x01f00110 =0x00000000 reg_addr 0x01f00114 =0x00000000 DRAM DRIVE INFO: V1.5 DRAM CLK =432 MHZ DRAM simple test OK. dram size =1024 card boot number = 2 card no is 2 sdcard 2 line count 0 [mmc]: mmc driver ver 2014-07-07 16:54 [mmc]: ***Try SD card 2*** [mmc]: mmc 2 cmd 8 timeout, err 0x00000100 [mmc]: mmc 2 cmd 8 err 0x00000100 [mmc]: mmc 2 send if cond failed [mmc]: mmc 2 cmd 55 timeout, err 0x00000100 [mmc]: mmc 2 cmd 55 err 0x00000100 [mmc]: mmc 2 send app cmd failed [mmc]: ***Try MMC card 2*** [mmc]: MMC ver 4.3 [mmc]: SD/MMC Card: 4bit, capacity: 15680MB [mmc]: vendor: Man 0x00150100 Snr 0x1705fa37 [mmc]: product: MAG8D [mmc]: revision: 4.4 [mmc]: ***SD/MMC 2 init OK!!!*** sdcard 2 init ok The size of uboot is 0x000c4000. sum=0xa7d54832 src_sum=0xa7d54832 set_mmc_para,sdly 50M 0 set_mmc_para,sdly 25M 0 Succeed in loading uboot from sdmmc flash. Ready to disable icache. Jump to secend Boot. [ 0.349] U-Boot 2011.09-rc1-00000-g5a71e03-dirty (Nov 11 2016 - 10:49:33) Allwinner Technology [ 0.359]version: 2.1.0 [ 0.438]pmbus: ready [ 0.441]PMU: AXP221 [ 0.443]PMU: AXP22x found [ 0.446]PMU: dcdc3 1200 [ 0.449]PMU: pll1 1008 Mhz,PLL6=600 Mhz AXI=336 Mhz,AHB=200 Mhz, APB1=100 Mhz set power on vol to default dcdc1_vol = 3000 dcdc2_vol = 1100 dcdc3_vol = 1200 dcdc4_vol = 0 dcdc5_vol = 1500 aldo2_vol = 2500 aldo3_vol = 3000 find power_sply to end vbus pc exist, limit to pc fel key old mode run key detect no key found no key input dram_para_set start dram_para_set end [ 0.575]DRAM: 1 GiB relocation Offset is: 35b0b000 smcl's set manager is NULL workmode = 0 MMC: 2 [ 0.776][mmc]: mmc driver ver 2014-07-15 17:16:00 [ 0.781][mmc]: get sdc_2xmode ok, val = 1 [ 0.785][mmc]: get sdc_f_max fail,use default sdc_f_max 50000000 [ 0.791][mmc]: get card_line ok, card_line = 4 [ 0.796][mmc]: get sdc_ex_dly_used fail,use default dly [ 0.801][mmc]: SUNXI SD/MMC: 2 [ 1.106][mmc]: mmc 2 2xmode config clk [ 1.118][mmc]: ************Try SD card 2************ [ 1.123][mmc]: mmc 2 cmd 8 timeout, err 100 [ 1.128][mmc]: smc 2 err, cmd 8, RTO [ 1.133][mmc]: mmc 2 mmc cmd 8 err 0x00000100 [ 1.137][mmc]: mmc send if cond failed [ 1.141][mmc]: mmc 2 cmd 55 timeout, err 100 [ 1.145][mmc]: smc 2 err, cmd 55, RTO [ 1.151][mmc]: mmc 2 mmc cmd 55 err 0x00000100 [ 1.155][mmc]: send app cmd failed [ 1.158][mmc]: ************Try MMC card 2************ [ 1.185][mmc]: mmc 2 2xmode config clk [ 1.195][mmc]: mmc 2 2xmode config clk [ 1.205][mmc]: mmc 2 2xmode config clk [ 1.214][mmc]: MID 000015 PSN 05fa379e [ 1.217][mmc]: PNM MAG8DD -- 0x4d-41-47-38-44-44 [ 1.222][mmc]: PRV 1.7 [ 1.225][mmc]: MDT m-6 y-2010 [ 1.228][mmc]: MMC ver 4.3 [ 1.231][mmc]: ---------------mmc->clock 50000000----------- [ 1.236][mmc]: ---------------mmc->bus_width 4-------------- [ 1.242][mmc]: SD/MMC Card: 4bit, capacity: 15680MB [ 1.247][mmc]: boot0 capacity: 0KB,boot1 capacity: 0KB [ 1.252][mmc]: ************SD/MMC 2 init OK!!!************ [ 1.258]sunxi flash init ok sunxi secure storage is not supported [ 1.266]usb burn from boot delay time 0 [ 1.337]usb prepare ok usb sof ok [ 1.546]usb probe ok [ 1.548]usb setup ok set address 0x4 [ 4.550]timer occur [ 4.585]do_burn_from_boot usb : have no handshake In: serial Out: serial Err: serial --------fastboot partitions-------- -total partitions:13- -name- -start- -size- bootloader : 1000000 2000000 env : 3000000 1000000 boot : 4000000 1000000 system : 5000000 30000000 data : 35000000 40000000 misc : 75000000 1000000 recovery : 76000000 2000000 cache : 78000000 8000000 metadata : 80000000 1000000 private : 81000000 1000000 klog : 82000000 1000000 alog : 83000000 4000000 UDISK : 87000000 0 ----------------------------------- base bootcmd=run setargs_nand boot_normal bootcmd set setargs_mmc key 0 recovery key high 5, low 3 cant find fstbt value misc partition found misc_message->command = 0 to be run cmd=run setargs_mmc boot_normal mount part name bootloader cant open script.bin, maybe it is not exist WORK_MODE_BOOT board_status_probe [ 4.702]pre sys mode sunxi_bmp_logo_display [ 4.983][mmc]: blkcnt should not be 0 screen_id =0, screen_width =800, screen_height =1280 [ 5.018]Hit any key to stop autoboot: 0 read boot or recovery all [ 5.962]sunxi flash read :offset 4000000, 13981743 bytes OK no signature [ 5.974]ready to boot para err in disp_ioctl, cmd = 0xa,screen id = 1 [ 5.981][mmc]: mmc exit start [ 5.985][mmc]: mmc 2 2xmode config clk [ 5.995][mmc]: mmc 2 2xmode config clk [ 6.007][mmc]: mmc 2 cmd 8 timeout, err 100 [ 6.012][mmc]: smc 2 err, cmd 8, RTO [ 6.017][mmc]: mmc 2 mmc cmd 8 err 0x00000100 [ 6.021][mmc]: mmc send if cond failed [ 6.025][mmc]: mmc 2 cmd 55 timeout, err 100 [ 6.029][mmc]: smc 2 err, cmd 55, RTO [ 6.035][mmc]: mmc 2 mmc cmd 55 err 0x00000100 [ 6.039][mmc]: send app cmd failed [ 6.052][mmc]: mmc 2 exit ok [ 6.055] Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0 [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Linux version 3.4.39 (liuzi@gpt-software-server1) (gcc version 4.6.3 20120201 (prerelease) (crosstool-NG linaro-1.13.1-2012.02-20120222 - Linaro GCC 2012.02) ) #826 SMP PREEMPT Fri Nov 11 10:41:04 CST 2016 [ 0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache [ 0.000000] Machine: sun8i [ 0.000000] cma: CMA: reserved 176 MiB at 75000000 [ 0.000000] Memory policy: ECC disabled, Data cache writealloc [ 0.000000] On node 0 totalpages: 262144 [ 0.000000] free_area_init_node: node 0, pgdat c09a7d00, node_mem_map c12a4000 [ 0.000000] Normal zone: 1710 pages used for memmap [ 0.000000] Normal zone: 0 pages reserved [ 0.000000] Normal zone: 192850 pages, LIFO batch:31 [ 0.000000] HighMem zone: 594 pages used for memmap [ 0.000000] HighMem zone: 66990 pages, LIFO batch:15 [ 0.000000] script_init enter! [ 0.000000] script_init exit! [ 0.000000] PERCPU: Embedded 8 pages/cpu @c1bbd000 s10688 r8192 d13888 u32768 [ 0.000000] pcpu-alloc: s10688 r8192 d13888 u32768 alloc=8*4096 [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 259840 [ 0.000000] Kernel command line: console=ttyS0,115200 root=/dev/mmcblk0p7 init=/init ion_cma_512m=120m ion_cma_1g=176m ion_carveout_512m=96m ion_carveout_1g=150m coherent_pool=4m loglevel=8 partitions=bootloader@mmcblk0p2:env@mmcblk0p5:boot@mmcblk0p6:system@mmcblk0p7:data@mmcblk0p8:misc@mmcblk0p9:recovery@mmcblk0p10:cache@mmcblk0p11:metadata@mmcblk0p12:private@mmcblk0p13:klog@mmcblk0p14:alog@mmcblk0p15:UDISK@mmcblk0p1 boot_type=2 config_size=41512 [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes) [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes) [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes) [ 0.000000] Memory: 1024MB = 1024MB total [ 0.000000] Memory: 843876k/843876k available, 204700k reserved, 90112K highmem [ 0.000000] Virtual kernel memory layout: [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB) [ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB) [ 0.000000] vmalloc : 0xf0000000 - 0xff000000 ( 240 MB) [ 0.000000] lowmem : 0xc0000000 - 0xef800000 ( 760 MB) [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB) [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB) [ 0.000000] .text : 0xc0008000 - 0xc08ea49c (9098 kB) [ 0.000000] .init : 0xc08eb000 - 0xc093d9c0 ( 331 kB) [ 0.000000] .data : 0xc093e000 - 0xc09b8cc8 ( 492 kB) [ 0.000000] .bss : 0xc09ba098 - 0xc0b32788 (1506 kB) [ 0.000000] Preemptible hierarchical RCU implementation. [ 0.000000] NR_IRQS:416 [ 0.000000] try to syncboot of clk ats [ 0.000000] try to syncboot of clk sdmmc2 [ 0.000000] try to syncboot of clk uart0 [ 0.000000] try to syncboot of clk pll_ddr1 [ 0.000000] try to syncboot of clk debe0 [ 0.000000] try to syncboot of clk dma [ 0.000000] try to syncboot of clk sat [ 0.000000] try to syncboot of clk pio [ 0.000000] try to syncboot of clk mbus [ 0.000000] try to syncboot of clk drc0 [ 0.000000] try to syncboot of clk mipidphy [ 0.000000] try to syncboot of clk lcd0ch0 [ 0.000000] try to syncboot of clk axi [ 0.000000] try to syncboot of clk mipidsi [ 0.000000] Architected local timer running at 24.00MHz. [ 0.000000] Switching to timer-based delay loop [ 0.000000] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 178956ms [ 0.000000] Console: colour dummy device 80x30 [ 0.000267] Calibrating delay loop (skipped), value calculated using timer frequency.. 4800.00 BogoMIPS (lpj=24000000) [ 0.000294] pid_max: default: 32768 minimum: 301 [ 0.000524] Security Framework initialized [ 0.000585] SELinux: Initializing. [ 0.000658] SELinux: Starting in permissive mode [ 0.000674] AppArmor: AppArmor disabled by boot time parameter [ 0.000779] Mount-cache hash table entries: 512 [ 0.001948] Initializing cgroup subsys debug [ 0.001968] Initializing cgroup subsys cpuacct [ 0.001979] Initializing cgroup subsys freezer [ 0.002026] CPU: Testing write buffer coherency: ok [ 0.002076] ftrace: allocating 23549 entries in 70 pages [ 0.030385] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 [ 0.030407] [sunxi_smp_prepare_cpus] enter [ 0.030462] Setting up static identity map for 0x4063a130 - 0x4063a188 [ 0.010000] CPU1: Booted secondary processor [ 0.010000] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001 [ 0.010000] CPU2: Booted secondary processor [ 0.010000] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002 [ 0.010000] CPU3: Booted secondary processor [ 0.010000] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003 [ 0.210199] Brought up 4 CPUs [ 0.210199] SMP: Total of 4 processors activated (19200.00 BogoMIPS). [ 0.210458] devtmpfs: initialized [ 0.220716] pinctrl core: initialized pinctrl subsystem [ 0.220716] dummy: [ 0.228037] NET: Registered protocol family 16 [ 0.245461] DMA: preallocated 4096 KiB pool for atomic coherent allocations [ 0.245552] script_sysfs_init success [ 0.245590] sunxi_dump_init success [ 0.245906] sunxi pinctrl probe enter [ 0.246645] gpiochip_add: registered GPIOs 0 to 383 on device: sunxi-pinctrl [ 0.247845] sunxi-pinctrl sunxi-pinctrl: initialized sunXi PIO driver [ 0.248074] axp_pinctrl_probe enter... [ 0.248266] gpiochip_add: registered GPIOs 1024 to 1029 on device: axp-pinctrl [ 0.248289] mainkey total count : 79 [ 0.248299] mainkey name : product, pin count : 0 [ 0.248310] mainkey name : platform, pin count : 0 [ 0.248321] mainkey name : target, pin count : 0 [ 0.248332] mainkey name : key_detect_en, pin count : 0 [ 0.248344] mainkey name : power_sply, pin count : 0 [ 0.248355] mainkey name : card_boot, pin count : 0 [ 0.248367] mainkey name : card0_boot_para, pin count : 6 [ 0.248382] mainkey name : card2_boot_para, pin count : 6 [ 0.248395] mainkey name : twi_para, pin count : 2 [ 0.248407] mainkey name : uart_para, pin count : 2 [ 0.248418] mainkey name : force_uart_para, pin count : 2 [ 0.248429] mainkey name : jtag_para, pin count : 4 [ 0.248440] mainkey name : clock, pin count : 0 [ 0.248450] mainkey name : pm_para, pin count : 0 [ 0.248460] mainkey name : dram_para, pin count : 0 [ 0.248470] mainkey name : pm_para, pin count : 0 [ 0.248480] mainkey name : wakeup_src_para, pin count : 2 [ 0.248491] mainkey name : twi0, pin count : 2 [ 0.248501] mainkey name : twi1, pin count : 2 [ 0.248512] mainkey name : twi2, pin count : 2 [ 0.248522] mainkey name : uart0, pin count : 2 [ 0.248532] mainkey name : uart1, pin count : 4 [ 0.248543] mainkey name : uart2, pin count : 4 [ 0.248554] mainkey name : uart3, pin count : 4 [ 0.248565] mainkey name : uart4, pin count : 4 [ 0.248575] mainkey name : spi0, pin count : 4 [ 0.248586] mainkey name : spi1, pin count : 4 [ 0.248597] mainkey name : spi_devices, pin count : 0 [ 0.248607] mainkey name : spi_board0, pin count : 0 [ 0.248617] mainkey name : ctp_para, pin count : 2 [ 0.248628] mainkey name : ctp_list_para, pin count : 0 [ 0.248639] mainkey name : tkey_para, pin count : 0 [ 0.248649] mainkey name : motor_para, pin count : 1 [ 0.248662] map mainkey [motor_para] to pinctrl, map number [2] [ 0.248676] mainkey name : ths_para, pin count : 0 [ 0.248686] mainkey name : cooler_table, pin count : 0 [ 0.248697] mainkey name : nand0_para, pin count : 19 [ 0.248710] mainkey name : disp_init, pin count : 0 [ 0.248722] mainkey name : lcd0_para, pin count : 3 [ 0.248735] map mainkey [lcd0_para] to pinctrl, map number [2] [ 0.248749] mainkey name : pwm0_para, pin count : 1 [ 0.248761] mainkey name : pwm1_para, pin count : 1 [ 0.248773] mainkey name : csi0, pin count : 17 [ 0.248786] mainkey name : camera_list_para, pin count : 0 [ 0.248798] mainkey name : mmc0_para, pin count : 6 [ 0.248810] mainkey name : mmc1_para, pin count : 6 [ 0.248822] mainkey name : mmc2_para, pin count : 11 [ 0.248834] mainkey name : usbc0, pin count : 2 [ 0.248844] map mainkey [usbc0] to pinctrl, map number [2] [ 0.248856] mainkey name : usbc1, pin count : 0 [ 0.248867] mainkey name : usb_feature, pin count : 0 [ 0.248877] mainkey name : msc_feature, pin count : 0 [ 0.248888] mainkey name : serial_feature, pin count : 0 [ 0.248899] mainkey name : gsensor_para, pin count : 1 [ 0.248910] mainkey name : gsensor_list_para, pin count : 0 [ 0.248921] mainkey name : gps_para, pin count : 0 [ 0.248931] mainkey name : wifi_para, pin count : 8 [ 0.248943] mainkey name : bt_para, pin count : 0 [ 0.248954] mainkey name : 3g_para, pin count : 4 [ 0.248965] mainkey name : gy_para, pin count : 0 [ 0.248975] mainkey name : gy_list_para, pin count : 0 [ 0.248986] mainkey name : ls_para, pin count : 1 [ 0.248997] mainkey name : ls_list_para, pin count : 0 [ 0.249007] mainkey name : compass_para, pin count : 0 [ 0.249018] mainkey name : i2s0, pin count : 4 [ 0.249029] mainkey name : i2s1, pin count : 4 [ 0.249040] mainkey name : audio0, pin count : 1 [ 0.249051] mainkey name : pmu1_para, pin count : 0 [ 0.249061] mainkey name : pmu2_para, pin count : 0 [ 0.249072] mainkey name : recovery_key, pin count : 0 [ 0.249083] mainkey name : dvfs_table, pin count : 0 [ 0.249093] mainkey name : Vdevice, pin count : 2 [ 0.249104] mainkey name : s_uart0, pin count : 2 [ 0.249115] mainkey name : s_rsb0, pin count : 2 [ 0.249126] mainkey name : s_jtag0, pin count : 4 [ 0.249138] mainkey name : s_powchk, pin count : 0 [ 0.249148] mainkey name : mali_para, pin count : 0 [ 0.249159] mainkey name : dram_dvfs_table, pin count : 0 [ 0.249170] mainkey name : charging_type, pin count : 0 [ 0.249181] mainkey name : dram_scene_table, pin count : 0 [ 0.249192] mainkey name : leds_para, pin count : 2 [ 0.249204] map mainkey [leds_para] to pinctrl, map number [4] [ 0.249217] mainkey name : custom, pin count : 0 [ 0.249225] axp pinctrl driver probe ok [ 0.250923] [sunxi-module]: [sunxi-module.0] probe success [ 0.250975] script config pll3 to 297 Mhz [ 0.250991] script config pll4 to 300 Mhz [ 0.251030] script config pll6 to 600 Mhz [ 0.251044] script config pll8 to 408 Mhz [ 0.251066] script config pll9 to 480 Mhz [ 0.251080] script config pll10 to 297 Mhz [ 0.251089] sunxi_default_clk_init [ 0.251097] try to set pll6ahb1 to 200000000 [ 0.251150] try to set ahb clk source to pll6ahb1 [ 0.251161] set ahb clk source to pll6ahb1 [ 0.251172] try to set ahb1 to 200000000 [ 0.251184] try to set apb1 to 100000000 [ 0.260314] bio: create slab <bio-0> at 0 [ 0.260521] [ARISC] :sunxi-arisc driver v1.60 [ 0.296387] [ARISC] :arisc version: [v0.0.76] [ 0.296402] [sunxi-module]: arisc register success [ 0.515874] [ARISC] :sunxi-arisc driver v1.60 startup succeeded [ 0.520572] SCSI subsystem initialized [ 0.520824] usbcore: registered new interface driver usbfs [ 0.520906] usbcore: registered new interface driver hub [ 0.520953] usbcore: registered new device driver usb [ 0.520953] twi_chan_cfg()350 - [twi0] has no twi_regulator. [ 0.520953] twi_chan_cfg()350 - [twi1] has no twi_regulator. [ 0.520953] twi_chan_cfg()350 - [twi2] has no twi_regulator. [ 0.521221] Linux video capture interface: v2.00 [ 0.520047] axp22_board axp22_board: AXP (CHIP ID: 0x06) detected [ 0.522122] axp22_dcdc1: 1600 <--> 3400 mV at 3000 mV [ 0.522122] axp22_dcdc2: 600 <--> 1540 mV at 1100 mV [ 0.522122] axp22_dcdc3: 600 <--> 1860 mV at 1200 mV [ 0.522122] axp22_dcdc4: 600 <--> 1540 mV at 1100 mV [ 0.522122] axp22_dcdc5: 1000 <--> 2550 mV at 1500 mV [ 0.522122] axp22_rtc: 3000 mV [ 0.522122] axp22_aldo1: 700 <--> 3300 mV at 3000 mV [ 0.522122] axp22_aldo2: 700 <--> 3300 mV at 2500 mV [ 0.522122] axp22_aldo3: 700 <--> 3300 mV at 3000 mV [ 0.522122] axp22_dldo1: 700 <--> 3300 mV at 700 mV [ 0.522122] axp22_dldo2: 700 <--> 3300 mV at 700 mV [ 0.530253] axp22_dldo3: 700 <--> 3300 mV at 700 mV [ 0.530253] axp22_dldo4: 700 <--> 3300 mV at 700 mV [ 0.530253] axp22_eldo1: 700 <--> 3300 mV at 700 mV [ 0.530253] axp22_eldo1: supplied by axp22_dcdc1 [ 0.530295] axp22_eldo2: 700 <--> 3300 mV at 700 mV [ 0.530295] axp22_eldo2: supplied by axp22_dcdc1 [ 0.530295] axp22_eldo3: 700 <--> 3300 mV at 700 mV [ 0.530295] axp22_eldo3: supplied by axp22_dcdc1 [ 0.530295] axp22_dc5ldo: 700 <--> 1400 mV at 1100 mV [ 0.530295] axp22_ldoio0: 700 <--> 3300 mV at 3800 mV [ 0.530295] axp22_ldoio1: 700 <--> 3300 mV at 3800 mV [ 0.530295] axp22_dc1sw: at 700 mV [ 0.530295] axp22_dc1sw: supplied by axp22_dcdc1 [ 0.530435] input: axp22-supplyer as /devices/platform/axp22_board/axp22-supplyer.20/input/input0 [ 0.530690] now_rest_vol = 100 [ 0.530690] Advanced Linux Sound Architecture Driver Version 1.0.25. [ 0.530926] Bluetooth: Core ver 2.16 [ 0.531003] NET: Registered protocol family 31 [ 0.531015] Bluetooth: HCI device and connection manager initialized [ 0.531030] Bluetooth: HCI socket layer initialized [ 0.531041] Bluetooth: L2CAP socket layer initialized [ 0.531076] Bluetooth: SCO socket layer initialized [ 0.531387] cfg80211: Calling CRDA to update world regulatory domain [ 0.531426] Switching to clocksource arch_sys_counter [ 0.554736] FS-Cache: Loaded [ 0.555130] CacheFiles: Loaded [ 0.566640] [sunxi_hci_sunxi]: sunxi-ehci1(restrict_gpio) is invalid [ 0.566658] [sunxi_hci_sunxi]: sunxi-ehci1(drv vbus) is invalid [ 0.566674] [sunxi_hci_sunxi]: get usb_regulator is nocare [ 0.566714] [sunxi_hci_sunxi]: sunxi-ohci1(restrict_gpio) is invalid [ 0.566726] [sunxi_hci_sunxi]: sunxi-ohci1(drv vbus) is invalid [ 0.566739] [sunxi_hci_sunxi]: get usb_regulator is nocare [ 0.566897] [sunxi_hci_sunxi]: usb1 sunxi-ohci1 is not enable [ 0.566909] [usb_manager]: CONFIG_USB_SUNXI_USB0_OTG [ 0.566935] no usbc(0) det_vbus gpio and try to axp det_pin [ 0.566948] get usbc0(usb_restrict pin) failed [ 0.567373] [sw_udc]: udc_init: version 20080411 [ 0.567923] [ddrfreq] dram_clk value is 432 [ 0.567934] [ddrfreq] sunxi_ddrfreq_max=432000 [ 0.567946] [ddrfreq] dram_type value is 3 [ 0.567956] [ddrfreq] dram_zq value is 0x3bbb [ 0.567966] [ddrfreq] dram_odt_en value is 1 [ 0.567977] [ddrfreq] dram_para1 value is 0x10f20400 [ 0.567988] [ddrfreq] dram_para2 value is 0x1000 [ 0.567998] [ddrfreq] dram_mr0 value is 0x1c70 [ 0.568008] [ddrfreq] dram_mr1 value is 0x4 [ 0.568018] [ddrfreq] dram_mr2 value is 0x18 [ 0.568028] [ddrfreq] dram_mr3 value is 0x0 [ 0.568039] [ddrfreq] dram_tpr0 value is 0x45a10c [ 0.568049] [ddrfreq] dram_tpr1 value is 0x1c22109 [ 0.568060] [ddrfreq] dram_tpr2 value is 0x4c034 [ 0.568071] [ddrfreq] dram_tpr3 value is 0x0 [ 0.568081] [ddrfreq] dram_tpr4 value is 0x0 [ 0.568090] [ddrfreq] dram_tpr5 value is 0x0 [ 0.568101] [ddrfreq] dram_tpr6 value is 0x0 [ 0.568111] [ddrfreq] dram_tpr7 value is 0x0 [ 0.568121] [ddrfreq] dram_tpr8 value is 0x0 [ 0.568131] [ddrfreq] dram_tpr9 value is 0x0 [ 0.568141] [ddrfreq] dram_tpr10 value is 0x0 [ 0.568151] [ddrfreq] dram_tpr11 value is 0x0 [ 0.568161] [ddrfreq] dram_tpr12 value is 168 [ 0.568171] [ddrfreq] sunxi_ddrfreq_min=168000 [ 0.568181] [ddrfreq] dram_tpr13 value is 0x10901 [ 0.568355] [dsm] use sysconfig [ 0.568364] [dsm] -----------Dram scene-freq Table------------ [ 0.568375] [dsm] scene = 0 frequency = 432000KHz [ 0.568385] [dsm] scene = 1 frequency = 360000KHz [ 0.568395] [dsm] scene = 2 frequency = 240000KHz [ 0.568405] [dsm] scene = 3 frequency = 168000KHz [ 0.568414] [dsm] -------------------------------------------- [ 0.568562] [ddrfreq] LV_count value is 3 [ 0.568586] [ddrfreq] ---------------Dram V-F Table--------------- [ 0.568598] [ddrfreq] voltage = 1100mv frequency = 552000KHz [ 0.568609] [ddrfreq] voltage = 1100mv frequency = 360000KHz [ 0.568619] [ddrfreq] voltage = 1100mv frequency = 0KHz [ 0.568629] [ddrfreq] -------------------------------------------- [ 0.568825] [ddrfreq] last_vdd=1100 [ 0.568913] [ddrfreq] __sram_start: 0xc09b9000, __sram_end: 0xc09ba074, __sram_text_start: 0xf0000000, __sram_data_end: 0xf0001074 [ 0.568928] [ddrfreq] sunxi dramfreq probe ok! [ 0.569290] NET: Registered protocol family 2 [ 0.569620] IP route cache hash table entries: 32768 (order: 5, 131072 bytes) [ 0.570487] TCP established hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.572391] TCP bind hash table entries: 65536 (order: 7, 786432 bytes) [ 0.573317] TCP: Hash tables configured (established 131072 bind 65536) [ 0.573331] TCP: reno registered [ 0.573346] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 0.573387] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 0.573759] NET: Registered protocol family 1 [ 0.574241] RPC: Registered named UNIX socket transport module. [ 0.574256] RPC: Registered udp transport module. [ 0.574266] RPC: Registered tcp transport module. [ 0.574275] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.574553] Unpacking initramfs... [ 0.770357] Freeing initrd memory: 2700K [ 0.770846] [pm]aw_pm_init! [ 0.770861] standby_mode = 1. [ 0.770870] wakeup src cnt is : 2. [ 0.770883] [exstandby]leave extended_standby_enable_wakeup_src : event 0x2000 [ 0.770895] [exstandby]leave extended_standby_enable_wakeup_src : wakeup_gpio_map 0x80 [ 0.770908] [exstandby]leave extended_standby_enable_wakeup_src : wakeup_gpio_group 0x0 [ 0.770920] [exstandby]leave extended_standby_enable_wakeup_src : event 0x2000 [ 0.770932] [exstandby]leave extended_standby_enable_wakeup_src : wakeup_gpio_map 0x280 [ 0.770944] [exstandby]leave extended_standby_enable_wakeup_src : wakeup_gpio_group 0x0 [ 0.770969] [wifi]: select wifi: rtl8723cs !! [ 0.771252] [rtl8723cs]: module power name axp22_dldo1 [ 0.771267] [rtl8723cs]: module power ext1 name axp22_dldo2 [ 0.771280] [rtl8723cs]: module power ext2 name [ 0.771431] [rtl8723cs]: get ap6xxx wifi_power_switch failed [ 0.771442] [rtl8723cs]: rtl8723cs module power set by axp. [ 0.771630] [rtl8723cs]: get power regulator failed. [ 0.771642] [rtl8723cs]: first time [ 0.771819] [rtl8723cs]: regulator on. [ 0.773259] [wifi_pm]: wifi gpio init is OK !! [ 0.773313] sunxi_reg_init enter [ 0.773656] sunxi_oops: heming add OOPS_INFO_ADDR = -20 [ 0.774366] audit: initializing netlink socket (disabled) [ 0.774437] type=2000 audit(0.770:1): initialized [ 0.775267] highmem bounce pool size: 64 pages [ 0.777460] NTFS driver 2.1.30 [Flags: R/W]. [ 0.777671] fuse init (API version 7.18) [ 0.778199] msgmni has been set to 1477 [ 0.778246] SELinux: Registering netfilter hooks [ 0.780666] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253) [ 0.780688] io scheduler noop registered [ 0.780698] io scheduler deadline registered [ 0.780799] io scheduler cfq registered (default) [ 0.781286] pwm module init! [ 0.781922] sw_uart_get_devinfo()1416 - uart0 has no uart_regulator. [ 0.781941] sw_uart_get_devinfo()1416 - uart1 has no uart_regulator. [ 0.782386] uart0: ttyS0 at MMIO 0x1c28000 (irq = 32) is a SUNXI [ 0.782413] sw_console_setup()1176 - console setup baud 115200 parity n bits 8, flow n [ 0.975367] console [ttyS0] enabled [ 1.071905] uart1: ttyS1 at MMIO 0x1c28400 (irq = 33) is a SUNXI [ 1.267964] loop: module loaded [ 1.363630] sunxi_spi_chan_cfg()1368 - [spi-0] has no spi_regulator. [ 1.650089] sunxi_spi_chan_cfg()1368 - [spi-1] has no spi_regulator. [ 2.785666] tun: Universal TUN/TAP device driver, 1.6 [ 2.791291] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com> [ 2.798419] PPP generic driver version 2.4.2 [ 2.803378] PPP BSD Compression module registered [ 2.808612] PPP Deflate Compression module registered [ 2.815218] PPP MPPE Compression module registered [ 2.820577] NET: Registered protocol family 24 [ 2.825548] PPTP driver version 0.8.5 [ 2.829970] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 2.837361] [sunxi_hci_sunxi]: [sunxi-ehci1]: probe, pdev->name: sunxi-ehci, pdev->id: 1, sunxi_ehci: 0xc0a24eec [ 2.848715] [sunxi_hci_sunxi]: [sunxi-ehci1]: open clock, is_open: 0 [ 2.875805] [sunxi_hci_sunxi]: [sunxi-ehci1]: Set USB Power ON [ 2.882297] sunxi-ehci sunxi-ehci.1: SW USB2.0 'Enhanced' Host Controller (EHCI) Driver [ 2.891243] sunxi-ehci sunxi-ehci.1: new USB bus registered, assigned bus number 1 [ 2.901449] sunxi-ehci sunxi-ehci.1: irq 104, io mem 0xf1c1a000 [ 2.920052] sunxi-ehci sunxi-ehci.1: USB 0.0 started, EHCI 1.00 [ 2.927405] hub 1-0:1.0: USB hub found [ 2.931627] hub 1-0:1.0: 1 port detected [ 2.936394] [sunxi_hci_sunxi]: [sunxi-ehci1]: sunxi_usb_disable_ehci [ 2.943483] [sunxi_hci_sunxi]: [sunxi-ehci1]: remove, pdev->name: sunxi-ehci, pdev->id: 1, sunxi_ehci: 0xc0a24eec [ 2.954899] sunxi-ehci sunxi-ehci.1: remove, state 1 [ 2.960445] usb usb1: USB disconnect, device number 1 [ 2.967100] sunxi-ehci sunxi-ehci.1: USB bus 1 deregistered [ 2.973329] [sunxi_hci_sunxi]: [sunxi-ehci1]: Set USB Power OFF [ 2.979901] [sunxi_hci_sunxi]: [sunxi-ehci1]: close clock, is_open: 1 [ 2.997124] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.004193] usbcore: registered new interface driver cdc_acm [ 3.010623] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters [ 3.019531] Initializing USB Mass Storage driver... [ 3.025027] usbcore: registered new interface driver usb-storage [ 3.031728] USB Mass Storage support registered. [ 3.036887] usbcore: registered new interface driver ums-alauda [ 3.043531] usbcore: registered new interface driver ums-cypress [ 3.050244] usbcore: registered new interface driver ums-datafab [ 3.056958] usbcore: registered new interface driver ums_eneub6250 [ 3.063863] usbcore: registered new interface driver ums-freecom [ 3.070596] usbcore: registered new interface driver ums-isd200 [ 3.077200] usbcore: registered new interface driver ums-jumpshot [ 3.084031] usbcore: registered new interface driver ums-karma [ 3.090556] usbcore: registered new interface driver ums-onetouch [ 3.097381] usbcore: registered new interface driver ums-realtek [ 3.104098] usbcore: registered new interface driver ums-sddr09 [ 3.110736] usbcore: registered new interface driver ums-sddr55 [ 3.117337] usbcore: registered new interface driver ums-usbat [ 3.123952] usbcore: registered new interface driver usbserial [ 3.130444] usbserial: USB Serial Driver core [ 3.135332] usbcore: registered new interface driver option [ 3.141569] USB Serial support registered for GSM modem (1-port) [ 3.148494] [sw_udc]: [sunxi_usb_udc]: binding gadget driver 'android_usb' [ 3.156168] [sw_udc]: alloc request: ep(0xc0987090, ep0, 64), req(0xee9817c0) [ 3.164128] sunxi_udc_set_selfpowered_2300: usb device is not active [ 3.171195] [sw_udc]: sunxi_udc_pullup, is_on = 0 [ 3.176427] sunxi_udc_set_pullup_2317: usb device is not active [ 3.183121] file system registered [ 3.188713] android_usb gadget: Mass Storage Function, version: 2009/09/11 [ 3.196394] android_usb gadget: Number of LUNs=2 [ 3.201534] lun0: LUN: removable file: (no medium) [ 3.206961] lun1: LUN: removable file: (no medium) [ 3.212757] android_bind, serial_unique = 1 [ 3.217418] sunxi_udc_set_selfpowered_2300: usb device is not active [ 3.224498] android_usb gadget: android_usb ready [ 3.229746] [sw_hcd0]: usb host driver initialize........ [ 3.235864] [sw_hcd0]: open_usb_clock [ 3.240286] [sunxi_hcd0]: host_init_state = 0 [ 3.245370] [sw_hcd0]: platform is usb host [ 3.250109] [sw_hcd0]: sunxi_hcd_init_controller: sunxi_hcd_host0: USB Host mode controller at f1c19000 using PIO, IRQ 103 [ 3.262408] sunxi_hcd_host0 sunxi_hcd_host0: sunxi_hcd host driver [ 3.269290] sunxi_hcd_host0 sunxi_hcd_host0: new USB bus registered, assigned bus number 1 [ 3.279237] hub 1-0:1.0: USB hub found [ 3.283450] hub 1-0:1.0: 1 port detected [ 3.288217] [sw_hcd0]: sunxi_usb_host0_disable start [ 3.293761] [sw_hcd0]: sunxi_hcd_wait_for_disconnect cnt=0 [ 3.299864] [sunxi_hcd_host0]: Set USB Power OFF [ 3.305113] -------sunxi_hcd0_soft_disconnect--------- [ 3.310829] wrn: hcd is not enable, need not stop hcd [ 3.316448] [sunxi_hcd_host0]: Set USB Power OFF [ 3.321727] [sw_hcd0]: close_usb_clock [ 3.325914] [sw_hcd0]: sunxi_usb_host0_disable end [ 3.331675] mousedev: PS/2 mouse device common for all mice [ 3.338823] sunxi-rtc sunxi-rtc: rtc core: registered sunxi-rtc as rtc0 [ 3.346357] sunxi cedar version 0.1 [ 3.350395] [cedar]: install start!!! [ 3.354723] [cedar]: install end!!! [ 3.361759] axp22_dcdc1: Failed to create debugfs directory [ 3.369643] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel@redhat.com [ 3.379089] Bluetooth: HCI UART driver ver 2.2 [ 3.384134] Bluetooth: HCI H4 protocol initialized [ 3.389451] Bluetooth: HCI BCSP protocol initialized [ 3.395080] usbcore: registered new interface driver btusb [ 3.401185] Bluetooth: Generic Bluetooth SDIO driver ver 0.1 [ 3.407512] Bluetooth: BlueSleep Mode Driver Ver 1.1 [ 3.413772] autohotplug_init init ok [ 3.417780] sunxi_cpufreq_initcall: clocks pll=1008000000,cpu=1008000000,axi=336000000 [ 3.426596] cur: pll=1008000000, cpudiv=1, axidiv=3 [ 3.432062] axp22_dcdc3: Failed to create debugfs directory [ 3.438260] sunxi_cpufreq_initcall, get cpu frequency from sysconfig, max freq: 1200MHz, min freq: 120MHz [ 3.448952] -------------------CPU V-F Table-------------------- [ 3.455632] frequency = 1536000KHz voltage = 1500mv [ 3.461263] frequency = 1344000KHz voltage = 1460mv [ 3.466867] frequency = 1200000KHz voltage = 1320mv [ 3.472498] frequency = 1008000KHz voltage = 1200mv [ 3.478101] frequency = 816000KHz voltage = 1100mv [ 3.483692] frequency = 648000KHz voltage = 1040mv [ 3.489200] frequency = 0KHz voltage = 1040mv [ 3.494549] frequency = 0KHz voltage = 1040mv [ 3.499862] ----------------------------------------------------- [ 3.509070] [mmc]: SD/MMC/SDIO Host Controller Driver(v1.85 2014-08-01 15:11) Compiled in Oct 22 2016 at 09:18:17 [ 3.520483] [mmc]: sunxi_mci_init [ 3.524173] [mmc]: get mmc0's power supply 'axp22_dcdc1' ok [ 3.530365] [mmc]: get mmc0's 2xmode fail [ 3.534808] [mmc]: get mmc0's ddrmode fail [ 3.539347] [mmc]: get mmc0's sdc_ex_dly_used failed, use default dly [ 3.546513] [mmc]: get mmc1's sdc_power failed [ 3.551451] [mmc]: get mmc1's 2xmode fail [ 3.555894] [mmc]: get mmc1's ddrmode fail [ 3.560445] [mmc]: get mmc1's sdc_ex_dly_used failed, use default dly [ 3.567602] [mmc]: get mmc2's power supply 'axp22_dcdc1' ok [ 3.573790] [mmc]: get mmc2's 2xmode ok, val = 1 [ 3.578908] [mmc]: get mmc2's ddrmode fail [ 3.583459] [mmc]: get mmc2's sdc_ex_dly_used failed, use default dly [ 3.590615] [mmc]: MMC host used card: 0x7, boot card: 0x4, io_card 2 [ 3.599629] [mmc]: mmc not poweroff notifiy [ 3.604311] [mmc]: sdc2 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B [ 3.615159] [mmc]: sdc2 Probe: base:0xf1c11000 irq:94 sg_cpu:f001e000(75400000) ret 0. [ 3.615176] [mmc]: sdc2 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B [ 3.616711] [mmc]: sdc2 card_power_on start... [ 3.616747] axp22_dcdc1: Failed to create debugfs directory ����
script dump
defines.txt
DATE: 04/16/17 TIME: 17:14:26 name: 3g_para sub_key: name type value bb_pwr_on gpio (gpio: 0x163 / PL3, mul: 1, pull -1, drv -1, data 0) bb_wake gpio (gpio: 0x164 / PL4, mul: 1, pull -1, drv -1, data 0) bb_rf_dis gpio (gpio: 0x16b / PL11, mul: 1, pull -1, drv -1, data 0) bb_rst gpio (gpio: 0x165 / PL5, mul: 1, pull -1, drv -1, data 0) bb_vbat invalid type! bb_on invalid type! 3g_used int 0 3g_usbc_num int 1 3g_uart_num int 2 bb_name string "em66" bb_dldo string "axp22_aldo1" bb_dldo_min_uV int 2800000 bb_dldo_max_uV int 2800000 name: audio0 sub_key: name type value audio_pa_ctrl gpio (gpio: 0xe9 / PH9, mul: 1, pull -1, drv -1, data 0) audio_hp_ldo string "none" headphone_vol int 59 earpiece_vol int 62 cap_vol int 5 pa_single_vol int 58 pa_double_used int 0 pa_double_vol int 58 headphone_direct_usedint 1 headset_mic_volint 3 main_mic_vol int 1 audio_used int 1 aif2_used int 0 aif3_used int 0 headphone_mute_usedint 0 DAC_VOL_CTRL_SPKint 41120 DAC_VOL_CTRL_HEADPHONEint 41120 agc_used int 0 drc_used int 0 name: bt_para sub_key: name type value bt_used int 1 bt_uart_id int 1 name: camera_list_para sub_key: name type value camera_list_para_usedint 1 ov7670 int 0 gc0307 int 0 gc0308 int 1 gc0312 int 1 gc0329 int 1 gc0309 int 1 gc0328 int 1 gc2145 int 1 gc2035 int 1 gc2155 int 1 siv121d int 1 siv121du int 0 bf3a03 int 0 bf3603 int 0 bf3703 int 0 bf3920 int 0 sp0838 int 0 sp0a19 int 0 sp2519 int 0 s5k4ec int 1 hi253 int 0 hi704 int 1 mt9d112 int 0 mt9m112 int 0 mt9m113 int 0 ov7670 int 0 ov2655 int 0 ov5640 int 0 ov5647 int 0 ov2643 int 0 name: card_boot sub_key: name type value logical_start int 40960 sprite_gpio0 invalid type! next_work int 3 name: charging_type sub_key: name type value charging_type int 1 name: clock sub_key: name type value pll3 int 297 pll4 int 300 pll6 int 600 pll8 int 408 pll9 int 480 pll10 int 297 pll_cpupat int 0 pll_gpupat int -1002379674 pll_videopat int 0 pll_vepat int 0 pll_hsicpat int 0 pll_depat int 0 pll_mipipat int 0 pll_mipitun int -1979703288 pll_mipibias int -133168128 name: compass_para sub_key: name type value compass_used int 0 compass_twi_id int 1 compass_twi_addrint 13 compass_int invalid type! name: cooler_table sub_key: name type value cooler_count int 4 cooler0 string "1344000 4 4294967295 0" cooler1 string "1200000 4 4294967295 0" cooler2 string "1008000 4 4294967295 0" cooler3 string "648000 4 4294967295 0" name: csi0 sub_key: name type value vip_csi_pck gpio (gpio: 0x80 / PE0, mul: 2, pull -1, drv -1, data -1) vip_csi_mck gpio (gpio: 0x81 / PE1, mul: 2, pull -1, drv -1, data -1) vip_csi_hsync gpio (gpio: 0x82 / PE2, mul: 2, pull -1, drv -1, data -1) vip_csi_vsync gpio (gpio: 0x83 / PE3, mul: 2, pull -1, drv -1, data -1) vip_csi_d0 gpio (gpio: 0x84 / PE4, mul: 2, pull -1, drv -1, data -1) vip_csi_d1 gpio (gpio: 0x85 / PE5, mul: 2, pull -1, drv -1, data -1) vip_csi_d2 gpio (gpio: 0x86 / PE6, mul: 2, pull -1, drv -1, data -1) vip_csi_d3 gpio (gpio: 0x87 / PE7, mul: 2, pull -1, drv -1, data -1) vip_csi_d4 gpio (gpio: 0x88 / PE8, mul: 2, pull -1, drv -1, data -1) vip_csi_d5 gpio (gpio: 0x89 / PE9, mul: 2, pull -1, drv -1, data -1) vip_csi_d6 gpio (gpio: 0x8a / PE10, mul: 2, pull -1, drv -1, data -1) vip_csi_d7 gpio (gpio: 0x8b / PE11, mul: 2, pull -1, drv -1, data -1) vip_dev0_reset gpio (gpio: 0x8e / PE14, mul: 1, pull -1, drv -1, data 0) vip_dev0_pwdn gpio (gpio: 0x8f / PE15, mul: 1, pull -1, drv -1, data 1) vip_dev0_flash_engpio (gpio: 0x20 / PB0, mul: 1, pull -1, drv -1, data 0) vip_dev1_reset gpio (gpio: 0x8e / PE14, mul: 1, pull -1, drv -1, data 0) vip_dev1_pwdn gpio (gpio: 0x91 / PE17, mul: 1, pull -1, drv -1, data 1) vip_dev0_pos string "rear" vip_dev0_lane int 1 vip_dev0_twi_idint 2 vip_dev0_twi_addrint 120 vip_dev0_isp_usedint 0 vip_dev0_fmt int 0 vip_dev0_stby_modeint 0 vip_dev0_vflip int 0 vip_dev0_hflip int 0 vip_dev0_iovdd string "axp22_dldo3" vip_dev0_iovdd_volint 2800000 vip_dev0_avdd string "axp22_ldoio0" vip_dev0_avdd_volint 2800000 vip_dev0_dvdd string "axp22_eldo2" vip_dev0_dvdd_volint 1800000 vip_dev0_afvdd string "" vip_dev0_afvdd_volint 2800000 vip_dev0_power_eninvalid type! vip_used int 1 vip_mode int 0 vip_dev_qty int 2 vip_dev0_flash_modeinvalid type! vip_dev0_af_pwdninvalid type! vip_dev1_mname string "gc0328" vip_dev1_pos string "front" vip_dev1_lane int 1 vip_dev1_twi_idint 2 vip_dev1_twi_addrint 66 vip_dev1_isp_usedint 0 vip_dev1_fmt int 0 vip_dev1_stby_modeint 0 vip_dev1_vflip int 0 vip_dev1_hflip int 0 vip_dev1_iovdd string "axp22_dldo3" vip_dev1_iovdd_volint 2800000 vip_dev1_avdd string "axp22_ldoio0" vip_dev1_avdd_volint 2800000 vip_dev1_dvdd string "axp22_eldo2" vip_dev1_dvdd_volint 1800000 vip_dev1_afvdd string "" vip_dev1_afvdd_volint 2800000 vip_dev1_power_eninvalid type! vip_define_sensor_listint 0 vip_dev0_mname string "gc2035" vip_dev1_flash_eninvalid type! vip_dev1_flash_modeinvalid type! vip_dev1_af_pwdninvalid type! name: ctp_para sub_key: name type value ctp_int_port gpio (gpio: 0x25 / PB5, mul: 4, pull -1, drv -1, data -1) ctp_wakeup gpio (gpio: 0x27 / PB7, mul: 1, pull -1, drv -1, data 1) ctp_twi_id int 0 ctp_twi_addr int 64 ctp_screen_max_xint 1280 ctp_screen_max_yint 800 ctp_revert_x_flagint 0 ctp_revert_y_flagint 1 ctp_exchange_x_y_flagint 1 ctp_used int 1 ctp_name string "gslX680_3670_800X1280" ctp_power_ldo string "axp22_ldoio1" ctp_power_ldo_volint 3000 ctp_power_io invalid type! name: ctp_list_para sub_key: name type value ctp_det_used int 1 ft5x_ts int 0 gt82x int 0 gslX680 int 0 gslX680new int 1 tcm3670 int 1 gt9xx_ts int 0 gt9xxf_ts int 0 tu_ts int 0 gt818_ts int 0 zet622x int 0 aw5306_ts int 0 icn83xx_ts int 0 name: custom sub_key: name type value ram int 1 system_size int 0 data_size int 0 sdcard_size int 0 nand_size int 1 use_size int 2 name: disp_init sub_key: name type value disp_init_enableint 1 disp_mode int 0 screen0_output_typeint 1 screen0_output_modeint 4 screen1_output_typeint 1 screen1_output_modeint 4 fb0_format int 10 fb0_pixel_sequenceint 0 fb0_scaler_mode_enableint 0 fb0_width int 0 fb0_height int 0 fb1_format int 10 fb1_pixel_sequenceint 0 fb1_scaler_mode_enableint 0 fb1_width int 0 fb1_height int 0 lcd0_backlight int 102 lcd1_backlight int 102 lcd0_bright int 50 lcd0_contrast int 50 lcd0_saturationint 57 lcd0_hue int 50 lcd1_bright int 50 lcd1_contrast int 50 lcd1_saturationint 57 lcd1_hue int 50 name: dram_dvfs_table sub_key: name type value LV_count int 3 LV1_freq int 552000000 LV1_volt int 1100 LV2_freq int 360000000 LV2_volt int 1100 LV3_freq int 0 LV3_volt int 1100 name: dram_para sub_key: name type value dram_clk int 432 dram_type int 3 dram_zq int 15291 dram_odt_en int 1 dram_para1 int 284296192 dram_para2 int 4096 dram_mr0 int 7280 dram_mr1 int 4 dram_mr2 int 24 dram_mr3 int 0 dram_tpr0 int 4563212 dram_tpr1 int 29499657 dram_tpr2 int 311348 dram_tpr3 int 0 dram_tpr4 int 0 dram_tpr5 int 0 dram_tpr6 int 0 dram_tpr7 int 0 dram_tpr8 int 0 dram_tpr9 int 0 dram_tpr10 int 0 dram_tpr11 int 0 dram_tpr12 int 168 dram_tpr13 int 67841 name: dram_scene_table sub_key: name type value LV_count int 3 LV1_scene int 1 LV1_freq int 360000000 LV2_scene int 2 LV2_freq int 240000000 LV3_scene int 3 LV3_freq int 168000000 name: dvfs_table sub_key: name type value extremity_freq int 1344000000 max_freq int 1200000000 min_freq int 120000000 LV_count int 8 LV1_freq int 1536000000 LV1_volt int 1500 LV2_freq int 1344000000 LV2_volt int 1460 LV3_freq int 1200000000 LV3_volt int 1320 LV4_freq int 1008000000 LV4_volt int 1200 LV5_freq int 816000000 LV5_volt int 1100 LV6_freq int 648000000 LV6_volt int 1040 LV7_freq int 0 LV7_volt int 1040 LV8_freq int 0 LV8_volt int 1040 name: force_uart_para sub_key: name type value force_uart_tx gpio (gpio: 0xa2 / PF2, mul: 3, pull 1, drv -1, data -1) force_uart_rx gpio (gpio: 0xa4 / PF4, mul: 3, pull 1, drv -1, data -1) force_uart_portint 0 name: gsensor_para sub_key: name type value gsensor_int1 gpio (gpio: 0x26 / PB6, mul: 4, pull 1, drv -1, data -1) gsensor_twi_id int 1 gsensor_twi_addrint 61 gsensor_used int 1 gsensor_int2 invalid type! name: gy_para sub_key: name type value gy_used int 0 gy_twi_id int 1 gy_twi_addr int 106 gy_int1 invalid type! gy_int2 invalid type! name: i2s0 sub_key: name type value i2s0_bclk gpio (gpio: 0x24 / PB4, mul: 2, pull 1, drv -1, data -1) i2s0_lrclk gpio (gpio: 0x25 / PB5, mul: 2, pull 1, drv -1, data -1) i2s0_dout0 gpio (gpio: 0x26 / PB6, mul: 2, pull 1, drv -1, data -1) i2s0_din gpio (gpio: 0x27 / PB7, mul: 2, pull 1, drv -1, data -1) audio_format int 1 signal_inversionint 1 over_sample_rateint 512 sample_resolutionint 16 word_select_sizeint 32 pcm_sync_periodint 256 msb_lsb_first int 0 sign_extend int 0 slot_index int 0 slot_width int 16 frame_width int 1 tx_data_mode int 1 rx_data_mode int 1 i2s0_mclk invalid type! i2s0_used int 0 i2s0_channel int 2 i2s0_master int 4 i2s0_dout1 invalid type! i2s0_dout2 invalid type! i2s0_dout3 invalid type! i2s0_select int 1 name: i2s1 sub_key: name type value i2s1_bclk gpio (gpio: 0xcb / PG11, mul: 2, pull 1, drv -1, data -1) i2s1_lrclk gpio (gpio: 0xca / PG10, mul: 2, pull 1, drv -1, data -1) i2s1_dout gpio (gpio: 0xcc / PG12, mul: 2, pull 1, drv -1, data -1) i2s1_din gpio (gpio: 0xcd / PG13, mul: 2, pull 1, drv -1, data -1) audio_format int 1 signal_inversionint 1 over_sample_rateint 512 sample_resolutionint 16 word_select_sizeint 32 pcm_sync_periodint 64 msb_lsb_first int 0 sign_extend int 0 slot_index int 0 slot_width int 16 frame_width int 1 tx_data_mode int 0 rx_data_mode int 0 i2s1_mclk invalid type! i2s1_used int 0 i2s1_channel int 2 i2s1_master int 4 i2s1_select int 1 name: jtag_para sub_key: name type value jtag_ms gpio (gpio: 0xa0 / PF0, mul: 3, pull -1, drv -1, data -1) jtag_ck gpio (gpio: 0xa5 / PF5, mul: 3, pull -1, drv -1, data -1) jtag_do gpio (gpio: 0xa3 / PF3, mul: 3, pull -1, drv -1, data -1) jtag_di gpio (gpio: 0xa1 / PF1, mul: 3, pull -1, drv -1, data -1) jtag_enable int 0 name: key_detect_en sub_key: name type value keyen_flag int 1 name: lcd0_para sub_key: name type value lcd_bl_en gpio (gpio: 0xe6 / PH6, mul: 1, pull 0, drv -1, data 1) lcd_power gpio (gpio: 0x402 / GPIO2, mul: 1, pull 0, drv -1, data 1) lcd_gpio_0 gpio (gpio: 0xcd / PG13, mul: 1, pull 0, drv -1, data 1) lcd_x int 800 lcd_y int 1280 lcd_width int 120 lcd_height int 160 lcd_dclk_freq int 67 lcd_pwm_used int 1 lcd_pwm_ch int 0 lcd_pwm_freq int 50000 lcd_pwm_pol int 1 lcd_hbp int 36 lcd_ht int 854 lcd_hspw int 18 lcd_vbp int 12 lcd_vt int 1330 lcd_vspw int 4 lcd_dsi_if int 0 lcd_dsi_lane int 4 lcd_dsi_format int 0 lcd_dsi_te int 0 lcd_lvds_if int 0 lcd_lvds_colordepthint 0 lcd_lvds_mode int 0 lcd_frm int 1 lcd_hv_clk_phaseint 0 lcd_hv_sync_polarityint 0 lcd_gamma_en int 0 lcd_bright_curve_enint 0 lcd_cmap_en int 0 deu_mode int 0 lcdgamma4iep int 22 smart_color int 90 lcd_used int 1 lcd_driver_namestring "d9401" lcd_power_1 string "axp22_eldo1" lcd_if int 4 name: leds_para sub_key: name type value red_led gpio (gpio: 0x403 / GPIO3, mul: 1, pull -1, drv -1, data 0) green_led gpio (gpio: 0x401 / GPIO1, mul: 1, pull -1, drv -1, data 0) red_led_active_lowint 1 leds_used int 0 green_led_active_lowint 0 blue_led invalid type! blue_led_active_lowint 0 name: ls_para sub_key: name type value ls_int gpio (gpio: 0x27 / PB7, mul: 4, pull 1, drv -1, data -1) ls_twi_id int 1 ls_twi_addr int 35 ls_used int 0 name: ls_list_para sub_key: name type value ls_det_used int 1 ltr_501als int 1 jsa1212 int 1 name: mali_para sub_key: name type value mali_used int 1 mali_clkdiv int 1 mali_extreme_freqint 408 mali_extreme_volint 1100 name: mmc0_para sub_key: name type value sdc_d1 gpio (gpio: 0xa0 / PF0, mul: 2, pull 1, drv 2, data -1) sdc_d0 gpio (gpio: 0xa1 / PF1, mul: 2, pull 1, drv 2, data -1) sdc_clk gpio (gpio: 0xa2 / PF2, mul: 2, pull 1, drv 2, data -1) sdc_cmd gpio (gpio: 0xa3 / PF3, mul: 2, pull 1, drv 2, data -1) sdc_d3 gpio (gpio: 0xa4 / PF4, mul: 2, pull 0, drv 2, data -1) sdc_d2 gpio (gpio: 0xa5 / PF5, mul: 2, pull 1, drv 2, data -1) sdc_used int 1 sdc_detmode int 5 sdc_buswidth int 4 sdc_power_supplystring "axp22_dcdc1" sdc_use_wp int 0 sdc_wp invalid type! sdc_isio int 0 sdc_regulator string "none" name: mmc1_para sub_key: name type value sdc_clk gpio (gpio: 0xc0 / PG0, mul: 2, pull 1, drv 1, data -1) sdc_cmd gpio (gpio: 0xc1 / PG1, mul: 2, pull 1, drv 1, data -1) sdc_d0 gpio (gpio: 0xc2 / PG2, mul: 2, pull 1, drv 1, data -1) sdc_d1 gpio (gpio: 0xc3 / PG3, mul: 2, pull 1, drv 1, data -1) sdc_d2 gpio (gpio: 0xc4 / PG4, mul: 2, pull 1, drv 1, data -1) sdc_d3 gpio (gpio: 0xc5 / PG5, mul: 2, pull 1, drv 1, data -1) sdc_used int 1 sdc_detmode int 4 sdc_buswidth int 4 sdc_det invalid type! sdc_use_wp int 0 sdc_wp invalid type! sdc_isio int 1 sdc_regulator string "none" name: mmc2_para sub_key: name type value sdc_clk gpio (gpio: 0x45 / PC5, mul: 3, pull 1, drv 2, data -1) sdc_cmd gpio (gpio: 0x46 / PC6, mul: 3, pull 1, drv 2, data -1) sdc_d0 gpio (gpio: 0x48 / PC8, mul: 3, pull 1, drv 2, data -1) sdc_d1 gpio (gpio: 0x49 / PC9, mul: 3, pull 1, drv 2, data -1) sdc_d2 gpio (gpio: 0x4a / PC10, mul: 3, pull 1, drv 2, data -1) sdc_d3 gpio (gpio: 0x4b / PC11, mul: 3, pull 1, drv 2, data -1) sdc_d4 gpio (gpio: 0x4c / PC12, mul: 3, pull 1, drv 2, data -1) sdc_d5 gpio (gpio: 0x4d / PC13, mul: 3, pull 1, drv 2, data -1) sdc_d6 gpio (gpio: 0x4e / PC14, mul: 3, pull 1, drv 2, data -1) sdc_d7 gpio (gpio: 0x4f / PC15, mul: 3, pull 1, drv 2, data -1) emmc_rst gpio (gpio: 0x50 / PC16, mul: 3, pull 1, drv 2, data -1) sdc_2xmode int 1 sdc_used int 1 sdc_detmode int 3 sdc_buswidth int 8 sdc_power_supplystring "axp22_dcdc1" sdc_det invalid type! sdc_use_wp int 0 sdc_wp invalid type! sdc_isio int 0 sdc_regulator string "none" name: motor_para sub_key: name type value motor_shake gpio (gpio: 0x403 / GPIO3, mul: 1, pull -1, drv -1, data 1) motor_used int 0 motor_ldo string "" motor_ldo_voltageint 3300 name: msc_feature sub_key: name type value vendor_name string "USB 2.0" product_name string "USB Flash Driver" release int 100 luns int 2 name: pm_para sub_key: name type value standby_mode int 1 name: pmu1_para sub_key: name type value pmu_used int 1 pmu_twi_addr int 52 pmu_twi_id int 1 pmu_irq_id int 0 pmu_battery_rdcint 100 pmu_battery_capint 0 pmu_batdeten int 1 pmu_chg_ic_tempint 0 pmu_runtime_chgcurint 300 pmu_earlysuspend_chgcurint 700 pmu_suspend_chgcurint 900 pmu_shutdown_chgcurint 900 pmu_init_chgvolint 4200 pmu_init_chgend_rateint 15 pmu_init_chg_enabledint 1 pmu_init_adc_freqint 800 pmu_init_adcts_freqint 800 pmu_init_chg_pretimeint 70 pmu_init_chg_csttimeint 720 pmu_batt_cap_correctint 1 pmu_bat_regu_enint 0 pmu_bat_para1 int 0 pmu_bat_para2 int 0 pmu_bat_para3 int 0 pmu_bat_para4 int 0 pmu_bat_para5 int 0 pmu_bat_para6 int 0 pmu_bat_para7 int 0 pmu_bat_para8 int 0 pmu_bat_para9 int 1 pmu_bat_para10 int 2 pmu_bat_para11 int 3 pmu_bat_para12 int 5 pmu_bat_para13 int 10 pmu_bat_para14 int 16 pmu_bat_para15 int 31 pmu_bat_para16 int 43 pmu_bat_para17 int 49 pmu_bat_para18 int 53 pmu_bat_para19 int 57 pmu_bat_para20 int 60 pmu_bat_para21 int 63 pmu_bat_para22 int 66 pmu_bat_para23 int 71 pmu_bat_para24 int 77 pmu_bat_para25 int 80 pmu_bat_para26 int 84 pmu_bat_para27 int 88 pmu_bat_para28 int 92 pmu_bat_para29 int 94 pmu_bat_para30 int 96 pmu_bat_para31 int 98 pmu_bat_para32 int 100 pmu_usbvol_limitint 0 pmu_usbcur_limitint 1 pmu_usbvol int 4000 pmu_usbcur int 0 pmu_usbvol_pc int 4400 pmu_usbcur_pc int 500 pmu_pwroff_vol int 3300 pmu_pwron_vol int 2600 pmu_pekoff_timeint 6000 pmu_pekoff_funcint 1 pmu_pekoff_en int 1 pmu_peklong_timeint 1500 pmu_pekon_time int 1000 pmu_pwrok_time int 64 pmu_battery_warning_level1int 15 pmu_battery_warning_level2int 0 pmu_restvol_adjust_timeint 60 pmu_ocv_cou_adjust_timeint 60 pmu_chgled_funcint 0 pmu_chgled_typeint 0 pmu_vbusen_funcint 1 pmu_reset int 0 pmu_IRQ_wakeup int 1 pmu_hot_shutdowmint 1 pmu_inshort int 0 power_start int 0 pmu_temp_enableint 1 pmu_charge_ltf int 2261 pmu_charge_htf int 388 pmu_discharge_ltfint 3200 pmu_discharge_htfint 237 pmu_temp_para1 int 7466 pmu_temp_para2 int 4480 pmu_temp_para3 int 3518 pmu_temp_para4 int 2786 pmu_temp_para5 int 2223 pmu_temp name: pmu2_para sub_key: name type value pmu_used int 0 pmu_twi_addr int 52 pmu_twi_id int 1 pmu_irq_id int 0 name: power_sply sub_key: name type value dcdc1_vol int 3000 dcdc2_vol int 1100 dcdc3_vol int 1200 dcdc4_vol int 0 dcdc5_vol int 1500 aldo2_vol int 2500 aldo3_vol int 3000 name: product sub_key: name type value version string "100" machine string "evb" name: pwm0_para sub_key: name type value pwm_positive gpio (gpio: 0xe0 / PH0, mul: 2, pull 0, drv -1, data -1) pwm_used int 1 name: pwm1_para sub_key: name type value pwm_positive gpio (gpio: 0xe1 / PH1, mul: 2, pull 0, drv -1, data -1) pwm_used int 1 name: recovery_key sub_key: name type value key_min int 3 key_max int 5 name: s_uart0 sub_key: name type value s_uart_tx gpio (gpio: 0x162 / PL2, mul: 2, pull -1, drv -1, data -1) s_uart_rx gpio (gpio: 0x163 / PL3, mul: 2, pull -1, drv -1, data -1) s_uart_used int 0 name: s_rsb0 sub_key: name type value s_rsb_sck gpio (gpio: 0x160 / PL0, mul: 2, pull 1, drv 2, data -1) s_rsb_sda gpio (gpio: 0x161 / PL1, mul: 2, pull 1, drv 2, data -1) s_rsb_used int 1 name: s_jtag0 sub_key: name type value s_jtag_tms gpio (gpio: 0x164 / PL4, mul: 2, pull 1, drv 2, data -1) s_jtag_tck gpio (gpio: 0x165 / PL5, mul: 2, pull 1, drv 2, data -1) s_jtag_tdo gpio (gpio: 0x166 / PL6, mul: 2, pull 1, drv 2, data -1) s_jtag_tdi gpio (gpio: 0x167 / PL7, mul: 2, pull 1, drv 2, data -1) s_jtag_used int 0 name: s_powchk sub_key: name type value s_powchk_used int -2147483648 s_power_reg int 32865 s_system_power int 50 name: spi0 sub_key: name type value spi_mosi gpio (gpio: 0x40 / PC0, mul: 3, pull -1, drv -1, data -1) spi_miso gpio (gpio: 0x41 / PC1, mul: 3, pull -1, drv -1, data -1) spi_sclk gpio (gpio: 0x42 / PC2, mul: 3, pull -1, drv -1, data -1) spi_cs0 gpio (gpio: 0x43 / PC3, mul: 3, pull 1, drv -1, data -1) spi_used int 0 spi_cs_bitmap int 1 name: spi1 sub_key: name type value spi_cs0 gpio (gpio: 0x0 / PA0, mul: 2, pull 1, drv -1, data -1) spi_sclk gpio (gpio: 0x1 / PA1, mul: 2, pull -1, drv -1, data -1) spi_mosi gpio (gpio: 0x2 / PA2, mul: 2, pull -1, drv -1, data -1) spi_miso gpio (gpio: 0x3 / PA3, mul: 2, pull -1, drv -1, data -1) spi_used int 0 spi_cs_bitmap int 1 name: spi_board0 sub_key: name type value modalias string "at25df641" max_speed_hz int 50000000 bus_num int 0 chip_select int 0 mode int 0 name: spi_devices sub_key: name type value spi_dev_num int 0 name: target sub_key: name type value boot_clock int 1008 storage_type int 2 burn_key int 1 name: ths_para sub_key: name type value ths_used int 1 ths_trip1_countint 3 ths_trip1_0 int 75 ths_trip1_1 int 90 ths_trip1_2 int 110 ths_trip1_0_minint 0 ths_trip1_0_maxint 1 ths_trip1_1_minint 1 ths_trip1_1_maxint 3 ths_trip1_2_minint 0 ths_trip1_2_maxint 0 name: tkey_para sub_key: name type value tkey_used int 0 tkey_twi_id invalid type! tkey_twi_addr invalid type! tkey_int invalid type! name: twi_para sub_key: name type value twi_scl gpio (gpio: 0xe2 / PH2, mul: 2, pull -1, drv -1, data -1) twi_sda gpio (gpio: 0xe3 / PH3, mul: 2, pull -1, drv -1, data -1) twi_port int 0 name: twi0 sub_key: name type value twi_scl gpio (gpio: 0xe2 / PH2, mul: 2, pull -1, drv -1, data -1) twi_sda gpio (gpio: 0xe3 / PH3, mul: 2, pull -1, drv -1, data -1) twi_used int 1 name: twi1 sub_key: name type value twi_scl gpio (gpio: 0xe4 / PH4, mul: 2, pull -1, drv -1, data -1) twi_sda gpio (gpio: 0xe5 / PH5, mul: 2, pull -1, drv -1, data -1) twi_used int 1 name: twi2 sub_key: name type value twi_scl gpio (gpio: 0x8c / PE12, mul: 3, pull -1, drv -1, data -1) twi_sda gpio (gpio: 0x8d / PE13, mul: 3, pull -1, drv -1, data -1) twi_used int 1 name: uart_para sub_key: name type value uart_debug_tx gpio (gpio: 0xa2 / PF2, mul: 3, pull 1, drv -1, data -1) uart_debug_rx gpio (gpio: 0xa4 / PF4, mul: 3, pull 1, drv -1, data -1) uart_debug_portint 0 name: uart0 sub_key: name type value uart_tx gpio (gpio: 0xa2 / PF2, mul: 3, pull 1, drv -1, data -1) uart_rx gpio (gpio: 0xa4 / PF4, mul: 3, pull 1, drv -1, data -1) uart_type int 2 uart_used int 1 uart_port int 0 name: uart1 sub_key: name type value uart_tx gpio (gpio: 0xc6 / PG6, mul: 2, pull 1, drv -1, data -1) uart_rx gpio (gpio: 0xc7 / PG7, mul: 2, pull 1, drv -1, data -1) uart_rts gpio (gpio: 0xc8 / PG8, mul: 2, pull 1, drv -1, data -1) uart_cts gpio (gpio: 0xc9 / PG9, mul: 2, pull 1, drv -1, data -1) uart_used int 1 uart_type int 4 name: uart2 sub_key: name type value uart_tx gpio (gpio: 0x20 / PB0, mul: 2, pull 1, drv -1, data -1) uart_rx gpio (gpio: 0x21 / PB1, mul: 2, pull 1, drv -1, data -1) uart_rts gpio (gpio: 0x22 / PB2, mul: 2, pull 1, drv -1, data -1) uart_cts gpio (gpio: 0x23 / PB3, mul: 2, pull 1, drv -1, data -1) uart_used int 0 uart_type int 4 name: uart3 sub_key: name type value uart_tx gpio (gpio: 0xe6 / PH6, mul: 3, pull 1, drv -1, data -1) uart_rx gpio (gpio: 0xe7 / PH7, mul: 3, pull 1, drv -1, data -1) uart_rts gpio (gpio: 0xe8 / PH8, mul: 3, pull 1, drv -1, data -1) uart_cts gpio (gpio: 0xe9 / PH9, mul: 3, pull 1, drv -1, data -1) uart_used int 0 uart_type int 4 name: uart4 sub_key: name type value uart_tx gpio (gpio: 0x4 / PA4, mul: 2, pull 1, drv -1, data -1) uart_rx gpio (gpio: 0x5 / PA5, mul: 2, pull 1, drv -1, data -1) uart_rts gpio (gpio: 0x6 / PA6, mul: 2, pull 1, drv -1, data -1) uart_cts gpio (gpio: 0x7 / PA7, mul: 2, pull 1, drv -1, data -1) uart_port int 4 uart_type int 2 uart_used int 0 name: usbc0 sub_key: name type value usb_id_gpio gpio (gpio: 0xe8 / PH8, mul: 0, pull 1, drv -1, data -1) usb_drv_vbus_gpiogpio (gpio: 0x404 / GPIO4, mul: 1, pull 0, drv -1, data 0) usb_detect_typeint 1 usb_used int 1 usb_det_vbus_gpiostring "axp_ctrl" usb_port_type int 2 usb_restrict_gpioinvalid type! usb_host_init_stateint 0 usb_restric_flagint 0 usb_restric_voltageint 3550000 usb_restric_capacityint 5 usb_regulator_iostring "nocare" usb_regulator_volint 0 usb_regulator_id_vbusstring "axp22_dcdc1" usb_regulator_id_vbus_volint 3300000 name: usbc1 sub_key: name type value usb_used int 1 usb_drv_vbus_gpioinvalid type! usb_restrict_gpioinvalid type! usb_host_init_stateint 0 usb_restric_flagint 0 usb_regulator_iostring "nocare" usb_regulator_volint 0 usb_not_suspendint 0 name: usb_feature sub_key: name type value vendor_id int 7994 mass_storage_idint 4096 adb_id int 4097 manufacturer_namestring "USB Developer" product_name string "Android" serial_number string "20080411" name: Vdevice sub_key: name type value Vdevice_0 gpio (gpio: 0x1 / PA1, mul: 5, pull 1, drv 2, data -1) Vdevice_1 gpio (gpio: 0x2 / PA2, mul: 5, pull 1, drv 2, data -1) Vdevice_used int 1 name: wakeup_src_para sub_key: name type value wakeup_src_wl gpio (gpio: 0x167 / PL7, mul: 4, pull -1, drv -1, data 0) wakeup_src_bt gpio (gpio: 0x169 / PL9, mul: 4, pull -1, drv -1, data 0) pll_ratio int 273 dram_selfresh_enint 1 dram_freq int 36 cpu_en int 0 cpu_freq int 48 name: wifi_para sub_key: name type value rtl8723bs_wl_regongpio (gpio: 0x166 / PL6, mul: 1, pull -1, drv -1, data 0) rtl8723bs_wl_host_wakegpio (gpio: 0x167 / PL7, mul: 4, pull -1, drv -1, data 0) rtl8723bs_bt_regongpio (gpio: 0x168 / PL8, mul: 1, pull -1, drv -1, data 0) rtl8723bs_bt_wakegpio (gpio: 0x16a / PL10, mul: 1, pull -1, drv -1, data 0) rtl8723bs_bt_host_wakegpio (gpio: 0x169 / PL9, mul: 4, pull -1, drv -1, data 0) rtl8723cs_chip_engpio (gpio: 0x16a / PL10, mul: 1, pull -1, drv -1, data 0) rtl8723cs_wl_regongpio (gpio: 0x16b / PL11, mul: 1, pull -1, drv -1, data 0) rtl8723cs_bt_regongpio (gpio: 0x168 / PL8, mul: 1, pull -1, drv -1, data 0) wifi_power_switchinvalid type! wifi_used int 1 wifi_sdc_id int 1 wifi_usbc_id int 1 wifi_usbc_type int 1 wifi_mod_sel int 9 rtl8723bs_lpo_use_apclkint 0 wifi_power string "axp22_dldo1" wifi_power_ext1string "axp22_dldo2" wifi_power_ext2string "" rtl8723cs_lpo_use_apclkint 0