荔枝派zero核心板pdf: lichee_zero(核心板).pdf
荔枝派zero底板pdf: lichee_base(底板).pdf
全志V3s手册V1.0: Allwinner_V3s_Datasheet_V1.0.pdf
全志S3手册V0.2: Allwinner_S3_Datasheet_V0_2.pdf (索智S3手册)
用全志官方软件PhoenixSuit.exe烧录 V3s步骤: https://whycan.cn/t_866.html
芒果派全志V3s开发板完整入坑记录: https://whycan.cn/t_970.html
PhoenixSuit烧录软件下载: PhoenixSuit
找到一个解压全志烧录文件img的工具: https://whycan.cn/t_917.html
下载地址: PC_Modify_Firmware_Tool20150324.rar
--------------------------------------------------------
固件下载: zero_ov5647_camdroid_20181022.7z
串口 UART0(PB8, PB9)
离线
没屏和TF卡怎么玩这个固件?
离线
struct isp_cfg_item isp_cfg_array[] =
{
{ "ov2710_mipi", &ov2710_mipi_isp_cfg, },
{ "ar0330_mipi", &ar0330_mipi_isp_cfg, },
{ "h22_mipi", &h22_mipi_isp_cfg, },
{ "gc1004_mipi", &gc1004_mipi_isp_cfg, },
{ "ov4689", &ov4689_isp_cfg, },
};
经过 @Morgan 看了一下ISP代码,果然没有包含 ov5647 部分, 赶紧加上去试一试。
离线
离线
camdroid 下怎样拍照?
从上面的图看ov5647效果跟200W的ov2640差不多。
离线
找到几行控制LCD显示的命令:
cd /sys/class/sunxi_dump
echo 01c0c040 800001f5 > write
echo 01c0c040 800001f4 > write
echo 01c0c040 800001f0 > write
参考链接: https://blog.csdn.net/lbaihao/article/details/46892743
离线
强!
离线
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0
[ 0.000000] Linux version 3.4.39 (root@ubuntu) (gcc version 4.6.3 20120201 (prerelease) (crosstool-NG linaro-1.13.1-2012.02-20120222 - Linaro GCC 2012.02) ) #18 Fri Oct 26 23:49:45 EDT 2018
买了个flash刷进去,启动要1分钟。
晕哥,camdroid 也是 Linux 3.4.39吗?
Camdroid 不是由android 精简而来?
离线
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0
[ 0.000000] Linux version 3.4.39 (root@ubuntu) (gcc version 4.6.3 20120201 (prerelease) (crosstool-NG linaro-1.13.1-2012.02-20120222 - Linaro GCC 2012.02) ) #18 Fri Oct 26 23:49:45 EDT 2018买了个flash刷进去,启动要1分钟。
晕哥,camdroid 也是 Linux 3.4.39吗?
Camdroid 不是由android 精简而来?
接串口看下log, 可能是因为没有 pmu芯片, wifi芯片,摄像头重复检测导致的。
离线
playflash 说:Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0
[ 0.000000] Linux version 3.4.39 (root@ubuntu) (gcc version 4.6.3 20120201 (prerelease) (crosstool-NG linaro-1.13.1-2012.02-20120222 - Linaro GCC 2012.02) ) #18 Fri Oct 26 23:49:45 EDT 2018买了个flash刷进去,启动要1分钟。
晕哥,camdroid 也是 Linux 3.4.39吗?
Camdroid 不是由android 精简而来?接串口看下log, 可能是因为没有 pmu芯片, wifi芯片,摄像头重复检测导致的。
谢谢,camdroid真的是 Linux 3.4.39?
离线
晕哥 说:playflash 说:Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0
[ 0.000000] Linux version 3.4.39 (root@ubuntu) (gcc version 4.6.3 20120201 (prerelease) (crosstool-NG linaro-1.13.1-2012.02-20120222 - Linaro GCC 2012.02) ) #18 Fri Oct 26 23:49:45 EDT 2018买了个flash刷进去,启动要1分钟。
晕哥,camdroid 也是 Linux 3.4.39吗?
Camdroid 不是由android 精简而来?接串口看下log, 可能是因为没有 pmu芯片, wifi芯片,摄像头重复检测导致的。
谢谢,camdroid真的是 Linux 3.4.39?
是的,刚刚看到的log:
127|root@camdroid:/mnt # cat /proc/kmsg
<6>[ 0.000000] Booting Linux on physical CPU 0
<5>[ 0.000000] Linux version 3.4.39 (root@ubuntu) (gcc version 4.6.3 20120201 (prerelease) (crosstool-NG linaro-1.13.1-2012.02-20120222 - Linaro GCC 2012.02) ) #23 Tue Oct 30 05:37:03 EDT 2018
离线
这个固件, 使用荔枝派, 启动后在底板的TF卡座(mmc1)插入TF卡,
执行
echo 1 > /proc/driver/sunxi-mmc.1/insert
会挂载到 /mnt/extsd 目录
执行
echo 0 > /proc/driver/sunxi-mmc.1/insert
会卸载TF卡.
离线
HELLO! BOOT0 is starting!
get_ifm reg_val=7
setting pmu vol system core 1.1 v
===i2c gpio === 22777777
axp read fail, maybe no pmu
set pmu vol failed,maybe no pmu
DRAM DRIVE INFO: V0.7
DRAM Type = 2 (2:DDR2,3:DDR3,6:LPDDR2,7:LPDDR3)
DRAM CLK = 360 MHz
DRAM zq value: 000039bb
DRAM size = 64 MB
Succeed in reading Boot1 file head.
Jump to secend Boot.
[ 0.093]
U-Boot 2011.09-rc1-dirty (Jun 16 2015 - 13:24:18) Allwinner Technology
[ 0.101]version: 1.1.0
[ 0.106]pmbus:
===i2c gpio === 22777777
ready
axp read error
probe axp20x failed
axp_probe fail,run clock=1008
set power on vol to default
axp_set_power_supply_output dcdc2_vol = 1200
axp set dcdc2_vol to 1200 failed
axp_set_power_supply_output dcdc3_vol = 3300
axp set dcdc3_vol to 3300 failed
axp_set_power_supply_output aldo2_vol = 2500
axp set aldo2_vol to 2500 failed
axp_set_power_supply_output aldo3_vol = 3000
axp set aldo3_vol to 3000 failed
axp_set_power_supply_output ldo1_vol = 3300
axp set ldo1_vol to 3300 failed
axp_set_power_supply_output ldo2_vol = 3000
axp set ldo2_vol to 3000 failed
[ 0.166]DRAM: 64 MiB
[debug_jaosn]:use the clock in sys_config
OK
[ 0.188]sunxi flash init ok
hello @flash_speed=1
env_relocate_spec storage_type = 3
In: serial
Out: serial
Err: serial
WORK_MODE_BOOT
read bootlogo partition successful,start_block=0x6420,rblock=0x100 ,ret=256
Use decode 1x1 sampling
sunxi_read_bootlogo: jpg convert argb
[ 0.373]Hit any key to stop autoboot: 0
read boot or recovery all
[ 0.659]sunxi flash read :offset 4000, 4194815 bytes OK
[ 0.665]ready to boot
[ 0.667]
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0
[ 0.000000] Linux version 3.4.39 (root@ubuntu) (gcc version 4.6.3 20120201 (prerelease) (crosstool-NG linaro-1.13.1-2012.02-20120222 - Linaro GCC 2012.02) ) #18 Fri Oct 26 23:49:45 EDT 2018
[ 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] Initialized persistent memory from 41d20800-41d307ff
[ 0.000000] Memory policy: ECC disabled, Data cache writeback
[ 0.000000] On node 0 totalpages: 16384
[ 0.000000] free_area_init_node: node 0, pgdat c0520ae4, node_mem_map c05bb000
[ 0.000000] Normal zone: 128 pages used for memmap
[ 0.000000] Normal zone: 0 pages reserved
[ 0.000000] Normal zone: 16256 pages, LIFO batch:3
[ 0.000000] script_init enter!
[ 0.000000] script_init exit!
[ 0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[ 0.000000] pcpu-alloc: [0] 0
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 16256
[ 0.000000] Kernel command line: console=ttyS0,115200 root=/dev/nor1 init=/init loglevel=8 partitions= mac_addr= uid=1234567890 kmemleak=on fb_base=0x41b00000 boot_type=3 config_size=32360
[ 0.000000] PID hash table entries: 256 (order: -2, 1024 bytes)
[ 0.000000] Dentry cache hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.000000] Inode-cache hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.000000] Memory: 64MB = 64MB total
[ 0.000000] Memory: 29928k/29928k available, 35608k reserved, 0K highmem
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
[ 0.000000] vmalloc : 0xc4800000 - 0xff000000 ( 936 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xc4000000 ( 64 MB)
[ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB)
[ 0.000000] .text : 0xc0008000 - 0xc048d000 (4628 kB)
[ 0.000000] .init : 0xc048d000 - 0xc04b0000 ( 140 kB)
[ 0.000000] .data : 0xc04b0000 - 0xc0521220 ( 453 kB)
[ 0.000000] .bss : 0xc0521244 - 0xc05ba964 ( 614 kB)
[ 0.000000] NR_IRQS:544
[ 0.000000] 524 ahb1 set parent pll_periph0d2
[ 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.000149] Calibrating delay loop (skipped), value calculated using timer frequency.. 4800.00 BogoMIPS (lpj=24000000)
[ 0.000172] pid_max: default: 32768 minimum: 301
[ 0.000306] Mount-cache hash table entries: 512
[ 0.000811] CPU: Testing write buffer coherency: ok
[ 0.001078] Setting up static identity map for 0x40366de8 - 0x40366e40
[ 0.001722] devtmpfs: initialized
[ 0.003610] pinctrl core: initialized pinctrl subsystem
[ 0.004095] NET: Registered protocol family 16
[ 0.004490] DMA: preallocated 128 KiB pool for atomic coherent allocations
[ 0.004545] script_sysfs_init success
[ 0.004577] sunxi_dump_init success
[ 0.005299] gpiochip_add: registered GPIOs 0 to 223 on device: sunxi-pinctrl
[ 0.006188] sunxi-pinctrl sunxi-pinctrl: initialized sunXi PIO driver
[ 0.006545] gpiochip_add: registered GPIOs 1024 to 1031 on device: axp-pinctrl
[ 0.007418] persistent_ram: found existing buffer, size 58228, start 29123
[ 0.261411] console [ram-1] enabled
[ 0.261938] [sunxi-module]: [sunxi-module.0] probe success
[ 0.262158] axp driver uning configuration failed(801)
[ 0.262352] axp driver uning configuration failed(808)
[ 0.262742] Not Found clk pll_isp in script
[ 0.262852] Not Found clk pll_video in script
[ 0.263040] Not Found clk pll_ve in script
[ 0.263143] Not Found clk pll_periph0 in script
[ 0.263331] Not Found clk pll_de in script
[ 0.263432] sunxi_default_clk_init
[ 0.263537] try to set pll6ahb1 to 200000000
[ 0.263734] Error not get clk pll6ahb1
[ 0.263841] Error not get clk pll6ahb1try to set ahb1 to 200000000
[ 0.264056] try to set apb1 to 100000000
[ 0.264567] ===fe3o4==== sunxi_root_procfs_attach ret:0
[ 0.268155] bio: create slab <bio-0> at 0
[ 0.268602] pwm module init!
[ 0.270866] SCSI subsystem initialized
[ 0.271204] usbcore: registered new interface driver usbfs
[ 0.271458] usbcore: registered new interface driver hub
[ 0.271706] usbcore: registered new device driver usb
[ 0.272038] twi_chan_cfg()340 - [twi0] has no twi_regulator.
[ 0.272146] twi_chan_cfg()340 - [twi1] has no twi_regulator.
[ 0.273018] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x34)
[ 0.273144] axp20_board 0-0034: failed reading at 0x03
[ 0.273334] [AXP20-MFD] try to read chip id failed!
[ 0.273438] axp mfd register failed
[ 0.273554] axp20_board: probe of 0-0034 failed with error -70
[ 0.273789] Linux video capture interface: v2.00
[ 0.273979] gpiochip_add: gpios 1024..1028 (axp_pin) failed to register
[ 0.274172] axp pinctrl used,skip
[ 0.274603] Advanced Linux Sound Architecture Driver Version 1.0.25.
[ 0.275696] cfg80211: Calling CRDA to update world regulatory domain
[ 0.276754] Switching to clocksource arch_sys_counter
[ 0.280000] NET: Registered protocol family 2
[ 0.280000] IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.280000] TCP established hash table entries: 2048 (order: 2, 16384 bytes)
[ 0.280107] TCP bind hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.280318] TCP: Hash tables configured (established 2048 bind 2048)
[ 0.280513] TCP: reno registered
[ 0.280623] UDP hash table entries: 256 (order: 0, 4096 bytes)
[ 0.280740] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[ 0.281202] NET: Registered protocol family 1
[ 0.281507] Unpacking initramfs...
[ 0.296265] Freeing initrd memory: 220K
[ 0.296602] [pm]aw_pm_init!
[ 0.296711] standby_mode = 1.
[ 0.296813] wakeup src cnt is : 3.
[ 0.297006] pmu name: pmu1_para .
[ 0.297113] pmu1_enable = 0x1.
[ 0.297216] pmux_id = 0x1.
[ 0.297406] pmu name: pmu2_para .
[ 0.297509] config_pmux_para: script_parser_fetch err.
[ 0.297613] pmu2_enable = 0x0.
[ 0.297806] add_sys_pwr_dm: get ldo name failed
[ 0.297908] add_sys_pwr_dm: get ldo name failed
[ 0.298013] add_sys_pwr_dm: get ldo name failed
[ 0.298203] add_sys_pwr_dm: get ldo name failed
[ 0.298305] add_sys_pwr_dm: get ldo name failed
[ 0.298492] add_sys_pwr_dm: get ldo name failed
[ 0.298595] add_sys_pwr_dm: get ldo name failed
[ 0.298699] add_sys_pwr_dm: get ldo name failed
[ 0.298888] add_sys_pwr_dm: get ldo name failed
[ 0.298991] add_sys_pwr_dm: get ldo name failed
[ 0.299181] after inited: sys_mask config = 0x0.
[ 0.299287] dynamic_standby enalbe = 0x0.
[ 0.299448] sunxi_reg_init enter
[ 0.301504] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.301662] jffs2: version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc.
[ 0.302031] msgmni has been set to 58
[ 0.303059] io scheduler noop registered
[ 0.303179] io scheduler deadline registered
[ 0.303448] io scheduler cfq registered (default)
[ 0.303963] [DISP]disp_module_init
[ 0.304543] cmdline,disp=
[ 0.305157] rotation_sw module is config as no used
[ 0.305288] [DISP] disp_get_rotation_sw,line:68:disp 0 out of range? g_rot_sw=0
[ 0.305578] [DISP] disp_init_connections,line:289:NULL pointer: 0, 0
[ 0.323442] [DISP] disp_sys_power_enable,line:387:some error happen, fail to get regulator
[ 0.323758] [DISP] disp_sys_gpio_set_value,line:374:OSAL_GPIO_DevWRITE_ONEPIN_DATA, hdl is NULL
[ 0.324759] [DISP]disp_module_init finish
[ 0.325160] sw_uart_get_devinfo()1503 - uart0 has no uart_regulator.
[ 0.325367] sw_uart_get_devinfo()1503 - uart2 has no uart_regulator.
[ 0.325907] uart0: ttyS0 at MMIO 0x1c28000 (irq = 32) is a SUNXI
[ 0.326113] sw_uart_pm()890 - uart0 clk is already enable
[ 0.326230] sw_console_setup()1233 - console setup baud 115200 parity n bits 8, flow n
[ 0.422303] console [ttyS0] enabled
[ 1.159099] uart: probe of uart2 failed with error -22
[ 1.166229] sunxi_spi_chan_cfg()1376 - [spi-0] has no spi_regulator.
[ 1.174080] spi spi0: master is unqueued, this is deprecated
[ 1.180771] m25p_probe()967 - Use the Dual Mode Read.
[ 1.186558] NorFlash ID: 0xef4018 - 0x0
[ 1.191042] m25p80 spi0.0: found W25q128, expected at25df641
[ 1.197443] m25p80 spi0.0: W25q128 (16384 Kbytes)
[ 1.204347] @@@[debug_jaosn]: Invalid partitions count: 4 9
[ 1.211121] Creating 8 MTD partitions on "spi0.0":
[ 1.216553] 0x000000000000-0x000000040000 : "uboot"
[ 1.223084] 0x000000040000-0x000000440000 : "boot"
[ 1.229372] 0x000000440000-0x000000c40000 : "system"
[ 1.236019] 0x000000c40000-0x000000cc0000 : "cfg"
[ 1.242280] 0x000000cc0000-0x000000ce0000 : "boot_logo"
[ 1.249141] 0x000000ce0000-0x000000d00000 : "shutdown_logo"
[ 1.256643] 0x000000d00000-0x000000d10000 : "env"
[ 1.263045] 0x000000d10000-0x000000d20000 : "private"
[ 1.271171] Failed to alloc md5
[ 1.274844] eth0: Use random mac address
[ 1.279438] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.306944] sunxi-ehci sunxi-ehci.1: SW USB2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.316069] sunxi-ehci sunxi-ehci.1: new USB bus registered, assigned bus number 1
[ 1.324793] sunxi-ehci sunxi-ehci.1: irq 104, io mem 0xf1c1a000
[ 1.350041] sunxi-ehci sunxi-ehci.1: USB 0.0 started, EHCI 1.00
[ 1.357519] hub 1-0:1.0: USB hub found
[ 1.361843] hub 1-0:1.0: 1 port detected
[ 1.366722] sunxi-ehci sunxi-ehci.1: remove, state 1
[ 1.372490] usb usb1: USB disconnect, device number 1
[ 1.670257] sunxi-ehci sunxi-ehci.1: USB bus 1 deregistered
[ 1.686749] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 1.713830] sunxi-ohci sunxi-ohci.1: SW USB2.0 'Open' Host Controller (OHCI) Driver
[ 1.722559] sunxi-ohci sunxi-ohci.1: new USB bus registered, assigned bus number 1
[ 1.731218] sunxi-ohci sunxi-ohci.1: irq 105, io mem 0xf1c1a400
[ 1.794652] hub 1-0:1.0: USB hub found
[ 1.798934] hub 1-0:1.0: 1 port detected
[ 1.803886] sunxi-ohci sunxi-ohci.1: remove, state 1
[ 1.809530] usb usb1: USB disconnect, device number 1
[ 1.815923] sunxi-ohci sunxi-ohci.1: USB bus 1 deregistered
[ 1.832359] Initializing USB Mass Storage driver...
[ 1.838038] usbcore: registered new interface driver usb-storage
[ 1.844838] USB Mass Storage support registered.
[ 1.850469] file system registered
[ 1.855797] android_usb gadget: Mass Storage Function, version: 2009/09/11
[ 1.863615] android_usb gadget: Number of LUNs=1
[ 1.868923] lun0: LUN: removable file: (no medium)
[ 1.874916] android_usb gadget: android_usb ready
[ 1.880497] sunxikbd_script_init: key para not found, used default para.
[ 1.889093] sunxi-rtc sunxi-rtc: rtc core: registered sunxi-rtc as rtc0
[ 1.896876] sunxi cedar version 0.1
[ 1.901027] [cedar]: install start!!!
[ 1.905451] [cedar]: install end!!!
[ 1.910000] platform reg-20-cs-dcdc2: Driver reg-20-cs-dcdc2 requests probe deferral
[ 1.918890] platform reg-20-cs-dcdc3: Driver reg-20-cs-dcdc3 requests probe deferral
[ 1.927817] platform reg-20-cs-ldo1: Driver reg-20-cs-ldo1 requests probe deferral
[ 1.936541] platform reg-20-cs-ldo2: Driver reg-20-cs-ldo2 requests probe deferral
[ 1.945282] platform reg-20-cs-ldo3: Driver reg-20-cs-ldo3 requests probe deferral
[ 1.953912] platform reg-20-cs-ldo4: Driver reg-20-cs-ldo4 requests probe deferral
[ 1.962631] platform reg-20-cs-ldoio0: Driver reg-20-cs-ldoio0 requests probe deferral
[ 1.971628] sunxi_wdt_init_module: sunxi WatchDog Timer Driver v1.0
[ 1.978875] sunxi_wdt_probe: devm_ioremap return wdt_reg 0xf1c20ca0, res->start 0x01c20ca0, res->end 0x01c20cbf
[ 1.990317] sunxi_wdt_probe: initialized (g_timeout=16s, g_nowayout=0)
[ 1.998052] wdt_enable, write reg 0xf1c20cb8 val 0x00000000
[ 2.004373] wdt_set_tmout, write 0x000000b0 to mode reg 0xf1c20cb8, actual timeout 16 sec
[ 2.014231] [mmc]: SD/MMC/SDIO Host Controller Driver(v1.114 2015-6-2 10:21) Compiled in Oct 19 2018 at 10:37:11
[ 2.025803] [mmc]: get mmc0's sdc_power failed
[ 2.030862] [mmc]: get mmc1's sdc_power failed
[ 2.036035] [mmc]: MMC host used card: 0x3, boot card: 0x1, io_card 2
[ 2.044292] [mmc]: sdc0 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.055454] [mmc]: sdc0 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.065862] [mmc]: sdc1 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.075797] [mmc]: sdc0 power_supply is null
[ 2.083649] sunxi_leds_fetch_sysconfig_para leds is not used in config
[ 2.091041] =========script_get_err============
[ 2.096499] usbcore: registered new interface driver usbhid
[ 2.102830] usbhid: USB HID core driver
[ 2.107293] [mmc]: sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.118245] ashmem: initialized
[ 2.122143] logger: created 256K log 'log_main'
[ 2.127383] logger: created 32K log 'log_events'
[ 2.132947] logger: created 32K log 'log_radio'
[ 2.138308] logger: created 32K log 'log_system'
[ 2.145022] script_get_item return audio_pa_ctrl type err
[ 2.152133] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 52, RTO !!
[ 2.160693] asoc: sndcodec <-> sunxi-codec mapping ok
[ 2.166506] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 52, RTO !!
[ 2.174960] [mmc]: sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.187242] TCP: cubic registered
[ 2.191180] NET: Registered protocol family 17
[ 2.196445] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
[ 2.205286] ThumbEE CPU extension supported.
[ 2.211331] Registering SWP/SWPB emulation handler
[ 2.217795] [mmc]: sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.229111] platform reg-20-cs-ldoio0: Driver reg-20-cs-ldoio0 requests probe deferral
[ 2.238277] platform reg-20-cs-ldo4: Driver reg-20-cs-ldo4 requests probe deferral
[ 2.248196] platform reg-20-cs-ldo3: Driver reg-20-cs-ldo3 requests probe deferral
[ 2.256740] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 8, RTO !!
[ 2.265085] *******************Try sdio*******************
[ 2.271343] platform reg-20-cs-ldo2: Driver reg-20-cs-ldo2 requests probe deferral
[ 2.279963] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 5, RTO !!
[ 2.288362] platform reg-20-cs-ldo1: Driver reg-20-cs-ldo1 requests probe deferral
[ 2.296885] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 5, RTO !!
[ 2.305251] platform reg-20-cs-dcdc3: Driver reg-20-cs-dcdc3 requests probe deferral
[ 2.314051] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 5, RTO !!
[ 2.322324] platform reg-20-cs-dcdc2: Driver reg-20-cs-dcdc2 requests probe deferral
[ 2.331120] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 5, RTO !!
[ 2.339432] *******************Try sd *******************
[ 2.345618] sunxi-rtc sunxi-rtc: setting system clock to 2015-01-01 00:05:41 UTC (1420070741)
[ 2.355284] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 55, RTO !!
[ 2.364578] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 55, RTO !!
[ 2.373586] [wifi module_pm]: failed to fetch wifi configuration!
[ 2.380619] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 55, RTO !!
[ 2.388954] [wifi module_pm]: regulator on.
[ 2.393839] [wifi_pm]: no wifi used in configuration
[ 2.399447]
[ 2.399450] *****Oct 19 2018 10:37:24 EAGLE DRIVER VER:75be56bfbaf7*****
[ 2.399456]
[ 2.410764] =======================================================
[ 2.417920] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 55, RTO !!
[ 2.426294] ==== Launching Wi-Fi driver! (Powered by Rockchip) ====
[ 2.433448] =======================================================
[ 2.440508] Espressif ESP8089 SDIO WiFi driver (Powered by Rockchip, Ver2.25(01/22/2016),Drv: 2.26) init.
[ 2.451329] [wifi_pm]: wrong module select 0 !
[ 2.556536] *******************Try mmc*******************
[ 2.562649] [mmc]: sdc0 set ios: clk 400000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.573953] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 1, RTO !!
[ 2.582290] [mmc]: sdc0 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.592304] [mmc]: sdc0 power_supply is null
[ 2.599818] [mmc]: sdc0 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.611189] [mmc]: sdc0 power_supply is null
[ 2.630027] [mmc]: sdc0 set ios: clk 300000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.661106] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 52, RTO !!
[ 2.670531] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 52, RTO !!
[ 2.678949] [mmc]: sdc0 set ios: clk 300000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.691916] [mmc]: sdc0 set ios: clk 300000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.704476] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 8, RTO !!
[ 2.712706] *******************Try sdio*******************
[ 2.720055] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 5, RTO !!
[ 2.729359] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 5, RTO !!
[ 2.738749] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 5, RTO !!
[ 2.748132] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 5, RTO !!
[ 2.756356] *******************Try sd *******************
[ 2.763619] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 55, RTO !!
[ 2.773022] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 55, RTO !!
[ 2.782505] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 55, RTO !!
[ 2.791992] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 55, RTO !!
[ 2.800313] *******************Try mmc*******************
[ 2.801963] [mmc]: sdc0 set ios: clk 300000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.818026] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 1, RTO !!
[ 2.826253] [mmc]: sdc0 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.836336] [mmc]: sdc0 power_supply is null
[ 2.843760] [mmc]: sdc0 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.855129] [mmc]: sdc0 power_supply is null
[ 2.880023] [mmc]: sdc0 set ios: clk 200000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.911635] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 52, RTO !!
[ 2.921668] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 52, RTO !!
[ 2.930082] [mmc]: sdc0 set ios: clk 200000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.943301] [mmc]: sdc0 set ios: clk 200000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.956310] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 8, RTO !!
[ 2.964645] *******************Try sdio*******************
[ 2.972455] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 5, RTO !!
[ 2.982395] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 5, RTO !!
[ 2.992314] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 5, RTO !!
[ 3.002159] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 5, RTO !!
[ 3.010482] *******************Try sd *******************
[ 3.018270] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 55, RTO !!
[ 3.028220] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 55, RTO !!
[ 3.038239] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 55, RTO !!
[ 3.048175] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 55, RTO !!
[ 3.056578] *******************Try mmc*******************
[ 3.062766] [mmc]: sdc0 set ios: clk 200000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.074770] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 1, RTO !!
[ 3.083081] [mmc]: sdc0 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.093160] [mmc]: sdc0 power_supply is null
[ 3.100576] [mmc]: sdc0 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.111935] [mmc]: sdc0 power_supply is null
[ 3.130023] [mmc]: sdc0 set ios: clk 150000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.161095] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 52, RTO !!
[ 3.170580] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 52, RTO !!
[ 3.178907] [mmc]: sdc0 set ios: clk 150000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.191879] [mmc]: sdc0 set ios: clk 150000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.204411] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 8, RTO !!
[ 3.212730] *******************Try sdio*******************
[ 3.219987] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 5, RTO !!
[ 3.229384] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 5, RTO !!
[ 3.238705] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 5, RTO !!
[ 3.248091] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 5, RTO !!
[ 3.256402] *******************Try sd *******************
[ 3.263577] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 55, RTO !!
[ 3.273064] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 55, RTO !!
[ 3.282547] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 55, RTO !!
[ 3.291960] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 55, RTO !!
[ 3.300366] *******************Try mmc*******************
[ 3.301932] [mmc]: sdc0 set ios: clk 150000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.317992] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 1, RTO !!
[ 3.326314] [mmc]: sdc0 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.336395] [mmc]: sdc0 power_supply is null
[ 3.343830] [mmc]: sdc1 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.355199] [mmc]: sdc1 power_supply is null
[ 3.380024] [mmc]: sdc1 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.412333] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 3.421556] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 3.429879] [mmc]: sdc1 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.442703] [mmc]: sdc1 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.454955] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 8, RTO !!
[ 3.463182] *******************Try sdio*******************
[ 3.470259] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 3.479372] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 3.488402] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 3.497515] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 3.505739] *******************Try sd *******************
[ 3.512636] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 3.521854] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 3.530995] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 3.540202] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 3.548615] *******************Try mmc*******************
[ 3.554710] [mmc]: sdc1 set ios: clk 400000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.565963] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 1, RTO !!
[ 3.574193] [mmc]: sdc1 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.584197] [mmc]: sdc1 power_supply is null
[ 3.591708] [mmc]: sdc1 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.602984] [mmc]: sdc1 power_supply is null
[ 3.620021] [mmc]: sdc1 set ios: clk 300000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.652599] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 3.661995] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 3.670403] [mmc]: sdc1 set ios: clk 300000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.683355] [mmc]: sdc1 set ios: clk 300000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.695886] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 8, RTO !!
[ 3.704111] *******************Try sdio*******************
[ 3.711462] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 3.720756] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 3.730139] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 3.739512] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 3.747736] *******************Try sd *******************
[ 3.754986] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 3.764379] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 3.773853] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 3.783332] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 3.791655] *******************Try mmc*******************
[ 3.793303] [mmc]: sdc1 set ios: clk 300000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.809360] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 1, RTO !!
[ 3.817592] [mmc]: sdc1 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.827684] [mmc]: sdc1 power_supply is null
[ 3.835113] [mmc]: sdc1 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.846477] [mmc]: sdc1 power_supply is null
[ 3.870023] [mmc]: sdc1 set ios: clk 200000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.903137] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 3.913156] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 3.921570] [mmc]: sdc1 set ios: clk 200000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.934692] [mmc]: sdc1 set ios: clk 200000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.947781] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 8, RTO !!
[ 3.956097] *******************Try sdio*******************
[ 3.963891] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 3.973806] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 3.983716] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 3.993546] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 4.001859] *******************Try sd *******************
[ 4.009551] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 4.019561] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 4.029571] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 4.039496] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 4.047904] *******************Try mmc*******************
[ 4.054010] [mmc]: sdc1 set ios: clk 200000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 4.066149] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 1, RTO !!
[ 4.074485] [mmc]: sdc1 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 4.084593] [mmc]: sdc1 power_supply is null
[ 4.092024] [mmc]: sdc1 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 4.103392] [mmc]: sdc1 power_supply is null
[ 4.120022] [mmc]: sdc1 set ios: clk 150000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 4.152602] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 4.162083] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 4.170412] [mmc]: sdc1 set ios: clk 150000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 4.183362] [mmc]: sdc1 set ios: clk 150000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 4.195895] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 8, RTO !!
[ 4.204213] *******************Try sdio*******************
[ 4.211477] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 4.220860] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 4.230150] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 4.239523] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 4.247849] *******************Try sd *******************
[ 4.255017] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 4.264497] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 4.273883] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 4.283364] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 4.291769] *******************Try mmc*******************
[ 4.293334] [mmc]: sdc1 set ios: clk 150000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 4.309592] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 1, RTO !!
[ 4.317928] [mmc]: sdc1 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 4.327952] [mmc]: sdc1 power_supply is null
[ 13.550031] esp_sdio_init ------ RETRY ------
[ 13.555146] =======================================================
[ 13.562308] ==== Dislaunching Wi-Fi driver! (Powered by Rockchip) ====
[ 13.569655] =======================================================
[ 13.576802] Espressif ESP8089 SDIO WiFi driver (Powered by Rockchip, Ver2.26(01/22/2016),Drv: 2.26) exit.
[ 13.587618] [wifi_pm]: wrong module select 0 !
[ 13.692651] =======================================================
[ 13.699792] ==== Launching Wi-Fi driver! (Powered by Rockchip) ====
[ 13.706848] =======================================================
[ 13.713993] Espressif ESP8089 SDIO WiFi driver (Powered by Rockchip, Ver2.25(01/22/2016),Drv: 2.26) init.
[ 13.724809] [wifi_pm]: wrong module select 0 !
[ 13.829869] [mmc]: sdc1 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 13.841240] [mmc]: sdc1 power_supply is null
[ 13.860030] [mmc]: sdc1 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 13.892345] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 13.901567] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 13.909894] [mmc]: sdc1 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 13.922727] [mmc]: sdc1 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 13.934987] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 8, RTO !!
[ 13.943330] *******************Try sdio*******************
[ 13.950319] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 13.959447] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 13.968474] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 13.977591] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 13.985901] *******************Try sd *******************
[ 13.992804] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 14.002012] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 14.011137] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 14.020344] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 14.028756] *******************Try mmc*******************
[ 14.034856] [mmc]: sdc1 set ios: clk 400000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 14.046231] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 1, RTO !!
[ 14.054570] [mmc]: sdc1 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 14.064587] [mmc]: sdc1 power_supply is null
[ 14.072098] [mmc]: sdc1 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 14.083460] [mmc]: sdc1 power_supply is null
[ 14.100024] [mmc]: sdc1 set ios: clk 300000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 14.132603] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 14.142008] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 14.150418] [mmc]: sdc1 set ios: clk 300000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 14.163370] [mmc]: sdc1 set ios: clk 300000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 14.175905] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 8, RTO !!
[ 14.184135] *******************Try sdio*******************
[ 14.191485] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 14.200802] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 14.210178] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 14.219575] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 14.227800] *******************Try sd *******************
[ 14.235058] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 14.244448] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 14.253928] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 14.263405] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 14.271729] *******************Try mmc*******************
[ 14.273376] [mmc]: sdc1 set ios: clk 300000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 14.289444] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 1, RTO !!
[ 14.297697] [mmc]: sdc1 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 14.307792] [mmc]: sdc1 power_supply is null
[ 14.315307] [mmc]: sdc1 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 14.326579] [mmc]: sdc1 power_supply is null
[ 14.350021] [mmc]: sdc1 set ios: clk 200000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 14.383136] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 14.393155] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 14.401570] [mmc]: sdc1 set ios: clk 200000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 14.414781] [mmc]: sdc1 set ios: clk 200000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 14.427786] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 8, RTO !!
[ 14.436100] *******************Try sdio*******************
[ 14.443981] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 14.453810] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 14.463736] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 14.473560] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 14.481872] *******************Try sd *******************
[ 14.489650] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 14.499580] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 14.509591] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 14.519600] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 14.527934] *******************Try mmc*******************
[ 14.534120] [mmc]: sdc1 set ios: clk 200000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 14.546126] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 1, RTO !!
[ 14.554445] [mmc]: sdc1 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 14.564540] [mmc]: sdc1 power_supply is null
[ 14.571959] [mmc]: sdc1 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 14.583321] [mmc]: sdc1 power_supply is null
[ 14.600025] [mmc]: sdc1 set ios: clk 150000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 14.632603] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 14.642098] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 14.650422] [mmc]: sdc1 set ios: clk 150000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 14.663288] [mmc]: sdc1 set ios: clk 150000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 14.675817] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 8, RTO !!
[ 14.684127] *******************Try sdio*******************
[ 14.691393] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 14.700769] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 14.710153] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 14.719443] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 14.727752] *******************Try sd *******************
[ 14.734916] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 14.744396] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 14.753876] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 14.763262] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 14.771669] *******************Try mmc*******************
[ 14.773234] [mmc]: sdc1 set ios: clk 150000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 14.789287] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 1, RTO !!
[ 14.797605] [mmc]: sdc1 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 14.807696] [mmc]: sdc1 power_supply is null
[ 24.830028] esp_sdio_init ------ RETRY ------
[ 24.835138] =======================================================
[ 24.842307] ==== Dislaunching Wi-Fi driver! (Powered by Rockchip) ====
[ 24.849647] =======================================================
[ 24.856799] Espressif ESP8089 SDIO WiFi driver (Powered by Rockchip, Ver2.26(01/22/2016),Drv: 2.26) exit.
[ 24.867609] [wifi_pm]: wrong module select 0 !
[ 24.972649] =======================================================
[ 24.979789] ==== Launching Wi-Fi driver! (Powered by Rockchip) ====
[ 24.986847] =======================================================
[ 24.993989] Espressif ESP8089 SDIO WiFi driver (Powered by Rockchip, Ver2.25(01/22/2016),Drv: 2.26) init.
[ 25.004810] [wifi_pm]: wrong module select 0 !
[ 25.109866] [mmc]: sdc1 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.121245] [mmc]: sdc1 power_supply is null
[ 25.140029] [mmc]: sdc1 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.172345] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 25.181584] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 25.189908] [mmc]: sdc1 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.202744] [mmc]: sdc1 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.215002] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 8, RTO !!
[ 25.223320] *******************Try sdio*******************
[ 25.230311] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 25.239424] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 25.248452] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 25.257566] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 25.265880] *******************Try sd *******************
[ 25.272777] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 25.281992] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 25.291204] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 25.300332] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 25.308740] *******************Try mmc*******************
[ 25.314838] [mmc]: sdc1 set ios: clk 400000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.326087] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 1, RTO !!
[ 25.334403] [mmc]: sdc1 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.344499] [mmc]: sdc1 power_supply is null
[ 25.351925] [mmc]: sdc1 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.363289] [mmc]: sdc1 power_supply is null
[ 25.380023] [mmc]: sdc1 set ios: clk 300000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.412599] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 25.422079] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 25.430407] [mmc]: sdc1 set ios: clk 300000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.443365] [mmc]: sdc1 set ios: clk 300000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.455890] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 8, RTO !!
[ 25.464118] *******************Try sdio*******************
[ 25.471480] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 25.480856] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 25.490163] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 25.499539] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 25.507768] *******************Try sd *******************
[ 25.515019] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 25.524502] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 25.533892] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 25.543372] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 25.551794] *******************Try mmc*******************
[ 25.553344] [mmc]: sdc1 set ios: clk 300000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.569434] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 1, RTO !!
[ 25.577667] [mmc]: sdc1 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.587762] [mmc]: sdc1 power_supply is null
[ 25.595279] [mmc]: sdc1 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.606558] [mmc]: sdc1 power_supply is null
[ 25.630024] [mmc]: sdc1 set ios: clk 200000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.663135] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 25.673068] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 25.681499] [mmc]: sdc1 set ios: clk 200000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.694711] [mmc]: sdc1 set ios: clk 200000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.707795] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 8, RTO !!
[ 25.716024] *******************Try sdio*******************
[ 25.723905] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 25.733740] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 25.743655] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 25.753569] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 25.761792] *******************Try sd *******************
[ 25.769574] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 25.779500] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 25.789509] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 25.799540] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 25.807859] *******************Try mmc*******************
[ 25.814048] [mmc]: sdc1 set ios: clk 200000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.826136] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 1, RTO !!
[ 25.834374] [mmc]: sdc1 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.844485] [mmc]: sdc1 power_supply is null
[ 25.851915] [mmc]: sdc1 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.863281] [mmc]: sdc1 power_supply is null
[ 25.880022] [mmc]: sdc1 set ios: clk 150000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.912598] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 25.922083] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 25.930502] [mmc]: sdc1 set ios: clk 150000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.943363] [mmc]: sdc1 set ios: clk 150000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.955895] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 8, RTO !!
[ 25.964215] *******************Try sdio*******************
[ 25.971478] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 25.980861] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 25.990238] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 25.999528] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 26.007841] *******************Try sd *******************
[ 26.015005] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 26.024488] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 26.033968] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 26.043361] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 26.051766] *******************Try mmc*******************
[ 26.053333] [mmc]: sdc1 set ios: clk 150000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 26.069481] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 1, RTO !!
[ 26.077821] [mmc]: sdc1 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 26.087947] [mmc]: sdc1 power_supply is null
[ 36.110025] esp_sdio_init ------ RETRY ------
[ 36.115128] =======================================================
[ 36.122290] ==== Dislaunching Wi-Fi driver! (Powered by Rockchip) ====
[ 36.129724] =======================================================
[ 36.136782] Espressif ESP8089 SDIO WiFi driver (Powered by Rockchip, Ver2.26(01/22/2016),Drv: 2.26) exit.
[ 36.147596] [wifi_pm]: wrong module select 0 !
[ 36.252631] =======================================================
[ 36.259772] ==== Launching Wi-Fi driver! (Powered by Rockchip) ====
[ 36.266920] =======================================================
[ 36.273978] Espressif ESP8089 SDIO WiFi driver (Powered by Rockchip, Ver2.25(01/22/2016),Drv: 2.26) init.
[ 36.284793] [wifi_pm]: wrong module select 0 !
[ 36.389851] [mmc]: sdc1 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 36.401236] [mmc]: sdc1 power_supply is null
[ 36.420032] [mmc]: sdc1 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 36.452341] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 36.461558] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 36.469972] [mmc]: sdc1 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 36.482715] [mmc]: sdc1 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 36.494972] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 8, RTO !!
[ 36.503293] *******************Try sdio*******************
[ 36.510279] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 36.519394] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 36.528506] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 36.537536] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 36.545871] *******************Try sd *******************
[ 36.552774] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 36.561994] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 36.571217] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 36.580342] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 36.588744] *******************Try mmc*******************
[ 36.594857] [mmc]: sdc1 set ios: clk 400000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 36.606120] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 1, RTO !!
[ 36.614444] [mmc]: sdc1 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 36.624539] [mmc]: sdc1 power_supply is null
[ 36.631970] [mmc]: sdc1 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 36.643328] [mmc]: sdc1 power_supply is null
[ 36.660021] [mmc]: sdc1 set ios: clk 300000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 36.692600] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 36.702085] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 36.710413] [mmc]: sdc1 set ios: clk 300000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 36.723362] [mmc]: sdc1 set ios: clk 300000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 36.735894] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 8, RTO !!
[ 36.744227] *******************Try sdio*******************
[ 36.751493] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 36.760800] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 36.770090] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 36.779473] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 36.787781] *******************Try sd *******************
[ 36.794950] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 36.804430] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 36.813820] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 36.823297] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 36.831695] *******************Try mmc*******************
[ 36.833268] [mmc]: sdc1 set ios: clk 300000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 36.849321] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 1, RTO !!
[ 36.857659] [mmc]: sdc1 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 36.867662] [mmc]: sdc1 power_supply is null
[ 36.875095] [mmc]: sdc1 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 36.886453] [mmc]: sdc1 power_supply is null
[ 36.910022] [mmc]: sdc1 set ios: clk 200000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 36.943133] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 36.953062] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 36.961472] [mmc]: sdc1 set ios: clk 200000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 36.974689] [mmc]: sdc1 set ios: clk 200000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 36.987798] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 8, RTO !!
[ 36.996023] *******************Try sdio*******************
[ 37.003908] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 37.013818] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 37.023648] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 37.033558] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 37.041781] *******************Try sd *******************
[ 37.049558] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 37.059568] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 37.069493] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 37.079487] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 37.087895] *******************Try mmc*******************
[ 37.093992] [mmc]: sdc1 set ios: clk 200000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 37.106084] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 1, RTO !!
[ 37.114334] [mmc]: sdc1 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 37.124424] [mmc]: sdc1 power_supply is null
[ 37.131931] [mmc]: sdc1 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 37.143204] [mmc]: sdc1 power_supply is null
[ 37.160022] [mmc]: sdc1 set ios: clk 150000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 37.192599] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 37.201997] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 37.210407] [mmc]: sdc1 set ios: clk 150000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 37.223360] [mmc]: sdc1 set ios: clk 150000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 37.235805] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 8, RTO !!
[ 37.244142] *******************Try sdio*******************
[ 37.251495] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 37.260789] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 37.270168] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 37.279548] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 37.287770] *******************Try sd *******************
[ 37.295021] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 37.304411] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 37.313892] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 37.323364] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 37.331685] *******************Try mmc*******************
[ 37.333336] [mmc]: sdc1 set ios: clk 150000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 37.349389] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 1, RTO !!
[ 37.357616] [mmc]: sdc1 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 37.367704] [mmc]: sdc1 power_supply is null
[ 47.390043] esp_sdio_init ------ RETRY ------
[ 47.395225] =======================================================
[ 47.402300] ==== Dislaunching Wi-Fi driver! (Powered by Rockchip) ====
[ 47.409725] =======================================================
[ 47.416786] Espressif ESP8089 SDIO WiFi driver (Powered by Rockchip, Ver2.26(01/22/2016),Drv: 2.26) exit.
[ 47.427600] [wifi_pm]: wrong module select 0 !
[ 47.532718] eagle sdio can not power up!
[ 47.537167] ALSA device list:
[ 47.540564] #0: audiocodec
[ 47.544412] Freeing init memory: 140K
[ 47.550638] init: skipping insecure file '/default.prop'
[ 47.556918] init: skipping insecure file '/init.rc'
[ 47.562945] init: /init.rc: 127: invalid option 'root'
[ 47.568820] init: skipping insecure file '/init.sun8i.rc'
[ 47.575206] init: /init.sun8i.rc: 54: invalid option 'root'
[ 47.581565] init: skipping insecure file 'init.sun8i.usb.rc'
[ 47.588673] init: command 'loglevel' r=0
[ 47.594648] init: skipping insecure file '/ueventd.rc'
[ 47.600635] init: command 'export' r=0
[ 47.604993] init: command 'export' r=0
[ 47.609280] init: command 'export' r=0
[ 47.613817] init: skipping insecure file '/ueventd.sun8i.rc'
[ 47.621619] init: command 'export' r=0
[ 47.625996] init: command 'symlink' r=0
[ 47.650416] init: command 'symlink' r=0
[ 47.654920] init: command 'symlink' r=0
[ 47.659376] init: command 'mkdir' r=0
[ 47.670421] init: command 'mkdir' r=0
[ 47.674664] init: command 'mkdir' r=0
[ 47.678856] init: command 'mkdir' r=-2
[ 47.700318] init: processing action 0x19f3138 (init)
[ 47.706002] init: command 'export' r=0
[ 47.712575] init: command 'export' r=0
[ 47.716973] init: command 'export' r=0
[ 47.721311] init: command 'export' r=0
[ 47.725575] init: processing action 0x19f1c28 (early-fs)
[ 47.731750] init: command 'mkdir' r=0
[ 47.736081] init: command 'mkdir' r=0
[ 47.740323] init: command 'mkdir' r=0
[ 47.744578] init: processing action 0x19f43d8 (console_init)
[ 47.751293] init: command 'console_init' r=0
[ 47.756271] init: processing action 0x19f1f30 (fs)
[ 47.761768] init: command 'wait' r=0
[ 47.766461] init: command 'setupfs' r=1
[ 47.771050] init: out of loopback devices source = /dev/block/mtdblock2
[ 47.778504] init: out of loopback devices target = /system
[ 47.784806] init: out of loopback devices system = squashfs
[ 47.791098] init: out of loopback devices options = (null)
[ 47.801093] init: command 'mount' r=0
[ 47.805367] init: command 'wait' r=0
[ 47.809442] init: out of loopback devices source = /dev/block/mtdblock3
[ 47.817086] init: out of loopback devices target = /data
[ 47.823107] init: out of loopback devices system = jffs2
[ 47.829188] init: out of loopback devices options = (null)
[ 47.844652] init: command 'mount' r=0
[ 47.849062] init: processing action 0x19f2010 (post-fs)
[ 47.855025] init: out of loopback devices source = rootfs
[ 47.861222] init: out of loopback devices target = /
[ 47.866839] init: out of loopback devices system = rootfs
[ 47.873024] init: out of loopback devices options = (null)
[ 47.879262] init: command 'mount' r=0
[ 47.883458] init: processing action 0x19f2070 (post-fs-data)
[ 47.890309] init: command 'chown' r=0
[ 47.894778] init: command 'chmod' r=0
[ 47.899009] init: command 'chmod' r=-2
[ 47.905175] init: command 'mkdir' r=0
[ 47.909373] init: command 'restorecon' r=0
[ 47.915434] init: command 'mkdir' r=0
[ 47.920732] init: command 'mkdir' r=0
[ 47.924962] init: processing action 0x19f2e20 (post-fs-data)
[ 47.936501] init: skipping insecure file '/system/vendor/modules/videobuf-core.ko'
[ 47.958422] init: command 'insmod' r=0
[ 47.963116] init: skipping insecure file '/system/vendor/modules/videobuf-dma-contig.ko'
[ 47.973108] init: command 'insmod' r=0
[ 47.977613] init: skipping insecure file '/system/vendor/modules/cci.ko'
[ 48.013383] [VFE]cci probe start cci_sel = 0!
[ 48.018488] [VFE]cci probe end cci_sel = 0!
[ 48.023378] platform reg-20-cs-dcdc2: Driver reg-20-cs-dcdc2 requests probe deferral
[ 48.032296] [VFE]cci_init end
[ 48.035819] init: command 'insmod' r=0
[ 48.040285] init: skipping insecure file '/system/vendor/modules/vfe_os.ko'
[ 48.049026] platform reg-20-cs-dcdc3: Driver reg-20-cs-dcdc3 requests probe deferral
[ 48.060868] platform reg-20-cs-ldo1: Driver reg-20-cs-ldo1 requests probe deferral
[ 48.070881] platform reg-20-cs-ldo2: Driver reg-20-cs-ldo2 requests probe deferral
[ 48.080521] platform reg-20-cs-ldo3: Driver reg-20-cs-ldo3 requests probe deferral
[ 48.089907] platform reg-20-cs-ldo4: Driver reg-20-cs-ldo4 requests probe deferral
[ 48.099330] platform reg-20-cs-ldoio0: Driver reg-20-cs-ldoio0 requests probe deferral
[ 48.132140] init: command 'insmod' r=0
[ 48.136571] init: skipping insecure file '/system/vendor/modules/vfe_subdev.ko'
[ 48.145869] init: command 'insmod' r=0
[ 48.150428] init: skipping insecure file '/system/vendor/modules/ar0330_mipi.ko'
[ 48.159959] init: command 'insmod' r=0
[ 48.164442] init: skipping insecure file '/system/vendor/modules/ov2710_mipi.ko'
[ 48.174096] init: command 'insmod' r=0
[ 48.178547] init: skipping insecure file '/system/vendor/modules/ov5647_mipi.ko'
[ 48.188079] init: command 'insmod' r=0
[ 48.192580] init: skipping insecure file '/system/vendor/modules/vfe_v4l2.ko'
[ 48.336814] [VFE]Welcome to Video Front End driver
[ 48.342869] [VFE]pdev->id = 0
[ 48.346354] [VFE]dev->mipi_sel = 0
[ 48.350268] [VFE]dev->vip_sel = 0
[ 48.354057] [VFE]dev->isp_sel = 0
[ 48.364047] [VFE_WARN]vfe vpu clock is null
[ 48.375405] [ISP] isp platform_id = 6!
[ 48.379830] platform reg-20-cs-ldoio0: Driver reg-20-cs-ldoio0 requests probe deferral
[ 48.388878] [VFE]probe_work_handle start!
[ 48.393435] [VFE]..........................vfe clk open!.......................
[ 48.401873] [VFE]vfe_init end
[ 48.405715] init: command 'insmod' r=0
[ 48.410186] init: skipping insecure file '/system/vendor/modules/uvcvideo.ko'
[ 48.420267] platform reg-20-cs-ldo4: Driver reg-20-cs-ldo4 requests probe deferral
[ 48.428931] platform reg-20-cs-ldo3: Driver reg-20-cs-ldo3 requests probe deferral
[ 48.437846] [VFE]v4l2 subdev register input_num = 0
[ 48.443471] [VFE]vfe sensor detect start! input_num = 0
[ 48.449369] [VFE]Find sensor name is "ov5647_mipi", i2c address is 6c, type is "RAW" !
[ 48.458356] [VFE]Sub device register "ov5647_mipi" i2c_addr = 0x6c start!
[ 48.466119] [VFE]v4l2_device_register_subdev return 0
[ 48.471834] [VFE]registered sensor subdev is OK!
[ 48.477049] [VFE]Check sensor!
[ 48.480620] [VFE]Sub device register "ov5647_mipi" is OK!
[ 48.487728] uvcvideo: Adding mapping Brightness to control 00000000-0000-0000-0000-000000000101/2.
[ 48.498056] platform reg-20-cs-ldo2: Driver reg-20-cs-ldo2 requests probe deferral
[ 48.506707] uvcvideo: Adding mapping Contrast to control 00000000-0000-0000-0000-000000000101/3.
[ 48.516636] platform reg-20-cs-ldo1: Driver reg-20-cs-ldo1 requests probe deferral
[ 48.525250] uvcvideo: Adding mapping Hue to control 00000000-0000-0000-0000-000000000101/6.
[ 48.534766] platform reg-20-cs-dcdc3: Driver reg-20-cs-dcdc3 requests probe deferral
[ 48.543566] uvcvideo: Adding mapping Saturation to control 00000000-0000-0000-0000-000000000101/7.
[ 48.553665] platform reg-20-cs-dcdc2: Driver reg-20-cs-dcdc2 requests probe deferral
[ 48.562462] uvcvideo: Adding mapping Sharpness to control 00000000-0000-0000-0000-000000000101/8.
[ 48.573151] uvcvideo: Adding mapping Gamma to control 00000000-0000-0000-0000-000000000101/9.
[ 48.583279] uvcvideo: Adding mapping Backlight Compensation to control 00000000-0000-0000-0000-000000000101/1.
[ 48.594770] uvcvideo: Adding mapping Gain to control 00000000-0000-0000-0000-000000000101/4.
[ 48.605396] [VFE]Check open /system/etc/hawkview/ov5647_mipi/isp_test_param.ini failed!
[ 48.605407] Match isp cfg start!
[ 48.618375] [VFE]Match isp cfg ok
[ 48.622253] uvcvideo: Adding mapping Power Line Frequency to control 00000000-0000-0000-0000-000000000101/5.
[ 48.633424] uvcvideo: Adding mapping Hue, Auto to control 00000000-0000-0000-0000-000000000101/16.
[ 48.644111] [VFE]V4L2 device registered as video0
[ 48.649601] [VFE]..........................vfe clk close!.......................
[ 48.657979] uvcvideo: Adding mapping Exposure, Auto to control 00000000-0000-0000-0000-000000000001/2.
[ 48.668530] [VFE]probe_work_handle end!
[ 48.672915] uvcvideo: Adding mapping Exposure, Auto Priority to control 00000000-0000-0000-0000-000000000001/3.
[ 48.672933] uvcvideo: Adding mapping Exposure (Absolute) to control 00000000-0000-0000-0000-000000000001/4.
[ 48.672947] uvcvideo: Adding mapping White Balance Temperature, Auto to control 00000000-0000-0000-0000-000000000101/11.
[ 48.672962] uvcvideo: Adding mapping White Balance Temperature to control 00000000-0000-0000-0000-000000000101/10.
[ 48.672977] uvcvideo: Adding mapping White Balance Component, Auto to control 00000000-0000-0000-0000-000000000101/13.
[ 48.672991] uvcvideo: Adding mapping White Balance Blue Component to control 00000000-0000-0000-0000-000000000101/12.
[ 48.673006] uvcvideo: Adding mapping White Balance Red Component to control 00000000-0000-0000-0000-000000000101/12.
[ 48.673022] uvcvideo: Adding mapping Focus (absolute) to control 00000000-0000-0000-0000-000000000001/6.
[ 48.673040] uvcvideo: Adding mapping Focus, Auto to control 00000000-0000-0000-0000-000000000001/8.
[ 48.673056] uvcvideo: Adding mapping Zoom, Absolute to control 00000000-0000-0000-0000-000000000001/11.
[ 48.673072] uvcvideo: Adding mapping Zoom, Continuous to control 00000000-0000-0000-0000-000000000001/12.
[ 48.673089] uvcvideo: Adding mapping Privacy to control 00000000-0000-0000-0000-000000000001/17.
[ 48.673307] usbcore: registered new interface driver uvcvideo
[ 48.673316] USB Video Class driver (v1.0.8_SONiX_v2.6.36.04)
[ 48.673388] init: command 'insmod' r=0
[ 48.673528] init: skipping insecure file '/system/vendor/modules/da380.ko'
[ 48.674724] step1 : gsensor_fetch_sysconfig_para
[ 48.674744] step2 : gsensor_fetch_sysconfig_para
[ 48.674753] step3 : gsensor_fetch_sysconfig_para
[ 48.674758] step4 : mir3da_init
[ 48.773587] i2c-core: driver [da380] using legacy suspend method
[ 48.860548] i2c-core: driver [da380] using legacy resume method
[ 48.867282] richard mir3da_detect: mir3da_detect:bus[0] addr[0x27]
[ 48.879556] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x27)
[ 48.894139] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x27)
[ 48.908671] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x27)
[ 48.917954] [MIR3DA] Can't find Mir3da gsensor!!
[ 48.923343] init: command 'insmod' r=0
[ 48.927754] init: skipping insecure file '/system/vendor/modules/sw-device.ko'
[ 48.939822] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x18)
[ 48.949289] init: command 'insmod' r=0
[ 48.953766] init: processing action 0x19f4420 (property_service_init)
[ 48.961223] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x18)
[ 48.970698] init: skipping insecure file '/system/build.prop'
[ 48.990295] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x18)
[ 49.010849] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x18)
[ 49.026966] init: Created socket '/dev/socket/property_service' with mode '666', user '0', group '0'
[ 49.037430] init: command 'property_service_init' r=0
[ 49.043339] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x18)
[ 49.052765] init: processing action 0x19f4468 (signal_init)
[ 49.059117] init: command 'signal_init' r=0
[ 49.063977] init: processing action 0x19f44b0 (check_startup)
[ 49.070639] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x19)
[ 49.080066] init: command 'check_startup' r=0
[ 49.085020] init: processing action 0x19f21c8 (boot)
[ 49.090908] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x19)
[ 49.100713] init: command 'ifup' r=0
[ 49.104949] init: command 'hostname' r=0
[ 49.109475] init: command 'domainname' r=0
[ 49.114269] init: command 'setrlimit' r=0
[ 49.118926] init: command 'chown' r=0
[ 49.123305] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x19)
[ 49.132841] init: starting 'servicemanager'
[ 49.138097] init: starting 'vold'
[ 49.147134] init: starting 'media'
[ 49.151364] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x19)
[ 49.168920] init: Created socket '/dev/socket/vold' with mode '660', user '0', group '1009'
[ 49.182295] init: starting 'startupSound'
[ 49.187330] init: command 'class_start' r=0
[ 49.195889] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x19)
[ 49.226587] init: starting 'ccdr'
[ 49.231925] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x8)
[ 49.247321] init: command 'class_start' r=0
[ 49.261099] init: processing action 0x19f2fd0 (boot)
[ 49.273045] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x8)
[ 49.282591] init: starting 'adbd'
[ 49.287886] init: command 'start' r=0
[ 49.293738] init: Created socket '/dev/socket/adbd' with mode '660', user '1000', group '1000'
[ 49.303777] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x8)
[ 49.313720] init: starting 'debuggerd'
[ 49.319391] init: command 'start' r=0
[ 49.328322] init: starting 'standby'
[ 49.332769] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x8)
[ 49.346503] adb_open
[ 49.350551] init: command 'start' r=0
[ 49.360970] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x8)
[ 49.374523] init: processing action 0x19f44f8 (queue_property_triggers)
[ 49.383793] init: command 'queue_property_triggers' r=0
[ 49.390652] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x38)
[ 49.400174] init: processing action 0x19f24a8 (property:ro.debuggable=1)
[ 49.410400] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x38)
[ 49.421415] init: starting 'console'
[ 49.426544] init: command 'start' r=0
[ 49.432651] init: processing action 0x19f3e10 (property:sys.usb.config=mass_storage,adb)
[ 49.442772] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x38)
[ 49.453821] android_usb: already disabled
[ 49.459147] init: command 'write' r=0
[ 49.471061] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x38)
[ 49.481475] init: command 'write' r=0
[ 49.501118] init: command 'write' r=0
[ 49.505800] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x38)
[ 49.515848] init: command 'write' r=0
[ 49.529759] ep_matches, wrn: endpoint already claimed, ep(0xc050f9b4, 0xc1a75ac0, ep1in-bulk)
[ 49.539967] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x27)
[ 49.552648] adb_bind_config
[ 49.556002] ep_matches, wrn: endpoint already claimed, ep(0xc050f9b4, 0xc1a75ac0, ep1in-bulk)
[ 49.565620] ep_matches, wrn: endpoint already claimed, ep(0xc050fa00, 0xc1a75ac0, ep1out-bulk)
[ 49.575383] ep_matches, wrn: endpoint already claimed, ep(0xc050f9b4, 0xc1a75ac0, ep1in-bulk)
[ 49.585036] ep_matches, wrn: endpoint already claimed, ep(0xc050fa00, 0xc1a75ac0, ep1out-bulk)
[ 49.594786] ep_matches, wrn: endpoint already claimed, ep(0xc050fa4c, 0xc1a8ed40, ep2in-bulk)
[ 49.604558] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x27)
[ 49.614016] init: command 'write' r=0
[ 49.618284] init: command 'setprop' r=0
[ 49.630213] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x27)
[ 49.650777] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x27)
[ 49.680452] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x27)
[ 49.700546] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x26)
[ 49.732850] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x26)
[ 49.760880] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x26)
[ 49.790692] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x26)
[ 49.820599] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x26)
[ 49.847220] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1c)
[ 49.870238] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1c)
[ 49.890504] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1c)
[ 49.910492] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1c)
[ 49.930557] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1c)
[ 49.950879] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1d)
[ 49.981064] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1d)
[ 50.010307] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1d)
[ 50.030381] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1d)
[ 50.050574] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1d)
[ 50.070504] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x4c)
[ 50.090597] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x4c)
[ 50.129212] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x4c)
[ 50.150258] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x4c)
[ 50.170406] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x4c)
[ 50.190881] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x3d)
[ 50.220286] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x3d)
[ 50.240590] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x3d)
[ 50.260606] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x3d)
[ 50.290862] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x3d)
[ 50.342027] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x28)
[ 50.372527] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x28)
[ 50.400603] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x28)
[ 50.433174] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x28)
root@camdroid:/ # [ 50.461647] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x28)
[ 50.490525] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x29)
[ 50.510486] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x29)
[ 50.531315] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x29)
[ 50.567968] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x29)
[ 50.592674] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x29)
[ 50.621103] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0xf)
[ 50.650628] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0xf)
[ 50.689920] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0xf)
[ 50.730953] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0xf)
[ 50.760587] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0xf)
[ 50.780254] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x15)
[ 50.821345] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x15)
[ 50.872101] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x15)
[ 50.900402] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x15)
[ 50.935166] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x15)
[ 50.971692] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1e)
[ 51.001051] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1e)
[ 51.030416] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1e)
[ 51.080467] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1e)
[ 51.100985] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1e)
[ 51.140559] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1f)
[ 51.162877] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1f)
[ 51.191012] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1f)
[ 51.220386] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1f)
[ 51.240933] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1f)
[ 52.092873] ¡ï¡¤newcdr¡¤¡ï: main entry
[ 52.097265] ¡ï¡¤newcdr¡¤¡ï: [Firmware Version: root@tiger_cdr 2018-10-19 10:39:27]
[ 52.117547] ¡ï¡¤newcdr¡¤¡ï: ===no need to check battery capacity ===
[ 52.143655] [VFE]vfe_open
[ 52.146988] [VFE]..........................vfe clk open!.......................
[ 52.157673] [VFE]vfe_open ok
[ 52.161813] [VFE]vfe_close
[ 52.164941] [VFE]vfe select input flag = 0, s_input have not be used .
[ 52.172426] [VFE]..........................vfe clk close!.......................
[ 52.180998] [VFE]vfe_close end
[ 52.184665] [VFE]vfe_open
[ 52.187691] [VFE]..........................vfe clk open!.......................
[ 52.197864] [VFE]vfe_open ok
[ 52.201837] [VFE]vfe_close
[ 52.204947] [VFE]vfe select input flag = 0, s_input have not be used .
[ 52.212416] [VFE]..........................vfe clk close!.......................
[ 52.220826] [VFE]vfe_close end
[ 53.065566] [DISP] ready enter pm_runtime_get_sync, device0
[ 53.332050] [VFE]vfe_open
[ 53.335096] [VFE]..........................vfe clk open!.......................
[ 53.344025] [VFE]vfe_open ok
[ 53.347466] [VFE]Set vfe core clk = 216000000, after Set vfe core clk = 297000000
[ 53.367528] [VFE]mclk on
[ 53.437054] [VFE CCI_0 ERR] Status error at addr_8bit = 6c, wr_flag = 1, val = 5c000a30
[ 53.446396] [VFE CCI_0 ERR] Status error at addr_8bit = 6c, wr_flag = 1, val = 5c000a30
[ 53.455701] [VFE CCI_0 ERR] Status error at addr_8bit = 6c, wr_flag = 1, val = 5c000a30
[ 53.464787] [OV5647_mipi]error at sensor_detect
[ 53.470015] [OV5647_mipi]chip found is not an target chip.
[ 53.476198] [VFE_ERR]sensor initial error when selecting target device!
[ 53.483881] [VFE]vfe_close
[ 53.486993] [VFE]mclk off
[ 53.524107] [VFE]..........................vfe clk close!.......................
[ 53.532605] [VFE]vfe_close end
[ 53.538180] ¡ï¡¤newcdr¡¤¡ï: startPreview finished
[ 53.922237] init: waitpid returned pid 67, status = 00000000
[ 53.928771] init: process 'startupSound', pid 67 exited
[ 54.042057] init: processing action 0x19f3e10 (property:sys.usb.config=mass_storage,adb)
[ 54.061041] adb_release
[ 54.064437] adb_open
[ 54.067701] init: command 'write' r=0
[ 54.074411] init: command 'write' r=0
[ 54.078705] init: command 'write' r=0
[ 54.093100] init: command 'write' r=0
[ 54.098063] [VFE]vfe_open
[ 54.101246] [VFE]..........................vfe clk open!.......................
[ 54.110129] [VFE]vfe_open ok
[ 54.113687] ep_matches, wrn: endpoint already claimed, ep(0xc050f9b4, 0xc1a75ac0, ep1in-bulk)
[ 54.123547] [VFE]vfe_close
[ 54.126653] [VFE]vfe select input flag = 0, s_input have not be used .
[ 54.134166] [VFE]..........................vfe clk close!.......................
[ 54.142629] adb_bind_config
[ 54.145840] ep_matches, wrn: endpoint already claimed, ep(0xc050f9b4, 0xc1a75ac0, ep1in-bulk)
[ 54.155531] ep_matches, wrn: endpoint already claimed, ep(0xc050fa00, 0xc1a75ac0, ep1out-bulk)
[ 54.165289] ep_matches, wrn: endpoint already claimed, ep(0xc050f9b4, 0xc1a75ac0, ep1in-bulk)
[ 54.174949] ep_matches, wrn: endpoint already claimed, ep(0xc050fa00, 0xc1a75ac0, ep1out-bulk)
[ 54.184617] ep_matches, wrn: endpoint already claimed, ep(0xc050fa4c, 0xc1a8ed40, ep2in-bulk)
[ 54.194396] [VFE]vfe_close end
[ 54.204878] init: command 'write' r=0
[ 54.215389] init: command 'setprop' r=0
root@camdroid:/ #
root@camdroid:/ #
我的LOG是这样的
没有插入摄像头和TF卡
约每10秒输出一次LOG, 不知道为什么?读flash 太慢?
离线
我的是新荔枝派zero底板,将摄像头插反了(太坑了,作者将摄像头方向设计成朝向板里面了,跟楼主的是反向的),烧掉了,现在正重新买摄像头。
离线
离线
我的是新荔枝派zero底板,将摄像头插反了(太坑了,作者将摄像头方向设计成朝向板里面了,跟楼主的是反向的),烧掉了,现在正重新买摄像头。
不会这么坑吧?!我这两天也卡在这,一直在系统上找原因,我摄像头是朝外安装的,不会也烧了吧!店主回复太慢了,这种设计没有看到任何资料提及,交流的时候店主也没提醒。另外吐槽一下,zero的资料网上能找到的有几个来源,看云,官方给的新网址,百度云,部分旧资料也不及时清理和更新。
离线
playflash 说:我的是新荔枝派zero底板,将摄像头插反了(太坑了,作者将摄像头方向设计成朝向板里面了,跟楼主的是反向的),烧掉了,现在正重新买摄像头。
不会这么坑吧?!我这两天也卡在这,一直在系统上找原因,我摄像头是朝外安装的,不会也烧了吧!店主回复太慢了,这种设计没有看到任何资料提及,交流的时候店主也没提醒。另外吐槽一下,zero的资料网上能找到的有几个来源,看云,官方给的新网址,百度云,部分旧资料也不及时清理和更新。
还好我这个底板摄像头处有一块单排排插挡住了(相当于防呆了),只有一个方向可以插,所以安然无恙,否则后果不堪设想.
离线
我的是新荔枝派zero底板,将摄像头插反了(太坑了,作者将摄像头方向设计成朝向板里面了,跟楼主的是反向的),烧掉了,现在正重新买摄像头。
朋友换了新摄像头好使的话帮忙告知一声,我的估计也烧了,测试了只有UI没有摄像头图像,不少大洋没了。
离线
我的是新荔枝派zero底板,将摄像头插反了(太坑了,作者将摄像头方向设计成朝向板里面了,跟楼主的是反向的),烧掉了,现在正重新买摄像头。
换了摄像头好使吗?最近都没时间玩v3s排查问题
离线
请问有跑成功的吗?
我买了荔枝派v3s的一体板,问过店主摄像头确实是朝里面插的,可是我烧录了楼主提供的固件后,也出现了19楼的问题:
其中也出现了通讯错误的问题,请问如何解决?
[ 53.366289] [VFE]mclk on
[ 53.435801] [VFE CCI_0 ERR] Status error at addr_8bit = 6c, wr_flag = 1, val = 5c000a30
[ 53.445057] [VFE CCI_0 ERR] Status error at addr_8bit = 6c, wr_flag = 1, val = 5c000a30
[ 53.454442] [VFE CCI_0 ERR] Status error at addr_8bit = 6c, wr_flag = 1, val = 5c000a30
[ 53.463523] [OV5647_mipi]error at sensor_detect
[ 53.468670] [OV5647_mipi]chip found is not an target chip.
[ 53.474950] [VFE_ERR]sensor initial error when selecting target device!
HELLO! BOOT0 is starting!
get_ifm reg_val=7
setting pmu vol system core 1.1 v
===i2c gpio === 22777777
axp read fail, maybe no pmu
set pmu vol failed,maybe no pmu
DRAM DRIVE INFO: V0.7
DRAM Type = 2 (2:DDR2,3:DDR3,6:LPDDR2,7:LPDDR3)
DRAM CLK = 360 MHz
DRAM zq value: 000039bb
DRAM size = 64 MB
Succeed in reading Boot1 file head.
Jump to secend Boot.
[ 0.093]
U-Boot 2011.09-rc1-dirty (Jun 16 2015 - 13:24:18) Allwinner Technology
[ 0.101]version: 1.1.0
[ 0.106]pmbus:
===i2c gpio === 22777777
ready
axp read error
probe axp20x failed
axp_probe fail,run clock=1008
set power on vol to default
axp_set_power_supply_output dcdc2_vol = 1200
axp set dcdc2_vol to 1200 failed
axp_set_power_supply_output dcdc3_vol = 3300
axp set dcdc3_vol to 3300 failed
axp_set_power_supply_output aldo2_vol = 2500
axp set aldo2_vol to 2500 failed
axp_set_power_supply_output aldo3_vol = 3000
axp set aldo3_vol to 3000 failed
axp_set_power_supply_output ldo1_vol = 3300
axp set ldo1_vol to 3300 failed
axp_set_power_supply_output ldo2_vol = 3000
axp set ldo2_vol to 3000 failed
[ 0.166]DRAM: 64 MiB
[debug_jaosn]:use the clock in sys_config
OK
[ 0.188]sunxi flash init ok
hello @flash_speed=1
env_relocate_spec storage_type = 3
In: serial
Out: serial
Err: serial
WORK_MODE_BOOT
read bootlogo partition successful,start_block=0x6420,rblock=0x100 ,ret=256
Use decode 1x1 sampling
sunxi_read_bootlogo: jpg convert argb
[ 0.373]Hit any key to stop autoboot: 0
read boot or recovery all
[ 0.659]sunxi flash read :offset 4000, 4194815 bytes OK
[ 0.665]ready to boot
[ 0.667]
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0
[ 0.000000] Linux version 3.4.39 (root@ubuntu) (gcc version 4.6.3 20120201 (p rerelease) (crosstool-NG linaro-1.13.1-2012.02-20120222 - Linaro GCC 2012.02) ) #18 Fri Oct 26 23:49:45 EDT 2018
[ 0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instructio n cache
[ 0.000000] Machine: sun8i
[ 0.000000] Initialized persistent memory from 41d20800-41d307ff
[ 0.000000] Memory policy: ECC disabled, Data cache writeback
[ 0.000000] On node 0 totalpages: 16384
[ 0.000000] free_area_init_node: node 0, pgdat c0520ae4, node_mem_map c05bb00 0
[ 0.000000] Normal zone: 128 pages used for memmap
[ 0.000000] Normal zone: 0 pages reserved
[ 0.000000] Normal zone: 16256 pages, LIFO batch:3
[ 0.000000] script_init enter!
[ 0.000000] script_init exit!
[ 0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[ 0.000000] pcpu-alloc: [0] 0
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pag es: 16256
[ 0.000000] Kernel command line: console=ttyS0,115200 root=/dev/nor1 init=/in it loglevel=8 partitions= mac_addr= uid=1234567890 kmemleak=on fb_base=0x41b0000 0 boot_type=3 config_size=32360
[ 0.000000] PID hash table entries: 256 (order: -2, 1024 bytes)
[ 0.000000] Dentry cache hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.000000] Inode-cache hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.000000] Memory: 64MB = 64MB total
[ 0.000000] Memory: 29928k/29928k available, 35608k reserved, 0K highmem
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
[ 0.000000] vmalloc : 0xc4800000 - 0xff000000 ( 936 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xc4000000 ( 64 MB)
[ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB)
[ 0.000000] .text : 0xc0008000 - 0xc048d000 (4628 kB)
[ 0.000000] .init : 0xc048d000 - 0xc04b0000 ( 140 kB)
[ 0.000000] .data : 0xc04b0000 - 0xc0521220 ( 453 kB)
[ 0.000000] .bss : 0xc0521244 - 0xc05ba964 ( 614 kB)
[ 0.000000] NR_IRQS:544
[ 0.000000] 524 ahb1 set parent pll_periph0d2
[ 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 17895 6ms
[ 0.000000] Console: colour dummy device 80x30
[ 0.000154] Calibrating delay loop (skipped), value calculated using timer fr equency.. 4800.00 BogoMIPS (lpj=24000000)
[ 0.000176] pid_max: default: 32768 minimum: 301
[ 0.000310] Mount-cache hash table entries: 512
[ 0.000818] CPU: Testing write buffer coherency: ok
[ 0.001081] Setting up static identity map for 0x40366de8 - 0x40366e40
[ 0.001724] devtmpfs: initialized
[ 0.003623] pinctrl core: initialized pinctrl subsystem
[ 0.004113] NET: Registered protocol family 16
[ 0.004519] DMA: preallocated 128 KiB pool for atomic coherent allocations
[ 0.004573] script_sysfs_init success
[ 0.004610] sunxi_dump_init success
[ 0.005330] gpiochip_add: registered GPIOs 0 to 223 on device: sunxi-pinctrl
[ 0.006224] sunxi-pinctrl sunxi-pinctrl: initialized sunXi PIO driver
[ 0.006595] gpiochip_add: registered GPIOs 1024 to 1031 on device: axp-pinctr l
[ 0.007479] persistent_ram: found existing buffer, size 58228, start 2331
[ 0.261403] console [ram-1] enabled
[ 0.261912] [sunxi-module]: [sunxi-module.0] probe success
[ 0.262127] axp driver uning configuration failed(801)
[ 0.262321] axp driver uning configuration failed(808)
[ 0.262708] Not Found clk pll_isp in script
[ 0.262824] Not Found clk pll_video in script
[ 0.263015] Not Found clk pll_ve in script
[ 0.263119] Not Found clk pll_periph0 in script
[ 0.263307] Not Found clk pll_de in script
[ 0.263410] sunxi_default_clk_init
[ 0.263514] try to set pll6ahb1 to 200000000
[ 0.263712] Error not get clk pll6ahb1
[ 0.263820] Error not get clk pll6ahb1try to set ahb1 to 200000000
[ 0.264034] try to set apb1 to 100000000
[ 0.264544] ===fe3o4==== sunxi_root_procfs_attach ret:0
[ 0.268159] bio: create slab <bio-0> at 0
[ 0.268605] pwm module init!
[ 0.270860] SCSI subsystem initialized
[ 0.271193] usbcore: registered new interface driver usbfs
[ 0.271449] usbcore: registered new interface driver hub
[ 0.271692] usbcore: registered new device driver usb
[ 0.272024] twi_chan_cfg()340 - [twi0] has no twi_regulator.
[ 0.272136] twi_chan_cfg()340 - [twi1] has no twi_regulator.
[ 0.273005] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, de v addr: 0x34)
[ 0.273131] axp20_board 0-0034: failed reading at 0x03
[ 0.273322] [AXP20-MFD] try to read chip id failed!
[ 0.273427] axp mfd register failed
[ 0.273542] axp20_board: probe of 0-0034 failed with error -70
[ 0.273778] Linux video capture interface: v2.00
[ 0.273970] gpiochip_add: gpios 1024..1028 (axp_pin) failed to register
[ 0.274166] axp pinctrl used,skip
[ 0.274592] Advanced Linux Sound Architecture Driver Version 1.0.25.
[ 0.275675] cfg80211: Calling CRDA to update world regulatory domain
[ 0.276733] Switching to clocksource arch_sys_counter
[ 0.279988] NET: Registered protocol family 2
[ 0.279988] IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.279988] TCP established hash table entries: 2048 (order: 2, 16384 bytes)
[ 0.280087] TCP bind hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.280297] TCP: Hash tables configured (established 2048 bind 2048)
[ 0.280490] TCP: reno registered
[ 0.280599] UDP hash table entries: 256 (order: 0, 4096 bytes)
[ 0.280714] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[ 0.281170] NET: Registered protocol family 1
[ 0.281474] Unpacking initramfs...
[ 0.296228] Freeing initrd memory: 220K
[ 0.296566] [pm]aw_pm_init!
[ 0.296675] standby_mode = 1.
[ 0.296777] wakeup src cnt is : 3.
[ 0.296972] pmu name: pmu1_para .
[ 0.297082] pmu1_enable = 0x1.
[ 0.297185] pmux_id = 0x1.
[ 0.297376] pmu name: pmu2_para .
[ 0.297479] config_pmux_para: script_parser_fetch err.
[ 0.297584] pmu2_enable = 0x0.
[ 0.297776] add_sys_pwr_dm: get ldo name failed
[ 0.297879] add_sys_pwr_dm: get ldo name failed
[ 0.297982] add_sys_pwr_dm: get ldo name failed
[ 0.298171] add_sys_pwr_dm: get ldo name failed
[ 0.298276] add_sys_pwr_dm: get ldo name failed
[ 0.298467] add_sys_pwr_dm: get ldo name failed
[ 0.298571] add_sys_pwr_dm: get ldo name failed
[ 0.298674] add_sys_pwr_dm: get ldo name failed
[ 0.298863] add_sys_pwr_dm: get ldo name failed
[ 0.298968] add_sys_pwr_dm: get ldo name failed
[ 0.299158] after inited: sys_mask config = 0x0.
[ 0.299263] dynamic_standby enalbe = 0x0.
[ 0.299424] sunxi_reg_init enter
[ 0.301497] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.301652] jffs2: version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc.
[ 0.302019] msgmni has been set to 58
[ 0.303067] io scheduler noop registered
[ 0.303185] io scheduler deadline registered
[ 0.303453] io scheduler cfq registered (default)
[ 0.303968] [DISP]disp_module_init
[ 0.304547] cmdline,disp=
[ 0.305163] rotation_sw module is config as no used
[ 0.305297] [DISP] disp_get_rotation_sw,line:68:disp 0 out of range? g_rot_sw=0
[ 0.305591] [DISP] disp_init_connections,line:289:NULL pointer: 0, 0
[ 0.323452] [DISP] disp_sys_power_enable,line:387:some error happen, fail to get regulator
[ 0.323765] [DISP] disp_sys_gpio_set_value,line:374:OSAL_GPIO_DevWRITE_ONEPIN_DATA, hdl is NULL
[ 0.324770] [DISP]disp_module_init finish
[ 0.325175] sw_uart_get_devinfo()1503 - uart0 has no uart_regulator.
[ 0.325381] sw_uart_get_devinfo()1503 - uart2 has no uart_regulator.
[ 0.325929] uart0: ttyS0 at MMIO 0x1c28000 (irq = 32) is a SUNXI
[ 0.326133] sw_uart_pm()890 - uart0 clk is already enable
[ 0.326251] sw_console_setup()1233 - console setup baud 115200 parity n bits 8, flow n
[ 0.422321] console [ttyS0] enabled
[ 1.159211] uart: probe of uart2 failed with error -22
[ 1.166349] sunxi_spi_chan_cfg()1376 - [spi-0] has no spi_regulator.
[ 1.174187] spi spi0: master is unqueued, this is deprecated
[ 1.180877] m25p_probe()967 - Use the Dual Mode Read.
[ 1.186665] NorFlash ID: 0xc22018 - 0xc220
[ 1.191472] m25p80 spi0.0: found mx25l12805d, expected at25df641
[ 1.198339] m25p80 spi0.0: mx25l12805d (16384 Kbytes)
[ 1.205680] @@@[debug_jaosn]: Invalid partitions count: 4 9
[ 1.212473] Creating 8 MTD partitions on "spi0.0":
[ 1.217988] 0x000000000000-0x000000040000 : "uboot"
[ 1.224645] 0x000000040000-0x000000440000 : "boot"
[ 1.230992] 0x000000440000-0x000000c40000 : "system"
[ 1.237559] 0x000000c40000-0x000000cc0000 : "cfg"
[ 1.243835] 0x000000cc0000-0x000000ce0000 : "boot_logo"
[ 1.250929] 0x000000ce0000-0x000000d00000 : "shutdown_logo"
[ 1.258145] 0x000000d00000-0x000000d10000 : "env"
[ 1.264567] 0x000000d10000-0x000000d20000 : "private"
[ 1.272786] Failed to alloc md5
[ 1.276425] eth0: Use random mac address
[ 1.281070] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.308524] sunxi-ehci sunxi-ehci.1: SW USB2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.317651] sunxi-ehci sunxi-ehci.1: new USB bus registered, assigned bus number 1
[ 1.326375] sunxi-ehci sunxi-ehci.1: irq 104, io mem 0xf1c1a000
[ 1.350036] sunxi-ehci sunxi-ehci.1: USB 0.0 started, EHCI 1.00
[ 1.357510] hub 1-0:1.0: USB hub found
[ 1.361839] hub 1-0:1.0: 1 port detected
[ 1.366719] sunxi-ehci sunxi-ehci.1: remove, state 1
[ 1.372487] usb usb1: USB disconnect, device number 1
[ 1.670257] sunxi-ehci sunxi-ehci.1: USB bus 1 deregistered
[ 1.686754] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 1.713870] sunxi-ohci sunxi-ohci.1: SW USB2.0 'Open' Host Controller (OHCI) Driver
[ 1.722604] sunxi-ohci sunxi-ohci.1: new USB bus registered, assigned bus number 1
[ 1.731268] sunxi-ohci sunxi-ohci.1: irq 105, io mem 0xf1c1a400
[ 1.794661] hub 1-0:1.0: USB hub found
[ 1.799031] hub 1-0:1.0: 1 port detected
[ 1.803894] sunxi-ohci sunxi-ohci.1: remove, state 1
[ 1.809540] usb usb1: USB disconnect, device number 1
[ 1.815927] sunxi-ohci sunxi-ohci.1: USB bus 1 deregistered
[ 1.832362] Initializing USB Mass Storage driver...
[ 1.838040] usbcore: registered new interface driver usb-storage
[ 1.844833] USB Mass Storage support registered.
[ 1.850452] file system registered
[ 1.855788] android_usb gadget: Mass Storage Function, version: 2009/09/11
[ 1.863608] android_usb gadget: Number of LUNs=1
[ 1.868832] lun0: LUN: removable file: (no medium)
[ 1.874818] android_usb gadget: android_usb ready
[ 1.880398] sunxikbd_script_init: key para not found, used default para.
[ 1.889010] sunxi-rtc sunxi-rtc: rtc core: registered sunxi-rtc as rtc0
[ 1.896788] sunxi cedar version 0.1
[ 1.900936] [cedar]: install start!!!
[ 1.905447] [cedar]: install end!!!
[ 1.909991] platform reg-20-cs-dcdc2: Driver reg-20-cs-dcdc2 requests probe deferral
[ 1.918956] platform reg-20-cs-dcdc3: Driver reg-20-cs-dcdc3 requests probe deferral
[ 1.927816] platform reg-20-cs-ldo1: Driver reg-20-cs-ldo1 requests probe deferral
[ 1.936533] platform reg-20-cs-ldo2: Driver reg-20-cs-ldo2 requests probe deferral
[ 1.945263] platform reg-20-cs-ldo3: Driver reg-20-cs-ldo3 requests probe deferral
[ 1.953891] platform reg-20-cs-ldo4: Driver reg-20-cs-ldo4 requests probe deferral
[ 1.962614] platform reg-20-cs-ldoio0: Driver reg-20-cs-ldoio0 requests probe deferral
[ 1.971676] sunxi_wdt_init_module: sunxi WatchDog Timer Driver v1.0
[ 1.978940] sunxi_wdt_probe: devm_ioremap return wdt_reg 0xf1c20ca0, res->start 0x01c20ca0, res->end 0x01c20cbf
[ 1.990378] sunxi_wdt_probe: initialized (g_timeout=16s, g_nowayout=0)
[ 1.998112] wdt_enable, write reg 0xf1c20cb8 val 0x00000000
[ 2.004436] wdt_set_tmout, write 0x000000b0 to mode reg 0xf1c20cb8, actual timeout 16 sec
[ 2.014298] [mmc]: SD/MMC/SDIO Host Controller Driver(v1.114 2015-6-2 10:21) Compiled in Oct 19 2018 at 10:37:11
[ 2.025871] [mmc]: get mmc0's sdc_power failed
[ 2.030931] [mmc]: get mmc1's sdc_power failed
[ 2.036099] [mmc]: MMC host used card: 0x3, boot card: 0x1, io_card 2
[ 2.044361] [mmc]: sdc0 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.055516] [mmc]: sdc0 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.065924] [mmc]: sdc1 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.075860] [mmc]: sdc0 power_supply is null
[ 2.083713] sunxi_leds_fetch_sysconfig_para leds is not used in config
[ 2.091102] =========script_get_err============
[ 2.096566] usbcore: registered new interface driver usbhid
[ 2.102895] usbhid: USB HID core driver
[ 2.107352] [mmc]: sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.118285] ashmem: initialized
[ 2.122179] logger: created 256K log 'log_main'
[ 2.127420] logger: created 32K log 'log_events'
[ 2.133055] logger: created 32K log 'log_radio'
[ 2.138334] logger: created 32K log 'log_system'
[ 2.145061] script_get_item return audio_pa_ctrl type err
[ 2.152179] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 52, RTO !!
[ 2.160746] asoc: sndcodec <-> sunxi-codec mapping ok
[ 2.166605] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 52, RTO !!
[ 2.175074] [mmc]: sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.187395] TCP: cubic registered
[ 2.191335] NET: Registered protocol family 17
[ 2.196602] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
[ 2.205442] ThumbEE CPU extension supported.
[ 2.211481] Registering SWP/SWPB emulation handler
[ 2.218032] [mmc]: sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.229282] platform reg-20-cs-ldoio0: Driver reg-20-cs-ldoio0 requests probe deferral
[ 2.238442] platform reg-20-cs-ldo4: Driver reg-20-cs-ldo4 requests probe deferral
[ 2.248353] platform reg-20-cs-ldo3: Driver reg-20-cs-ldo3 requests probe deferral
[ 2.256897] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 8, RTO !!
[ 2.265238] *******************Try sdio*******************
[ 2.271582] platform reg-20-cs-ldo2: Driver reg-20-cs-ldo2 requests probe deferral
[ 2.280130] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 5, RTO !!
[ 2.288505] platform reg-20-cs-ldo1: Driver reg-20-cs-ldo1 requests probe deferral
[ 2.297114] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 5, RTO !!
[ 2.305391] platform reg-20-cs-dcdc3: Driver reg-20-cs-dcdc3 requests probe deferral
[ 2.314192] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 5, RTO !!
[ 2.322467] platform reg-20-cs-dcdc2: Driver reg-20-cs-dcdc2 requests probe deferral
[ 2.331262] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 5, RTO !!
[ 2.339573] *******************Try sd *******************
[ 2.345760] sunxi-rtc sunxi-rtc: setting system clock to 2015-01-01 00:03:45 UTC (1420070625)
[ 2.355425] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 55, RTO !!
[ 2.364710] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 55, RTO !!
[ 2.373726] [wifi module_pm]: failed to fetch wifi configuration!
[ 2.380760] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 55, RTO !!
[ 2.389185] [wifi module_pm]: regulator on.
[ 2.393987] [wifi_pm]: no wifi used in configuration
[ 2.399596]
[ 2.399599] *****Oct 19 2018 10:37:24 EAGLE DRIVER VER:75be56bfbaf7*****
[ 2.399605]
[ 2.410908] =======================================================
[ 2.418059] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 55, RTO !!
[ 2.426436] ==== Launching Wi-Fi driver! (Powered by Rockchip) ====
[ 2.433589] =======================================================
[ 2.440651] Espressif ESP8089 SDIO WiFi driver (Powered by Rockchip, Ver2.25(01/22/2016),Drv: 2.26) init.
[ 2.451471] [wifi_pm]: wrong module select 0 !
[ 2.556678] *******************Try mmc*******************
[ 2.562793] [mmc]: sdc0 set ios: clk 400000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.574096] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 1, RTO !!
[ 2.582433] [mmc]: sdc0 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.592450] [mmc]: sdc0 power_supply is null
[ 2.599965] [mmc]: sdc0 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.611341] [mmc]: sdc0 power_supply is null
[ 2.630024] [mmc]: sdc0 set ios: clk 300000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.661106] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 52, RTO !!
[ 2.670534] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 52, RTO !!
[ 2.678950] [mmc]: sdc0 set ios: clk 300000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.691915] [mmc]: sdc0 set ios: clk 300000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.704474] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 8, RTO !!
[ 2.712706] *******************Try sdio*******************
[ 2.720057] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 5, RTO !!
[ 2.729357] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 5, RTO !!
[ 2.738764] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 5, RTO !!
[ 2.748151] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 5, RTO !!
[ 2.756381] *******************Try sd *******************
[ 2.763644] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 55, RTO !!
[ 2.773134] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 55, RTO !!
[ 2.782527] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 55, RTO !!
[ 2.792017] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 55, RTO !!
[ 2.800339] *******************Try mmc*******************
[ 2.801989] [mmc]: sdc0 set ios: clk 300000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.818052] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 1, RTO !!
[ 2.826286] [mmc]: sdc0 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.836368] [mmc]: sdc0 power_supply is null
[ 2.843878] [mmc]: sdc0 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.855163] [mmc]: sdc0 power_supply is null
[ 2.880023] [mmc]: sdc0 set ios: clk 200000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.911632] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 52, RTO !!
[ 2.921576] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 52, RTO !!
[ 2.929990] [mmc]: sdc0 set ios: clk 200000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.943203] [mmc]: sdc0 set ios: clk 200000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.956213] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 8, RTO !!
[ 2.964549] *******************Try sdio*******************
[ 2.972442] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 5, RTO !!
[ 2.982298] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 5, RTO !!
[ 2.992217] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 5, RTO !!
[ 3.002063] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 5, RTO !!
[ 3.010384] *******************Try sd *******************
[ 3.018172] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 55, RTO !!
[ 3.028123] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 55, RTO !!
[ 3.038148] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 55, RTO !!
[ 3.048172] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 55, RTO !!
[ 3.056493] *******************Try mmc*******************
[ 3.062683] [mmc]: sdc0 set ios: clk 200000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.074689] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 1, RTO !!
[ 3.083012] [mmc]: sdc0 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.093090] [mmc]: sdc0 power_supply is null
[ 3.100508] [mmc]: sdc0 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.111871] [mmc]: sdc0 power_supply is null
[ 3.130022] [mmc]: sdc0 set ios: clk 150000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.161093] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 52, RTO !!
[ 3.170578] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 52, RTO !!
[ 3.178992] [mmc]: sdc0 set ios: clk 150000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.191874] [mmc]: sdc0 set ios: clk 150000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.204406] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 8, RTO !!
[ 3.212725] *******************Try sdio*******************
[ 3.219982] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 5, RTO !!
[ 3.229375] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 5, RTO !!
[ 3.238776] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 5, RTO !!
[ 3.248075] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 5, RTO !!
[ 3.256389] *******************Try sd *******************
[ 3.263562] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 55, RTO !!
[ 3.273052] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 55, RTO !!
[ 3.282532] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 55, RTO !!
[ 3.291946] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 55, RTO !!
[ 3.300350] *******************Try mmc*******************
[ 3.301917] [mmc]: sdc0 set ios: clk 150000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.317974] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 1, RTO !!
[ 3.326297] [mmc]: sdc0 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.336376] [mmc]: sdc0 power_supply is null
[ 3.343812] [mmc]: sdc1 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.355180] [mmc]: sdc1 power_supply is null
[ 3.380022] [mmc]: sdc1 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.412333] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 3.421552] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 3.429874] [mmc]: sdc1 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.442698] [mmc]: sdc1 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.454453] *******************Try sdio*******************
[ 3.461448] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 3.470563] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 3.479675] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 3.488705] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 3.497013] *******************Try sd *******************
[ 3.503721] [mmc]: sdc1 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.514197] [mmc]: sdc1 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.527018] [mmc]: sdc1 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.551456] [mmc]: sdc1 set ios: clk 25000000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.564591] [mmc]: sdc1 set ios: clk 25000000Hz bm PP pm ON vdd 3.3V width 1 timing SD-HS(SDR25) dt B
[ 3.575044] [mmc]: sdc1 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 1 timing SD-HS(SDR25) dt B
[ 3.585604] [mmc]: sdc1 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 4 timing SD-HS(SDR25) dt B
[ 3.596133] mmc1: new high speed SD card at address 0007
[ 3.602654] mmcblk0: mmc1:0007 SU02G 1.84 GiB
[ 3.610260] mmcblk0: p1
[ 3.613807] mmcblk mmc1:0007: Card claimed for testing.
[ 3.619820] mmc1:0007: SU02G 1.84 GiB
[ 3.624243] platform reg-20-cs-dcdc2: Driver reg-20-cs-dcdc2 requests probe deferral
[ 3.633098] *******************sd init ok*******************
[ 3.639561] platform reg-20-cs-dcdc3: Driver reg-20-cs-dcdc3 requests probe deferral
[ 3.648416] platform reg-20-cs-ldo1: Driver reg-20-cs-ldo1 requests probe deferral
[ 3.657056] platform reg-20-cs-ldo2: Driver reg-20-cs-ldo2 requests probe deferral
[ 3.665611] platform reg-20-cs-ldo3: Driver reg-20-cs-ldo3 requests probe deferral
[ 3.674248] platform reg-20-cs-ldo4: Driver reg-20-cs-ldo4 requests probe deferral
[ 3.682888] platform reg-20-cs-ldoio0: Driver reg-20-cs-ldoio0 requests probe deferral
[ 13.550044] esp_sdio_init ------ RETRY ------
[ 13.555233] =======================================================
[ 13.562306] ==== Dislaunching Wi-Fi driver! (Powered by Rockchip) ====
[ 13.569738] =======================================================
[ 13.576797] Espressif ESP8089 SDIO WiFi driver (Powered by Rockchip, Ver2.26(01/22/2016),Drv: 2.26) exit.
[ 13.587612] [wifi_pm]: wrong module select 0 !
[ 13.692745] =======================================================
[ 13.699799] ==== Launching Wi-Fi driver! (Powered by Rockchip) ====
[ 13.706942] =======================================================
[ 13.714000] Espressif ESP8089 SDIO WiFi driver (Powered by Rockchip, Ver2.25(01/22/2016),Drv: 2.26) init.
[ 13.724816] [wifi_pm]: wrong module select 0 !
[ 24.820032] esp_sdio_init ------ RETRY ------
[ 24.825234] =======================================================
[ 24.832306] ==== Dislaunching Wi-Fi driver! (Powered by Rockchip) ====
[ 24.839741] =======================================================
[ 24.846888] Espressif ESP8089 SDIO WiFi driver (Powered by Rockchip, Ver2.26(01/22/2016),Drv: 2.26) exit.
[ 24.857617] [wifi_pm]: wrong module select 0 !
[ 24.962739] =======================================================
[ 24.969791] ==== Launching Wi-Fi driver! (Powered by Rockchip) ====
[ 24.976932] =======================================================
[ 24.983992] Espressif ESP8089 SDIO WiFi driver (Powered by Rockchip, Ver2.25(01/22/2016),Drv: 2.26) init.
[ 24.994809] [wifi_pm]: wrong module select 0 !
[ 36.100024] esp_sdio_init ------ RETRY ------
[ 36.105123] =======================================================
[ 36.112290] ==== Dislaunching Wi-Fi driver! (Powered by Rockchip) ====
[ 36.119631] =======================================================
[ 36.126784] Espressif ESP8089 SDIO WiFi driver (Powered by Rockchip, Ver2.26(01/22/2016),Drv: 2.26) exit.
[ 36.137594] [wifi_pm]: wrong module select 0 !
[ 36.242632] =======================================================
[ 36.249767] ==== Launching Wi-Fi driver! (Powered by Rockchip) ====
[ 36.256824] =======================================================
[ 36.263965] Espressif ESP8089 SDIO WiFi driver (Powered by Rockchip, Ver2.25(01/22/2016),Drv: 2.26) init.
[ 36.274781] [wifi_pm]: wrong module select 0 !
[ 47.370041] esp_sdio_init ------ RETRY ------
[ 47.375119] =======================================================
[ 47.382281] ==== Dislaunching Wi-Fi driver! (Powered by Rockchip) ====
[ 47.389617] =======================================================
[ 47.396767] Espressif ESP8089 SDIO WiFi driver (Powered by Rockchip, Ver2.26(01/22/2016),Drv: 2.26) exit.
[ 47.407580] [wifi_pm]: wrong module select 0 !
[ 47.512618] eagle sdio can not power up!
[ 47.517155] ALSA device list:
[ 47.520547] #0: audiocodec
[ 47.523931] mmc1: card 0007 removed
[ 47.528688] Freeing init memory: 140K
[ 47.534997] init: skipping insecure file '/default.prop'
[ 47.541329] init: skipping insecure file '/init.rc'
[ 47.547303] init: /init.rc: 127: invalid option 'root'
[ 47.553250] init: skipping insecure file '/init.sun8i.rc'
[ 47.559617] init: /init.sun8i.rc: 54: invalid option 'root'
[ 47.566011] init: skipping insecure file 'init.sun8i.usb.rc'
[ 47.573237] init: command 'loglevel' r=0
[ 47.577770] init: command 'export' r=0
[ 47.583466] init: skipping insecure file '/ueventd.rc'
[ 47.589561] init: command 'export' r=0
[ 47.594149] init: skipping insecure file '/ueventd.sun8i.rc'
[ 47.600722] init: command 'export' r=0
[ 47.604988] init: command 'export' r=0
[ 47.609343] init: command 'symlink' r=0
[ 47.630364] init: command 'symlink' r=0
[ 47.634806] init: command 'symlink' r=0
[ 47.639279] init: command 'mkdir' r=0
[ 47.654320] init: command 'mkdir' r=0
[ 47.658575] init: command 'mkdir' r=0
[ 47.670415] init: command 'mkdir' r=-2
[ 47.674719] init: processing action 0x1646138 (init)
[ 47.690199] init: command 'export' r=0
[ 47.694521] init: command 'export' r=0
[ 47.698870] init: command 'export' r=0
[ 47.706316] init: command 'export' r=0
[ 47.710692] init: processing action 0x1644c28 (early-fs)
[ 47.716857] init: command 'mkdir' r=0
[ 47.721176] init: command 'mkdir' r=0
[ 47.725377] init: command 'mkdir' r=0
[ 47.729634] init: processing action 0x16473d8 (console_init)
[ 47.736435] init: command 'console_init' r=0
[ 47.742616] [mmc]: sdc1 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 47.752627] init: processing action 0x1644f30 (fs)
[ 47.758190] init: command 'wait' r=0
[ 47.762453] [mmc]: sdc1 power_supply is null
[ 47.768019] init: command 'setupfs' r=1
[ 47.773752] init: out of loopback devices source = /dev/block/mtdblock2
[ 47.781237] init: out of loopback devices target = /system
[ 47.787526] init: out of loopback devices system = squashfs
[ 47.793826] init: out of loopback devices options = (null)
[ 47.803686] init: command 'mount' r=0
[ 47.807965] init: command 'wait' r=0
[ 47.812096] init: out of loopback devices source = /dev/block/mtdblock3
[ 47.819644] init: out of loopback devices target = /data
[ 47.825652] init: out of loopback devices system = jffs2
[ 47.831737] init: out of loopback devices options = (null)
[ 47.847194] init: command 'mount' r=0
[ 47.851598] init: processing action 0x1645010 (post-fs)
[ 47.857508] init: out of loopback devices source = rootfs
[ 47.863712] init: out of loopback devices target = /
[ 47.869329] init: out of loopback devices system = rootfs
[ 47.875516] init: out of loopback devices options = (null)
[ 47.881844] init: command 'mount' r=0
[ 47.886022] init: processing action 0x1645070 (post-fs-data)
[ 47.892875] init: command 'chown' r=0
[ 47.897285] init: command 'chmod' r=0
[ 47.902023] init: command 'chmod' r=-2
[ 47.907652] init: command 'mkdir' r=0
[ 47.912243] init: command 'restorecon' r=0
[ 47.917707] init: command 'mkdir' r=0
[ 47.923015] init: command 'mkdir' r=0
[ 47.927250] init: processing action 0x1645e20 (post-fs-data)
[ 47.938807] init: skipping insecure file '/system/vendor/modules/videobuf-core.ko'
[ 47.960830] init: command 'insmod' r=0
[ 47.965384] init: skipping insecure file '/system/vendor/modules/videobuf-dma-contig.ko'
[ 47.975378] init: command 'insmod' r=0
[ 47.979901] init: skipping insecure file '/system/vendor/modules/cci.ko'
[ 48.015877] [VFE]cci probe start cci_sel = 0!
[ 48.021025] [VFE]cci probe end cci_sel = 0!
[ 48.025870] platform reg-20-cs-ldoio0: Driver reg-20-cs-ldoio0 requests probe deferral
[ 48.034979] [VFE]cci_init end
[ 48.038503] init: command 'insmod' r=0
[ 48.042945] init: skipping insecure file '/system/vendor/modules/vfe_os.ko'
[ 48.051021] platform reg-20-cs-ldo4: Driver reg-20-cs-ldo4 requests probe deferral
[ 48.059649] platform reg-20-cs-ldo3: Driver reg-20-cs-ldo3 requests probe deferral
[ 48.070385] platform reg-20-cs-ldo2: Driver reg-20-cs-ldo2 requests probe deferral
[ 48.079972] platform reg-20-cs-ldo1: Driver reg-20-cs-ldo1 requests probe deferral
[ 48.089426] platform reg-20-cs-dcdc3: Driver reg-20-cs-dcdc3 requests probe deferral
[ 48.098872] platform reg-20-cs-dcdc2: Driver reg-20-cs-dcdc2 requests probe deferral
[ 48.134034] init: command 'insmod' r=0
[ 48.138470] init: skipping insecure file '/system/vendor/modules/vfe_subdev.ko'
[ 48.147793] init: command 'insmod' r=0
[ 48.152245] init: skipping insecure file '/system/vendor/modules/ar0330_mipi.ko'
[ 48.161790] init: command 'insmod' r=0
[ 48.166223] init: skipping insecure file '/system/vendor/modules/ov2710_mipi.ko'
[ 48.175803] init: command 'insmod' r=0
[ 48.180299] init: skipping insecure file '/system/vendor/modules/ov5647_mipi.ko'
[ 48.189779] init: command 'insmod' r=0
[ 48.194285] init: skipping insecure file '/system/vendor/modules/vfe_v4l2.ko'
[ 48.339000] [VFE]Welcome to Video Front End driver
[ 48.345066] [VFE]pdev->id = 0
[ 48.348547] [VFE]dev->mipi_sel = 0
[ 48.352515] [VFE]dev->vip_sel = 0
[ 48.356286] [VFE]dev->isp_sel = 0
[ 48.366395] [VFE_WARN]vfe vpu clock is null
[ 48.377628] [ISP] isp platform_id = 6!
[ 48.382100] platform reg-20-cs-dcdc2: Driver reg-20-cs-dcdc2 requests probe deferral
[ 48.390946] [VFE]probe_work_handle start!
[ 48.395491] [VFE]..........................vfe clk open!.......................
[ 48.403924] [VFE]vfe_init end
[ 48.407751] init: command 'insmod' r=0
[ 48.412204] init: skipping insecure file '/system/vendor/modules/uvcvideo.ko'
[ 48.420497] platform reg-20-cs-dcdc3: Driver reg-20-cs-dcdc3 requests probe deferral
[ 48.429327] platform reg-20-cs-ldo1: Driver reg-20-cs-ldo1 requests probe deferral
[ 48.438209] [VFE]v4l2 subdev register input_num = 0
[ 48.443828] [VFE]vfe sensor detect start! input_num = 0
[ 48.449729] [VFE]Find sensor name is "ov5647_mipi", i2c address is 6c, type is "RAW" !
[ 48.458718] [VFE]Sub device register "ov5647_mipi" i2c_addr = 0x6c start!
[ 48.466485] [VFE]v4l2_device_register_subdev return 0
[ 48.472196] [VFE]registered sensor subdev is OK!
[ 48.477500] [VFE]Check sensor!
[ 48.480989] [VFE]Sub device register "ov5647_mipi" is OK!
[ 48.489730] uvcvideo: Adding mapping Brightness to control 00000000-0000-0000-0000-000000000101/2.
[ 48.500131] platform reg-20-cs-ldo2: Driver reg-20-cs-ldo2 requests probe deferral
[ 48.508773] platform reg-20-cs-ldo3: Driver reg-20-cs-ldo3 requests probe deferral
[ 48.517328] uvcvideo: Adding mapping Contrast to control 00000000-0000-0000-0000-000000000101/3.
[ 48.527286] uvcvideo: Adding mapping Hue to control 00000000-0000-0000-0000-000000000101/6.
[ 48.536809] platform reg-20-cs-ldo4: Driver reg-20-cs-ldo4 requests probe deferral
[ 48.545419] uvcvideo: Adding mapping Saturation to control 00000000-0000-0000-0000-000000000101/7.
[ 48.555524] platform reg-20-cs-ldoio0: Driver reg-20-cs-ldoio0 requests probe deferral
[ 48.564521] uvcvideo: Adding mapping Sharpness to control 00000000-0000-0000-0000-000000000101/8.
[ 48.574982] uvcvideo: Adding mapping Gamma to control 00000000-0000-0000-0000-000000000101/9.
[ 48.584808] uvcvideo: Adding mapping Backlight Compensation to control 00000000-0000-0000-0000-000000000101/1.
[ 48.596555] uvcvideo: Adding mapping Gain to control 00000000-0000-0000-0000-000000000101/4.
[ 48.606205] uvcvideo: Adding mapping Power Line Frequency to control 00000000-0000-0000-0000-000000000101/5.
[ 48.618376] [VFE]Check open /system/etc/hawkview/ov5647_mipi/isp_test_param.ini failed!
[ 48.618387] Match isp cfg start!
[ 48.631379] [VFE]Match isp cfg ok
[ 48.635242] uvcvideo: Adding mapping Hue, Auto to control 00000000-0000-0000-0000-000000000101/16.
[ 48.645461] uvcvideo: Adding mapping Exposure, Auto to control 00000000-0000-0000-0000-000000000001/2.
[ 48.656537] [VFE]V4L2 device registered as video0
[ 48.661987] [VFE]..........................vfe clk close!.......................
[ 48.670443] uvcvideo: Adding mapping Exposure, Auto Priority to control 00000000-0000-0000-0000-000000000001/3.
[ 48.681857] [VFE]probe_work_handle end!
[ 48.686240] uvcvideo: Adding mapping Exposure (Absolute) to control 00000000-0000-0000-0000-000000000001/4.
[ 48.697265] uvcvideo: Adding mapping White Balance Temperature, Auto to control 00000000-0000-0000-0000-000000000101/11.
[ 48.709525] uvcvideo: Adding mapping White Balance Temperature to control 00000000-0000-0000-0000-000000000101/10.
[ 48.721214] uvcvideo: Adding mapping White Balance Component, Auto to control 00000000-0000-0000-0000-000000000101/13.
[ 48.733286] uvcvideo: Adding mapping White Balance Blue Component to control 00000000-0000-0000-0000-000000000101/12.
[ 48.745259] uvcvideo: Adding mapping White Balance Red Component to control 00000000-0000-0000-0000-000000000101/12.
[ 48.757134] uvcvideo: Adding mapping Focus (absolute) to control 00000000-0000-0000-0000-000000000001/6.
[ 48.767857] uvcvideo: Adding mapping Focus, Auto to control 00000000-0000-0000-0000-000000000001/8.
[ 48.778096] uvcvideo: Adding mapping Zoom, Absolute to control 00000000-0000-0000-0000-000000000001/11.
[ 48.788631] uvcvideo: Adding mapping Zoom, Continuous to control 00000000-0000-0000-0000-000000000001/12.
[ 48.799448] uvcvideo: Adding mapping Privacy to control 00000000-0000-0000-0000-000000000001/17.
[ 48.809581] usbcore: registered new interface driver uvcvideo
[ 48.816174] USB Video Class driver (v1.0.8_SONiX_v2.6.36.04)
[ 48.822622] init: command 'insmod' r=0
[ 48.827025] init: skipping insecure file '/system/vendor/modules/da380.ko'
[ 48.836077] step1 : gsensor_fetch_sysconfig_para
[ 48.841403] step2 : gsensor_fetch_sysconfig_para
[ 48.846714] step3 : gsensor_fetch_sysconfig_para
[ 48.851955] step4 : mir3da_init
[ 48.855919] i2c-core: driver [da380] using legacy suspend method
[ 48.862727] i2c-core: driver [da380] using legacy resume method
[ 48.869496] richard mir3da_detect: mir3da_detect:bus[0] addr[0x27]
[ 48.881817] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x27)
[ 48.896358] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x27)
[ 48.910883] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x27)
[ 48.920164] [MIR3DA] Can't find Mir3da gsensor!!
[ 48.925544] init: command 'insmod' r=0
[ 48.929950] init: skipping insecure file '/system/vendor/modules/sw-device.ko'
[ 48.942004] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x18)
[ 48.951470] init: command 'insmod' r=0
[ 48.955870] init: processing action 0x1647420 (property_service_init)
[ 48.963275] init: skipping insecure file '/system/build.prop'
[ 48.970219] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x18)
[ 48.990725] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x18)
[ 49.019728] init: Created socket '/dev/socket/property_service' with mode '666', user '0', group '0'
[ 49.030339] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x18)
[ 49.039750] init: command 'property_service_init' r=0
[ 49.045503] init: processing action 0x1647468 (signal_init)
[ 49.052053] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x18)
[ 49.061492] init: command 'signal_init' r=0
[ 49.066242] init: processing action 0x16474b0 (check_startup)
[ 49.072803] init: command 'check_startup' r=0
[ 49.077836] init: processing action 0x16451c8 (boot)
[ 49.083704] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x19)
[ 49.093515] init: command 'ifup' r=0
[ 49.097755] init: command 'hostname' r=0
[ 49.102440] init: command 'domainname' r=0
[ 49.107108] init: command 'setrlimit' r=0
[ 49.111861] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x19)
[ 49.121370] init: command 'chown' r=0
[ 49.125670] init: starting 'servicemanager'
[ 49.131026] init: starting 'vold'
[ 49.135308] init: starting 'media'
[ 49.139672] init: starting 'startupSound'
[ 49.144574] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x19)
[ 49.161257] init: Created socket '/dev/socket/vold' with mode '660', user '0', group '1009'
[ 49.180360] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x19)
[ 49.197977] init: command 'class_start' r=0
[ 49.215716] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x19)
[ 49.227292] init: starting 'ccdr'
[ 49.235111] init: command 'class_start' r=0
[ 49.240612] init: processing action 0x1645fd0 (boot)
[ 49.247460] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x8)
[ 49.257701] init: starting 'adbd'
[ 49.266279] init: command 'start' r=0
[ 49.270752] init: starting 'debuggerd'
[ 49.275485] init: command 'start' r=0
[ 49.279875] init: starting 'standby'
[ 49.284401] init: Created socket '/dev/socket/adbd' with mode '660', user '1000', group '1000'
[ 49.295273] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x8)
[ 49.323383] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x8)
[ 49.335695] init: command 'start' r=0
[ 49.343116] adb_open
[ 49.345916] init: processing action 0x16474f8 (queue_property_triggers)
[ 49.355338] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x8)
[ 49.365085] init: command 'queue_property_triggers' r=0
[ 49.371228] init: processing action 0x16454a8 (property:ro.debuggable=1)
[ 49.379539] init: starting 'console'
[ 49.383952] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x8)
[ 49.394677] init: command 'start' r=0
[ 49.402994] init: processing action 0x1646e10 (property:sys.usb.config=mass_storage,adb)
[ 49.412487] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x38)
[ 49.423522] android_usb: already disabled
[ 49.428953] init: command 'write' r=0
[ 49.435804] init: command 'write' r=0
[ 49.440265] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x38)
[ 49.452249] init: command 'write' r=0
[ 49.459442] init: command 'write' r=0
[ 49.464503] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x38)
[ 49.475780] ep_matches, wrn: endpoint already claimed, ep(0xc050f9b4, 0xc1a79ac0, ep1in-bulk)
[ 49.485604] adb_bind_config
[ 49.488818] ep_matches, wrn: endpoint already claimed, ep(0xc050f9b4, 0xc1a79ac0, ep1in-bulk)
[ 49.498519] ep_matches, wrn: endpoint already claimed, ep(0xc050fa00, 0xc1a79ac0, ep1out-bulk)
[ 49.508283] ep_matches, wrn: endpoint already claimed, ep(0xc050f9b4, 0xc1a79ac0, ep1in-bulk)
[ 49.517937] ep_matches, wrn: endpoint already claimed, ep(0xc050fa00, 0xc1a79ac0, ep1out-bulk)
[ 49.527602] ep_matches, wrn: endpoint already claimed, ep(0xc050fa4c, 0xc1a91d40, ep2in-bulk)
[ 49.538124] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x38)
[ 49.547642] init: command 'write' r=0
[ 49.551951] init: command 'setprop' r=0
[ 49.560234] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x38)
[ 49.587225] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x27)
[ 49.616528] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x27)
[ 49.640342] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x27)
[ 49.660287] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x27)
[ 49.680817] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x27)
[ 49.710675] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x26)
[ 49.740404] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x26)
[ 49.760946] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x26)
[ 49.790987] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x26)
[ 49.814811] android_usb gadget: high-speed config #1: android
[ 49.823245] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x26)
[ 49.850285] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1c)
[ 49.873746] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1c)
[ 49.900236] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1c)
[ 49.920921] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1c)
[ 49.950600] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1c)
[ 49.984149] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1d)
[ 50.010929] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1d)
[ 50.040363] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1d)
[ 50.060759] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1d)
[ 50.090512] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1d)
[ 50.110970] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x4c)
[ 50.140338] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x4c)
[ 50.160401] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x4c)
[ 50.180451] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x4c)
[ 50.206991] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x4c)
[ 50.230557] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x3d)
[ 50.260800] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x3d)
[ 50.310589] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x3d)
[ 50.339985] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x3d)
[ 50.360829] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x3d)
[ 50.390591] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x28)
[ 50.410742] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x28)
[ 50.440826] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x28)
[ 50.481833] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x28)
[ 50.510745] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x28)
[ 50.540539] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x29)
[ 50.570001] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x29)
[ 50.590250] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x29)
root@camdroid:/ # [ 50.625126] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x29)
[ 50.651944] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x29)
[ 50.680786] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0xf)
[ 50.723817] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0xf)
[ 50.750939] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0xf)
[ 50.780259] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0xf)
[ 50.800798] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0xf)
[ 50.830874] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x15)
[ 50.870530] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x15)
[ 50.895117] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x15)
[ 50.928406] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x15)
[ 50.951582] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x15)
[ 50.980493] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1e)
[ 51.033655] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1e)
[ 51.080014] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1e)
[ 51.132940] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1e)
[ 51.160437] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1e)
[ 51.180789] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1f)
[ 51.211691] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1f)
[ 51.240723] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1f)
[ 51.270274] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1f)
[ 51.309797] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1f)
[ 52.089087] ▒newcdr▒▒▒▒: main entry
[ 52.100936] ▒newcdr▒▒▒▒: [Firmware Version: root@tiger_cdr 2018-10-19 10:39:27]
[ 52.123599] ▒newcdr▒▒▒▒: ===no need to check battery capacity ===
[ 52.150841] [VFE]vfe_open
[ 52.154278] [VFE]..........................vfe clk open!.......................
[ 52.165131] [VFE]vfe_open ok
[ 52.169394] [VFE]vfe_close
[ 52.172570] [VFE]vfe select input flag = 0, s_input have not be used .
[ 52.179924] [VFE]..........................vfe clk close!.......................
[ 52.188998] [VFE]vfe_close end
[ 52.192628] [VFE]vfe_open
[ 52.195719] [VFE]..........................vfe clk open!.......................
[ 52.206119] [VFE]vfe_open ok
[ 52.209584] [VFE]vfe_close
[ 52.212842] [VFE]vfe select input flag = 0, s_input have not be used .
[ 52.220257] [VFE]..........................vfe clk close!.......................
[ 52.229557] [VFE]vfe_close end
[ 53.150518] [DISP] ready enter pm_runtime_get_sync, device0
[ 53.329421] [VFE]vfe_open
[ 53.332638] [VFE]..........................vfe clk open!.......................
[ 53.341478] [VFE]vfe_open ok
[ 53.345020] [VFE]Set vfe core clk = 216000000, after Set vfe core clk = 297000000
[ 53.366289] [VFE]mclk on
[ 53.435801] [VFE CCI_0 ERR] Status error at addr_8bit = 6c, wr_flag = 1, val = 5c000a30
[ 53.445057] [VFE CCI_0 ERR] Status error at addr_8bit = 6c, wr_flag = 1, val = 5c000a30
[ 53.454442] [VFE CCI_0 ERR] Status error at addr_8bit = 6c, wr_flag = 1, val = 5c000a30
[ 53.463523] [OV5647_mipi]error at sensor_detect
[ 53.468670] [OV5647_mipi]chip found is not an target chip.
[ 53.474950] [VFE_ERR]sensor initial error when selecting target device!
[ 53.482519] [VFE]vfe_close
[ 53.485721] [VFE]mclk off
[ 53.522766] [VFE]..........................vfe clk close!.......................
[ 53.531183] [VFE]vfe_close end
[ 53.536840] ▒newcdr▒▒▒▒: startPreview finished
[ 54.022260] init: processing action 0x1646e10 (property:sys.usb.config=mass_storage,adb)
[ 54.040984] adb_release
[ 54.045286] init: command 'write' r=0
[ 54.049684] adb_open
[ 54.060788] init: command 'write' r=0
[ 54.065357] init: command 'write' r=0
[ 54.074689] init: command 'write' r=0
[ 54.079795] [VFE]vfe_open
[ 54.082934] [VFE]..........................vfe clk open!.......................
[ 54.091470] ep_matches, wrn: endpoint already claimed, ep(0xc050f9b4, 0xc1a79ac0, ep1in-bulk)
[ 54.101819] [VFE]vfe_open ok
[ 54.105176] [VFE]vfe_close
[ 54.108370] [VFE]vfe select input flag = 0, s_input have not be used .
[ 54.115765] [VFE]..........................vfe clk close!.......................
[ 54.124328] adb_bind_config
[ 54.127538] ep_matches, wrn: endpoint already claimed, ep(0xc050f9b4, 0xc1a79ac0, ep1in-bulk)
[ 54.137230] ep_matches, wrn: endpoint already claimed, ep(0xc050fa00, 0xc1a79ac0, ep1out-bulk)
[ 54.146993] ep_matches, wrn: endpoint already claimed, ep(0xc050f9b4, 0xc1a79ac0, ep1in-bulk)
[ 54.156565] ep_matches, wrn: endpoint already claimed, ep(0xc050fa00, 0xc1a79ac0, ep1out-bulk)
[ 54.166345] ep_matches, wrn: endpoint already claimed, ep(0xc050fa4c, 0xc1a91d40, ep2in-bulk)
[ 54.176170] [VFE]vfe_close end
[ 54.186363] init: command 'write' r=0
[ 54.196841] init: command 'setprop' r=0
[ 54.338347] init: waitpid returned pid 68, status = 00000000
[ 54.345083] init: process 'startupSound', pid 68 exited
[ 54.432349] android_usb gadget: high-speed config #1: android
离线
自己回复下,希望后继者少走些弯路。
坑1: MIPI的方向别弄反了,OV5647的头在板子里面,而不是板子外面
坑2: MIPI的PWDN和RST居然没接!!!!!需要自己飞线PG01/PG00到MIPI接口两边的两个上拉电阻
坑3:OV5647的驱动代码把PWDN和RST的极性弄反了,需要将相关ON/OFF对调
#define CSI_RST_ON 0
#define CSI_RST_OFF 1
#define CSI_PWR_ON 1
#define CSI_PWR_OFF 0
最终编译完成之后摄像头就可以用来。如果需要添加ISP的话修改isp_cfg
离线
自己回复下,希望后继者少走些弯路。
坑1: MIPI的方向别弄反了,OV5647的头在板子里面,而不是板子外面
坑2: MIPI的PWDN和RST居然没接!!!!!需要自己飞线PG01/PG00到MIPI接口两边的两个上拉电阻
坑3:OV5647的驱动代码把PWDN和RST的极性弄反了,需要将相关ON/OFF对调
#define CSI_RST_ON 0
#define CSI_RST_OFF 1
#define CSI_PWR_ON 1
#define CSI_PWR_OFF 0最终编译完成之后摄像头就可以用来。如果需要添加ISP的话修改isp_cfg
感谢分享!
那奇怪,我当时什么都不用改也可以跑起来,
难道是两个版本电路有什么不同吗?
离线
自己回复下,希望后继者少走些弯路。
坑1: MIPI的方向别弄反了,OV5647的头在板子里面,而不是板子外面
坑2: MIPI的PWDN和RST居然没接!!!!!需要自己飞线PG01/PG00到MIPI接口两边的两个上拉电阻
坑3:OV5647的驱动代码把PWDN和RST的极性弄反了,需要将相关ON/OFF对调
#define CSI_RST_ON 0
#define CSI_RST_OFF 1
#define CSI_PWR_ON 1
#define CSI_PWR_OFF 0最终编译完成之后摄像头就可以用来。如果需要添加ISP的话修改isp_cfg
Update: 坑3是错误的,自己设的坑,把PWDN和RESET飞反了。所以ov5647的代码是不用改的
离线
phoenix 说:自己回复下,希望后继者少走些弯路。
坑1: MIPI的方向别弄反了,OV5647的头在板子里面,而不是板子外面
坑2: MIPI的PWDN和RST居然没接!!!!!需要自己飞线PG01/PG00到MIPI接口两边的两个上拉电阻
坑3:OV5647的驱动代码把PWDN和RST的极性弄反了,需要将相关ON/OFF对调
#define CSI_RST_ON 0
#define CSI_RST_OFF 1
#define CSI_PWR_ON 1
#define CSI_PWR_OFF 0最终编译完成之后摄像头就可以用来。如果需要添加ISP的话修改isp_cfg
感谢分享!
那奇怪,我当时什么都不用改也可以跑起来,
难道是两个版本电路有什么不同吗?
你的板子和一体板不一样,你的是核心板,连MIPI时PWDN和RESET引脚定义也不一样,但设置都正确了 。我们买的一体板,电路图上的PWDN和RESET都设好了,但奇怪的是MIPI接口却没有连。我是用表测不通之后把MIPI座子焊掉之后才发现连线的地方
离线
还可以这么玩啊,又学到一招
离线
https://whycan.cn/files/members/3/QQ20181027135452.jpg
新固件下载: sun8iw8p1_camdroid_tiger-cdr_uart0_licheepi_zero_ov5647_20181027.7z
果然图像亮很多了, 感谢 @Morgan 大神!
调试串口是 UART0(PB8, PB9)
晕哥,你这个是SPI-FLASH的固件,我烧到SD卡中,虽然能启动,但是报错了。
env_relocate_spec storage_type = 1
@@@@@@@[debug_jaosn]:this is for ipc @@@@@@@
In: serial
Out: serial
Err: serial
bootcmd set setargs_mmc
to be run cmd=run setargs_mmc boot_normal
WORK_MODE_BOOT
read bootlogo partition successful,start_block=0x6420,rblock=0x100 ,ret=256
Use decode 1x1 sampling
sunxi_read_bootlogo: jpg convert argb
[ 0.665]Hit any key to stop autoboot: 0
read boot or recovery all
[ 0.834]sunxi flash read :offset 4000, 3889263 bytes OK
no signature
[ 0.841]ready to boot
para err in disp_ioctl, cmd = 0xa,screen id = 1
[ 0.848][mmc]: MMC Device 2 not found
[ 0.852][mmc]: mmc not find,so not exit
reload config to 0x43000000
[ 0.856]
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0
[ 0.000000] Linux version 3.4.39 (root@ubuntu) (gcc version 4.6.3 20120201 (prerelease) (crosstool-NG linaro-1.13.1-2012.02-20120222 - Linaro GCC 2012.02) ) #18 Fri Oct 26 23:49:45 EDT 2018
[ 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] Initialized persistent memory from 41d20800-41d307ff
[ 0.000000] Memory policy: ECC disabled, Data cache writeback
[ 0.000000] On node 0 totalpages: 16384
[ 0.000000] free_area_init_node: node 0, pgdat c0520ae4, node_mem_map c05bb000
[ 0.000000] Normal zone: 128 pages used for memmap
[ 0.000000] Normal zone: 0 pages reserved
[ 0.000000] Normal zone: 16256 pages, LIFO batch:3
[ 0.000000] script_init enter!
[ 0.000000] script_init exit!
[ 0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[ 0.000000] pcpu-alloc: [0] 0
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 16256
[ 0.000000] Kernel command line: console=ttyS0,115200 root=/dev/mmcblk0p7 init=/init loglevel=8 partitions= mac_addr= uid=1234567890 fb_base=0x43e80000 boot_type=1 config_size=32360
[ 0.000000] PID hash table entries: 256 (order: -2, 1024 bytes)
[ 0.000000] Dentry cache hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.000000] Inode-cache hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.000000] Memory: 64MB = 64MB total
[ 0.000000] Memory: 29928k/29928k available, 35608k reserved, 0K highmem
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
[ 0.000000] vmalloc : 0xc4800000 - 0xff000000 ( 936 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xc4000000 ( 64 MB)
[ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB)
[ 0.000000] .text : 0xc0008000 - 0xc048d000 (4628 kB)
[ 0.000000] .init : 0xc048d000 - 0xc04b0000 ( 140 kB)
[ 0.000000] .data : 0xc04b0000 - 0xc0521220 ( 453 kB)
[ 0.000000] .bss : 0xc0521244 - 0xc05ba964 ( 614 kB)
[ 0.000000] NR_IRQS:544
[ 0.000000] 524 ahb1 set parent pll_periph0d2
[ 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.000156] Calibrating delay loop (skipped), value calculated using timer frequency.. 4800.00 BogoMIPS (lpj=24000000)
[ 0.000179] pid_max: default: 32768 minimum: 301
[ 0.000313] Mount-cache hash table entries: 512
[ 0.000824] CPU: Testing write buffer coherency: ok
[ 0.001088] Setting up static identity map for 0x40366de8 - 0x40366e40
[ 0.001743] devtmpfs: initialized
[ 0.003594] pinctrl core: initialized pinctrl subsystem
[ 0.004076] NET: Registered protocol family 16
[ 0.004470] DMA: preallocated 128 KiB pool for atomic coherent allocations
[ 0.004522] script_sysfs_init success
[ 0.004557] sunxi_dump_init success
[ 0.005278] gpiochip_add: registered GPIOs 0 to 223 on device: sunxi-pinctrl
[ 0.006157] sunxi-pinctrl sunxi-pinctrl: initialized sunXi PIO driver
[ 0.006518] gpiochip_add: registered GPIOs 1024 to 1031 on device: axp-pinctrl
[ 0.007451] persistent_ram: uncorrectable error in header
[ 0.007468] persistent_ram: no valid data in buffer (sig = 0x55175515)
[ 0.013839] console [ram-1] enabled
[ 0.014243] [sunxi-module]: [sunxi-module.0] probe success
[ 0.014450] axp driver uning configuration failed(801)
[ 0.014643] axp driver uning configuration failed(808)
[ 0.015023] Not Found clk pll_isp in script
[ 0.015218] Not Found clk pll_video in script
[ 0.015320] Not Found clk pll_ve in script
[ 0.015508] Not Found clk pll_periph0 in script
[ 0.015610] Not Found clk pll_de in script
[ 0.015712] sunxi_default_clk_init
[ 0.015901] try to set pll6ahb1 to 200000000
[ 0.016013] Error not get clk pll6ahb1
[ 0.016119] Error not get clk pll6ahb1try to set ahb1 to 200000000
[ 0.016417] try to set apb1 to 100000000
[ 0.016818] ===fe3o4==== sunxi_root_procfs_attach ret:0
[ 0.020512] bio: create slab <bio-0> at 0
[ 0.020870] pwm module init!
[ 0.023092] SCSI subsystem initialized
[ 0.023507] usbcore: registered new interface driver usbfs
[ 0.023680] usbcore: registered new interface driver hub
[ 0.024015] usbcore: registered new device driver usb
[ 0.024259] twi_chan_cfg()340 - [twi0] has no twi_regulator.
[ 0.024372] twi_chan_cfg()340 - [twi1] has no twi_regulator.
[ 0.025239] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x34)
[ 0.025448] axp20_board 0-0034: failed reading at 0x03
[ 0.025552] [AXP20-MFD] try to read chip id failed!
[ 0.025742] axp mfd register failed
[ 0.025856] axp20_board: probe of 0-0034 failed with error -70
[ 0.026006] Linux video capture interface: v2.00
[ 0.026285] gpiochip_add: gpios 1024..1028 (axp_pin) failed to register
[ 0.026391] axp pinctrl used,skip
[ 0.026899] Advanced Linux Sound Architecture Driver Version 1.0.25.
[ 0.027901] cfg80211: Calling CRDA to update world regulatory domain
[ 0.029033] Switching to clocksource arch_sys_counter
[ 0.029941] NET: Registered protocol family 2
[ 0.029941] IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.029941] TCP established hash table entries: 2048 (order: 2, 16384 bytes)
[ 0.030153] TCP bind hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.030279] TCP: Hash tables configured (established 2048 bind 2048)
[ 0.030472] TCP: reno registered
[ 0.030582] UDP hash table entries: 256 (order: 0, 4096 bytes)
[ 0.030783] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[ 0.031159] NET: Registered protocol family 1
[ 0.031546] Unpacking initramfs...
[ 0.046213] Freeing initrd memory: 220K
[ 0.046536] [pm]aw_pm_init!
[ 0.046732] standby_mode = 1.
[ 0.046836] wakeup src cnt is : 3.
[ 0.046945] pmu name: pmu1_para .
[ 0.047056] pmu1_enable = 0x1.
[ 0.047245] pmux_id = 0x1.
[ 0.047350] pmu name: pmu2_para .
[ 0.047453] config_pmux_para: script_parser_fetch err.
[ 0.047641] pmu2_enable = 0x0.
[ 0.047748] add_sys_pwr_dm: get ldo name failed
[ 0.047851] add_sys_pwr_dm: get ldo name failed
[ 0.048039] add_sys_pwr_dm: get ldo name failed
[ 0.048143] add_sys_pwr_dm: get ldo name failed
[ 0.048333] add_sys_pwr_dm: get ldo name failed
[ 0.048436] add_sys_pwr_dm: get ldo name failed
[ 0.048540] add_sys_pwr_dm: get ldo name failed
[ 0.048729] add_sys_pwr_dm: get ldo name failed
[ 0.048833] add_sys_pwr_dm: get ldo name failed
[ 0.049022] add_sys_pwr_dm: get ldo name failed
[ 0.049124] after inited: sys_mask config = 0x0.
[ 0.049227] dynamic_standby enalbe = 0x0.
[ 0.049470] sunxi_reg_init enter
[ 0.051449] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.051695] jffs2: version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc.
[ 0.051979] msgmni has been set to 58
[ 0.053022] io scheduler noop registered
[ 0.053139] io scheduler deadline registered
[ 0.053322] io scheduler cfq registered (default)
[ 0.053909] [DISP]disp_module_init
[ 0.054409] cmdline,disp=
[ 0.055023] rotation_sw module is config as no used
[ 0.055240] [DISP] disp_get_rotation_sw,line:68:disp 0 out of range? g_rot_sw=0
[ 0.055447] [DISP] disp_init_connections,line:289:NULL pointer: 0, 0
[ 0.073383] [DISP] disp_sys_power_enable,line:387:some error happen, fail to get regulator
[ 0.073700] [DISP] disp_sys_gpio_set_value,line:374:OSAL_GPIO_DevWRITE_ONEPIN_DATA, hdl is NULL
[ 0.074619] [DISP]disp_module_init finish
[ 0.075101] sw_uart_get_devinfo()1503 - uart0 has no uart_regulator.
[ 0.075218] sw_uart_get_devinfo()1503 - uart2 has no uart_regulator.
[ 0.075849] uart0: ttyS0 at MMIO 0x1c28000 (irq = 32) is a SUNXI
[ 0.075967] sw_uart_pm()890 - uart0 clk is already enable
[ 0.076170] sw_console_setup()1233 - console setup baud 115200 parity n bits 8, flow n
[ 0.172155] console [ttyS0] enabled
[ 0.914026] uart: probe of uart2 failed with error -22
[ 0.921158] sunxi_spi_chan_cfg()1376 - [spi-0] has no spi_regulator.
[ 0.928947] spi spi0: master is unqueued, this is deprecated
[ 0.935642] m25p_probe()967 - Use the Dual Mode Read.
[ 0.941449] NorFlash ID: 0x0 - 0x0
[ 0.945332] m25p80 spi0.0: found m25p05-nonjedec, expected at25df641
[ 0.952605] m25p80 spi0.0: m25p05-nonjedec (64 Kbytes)
[ 0.959893] partitions_register()850 - m25p80_read() ret 0, PartCnt: 0
[ 0.967365] m25p80: probe of spi0.0 failed with error -22
[ 0.974927] Failed to alloc md5
[ 0.978646] eth0: Use random mac address
[ 0.983225] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.010861] sunxi-ehci sunxi-ehci.1: SW USB2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.020035] sunxi-ehci sunxi-ehci.1: new USB bus registered, assigned bus number 1
[ 1.028753] sunxi-ehci sunxi-ehci.1: irq 104, io mem 0xf1c1a000
[ 1.050130] sunxi-ehci sunxi-ehci.1: USB 0.0 started, EHCI 1.00
[ 1.057530] hub 1-0:1.0: USB hub found
[ 1.061887] hub 1-0:1.0: 1 port detected
[ 1.066849] sunxi-ehci sunxi-ehci.1: remove, state 1
[ 1.072509] usb usb1: USB disconnect, device number 1
[ 1.372990] sunxi-ehci sunxi-ehci.1: USB bus 1 deregistered
[ 1.389401] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 1.416573] sunxi-ohci sunxi-ohci.1: SW USB2.0 'Open' Host Controller (OHCI) Driver
[ 1.425216] sunxi-ohci sunxi-ohci.1: new USB bus registered, assigned bus number 1
[ 1.433899] sunxi-ohci sunxi-ohci.1: irq 105, io mem 0xf1c1a400
[ 1.504637] hub 1-0:1.0: USB hub found
[ 1.508918] hub 1-0:1.0: 1 port detected
[ 1.513771] sunxi-ohci sunxi-ohci.1: remove, state 1
[ 1.519502] usb usb1: USB disconnect, device number 1
[ 1.525797] sunxi-ohci sunxi-ohci.1: USB bus 1 deregistered
[ 1.542305] Initializing USB Mass Storage driver...
[ 1.547974] usbcore: registered new interface driver usb-storage
[ 1.554848] USB Mass Storage support registered.
[ 1.560385] file system registered
[ 1.565737] android_usb gadget: Mass Storage Function, version: 2009/09/11
[ 1.573614] android_usb gadget: Number of LUNs=1
[ 1.578833] lun0: LUN: removable file: (no medium)
[ 1.584932] android_usb gadget: android_usb ready
[ 1.590420] sunxikbd_script_init: key para not found, used default para.
[ 1.599157] sunxi-rtc sunxi-rtc: rtc core: registered sunxi-rtc as rtc0
[ 1.606817] sunxi cedar version 0.1
[ 1.611052] [cedar]: install start!!!
[ 1.615508] [cedar]: install end!!!
[ 1.620050] platform reg-20-cs-dcdc2: Driver reg-20-cs-dcdc2 requests probe deferral
[ 1.629064] platform reg-20-cs-dcdc3: Driver reg-20-cs-dcdc3 requests probe deferral
[ 1.638009] platform reg-20-cs-ldo1: Driver reg-20-cs-ldo1 requests probe deferral
[ 1.646657] platform reg-20-cs-ldo2: Driver reg-20-cs-ldo2 requests probe deferral
[ 1.655381] platform reg-20-cs-ldo3: Driver reg-20-cs-ldo3 requests probe deferral
[ 1.664119] platform reg-20-cs-ldo4: Driver reg-20-cs-ldo4 requests probe deferral
[ 1.672760] platform reg-20-cs-ldoio0: Driver reg-20-cs-ldoio0 requests probe deferral
[ 1.681764] sunxi_wdt_init_module: sunxi WatchDog Timer Driver v1.0
[ 1.689091] sunxi_wdt_probe: devm_ioremap return wdt_reg 0xf1c20ca0, res->start 0x01c20ca0, res->end 0x01c20cbf
[ 1.700438] sunxi_wdt_probe: initialized (g_timeout=16s, g_nowayout=0)
[ 1.708174] wdt_enable, write reg 0xf1c20cb8 val 0x00000000
[ 1.714584] wdt_set_tmout, write 0x000000b0 to mode reg 0xf1c20cb8, actual timeout 16 sec
[ 1.724345] [mmc]: SD/MMC/SDIO Host Controller Driver(v1.114 2015-6-2 10:21) Compiled in Oct 19 2018 at 10:37:11
[ 1.735913] [mmc]: get mmc0's sdc_power failed
[ 1.741059] [mmc]: get mmc1's sdc_power failed
[ 1.746101] [mmc]: MMC host used card: 0x3, boot card: 0x1, io_card 2
[ 1.754281] [mmc]: sdc0 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 1.765349] [mmc]: sdc0 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 1.775825] [mmc]: sdc1 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 1.785848] [mmc]: sdc0 power_supply is null
[ 1.793689] sunxi_leds_fetch_sysconfig_para leds is not used in config
[ 1.801157] =========script_get_err============
[ 1.806518] usbcore: registered new interface driver usbhid
[ 1.812937] usbhid: USB HID core driver
[ 1.817311] [mmc]: sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 1.828300] ashmem: initialized
[ 1.832090] logger: created 256K log 'log_main'
[ 1.837430] logger: created 32K log 'log_events'
[ 1.843023] logger: created 32K log 'log_radio'
[ 1.848293] logger: created 32K log 'log_system'
[ 1.855065] script_get_item return audio_pa_ctrl type err
[ 1.862092] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 52, RTO !!
[ 1.870757] asoc: sndcodec <-> sunxi-codec mapping ok
[ 1.876486] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 52, RTO !!
[ 1.884941] [mmc]: sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 1.897299] TCP: cubic registered
[ 1.901157] NET: Registered protocol family 17
[ 1.906426] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
[ 1.915248] ThumbEE CPU extension supported.
[ 1.921400] Registering SWP/SWPB emulation handler
[ 1.927852] [mmc]: sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 1.939197] platform reg-20-cs-ldoio0: Driver reg-20-cs-ldoio0 requests probe deferral
[ 1.948252] platform reg-20-cs-ldo4: Driver reg-20-cs-ldo4 requests probe deferral
[ 1.958114] platform reg-20-cs-ldo3: Driver reg-20-cs-ldo3 requests probe deferral
[ 1.966759] *******************Try sdio*******************
[ 1.973021] platform reg-20-cs-ldo2: Driver reg-20-cs-ldo2 requests probe deferral
[ 1.981629] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 5, RTO !!
[ 1.989996] platform reg-20-cs-ldo1: Driver reg-20-cs-ldo1 requests probe deferral
[ 1.998514] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 5, RTO !!
[ 2.006893] platform reg-20-cs-dcdc3: Driver reg-20-cs-dcdc3 requests probe deferral
[ 2.015688] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 5, RTO !!
[ 2.023965] platform reg-20-cs-dcdc2: Driver reg-20-cs-dcdc2 requests probe deferral
[ 2.032761] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 5, RTO !!
[ 2.041083] *******************Try sd *******************
[ 2.047261] sunxi-rtc sunxi-rtc: setting system clock to 1970-01-01 00:03:00 UTC (180)
[ 2.056612] [mmc]: sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.068069] [wifi module_pm]: failed to fetch wifi configuration!
[ 2.075019] [wifi module_pm]: regulator on.
[ 2.079763] [wifi_pm]: no wifi used in configuration
[ 2.085489]
[ 2.085492] *****Oct 19 2018 10:37:24 EAGLE DRIVER VER:75be56bfbaf7*****
[ 2.085498]
[ 2.096788] [mmc]: sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.108421] =======================================================
[ 2.115568] ==== Launching Wi-Fi driver! (Powered by Rockchip) ====
[ 2.122727] =======================================================
[ 2.129780] Espressif ESP8089 SDIO WiFi driver (Powered by Rockchip, Ver2.25(01/22/2016),Drv: 2.26) init.
[ 2.140609] [wifi_pm]: wrong module select 0 !
[ 2.246674] [mmc]: sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.311499] [mmc]: sdc0 set ios: clk 25000000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.327506] [mmc]: sdc0 set ios: clk 25000000Hz bm PP pm ON vdd 3.3V width 1 timing SD-HS(SDR25) dt B
[ 2.338044] [mmc]: sdc0 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 1 timing SD-HS(SDR25) dt B
[ 2.348602] [mmc]: sdc0 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 4 timing SD-HS(SDR25) dt B
[ 2.359186] mmc0: new high speed SDHC card at address aaaa
[ 2.365828] mmcblk0: mmc0:aaaa SC16G 14.8 GiB
[ 2.375620] mmcblk0: p1 p2 p3 < p5 p6 p7 p8 p9 p10 >
[ 2.383230] mmcblk mmc0:aaaa: Card claimed for testing.
[ 2.389168] mmc0:aaaa: SC16G 14.8 GiB
[ 2.393715] platform reg-20-cs-dcdc2: Driver reg-20-cs-dcdc2 requests probe deferral
[ 2.402471] *******************sd init ok*******************
[ 2.408961] [mmc]: sdc1 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.418898] platform reg-20-cs-dcdc3: Driver reg-20-cs-dcdc3 requests probe deferral
[ 2.427669] platform reg-20-cs-ldo1: Driver reg-20-cs-ldo1 requests probe deferral
[ 2.436282] [mmc]: sdc1 power_supply is null
[ 2.442449] platform reg-20-cs-ldo2: Driver reg-20-cs-ldo2 requests probe deferral
[ 2.451101] platform reg-20-cs-ldo3: Driver reg-20-cs-ldo3 requests probe deferral
[ 2.459736] platform reg-20-cs-ldo4: Driver reg-20-cs-ldo4 requests probe deferral
[ 2.468267] [mmc]: sdc1 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.478653] platform reg-20-cs-ldoio0: Driver reg-20-cs-ldoio0 requests probe deferral
[ 2.502364] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 2.511601] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 2.519927] [mmc]: sdc1 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.532767] [mmc]: sdc1 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.545020] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 8, RTO !!
[ 2.553251] *******************Try sdio*******************
[ 2.560330] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 2.569444] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 2.578474] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 2.587623] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 2.595935] *******************Try sd *******************
[ 2.602837] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 2.612049] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 2.621174] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 2.630381] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 2.638805] *******************Try mmc*******************
[ 2.644910] [mmc]: sdc1 set ios: clk 400000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.656176] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 1, RTO !!
[ 2.664495] [mmc]: sdc1 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.674509] [mmc]: sdc1 power_supply is null
[ 2.682019] [mmc]: sdc1 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.693300] [mmc]: sdc1 power_supply is null
[ 2.710025] [mmc]: sdc1 set ios: clk 300000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.742602] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 2.752004] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 2.760415] [mmc]: sdc1 set ios: clk 300000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.773369] [mmc]: sdc1 set ios: clk 300000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.785902] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 8, RTO !!
[ 2.794128] *******************Try sdio*******************
[ 2.801479] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 2.810769] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 2.820152] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 2.829528] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 2.837751] *******************Try sd *******************
[ 2.844998] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 2.854395] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 2.863899] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 2.873378] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 2.881717] *******************Try mmc*******************
[ 2.883350] [mmc]: sdc1 set ios: clk 300000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.899429] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 1, RTO !!
[ 2.907662] [mmc]: sdc1 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.917754] [mmc]: sdc1 power_supply is null
[ 2.925182] [mmc]: sdc1 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.936546] [mmc]: sdc1 power_supply is null
[ 2.960021] [mmc]: sdc1 set ios: clk 200000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.993132] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 3.003151] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 3.011568] [mmc]: sdc1 set ios: clk 200000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.024692] [mmc]: sdc1 set ios: clk 200000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.037787] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 8, RTO !!
[ 3.046246] *******************Try sdio*******************
[ 3.054058] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 3.063992] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 3.073908] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 3.083737] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 3.092053] *******************Try sd *******************
[ 3.099747] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 3.109762] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 3.119777] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 3.129702] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 3.138108] *******************Try mmc*******************
[ 3.144302] [mmc]: sdc1 set ios: clk 200000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.156320] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 1, RTO !!
[ 3.164645] [mmc]: sdc1 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.174745] [mmc]: sdc1 power_supply is null
[ 3.182166] [mmc]: sdc1 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.193531] [mmc]: sdc1 power_supply is null
[ 3.210022] [mmc]: sdc1 set ios: clk 150000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.242601] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 3.252089] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 3.260419] [mmc]: sdc1 set ios: clk 150000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12)
离线
晕哥 说:phoenix 说:自己回复下,希望后继者少走些弯路。
坑1: MIPI的方向别弄反了,OV5647的头在板子里面,而不是板子外面
坑2: MIPI的PWDN和RST居然没接!!!!!需要自己飞线PG01/PG00到MIPI接口两边的两个上拉电阻
坑3:OV5647的驱动代码把PWDN和RST的极性弄反了,需要将相关ON/OFF对调
#define CSI_RST_ON 0
#define CSI_RST_OFF 1
#define CSI_PWR_ON 1
#define CSI_PWR_OFF 0最终编译完成之后摄像头就可以用来。如果需要添加ISP的话修改isp_cfg
感谢分享!
那奇怪,我当时什么都不用改也可以跑起来,
难道是两个版本电路有什么不同吗?你的板子和一体板不一样,你的是核心板,连MIPI时PWDN和RESET引脚定义也不一样,但设置都正确了 。我们买的一体板,电路图上的PWDN和RESET都设好了,但奇怪的是MIPI接口却没有连。我是用表测不通之后把MIPI座子焊掉之后才发现连线的地方
现在已经确认了 : MIPI的PWDN和RST居然没接!!!!!需要自己飞线PG01/PG00到MIPI接口两边的两个上拉电阻 这个么?
离线
https://whycan.cn/files/members/3/QQ20181027135452.jpg
新固件下载: sun8iw8p1_camdroid_tiger-cdr_uart0_licheepi_zero_ov5647_20181027.7z
果然图像亮很多了, 感谢 @Morgan 大神!
调试串口是 UART0(PB8, PB9)
晕哥,这个固件有对应的源码吗?
买了个zero的开发板,烧这个固件进去,屏幕上终于有显示了
离线
没事,我只是第一次接触全志的芯片,不太熟悉,我自己慢慢搞吧
离线
晕哥,烧写了你上面的camdroid固件,SPI-FLASH使用的MX25L12835FM2I-10G
[ 14.827725] [mmc]: sdc1 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 14.837815] [mmc]: sdc1 power_supply is null
[ 24.860029] esp_sdio_init ------ RETRY ------
[ 24.865138] =======================================================
[ 24.872306] ==== Dislaunching Wi-Fi driver! (Powered by Rockchip) ====
[ 24.879731] =======================================================
[ 24.886792] Espressif ESP8089 SDIO WiFi driver (Powered by Rockchip, Ver2.26(01/22/2016),Drv: 2.26) exit.
[ 24.897602] [wifi_pm]: wrong module select 0 !
[ 25.002639] =======================================================
[ 25.009778] ==== Launching Wi-Fi driver! (Powered by Rockchip) ====
[ 25.016836] =======================================================
[ 25.023978] Espressif ESP8089 SDIO WiFi driver (Powered by Rockchip, Ver2.25(01/22/2016),Drv: 2.26) init.
[ 25.034797] [wifi_pm]: wrong module select 0 !
[ 25.139851] [mmc]: sdc1 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.151229] [mmc]: sdc1 power_supply is null
[ 25.170030] [mmc]: sdc1 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.202347] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 25.211593] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 25.220019] [mmc]: sdc1 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.232760] [mmc]: sdc1 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.245042] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 8, RTO !!
[ 25.253361] *******************Try sdio*******************
[ 25.260363] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 25.269479] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 25.278593] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 25.287618] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 25.295930] *******************Try sd *******************
[ 25.302831] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 25.312058] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 25.321269] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 25.330393] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 25.338801] *******************Try mmc*******************
[ 25.344903] [mmc]: sdc1 set ios: clk 400000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.356157] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 1, RTO !!
[ 25.364473] [mmc]: sdc1 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.374571] [mmc]: sdc1 power_supply is null
[ 25.381998] [mmc]: sdc1 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.393365] [mmc]: sdc1 power_supply is null
[ 25.410023] [mmc]: sdc1 set ios: clk 300000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.442601] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 25.452083] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 25.460414] [mmc]: sdc1 set ios: clk 300000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.473387] [mmc]: sdc1 set ios: clk 300000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.485921] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 8, RTO !!
[ 25.494242] *******************Try sdio*******************
[ 25.501507] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 25.510887] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 25.520200] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 25.529577] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 25.537889] *******************Try sd *******************
[ 25.545054] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 25.554537] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 25.563927] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 25.573413] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 25.581820] *******************Try mmc*******************
[ 25.583385] [mmc]: sdc1 set ios: clk 300000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.599441] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 1, RTO !!
[ 25.607762] [mmc]: sdc1 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.617768] [mmc]: sdc1 power_supply is null
[ 25.625283] [mmc]: sdc1 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.636647] [mmc]: sdc1 power_supply is null
[ 25.660024] [mmc]: sdc1 set ios: clk 200000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.693136] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 25.703064] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 25.711476] [mmc]: sdc1 set ios: clk 200000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.724690] [mmc]: sdc1 set ios: clk 200000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.737780] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 8, RTO !!
[ 25.746006] *******************Try sdio*******************
[ 25.753890] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 25.763720] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 25.773640] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 25.783570] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 25.791796] *******************Try sd *******************
[ 25.799580] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 25.809505] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 25.819520] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 25.829545] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 25.837865] *******************Try mmc*******************
[ 25.844065] [mmc]: sdc1 set ios: clk 200000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.856165] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 1, RTO !!
[ 25.864408] [mmc]: sdc1 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.874497] [mmc]: sdc1 power_supply is null
[ 25.881929] [mmc]: sdc1 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.893287] [mmc]: sdc1 power_supply is null
[ 25.910021] [mmc]: sdc1 set ios: clk 150000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.942605] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 25.952090] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 25.960515] [mmc]: sdc1 set ios: clk 150000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.973466] [mmc]: sdc1 set ios: clk 150000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.985915] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 8, RTO !!
[ 25.994238] *******************Try sdio*******************
[ 26.001498] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 26.010877] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 26.020254] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 26.029547] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 26.037854] *******************Try sd *******************
[ 26.045113] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 26.054511] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 26.063994] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 26.073387] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 26.081794] *******************Try mmc*******************
[ 26.083359] [mmc]: sdc1 set ios: clk 150000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 26.099455] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 1, RTO !!
[ 26.107784] [mmc]: sdc1 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 26.117882] [mmc]: sdc1 power_supply is null
[ 36.140025] esp_sdio_init ------ RETRY ------
[ 36.145225] =======================================================
[ 36.152299] ==== Dislaunching Wi-Fi driver! (Powered by Rockchip) ====
[ 36.159735] =======================================================
[ 36.166794] Espressif ESP8089 SDIO WiFi driver (Powered by Rockchip, Ver2.26(01/22/2016),Drv: 2.26) exit.
[ 36.177607] [wifi_pm]: wrong module select 0 !
[ 36.282731] =======================================================
[ 36.289786] ==== Launching Wi-Fi driver! (Powered by Rockchip) ====
[ 36.296929] =======================================================
[ 36.303987] Espressif ESP8089 SDIO WiFi driver (Powered by Rockchip, Ver2.25(01/22/2016),Drv: 2.26) init.
[ 36.314803] [wifi_pm]: wrong module select 0 !
[ 36.419861] [mmc]: sdc1 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 36.431236] [mmc]: sdc1 power_supply is null
[ 36.450025] [mmc]: sdc1 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 36.482342] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 36.491567] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 36.499982] [mmc]: sdc1 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 36.512724] [mmc]: sdc1 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 36.524983] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 8, RTO !!
[ 36.533305] *******************Try sdio*******************
[ 36.540290] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 36.549425] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 36.558455] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 36.567488] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 36.575796] *******************Try sd *******************
[ 36.582703] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 36.591913] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 36.601124] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 36.610243] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 36.618651] *******************Try mmc*******************
[ 36.624838] [mmc]: sdc1 set ios: clk 400000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 36.635999] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 1, RTO !!
[ 36.644323] [mmc]: sdc1 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 36.654413] [mmc]: sdc1 power_supply is null
[ 36.661842] [mmc]: sdc1 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 36.673205] [mmc]: sdc1 power_supply is null
[ 36.690022] [mmc]: sdc1 set ios: clk 300000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 36.722601] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 36.732092] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 36.740416] [mmc]: sdc1 set ios: clk 300000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 36.753367] [mmc]: sdc1 set ios: clk 300000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 36.765901] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 8, RTO !!
[ 36.774215] *******************Try sdio*******************
[ 36.781477] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 36.790881] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 36.800174] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 36.809564] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 36.817874] *******************Try sd *******************
[ 36.825047] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 36.834527] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 36.843920] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 36.853380] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 36.861786] *******************Try mmc*******************
[ 36.863352] [mmc]: sdc1 set ios: clk 300000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 36.879408] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 1, RTO !!
[ 36.887745] [mmc]: sdc1 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 36.897839] [mmc]: sdc1 power_supply is null
[ 36.905272] [mmc]: sdc1 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 36.916634] [mmc]: sdc1 power_supply is null
[ 36.940023] [mmc]: sdc1 set ios: clk 200000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 36.973134] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 36.983152] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 36.991482] [mmc]: sdc1 set ios: clk 200000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 37.004695] [mmc]: sdc1 set ios: clk 200000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 37.017784] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 8, RTO !!
[ 37.026011] *******************Try sdio*******************
[ 37.033894] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 37.043808] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 37.053648] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 37.063558] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 37.071871] *******************Try sd *******************
[ 37.079563] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 37.089578] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 37.099503] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 37.109513] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 37.117931] *******************Try mmc*******************
[ 37.124030] [mmc]: sdc1 set ios: clk 200000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 37.136125] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 1, RTO !!
[ 37.144445] [mmc]: sdc1 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 37.154452] [mmc]: sdc1 power_supply is null
[ 37.161963] [mmc]: sdc1 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 37.173239] [mmc]: sdc1 power_supply is null
[ 37.190025] [mmc]: sdc1 set ios: clk 150000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 37.222599] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 37.232010] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 37.240424] [mmc]: sdc1 set ios: clk 150000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 37.253376] [mmc]: sdc1 set ios: clk 150000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 37.265912] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 8, RTO !!
[ 37.274137] *******************Try sdio*******************
[ 37.281491] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 37.290781] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 37.300168] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 37.309545] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 37.317769] *******************Try sd *******************
[ 37.325021] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 37.334415] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 37.343895] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 37.353371] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 37.361694] *******************Try mmc*******************
[ 37.363343] [mmc]: sdc1 set ios: clk 150000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 37.379399] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 1, RTO !!
[ 37.387629] [mmc]: sdc1 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 37.397718] [mmc]: sdc1 power_supply is null
[ 47.420041] esp_sdio_init ------ RETRY ------
[ 47.425216] =======================================================
[ 47.432292] ==== Dislaunching Wi-Fi driver! (Powered by Rockchip) ====
[ 47.439718] =======================================================
[ 47.446777] Espressif ESP8089 SDIO WiFi driver (Powered by Rockchip, Ver2.26(01/22/2016),Drv: 2.26) exit.
[ 47.457587] [wifi_pm]: wrong module select 0 !
[ 47.562711] eagle sdio can not power up!
[ 47.567161] ALSA device list:
[ 47.570551] #0: audiocodec
[ 47.574480] Freeing init memory: 140K
[ 47.580706] init: skipping insecure file '/default.prop'
[ 47.586836] init: skipping insecure file '/init.rc'
[ 47.592887] init: /init.rc: 127: invalid option 'root'
[ 47.598761] init: skipping insecure file '/init.sun8i.rc'
[ 47.605139] init: /init.sun8i.rc: 54: invalid option 'root'
[ 47.611520] init: skipping insecure file 'init.sun8i.usb.rc'
[ 47.618637] init: command 'loglevel' r=0
[ 47.624600] init: skipping insecure file '/ueventd.rc'
[ 47.630670] init: command 'export' r=0
[ 47.634948] init: command 'export' r=0
[ 47.639226] init: command 'export' r=0
[ 47.643856] init: skipping insecure file '/ueventd.sun8i.rc'
[ 47.654296] init: command 'export' r=0
[ 47.658673] init: command 'symlink' r=0
[ 47.670433] init: command 'symlink' r=0
[ 47.674880] init: command 'symlink' r=0
[ 47.679325] init: command 'mkdir' r=0
[ 47.700414] init: command 'mkdir' r=0
[ 47.704713] init: command 'mkdir' r=0
[ 47.708901] init: command 'mkdir' r=-2
[ 47.730334] init: processing action 0x535138 (init)
[ 47.735996] init: command 'export' r=0
[ 47.742740] init: command 'export' r=0
[ 47.747139] init: command 'export' r=0
[ 47.751455] init: command 'export' r=0
[ 47.755742] init: processing action 0x533c28 (early-fs)
[ 47.761832] init: command 'mkdir' r=0
[ 47.766040] init: command 'mkdir' r=0
[ 47.770277] init: command 'mkdir' r=0
[ 47.774530] init: processing action 0x5363d8 (console_init)
[ 47.781167] init: command 'console_init' r=0
[ 47.786137] init: processing action 0x533f30 (fs)
[ 47.791536] init: command 'wait' r=0
[ 47.796220] init: command 'setupfs' r=1
[ 47.800904] init: out of loopback devices source = /dev/block/mtdblock2
[ 47.808362] init: out of loopback devices target = /system
[ 47.814667] init: out of loopback devices system = squashfs
[ 47.820967] init: out of loopback devices options = (null)
[ 47.830878] init: command 'mount' r=0
[ 47.835170] init: command 'wait' r=0
[ 47.839255] init: out of loopback devices source = /dev/block/mtdblock3
[ 47.846819] init: out of loopback devices target = /data
[ 47.852831] init: out of loopback devices system = jffs2
[ 47.858913] init: out of loopback devices options = (null)
[ 47.874394] init: command 'mount' r=0
[ 47.878736] init: processing action 0x534010 (post-fs)
[ 47.884616] init: out of loopback devices source = rootfs
[ 47.890809] init: out of loopback devices target = /
[ 47.896415] init: out of loopback devices system = rootfs
[ 47.902607] init: out of loopback devices options = (null)
[ 47.908843] init: command 'mount' r=0
[ 47.913029] init: processing action 0x534070 (post-fs-data)
[ 47.919808] init: command 'chown' r=0
[ 47.925033] init: command 'chmod' r=0
[ 47.929361] init: command 'chmod' r=-2
[ 47.934910] init: command 'mkdir' r=0
[ 47.939103] init: command 'restorecon' r=0
[ 47.944875] init: command 'mkdir' r=0
[ 47.950045] init: command 'mkdir' r=0
[ 47.954277] init: processing action 0x534e20 (post-fs-data)
[ 47.965825] init: skipping insecure file '/system/vendor/modules/videobuf-core.ko'
[ 47.987719] init: command 'insmod' r=0
[ 47.992309] init: skipping insecure file '/system/vendor/modules/videobuf-dma-contig.ko'
[ 48.002307] init: command 'insmod' r=0
[ 48.006796] init: skipping insecure file '/system/vendor/modules/cci.ko'
[ 48.042829] [VFE]cci probe start cci_sel = 0!
[ 48.047954] [VFE]cci probe end cci_sel = 0!
[ 48.052848] platform reg-20-cs-dcdc2: Driver reg-20-cs-dcdc2 requests probe deferral
[ 48.061791] [VFE]cci_init end
[ 48.065322] init: command 'insmod' r=0
[ 48.069751] init: skipping insecure file '/system/vendor/modules/vfe_os.ko'
[ 48.077839] platform reg-20-cs-dcdc3: Driver reg-20-cs-dcdc3 requests probe deferral
[ 48.087931] platform reg-20-cs-ldo1: Driver reg-20-cs-ldo1 requests probe deferral
[ 48.097551] platform reg-20-cs-ldo2: Driver reg-20-cs-ldo2 requests probe deferral
[ 48.107022] platform reg-20-cs-ldo3: Driver reg-20-cs-ldo3 requests probe deferral
[ 48.116361] platform reg-20-cs-ldo4: Driver reg-20-cs-ldo4 requests probe deferral
[ 48.125277] platform reg-20-cs-ldoio0: Driver reg-20-cs-ldoio0 requests probe deferral
[ 48.161680] init: command 'insmod' r=0
[ 48.166119] init: skipping insecure file '/system/vendor/modules/vfe_subdev.ko'
[ 48.175477] init: command 'insmod' r=0
[ 48.179888] init: skipping insecure file '/system/vendor/modules/ar0330_mipi.ko'
[ 48.189447] init: command 'insmod' r=0
[ 48.193939] init: skipping insecure file '/system/vendor/modules/ov2710_mipi.ko'
[ 48.203473] init: command 'insmod' r=0
[ 48.207943] init: skipping insecure file '/system/vendor/modules/ov5647_mipi.ko'
[ 48.217481] init: command 'insmod' r=0
[ 48.221959] init: skipping insecure file '/system/vendor/modules/vfe_v4l2.ko'
[ 48.365890] [VFE]Welcome to Video Front End driver
[ 48.371997] [VFE]pdev->id = 0
[ 48.375483] [VFE]dev->mipi_sel = 0
[ 48.379361] [VFE]dev->vip_sel = 0
[ 48.383171] [VFE]dev->isp_sel = 0
[ 48.393169] [VFE_WARN]vfe vpu clock is null
[ 48.404460] [ISP] isp platform_id = 6!
[ 48.408889] platform reg-20-cs-ldoio0: Driver reg-20-cs-ldoio0 requests probe deferral
[ 48.417950] [VFE]probe_work_handle start!
[ 48.422515] [VFE]..........................vfe clk open!.......................
[ 48.430925] [VFE]vfe_init end
[ 48.434785] init: command 'insmod' r=0
[ 48.439211] init: skipping insecure file '/system/vendor/modules/uvcvideo.ko'
[ 48.447500] platform reg-20-cs-ldo4: Driver reg-20-cs-ldo4 requests probe deferral
[ 48.456489] [VFE]v4l2 subdev register input_num = 0
[ 48.462025] [VFE]vfe sensor detect start! input_num = 0
[ 48.468022] [VFE]Find sensor name is "ov5647_mipi", i2c address is 6c, type is "RAW" !
[ 48.476917] [VFE]Sub device register "ov5647_mipi" i2c_addr = 0x6c start!
[ 48.484653] [VFE]v4l2_device_register_subdev return 0
[ 48.490362] [VFE]registered sensor subdev is OK!
[ 48.495664] [VFE]Check sensor!
[ 48.499169] [VFE]Sub device register "ov5647_mipi" is OK!
[ 48.508036] platform reg-20-cs-ldo3: Driver reg-20-cs-ldo3 requests probe deferral
[ 48.516777] uvcvideo: Adding mapping Brightness to control 00000000-0000-0000-0000-000000000101/2.
[ 48.527001] platform reg-20-cs-ldo2: Driver reg-20-cs-ldo2 requests probe deferral
[ 48.535625] uvcvideo: Adding mapping Contrast to control 00000000-0000-0000-0000-000000000101/3.
[ 48.545534] platform reg-20-cs-ldo1: Driver reg-20-cs-ldo1 requests probe deferral
[ 48.554149] uvcvideo: Adding mapping Hue to control 00000000-0000-0000-0000-000000000101/6.
[ 48.563694] platform reg-20-cs-dcdc3: Driver reg-20-cs-dcdc3 requests probe deferral
[ 48.572502] uvcvideo: Adding mapping Saturation to control 00000000-0000-0000-0000-000000000101/7.
[ 48.582602] platform reg-20-cs-dcdc2: Driver reg-20-cs-dcdc2 requests probe deferral
[ 48.591401] uvcvideo: Adding mapping Sharpness to control 00000000-0000-0000-0000-000000000101/8.
[ 48.601853] uvcvideo: Adding mapping Gamma to control 00000000-0000-0000-0000-000000000101/9.
[ 48.611662] uvcvideo: Adding mapping Backlight Compensation to control 00000000-0000-0000-0000-000000000101/1.
[ 48.623390] uvcvideo: Adding mapping Gain to control 00000000-0000-0000-0000-000000000101/4.
[ 48.633088] uvcvideo: Adding mapping Power Line Frequency to control 00000000-0000-0000-0000-000000000101/5.
[ 48.645271] [VFE]Check open /system/etc/hawkview/ov5647_mipi/isp_test_param.ini failed!
[ 48.645284] Match isp cfg start!
[ 48.658234] [VFE]Match isp cfg ok
[ 48.662123] uvcvideo: Adding mapping Hue, Auto to control 00000000-0000-0000-0000-000000000101/16.
[ 48.672294] uvcvideo: Adding mapping Exposure, Auto to control 00000000-0000-0000-0000-000000000001/2.
[ 48.683358] [VFE]V4L2 device registered as video0
[ 48.688739] [VFE]..........................vfe clk close!.......................
[ 48.697229] uvcvideo: Adding mapping Exposure, Auto Priority to control 00000000-0000-0000-0000-000000000001/3.
[ 48.708644] [VFE]probe_work_handle end!
[ 48.713028] uvcvideo: Adding mapping Exposure (Absolute) to control 00000000-0000-0000-0000-000000000001/4.
[ 48.724054] uvcvideo: Adding mapping White Balance Temperature, Auto to control 00000000-0000-0000-0000-000000000101/11.
[ 48.736321] uvcvideo: Adding mapping White Balance Temperature to control 00000000-0000-0000-0000-000000000101/10.
[ 48.748009] uvcvideo: Adding mapping White Balance Component, Auto to control 00000000-0000-0000-0000-000000000101/13.
[ 48.760082] uvcvideo: Adding mapping White Balance Blue Component to control 00000000-0000-0000-0000-000000000101/12.
[ 48.772051] uvcvideo: Adding mapping White Balance Red Component to control 00000000-0000-0000-0000-000000000101/12.
[ 48.783930] uvcvideo: Adding mapping Focus (absolute) to control 00000000-0000-0000-0000-000000000001/6.
[ 48.794655] uvcvideo: Adding mapping Focus, Auto to control 00000000-0000-0000-0000-000000000001/8.
[ 48.804889] uvcvideo: Adding mapping Zoom, Absolute to control 00000000-0000-0000-0000-000000000001/11.
[ 48.815428] uvcvideo: Adding mapping Zoom, Continuous to control 00000000-0000-0000-0000-000000000001/12.
[ 48.826253] uvcvideo: Adding mapping Privacy to control 00000000-0000-0000-0000-000000000001/17.
[ 48.836399] usbcore: registered new interface driver uvcvideo
[ 48.843002] USB Video Class driver (v1.0.8_SONiX_v2.6.36.04)
[ 48.849452] init: command 'insmod' r=0
[ 48.853865] init: skipping insecure file '/system/vendor/modules/da380.ko'
[ 48.862886] step1 : gsensor_fetch_sysconfig_para
[ 48.868135] step2 : gsensor_fetch_sysconfig_para
[ 48.873533] step3 : gsensor_fetch_sysconfig_para
[ 48.878754] step4 : mir3da_init
[ 48.882572] i2c-core: driver [da380] using legacy suspend method
[ 48.889443] i2c-core: driver [da380] using legacy resume method
[ 48.896239] richard mir3da_detect: mir3da_detect:bus[0] addr[0x27]
[ 48.908569] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x27)
[ 48.923120] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x27)
[ 48.937652] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x27)
[ 48.946934] [MIR3DA] Can't find Mir3da gsensor!!
[ 48.952316] init: command 'insmod' r=0
[ 48.956728] init: skipping insecure file '/system/vendor/modules/sw-device.ko'
[ 48.968712] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x18)
[ 48.978205] init: command 'insmod' r=0
[ 48.982599] init: processing action 0x536420 (property_service_init)
[ 48.989878] init: skipping insecure file '/system/build.prop'
[ 48.996640] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x18)
[ 49.020487] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x18)
[ 49.040454] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x18)
[ 49.055814] init: Created socket '/dev/socket/property_service' with mode '666', user '0', group '0'
[ 49.066415] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x18)
[ 49.075849] init: command 'property_service_init' r=0
[ 49.081600] init: processing action 0x536468 (signal_init)
[ 49.087863] init: command 'signal_init' r=0
[ 49.092851] init: processing action 0x5364b0 (check_startup)
[ 49.099246] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x19)
[ 49.108690] init: command 'check_startup' r=0
[ 49.113653] init: processing action 0x5341c8 (boot)
[ 49.119695] init: command 'ifup' r=0
[ 49.123989] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x19)
[ 49.133548] init: command 'hostname' r=0
[ 49.138071] init: command 'domainname' r=0
[ 49.142849] init: command 'setrlimit' r=0
[ 49.147485] init: command 'chown' r=0
[ 49.151855] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x19)
[ 49.161366] init: starting 'servicemanager'
[ 49.166615] init: starting 'vold'
[ 49.175574] init: starting 'media'
[ 49.179973] init: starting 'startupSound'
[ 49.184852] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x19)
[ 49.202559] init: Created socket '/dev/socket/vold' with mode '660', user '0', group '1009'
[ 49.217386] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x19)
[ 49.234947] init: command 'class_start' r=0
[ 49.250878] init: starting 'ccdr'
[ 49.255599] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x8)
[ 49.269486] init: command 'class_start' r=0
[ 49.283682] init: processing action 0x534fd0 (boot)
[ 49.290189] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x8)
[ 49.300248] init: starting 'adbd'
[ 49.308923] init: command 'start' r=0
[ 49.313996] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x8)
[ 49.337244] init: Created socket '/dev/socket/adbd' with mode '660', user '1000', group '1000'
[ 49.349633] init: starting 'debuggerd'
[ 49.358614] init: command 'start' r=0
[ 49.363640] init: starting 'standby'
[ 49.368189] init: command 'start' r=0
[ 49.373357] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x8)
[ 49.388649] adb_open
[ 49.401817] init: processing action 0x5364f8 (queue_property_triggers)
[ 49.410096] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x8)
[ 49.420927] init: command 'queue_property_triggers' r=0
[ 49.427686] init: processing action 0x5344a8 (property:ro.debuggable=1)
[ 49.435385] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x38)
[ 49.447196] init: starting 'console'
[ 49.457224] init: command 'start' r=0
[ 49.462317] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x38)
[ 49.485466] init: processing action 0x535e10 (property:sys.usb.config=mass_storage,adb)
[ 49.498865] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x38)
[ 49.510122] android_usb: already disabled
[ 49.515557] init: command 'write' r=0
[ 49.520605] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x38)
[ 49.533144] init: command 'write' r=0
[ 49.539927] init: command 'write' r=0
[ 49.546476] init: command 'write' r=0
[ 49.551431] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x38)
[ 49.562749] ep_matches, wrn: endpoint already claimed, ep(0xc050f9b4, 0xc1a79ac0, ep1in-bulk)
[ 49.572678] adb_bind_config
[ 49.575898] ep_matches, wrn: endpoint already claimed, ep(0xc050f9b4, 0xc1a79ac0, ep1in-bulk)
[ 49.585576] ep_matches, wrn: endpoint already claimed, ep(0xc050fa00, 0xc1a79ac0, ep1out-bulk)
[ 49.595256] ep_matches, wrn: endpoint already claimed, ep(0xc050f9b4, 0xc1a79ac0, ep1in-bulk)
[ 49.604934] ep_matches, wrn: endpoint already claimed, ep(0xc050fa00, 0xc1a79ac0, ep1out-bulk)
[ 49.614689] ep_matches, wrn: endpoint already claimed, ep(0xc050fa4c, 0xc1a91d40, ep2in-bulk)
[ 49.624546] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x27)
[ 49.633934] init: command 'write' r=0
[ 49.638297] init: command 'setprop' r=0
[ 49.650222] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x27)
[ 49.670856] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x27)
[ 49.700243] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x27)
[ 49.720842] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x27)
[ 49.750753] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x26)
[ 49.780462] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x26)
[ 49.800780] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x26)
[ 49.830585] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x26)
[ 49.852608] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x26)
[ 49.880649] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1c)
[ 49.901370] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1c)
[ 49.930306] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1c)
[ 49.950994] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1c)
[ 49.980378] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1c)
[ 50.001349] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1d)
[ 50.030245] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1d)
[ 50.051369] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1d)
[ 50.080557] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1d)
[ 50.100799] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1d)
[ 50.132418] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x4c)
[ 50.160286] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x4c)
[ 50.180837] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x4c)
[ 50.210618] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x4c)
[ 50.240835] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x4c)
[ 50.270260] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x3d)
[ 50.290428] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x3d)
[ 50.310782] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x3d)
[ 50.340622] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x3d)
[ 50.373326] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x3d)
[ 50.400259] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x28)
[ 50.420999] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x28)
[ 50.450261] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x28)
[ 50.476829] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x28)
[ 50.500781] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x28)
[ 50.530617] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x29)
[ 50.561314] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x29)
[ 50.594456] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x29)
[ 50.621303] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x29)
[ 50.650504] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x29)
[ 50.671041] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0xf)
[ 50.700629] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0xf)
[ 50.720973] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0xf)
[ 50.773910] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0xf)
[ 50.800686] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0xf)
[ 50.829575] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x15)
[ 50.854068] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x15)
[ 50.887912] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x15)
[ 50.910840] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x15)
[ 50.940573] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x15)
root@camdroid:/ # [ 50.983586] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1e)
[ 51.011637] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1e)
[ 51.040320] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1e)
[ 51.061043] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1e)
[ 51.090569] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1e)
[ 51.141278] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1f)
[ 51.170898] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1f)
[ 51.200934] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1f)
[ 51.232556] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1f)
[ 51.260286] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1f)
[ 52.081767] newcdr: main entry
[ 52.086159] newcdr: [Firmware Version: root@tiger_cdr 2018-10-19 10:39:27]
[ 52.111136] newcdr: ===no need to check battery capacity ===
[ 52.130664] [VFE]vfe_open
[ 52.133984] [VFE]..........................vfe clk open!.......................
[ 52.148062] [VFE]vfe_open ok
[ 52.152336] [VFE]vfe_close
[ 52.155488] [VFE]vfe select input flag = 0, s_input have not be used .
[ 52.162963] [VFE]..........................vfe clk close!.......................
[ 52.172002] [VFE]vfe_close end
[ 52.175687] [VFE]vfe_open
[ 52.178690] [VFE]..........................vfe clk open!.......................
[ 52.189184] [VFE]vfe_open ok
[ 52.193398] [VFE]vfe_close
[ 52.196521] [VFE]vfe select input flag = 0, s_input have not be used .
[ 52.204004] [VFE]..........................vfe clk close!.......................
[ 52.212467] [VFE]vfe_close end
[ 53.148669] [DISP] ready enter pm_runtime_get_sync, device0
[ 53.323606] [VFE]vfe_open
[ 53.326638] [VFE]..........................vfe clk open!.......................
[ 53.335566] [VFE]vfe_open ok
[ 53.339030] [VFE]Set vfe core clk = 216000000, after Set vfe core clk = 297000000
[ 53.359103] [VFE]mclk on
[ 53.428616] [VFE CCI_0 ERR] Status error at addr_8bit = 6c, wr_flag = 1, val = 5c000a30
[ 53.437964] [VFE CCI_0 ERR] Status error at addr_8bit = 6c, wr_flag = 1, val = 5c000a30
[ 53.447262] [VFE CCI_0 ERR] Status error at addr_8bit = 6c, wr_flag = 1, val = 5c000a30
[ 53.456356] [OV5647_mipi]error at sensor_detect
[ 53.461578] [OV5647_mipi]chip found is not an target chip.
[ 53.467759] [VFE_ERR]sensor initial error when selecting target device!
[ 53.475396] [VFE]vfe_close
[ 53.478502] [VFE]mclk off
[ 53.511881] [VFE]..........................vfe clk close!.......................
[ 53.520431] [VFE]vfe_close end
[ 53.525949] newcdr: startPreview finished
[ 54.013407] init: processing action 0x535e10 (property:sys.usb.config=mass_storage,adb)
[ 54.031011] adb_release
[ 54.034415] adb_open
[ 54.037651] init: command 'write' r=0
[ 54.044564] init: command 'write' r=0
[ 54.048854] init: command 'write' r=0
[ 54.062741] init: command 'write' r=0
[ 54.069883] [VFE]vfe_open
[ 54.073186] ep_matches, wrn: endpoint already claimed, ep(0xc050f9b4, 0xc1a79ac0, ep1in-bulk)
[ 54.083091] [VFE]..........................vfe clk open!.......................
[ 54.091780] [VFE]vfe_open ok
[ 54.095292] adb_bind_config
[ 54.098511] ep_matches, wrn: endpoint already claimed, ep(0xc050f9b4, 0xc1a79ac0, ep1in-bulk)
[ 54.108203] ep_matches, wrn: endpoint already claimed, ep(0xc050fa00, 0xc1a79ac0, ep1out-bulk)
[ 54.117923] ep_matches, wrn: endpoint already claimed, ep(0xc050f9b4, 0xc1a79ac0, ep1in-bulk)
[ 54.127586] ep_matches, wrn: endpoint already claimed, ep(0xc050fa00, 0xc1a79ac0, ep1out-bulk)
[ 54.137339] ep_matches, wrn: endpoint already claimed, ep(0xc050fa4c, 0xc1a91d40, ep2in-bulk)
[ 54.147172] [VFE]vfe_close
[ 54.150338] [VFE]vfe select input flag = 0, s_input have not be used .
[ 54.157790] [VFE]..........................vfe clk close!.......................
[ 54.166334] init: command 'write' r=0
[ 54.170688] [VFE]vfe_close end
[ 54.180598] init: command 'setprop' r=0
[ 54.275522] init: waitpid returned pid 67, status = 00000000
[ 54.282404] init: process 'startupSound', pid 67 exited
root@camdroid:/ #
1、这么多的报错信息是因为没有屏幕么?
2、淘宝购买的mipi ov5647是不是没有用?
3、如果没有屏幕想拍照怎么办?
离线
晕哥:
root@camdroid:/system/res/others # tinymix
Number of controls: 17
ctl type num name value
0 INT 1 Master Playback Volume 58
1 INT 1 Line Volume 24
2 INT 1 MIC1_G boost stage output mixer control 3
3 INT 1 MIC2_G boost stage output mixer control 3
4 INT 1 MIC1 boost AMP gain control 4
5 INT 1 MIC2 boost AMP gain control 4
6 INT 1 ADC input gain ctrl 3
7 BOOL 1 Audio headphone out On
8 BOOL 1 Audio speaker out Off
9 BOOL 1 Audio main mic Off
10 BOOL 1 Audio sub mic Off
11 ENUM 1 Audio record source mic1
12 BOOL 1 Audio noise reduced Off
13 BOOL 1 Audio linein Off
14 BOOL 1 Audio capture route switch Off
15 BOOL 1 Audio clear path Off
16 ENUM 1 Speaker Function headset
root@camdroid:/system/res/others # tinyplay startup.wav
Playing sample: 1 ch, 11025 hz, 16 bit
root@camdroid:/system/res/others #
我编译了一个camdroid的固件,能显示,tinyplay也能播放,但没有声音,可能会是什么问题呢?
最近编辑记录 渔头 (2019-04-15 20:35:03)
离线
这么快就有回复啊,谢谢晕哥
那个第0和第7,默认是0和off,我用tinymix修改过,第8也改为on也不行,其它的好像都是mic的选项吧
我怀疑可能是硬件坏了
最近编辑记录 渔头 (2019-04-15 20:49:56)
离线
离线
是荔枝派zero,
好的,明天叫人帮忙看看是不是哪里没焊好
离线
试一试我的主线固件:
分立烧录文件下载: files_20190221.tgz (已带tinyalsa)
打包烧录文件下载: flash_20190221.tgz (已带tinyalsa)
然后 tinymix + tinyplay:
https://whycan.cn/t_489.html#p1284
离线
试一试我的主线固件:
分立烧录文件下载: files_20190221.tgz (已带tinyalsa)
打包烧录文件下载: flash_20190221.tgz (已带tinyalsa)然后 tinymix + tinyplay:
https://whycan.cn/t_489.html#p1284
下载下来了,我的nor是16M的,可以烧录吗?
离线
晕哥,我的摄像头还没有搞定,继续麻烦你了。
上面是全志V3S的datasheet中截取的。
我的fex文件中
[twi0]
twi_used = 1
twi_scl = port:PB6<2><default><default><default>
twi_sda = port:PB7<2><default><default><default>
[twi1]
twi_used = 1
twi_scl = port:PE21<2><default><default><default>
twi_sda = port:PE22<2><default><default><default>
这个是不是配置错误了,正确的应该是:
[twi0]
twi_used = 1
twi_scl = port:PB6<2><default><default><default>
twi_sda = port:PB7<2><default><default><default>
[twi1]
twi_used = 1
twi_scl = port:PE21<3><default><default><default>
twi_sda = port:PE22<3><default><default><default>
是这样的么?
离线
不行,那要重做文件系统,用sunxi-fel烧录。
好的,谢谢晕哥,我明天试
离线
离线
晕哥 说:不行,那要重做文件系统,用sunxi-fel烧录。
好的,谢谢晕哥,我明天试
晕哥
我用主线linux测试,声音,网络都OK,但用camdroid就怎么都没声音,会是哪里的问题啊
[audio0]
audio_used = 1
headphone_vol = 0x3b
cap_vol = 0x5
Differential_output = 1
pa_single_vol = 0x3d
---------------------------------------------------------------------
1|root@camdroid:/dev/snd # ls
controlC0
pcmC0D0c
pcmC0D0p
timer
--------------------------------------------------------------
|root@camdroid:/system/res/others # tinymix
Number of controls: 17
ctl type num name value
0 INT 1 Master Playback Volume 59
1 INT 1 Line Volume 24
2 INT 1 MIC1_G boost stage output mixer control 3
3 INT 1 MIC2_G boost stage output mixer control 3
4 INT 1 MIC1 boost AMP gain control 4
5 INT 1 MIC2 boost AMP gain control 4
6 INT 1 ADC input gain ctrl 3
7 BOOL 1 Audio headphone out On
8 BOOL 1 Audio speaker out On
9 BOOL 1 Audio main mic Off
10 BOOL 1 Audio sub mic Off
11 ENUM 1 Audio record source mic1
12 BOOL 1 Audio noise reduced Off
13 BOOL 1 Audio linein Off
14 BOOL 1 Audio capture route switch Off
15 BOOL 1 Audio clear path Off
16 ENUM 1 Speaker Function spk
root@camdroid:/system/res/others # tinyplay startup.wav
Playing sample: 1 ch, 11025 hz, 16 bit
root@camdroid:/system/res/others #
离线
一楼,最后一行
或者用整合的命令行:
#tinymix 1 24;tinymix 16 1;tinyplay /system/res/others/startup.wav
是说要用这个组合命令吗?
试过了,没用
我是在一个camdroid的sdk上自己编译的,不知道是不是官方的sdk,就改了一下sys_config.fex,
然后,lcd显示正常,但没有声音
离线
晕哥 说:一楼,最后一行
或者用整合的命令行:
#tinymix 1 24;tinymix 16 1;tinyplay /system/res/others/startup.wav是说要用这个组合命令吗?
试过了,没用
我是在一个camdroid的sdk上自己编译的,不知道是不是官方的sdk,就改了一下sys_config.fex,
然后,lcd显示正常,但没有声音
总算有声音了,奶奶的
离线
怎么玩出来的?
headphone_direct_used = 1
我把sys_config.fex里面的这句设为1,开机就有那个提示音了
但控制台播放还没搞清楚,好像不受控制,一会有一会又没有
离线
晕哥 说:怎么玩出来的?
headphone_direct_used = 1
我把sys_config.fex里面的这句设为1,开机就有那个提示音了
但控制台播放还没搞清楚,好像不受控制,一会有一会又没有
晕哥
我的SDK驱动里面怎么没有ov5647,camdroid 和主线linux都没有
离线
渔头 说:晕哥 说:怎么玩出来的?
headphone_direct_used = 1
我把sys_config.fex里面的这句设为1,开机就有那个提示音了
但控制台播放还没搞清楚,好像不受控制,一会有一会又没有晕哥
我的SDK驱动里面怎么没有ov5647,camdroid 和主线linux都没有
我怎么这么牛,发个帖子,网站就挂了
离线
渔头 说:渔头 说:headphone_direct_used = 1
我把sys_config.fex里面的这句设为1,开机就有那个提示音了
但控制台播放还没搞清楚,好像不受控制,一会有一会又没有晕哥
我的SDK驱动里面怎么没有ov5647,camdroid 和主线linux都没有我怎么这么牛,发个帖子,网站就挂了
哈哈,找到了,文件里面有,只是没有配置选项
离线
https://whycan.cn/files/members/3/QQ20181027140908.png
struct isp_cfg_item isp_cfg_array[] =
{
{ "ov2710_mipi", &ov2710_mipi_isp_cfg, },
{ "ar0330_mipi", &ar0330_mipi_isp_cfg, },
{ "h22_mipi", &h22_mipi_isp_cfg, },
{ "gc1004_mipi", &gc1004_mipi_isp_cfg, },
{ "ov4689", &ov4689_isp_cfg, },
};经过 @Morgan 看了一下ISP代码,果然没有包含 ov5647 部分, 赶紧加上去试一试。
晕哥
ar0330_mipi_default_a83.h gc5004_default_a83.h ov2710_mipi_isp_cfg_ST6123.h
ar0330_mipi_hk8211_v3.h h22_mipi_default_a83.h ov4689_60fps_default_a83.h
ar0330_mipi_hk9072_v3.h h22_mipi_isp_cfg.h ov4689_isp_cfg.h
ar0330_mipi_isp_cfg.h h22_mipi_isp_cfg_HK8214C.h ov4689_sdv_default_a83.h
ar0330_mipi_isp_cfg_ST6123.h h42_mipi_default_v3.h ov4689_sdv_isp_cfg_HK8189.h
ar0330_mipi_isp_cfg_V3S_JV372T.h hm5040_default_a83.h ov5647_default_a83.h
gc1004_mipi_default_a83.h nt99231_mipi_hk8189_v3.h ov5648_default_a83.h
gc1004_mipi_isp_cfg.h nt99231_mipi_isp_cfg.h s5k3h7_default_a83.h
gc1004_mipi_isp_cfg_HK8214C.h ov2710_mipi_default_a83.h s5k5e2ya_default_a83.h
gc2355_default_a83.h ov2710_mipi_isp_cfg.h
OV5647的ISP加哪个, ov5647_default_a83.h?
离线
这是我的启动log,不好意思,我不会发那个有滚动条的
HELLO! BOOT0 is starting!
get_ifm reg_val=7
setting pmu vol system core 1.1 v
===i2c gpio === 22777777
axp read fail, maybe no pmu
set pmu vol failed,maybe no pmu
DRAM DRIVE INFO: V0.7
DRAM Type = 2 (2:DDR2,3:DDR3,6:LPDDR2,7:LPDDR3)
DRAM CLK = 360 MHz
DRAM zq value: 000039bb
DRAM size = 64 MB
Succeed in reading Boot1 file head.
Jump to secend Boot.
[ 0.093]
U-Boot 2011.09-rc1-dirty (Jun 16 2015 - 13:24:18) Allwinner Technology
[ 0.101]version: 1.1.0
[ 0.106]pmbus:
===i2c gpio === 22777777
ready
axp read error
probe axp20x failed
axp_probe fail,run clock=1008
set power on vol to default
axp_set_power_supply_output dcdc2_vol = 1200
axp set dcdc2_vol to 1200 failed
axp_set_power_supply_output dcdc3_vol = 3300
axp set dcdc3_vol to 3300 failed
axp_set_power_supply_output aldo2_vol = 2500
axp set aldo2_vol to 2500 failed
axp_set_power_supply_output aldo3_vol = 3000
axp set aldo3_vol to 3000 failed
axp_set_power_supply_output ldo1_vol = 3300
axp set ldo1_vol to 3300 failed
axp_set_power_supply_output ldo2_vol = 3000
axp set ldo2_vol to 3000 failed
[ 0.166]DRAM: 64 MiB
[debug_jaosn]:use the clock in sys_config
OK
[ 0.188]sunxi flash init ok
hello @flash_speed=1
env_relocate_spec storage_type = 3
In: serial
Out: serial
Err: serial
WORK_MODE_BOOT
read bootlogo partition successful,start_block=0x7920,rblock=0x100 ,ret=256
Use decode 1x1 sampling
sunxi_read_bootlogo: jpg convert argb
[ 0.373]Hit any key to stop autoboot: 0
read boot or recovery all
[ 0.554]sunxi flash read :offset 4000, 2621951 bytes OK
[ 0.560]ready to boot
[ 0.562]
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0
[ 0.000000] Linux version 3.4.39 (yzw@ubuntu64) (gcc version 4.6.3 20120201 (prerelease) (crosstool-NG linaro-1.13.1-2012.02-20120222 - Linaro GCC 2012.02) ) #6 Mon Apr 22 15:04:23 CST 2019
[ 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] Initialized persistent memory from 41d20800-41d307ff
[ 0.000000] Memory policy: ECC disabled, Data cache writeback
[ 0.000000] On node 0 totalpages: 16384
[ 0.000000] free_area_init_node: node 0, pgdat c049d14c, node_mem_map c0537000
[ 0.000000] Normal zone: 128 pages used for memmap
[ 0.000000] Normal zone: 0 pages reserved
[ 0.000000] Normal zone: 16256 pages, LIFO batch:3
[ 0.000000] script_init enter!
[ 0.000000] script_init exit!
[ 0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[ 0.000000] pcpu-alloc: [0] 0
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 16256
[ 0.000000] Kernel command line: console=ttyS0,115200 root=/dev/nor1 init=/init loglevel=8 partitions= mac_addr= uid=1234567890 kmemleak=on fb_base=0x41b00000 boot_type=3 config_size=32220
[ 0.000000] PID hash table entries: 256 (order: -2, 1024 bytes)
[ 0.000000] Dentry cache hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.000000] Inode-cache hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.000000] Memory: 64MB = 64MB total
[ 0.000000] Memory: 30456k/30456k available, 35080k reserved, 0K highmem
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
[ 0.000000] vmalloc : 0xc4800000 - 0xff000000 ( 936 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xc4000000 ( 64 MB)
[ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB)
[ 0.000000] .text : 0xc0008000 - 0xc0437000 (4284 kB)
[ 0.000000] .init : 0xc0437000 - 0xc0459000 ( 136 kB)
[ 0.000000] .data : 0xc045a000 - 0xc049d880 ( 271 kB)
[ 0.000000] .bss : 0xc049d8a4 - 0xc0536c4c ( 613 kB)
[ 0.000000] NR_IRQS:544
[ 0.000000] 524 ahb1 set parent pll_periph0d2
[ 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.000156] Calibrating delay loop (skipped), value calculated using timer frequency.. 4800.00 BogoMIPS (lpj=24000000)
[ 0.000177] pid_max: default: 32768 minimum: 301
[ 0.000310] Mount-cache hash table entries: 512
[ 0.000828] CPU: Testing write buffer coherency: ok
[ 0.001091] Setting up static identity map for 0x4031f9f8 - 0x4031fa50
[ 0.001746] devtmpfs: initialized
[ 0.003607] pinctrl core: initialized pinctrl subsystem
[ 0.004098] NET: Registered protocol family 16
[ 0.004487] DMA: preallocated 128 KiB pool for atomic coherent allocations
[ 0.004540] script_sysfs_init success
[ 0.004573] sunxi_dump_init success
[ 0.005288] gpiochip_add: registered GPIOs 0 to 223 on device: sunxi-pinctrl
[ 0.006182] sunxi-pinctrl sunxi-pinctrl: initialized sunXi PIO driver
[ 0.006545] gpiochip_add: registered GPIOs 1024 to 1031 on device: axp-pinctrl
[ 0.007478] persistent_ram: uncorrectable error in header
[ 0.007494] persistent_ram: no valid data in buffer (sig = 0x55175717)
[ 0.013743] console [ram-1] enabled
[ 0.014140] [sunxi-module]: [sunxi-module.0] probe success
[ 0.014372] Not Found clk pll_isp in script
[ 0.014479] Not Found clk pll_video in script
[ 0.014582] Not Found clk pll_ve in script
[ 0.014771] Not Found clk pll_periph0 in script
<5>[ 0.014875] Not Found clk pll_de in script
[ 0.014977] sunxi_default_clk_init
[ 0.015165] try to set pll6ahb1 to 200000000
[ 0.015275] Error not get clk pll6ahb1
[ 0.015382] Error not get clk pll6ahb1try to set ahb1 to 200000000
[ 0.015686] try to set apb1 to 100000000
[ 0.016064] ===fe3o4==== sunxi_root_procfs_attach ret:0
[ 0.019525] bio: create slab <bio-0> at 0
[ 0.019889] pwm module init!
[ 0.022109] SCSI subsystem initialized
[ 0.022530] usbcore: registered new interface driver usbfs
[ 0.022699] usbcore: registered new interface driver hub
[ 0.023018] usbcore: registered new device driver usb
[ 0.023254] twi_chan_cfg()340 - [twi0] has no twi_regulator.
[ 0.023451] twi_chan_cfg()340 - [twi1] has no twi_regulator.
[ 0.023556] Linux video capture interface: v2.00
[ 0.023827] gpiochip_add: gpios 1024..1028 (axp_pin) failed to register
[ 0.023935] axp pinctrl used,skip
[ 0.024362] Advanced Linux Sound Architecture Driver Version 1.0.25.
[ 0.025273] Switching to clocksource arch_sys_counter
[ 0.030000] NET: Registered protocol family 2
[ 0.030000] IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.030000] TCP established hash table entries: 2048 (order: 2, 16384 bytes)
[ 0.030172] TCP bind hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.030385] TCP: Hash tables configured (established 2048 bind 2048)
[ 0.030491] TCP: reno registered
[ 0.030601] UDP hash table entries: 256 (order: 0, 4096 bytes)
[ 0.030802] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[ 0.031157] NET: Registered protocol family 1
[ 0.031555] Unpacking initramfs...
[ 0.046342] Freeing initrd memory: 220K
[ 0.046753] [pm]aw_pm_init!
[ 0.046862] standby_mode = 1.
[ 0.046965] wakeup src cnt is : 3.
[ 0.047074] pmu name: pmu1_para .
[ 0.047270] pmu1_enable = 0x0.
[ 0.047373] pmu name: pmu2_para .
[ 0.047476] config_pmux_para: script_parser_fetch err.
[ 0.047667] pmu2_enable = 0x0.
[ 0.047774] add_sys_pwr_dm: get ldo name failed
[ 0.047877] add_sys_pwr_dm: get ldo name failed
[ 0.048068] add_sys_pwr_dm: get ldo name failed
[ 0.048173] add_sys_pwr_dm: get ldo name failed
[ 0.048277] add_sys_pwr_dm: get ldo name failed
[ 0.048380] add_sys_pwr_dm: get ldo name failed
[ 0.048484] add_sys_pwr_dm: get ldo name failed
[ 0.048674] add_sys_pwr_dm: get ldo name failed
[ 0.048777] add_sys_pwr_dm: get ldo name failed
[ 0.048880] add_sys_pwr_dm: get ldo name failed
[ 0.049069] after inited: sys_mask config = 0x0.
[ 0.049174] dynamic_standby enalbe = 0x0.
[ 0.049417] sunxi_reg_init enter
[ 0.051382] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.051543] jffs2: version 2.2. (NAND) (SUMMARY) 漏 2001-2006 Red Hat, Inc.
[ 0.051916] msgmni has been set to 59
[ 0.052949] io scheduler noop registered
<6>[ 0.053152] io scheduler deadline registered
[ 0.053331] io scheduler cfq registered (default)
[ 0.053914] [DISP]disp_module_init
[ 0.054422] cmdline,disp=
[ 0.055033] rotation_sw module is config as no used
[ 0.055161] [DISP] disp_get_rotation_sw,line:68:disp 0 out of range? g_rot_sw=0
[ 0.055449] [DISP] disp_init_connections,line:289:NULL pointer: 0, 0
[ 0.073439] [DISP] disp_sys_power_enable,line:387:some error happen, fail to get regulator
[ 0.073669] [DISP] disp_sys_gpio_set_value,line:374:OSAL_GPIO_DevWRITE_ONEPIN_DATA, hdl is NULL
[ 0.074678] [DISP]disp_module_init finish
[ 0.075155] sw_uart_get_devinfo()1503 - uart0 has no uart_regulator.
[ 0.075609] uart0: ttyS0 at MMIO 0x1c28000 (irq = 32) is a SUNXI
[ 0.075814] sw_uart_pm()890 - uart0 clk is already enable
[ 0.075932] sw_console_setup()1233 - console setup baud 115200 parity n bits 8, flow n
[ 0.172001] console [ttyS0] enabled
[ 0.855666] sunxi_spi_chan_cfg()1376 - [spi-0] has no spi_regulator.
[ 0.863546] spi spi0: master is unqueued, this is deprecated
[ 0.870242] m25p_probe()966 - Use the Dual Mode Read.
[ 0.876027] NorFlash ID: 0xc22018 - 0xc220
[ 0.880789] m25p80 spi0.0: found mx25l12805d, expected at25df641
[ 0.887569] m25p80 spi0.0: mx25l12805d (16384 Kbytes)
[ 0.894867] @@@[debug_jaosn]: Invalid partitions count: 4 9
[ 0.901649] Creating 8 MTD partitions on "spi0.0":
[ 0.907170] 0x000000000000-0x000000040000 : "uboot"
[ 0.913877] 0x000000040000-0x0000002c0000 : "boot"
[ 0.920168] 0x0000002c0000-0x000000ee0000 : "system"
[ 0.926615] 0x000000ee0000-0x000000f60000 : "cfg"
[ 0.932887] 0x000000f60000-0x000000f80000 : "boot_logo"
[ 0.939754] 0x000000f80000-0x000000fa0000 : "shutdown_logo"
[ 0.947030] 0x000000fa0000-0x000000fb0000 : "env"
[ 0.953518] 0x000000fb0000-0x000000fc0000 : "private"
[ 0.961736] Failed to alloc md5
[ 0.965376] eth0: Use random mac address
[ 0.969968] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.997507] sunxi-ehci sunxi-ehci.1: SW USB2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.006636] sunxi-ehci sunxi-ehci.1: new USB bus registered, assigned bus number 1
[ 1.015356] sunxi-ehci sunxi-ehci.1: irq 104, io mem 0xf1c1a000
[ 1.040129] sunxi-ehci sunxi-ehci.1: USB 0.0 started, EHCI 1.00
[ 1.047618] hub 1-0:1.0: USB hub found
[ 1.051952] hub 1-0:1.0: 1 port detected
[ 1.056822] sunxi-ehci sunxi-ehci.1: remove, state 1
[ 1.062589] usb usb1: USB disconnect, device number 1
[ 1.360358] sunxi-ehci sunxi-ehci.1: USB bus 1 deregistered
[ 1.376849] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 1.403938] sunxi-ohci sunxi-ohci.1: SW USB2.0 'Open' Host Controller (OHCI) Driver
[ 1.412666] sunxi-ohci sunxi-ohci.1: new USB bus registered, assigned bus number 1
[ 1.421314] sunxi-ohci sunxi-ohci.1: irq 105, io mem 0xf1c1a400
[ 1.484637] hub 1-0:1.0: USB hub found
[ 1.489032] hub 1-0:1.0: 1 port detected
[ 1.493884] sunxi-ohci sunxi-ohci.1: remove, state 1
[ 1.499505] usb usb1: USB disconnect, device number 1
[ 1.505918] sunxi-ohci sunxi-ohci.1: USB bus 1 deregistered
[ 1.522354] Initializing USB Mass Storage driver...
[ 1.528029] usbcore: registered new interface driver usb-storage
[ 1.534824] USB Mass Storage support registered.
[ 1.540471] file system registered
[ 1.545825] android_usb gadget: Mass Storage Function, version: 2009/09/11
[ 1.553730] android_usb gadget: Number of LUNs=1
[ 1.558953] lun0: LUN: removable file: (no medium)
[ 1.564943] android_usb gadget: android_usb ready
[ 1.570516] sunxikbd_script_init: key para not found, used default para.
[ 1.579153] sunxi-rtc sunxi-rtc: rtc core: registered sunxi-rtc as rtc0
[ 1.586906] sunxi cedar version 0.1
[ 1.591071] [cedar]: install start!!!
[ 1.595588] [cedar]: install end!!!
[ 1.600143] platform reg-20-cs-dcdc2: Driver reg-20-cs-dcdc2 requests probe deferral
[ 1.609077] platform reg-20-cs-dcdc3: Driver reg-20-cs-dcdc3 requests probe deferral
[ 1.617918] platform reg-20-cs-ldo1: Driver reg-20-cs-ldo1 requests probe deferral
[ 1.626641] platform reg-20-cs-ldo2: Driver reg-20-cs-ldo2 requests probe deferral
[ 1.635383] platform reg-20-cs-ldo3: Driver reg-20-cs-ldo3 requests probe deferral
[ 1.644010] platform reg-20-cs-ldo4: Driver reg-20-cs-ldo4 requests probe deferral
[ 1.652729] platform reg-20-cs-ldoio0: Driver reg-20-cs-ldoio0 requests probe deferral
[ 1.661726] sunxi_wdt_init_module: sunxi WatchDog Timer Driver v1.0
[ 1.668962] sunxi_wdt_probe: devm_ioremap return wdt_reg 0xf1c20ca0, res->start 0x01c20ca0, res->end 0x01c20cbf
[ 1.680392] sunxi_wdt_probe: initialized (g_timeout=16s, g_nowayout=0)
[ 1.688126] wdt_enable, write reg 0xf1c20cb8 val 0x00000000
[ 1.694446] wdt_set_tmout, write 0x000000b0 to mode reg 0xf1c20cb8, actual timeout 16 sec
[ 1.704306] [mmc]: SD/MMC/SDIO Host Controller Driver(v1.114 2015-6-2 10:21) Compiled in Apr 17 2019 at 16:16:20
[ 1.715861] [mmc]: MMC host used card: 0x0, boot card: 0x0, io_card 0
[ 1.723352] sunxi_leds_fetch_sysconfig_para leds is not used in config
[ 1.730823] =========script_get_err============
[ 1.736179] usbcore: registered new interface driver usbhid
[ 1.742597] usbhid: USB HID core driver
[ 1.747598] ashmem: initialized
[ 1.751478] logger: created 256K log 'log_main'
[ 1.756773] logger: created 32K log 'log_events'
[ 1.762147] logger: created 32K log 'log_radio'
[ 1.767576] logger: created 32K log 'log_system'
[ 1.774293] script_get_item return audio_pa_ctrl type err
[ 1.781331] asoc: sndcodec <-> sunxi-codec mapping ok
[ 1.789060] TCP: cubic registered
[ 1.792897] NET: Registered protocol family 17
[ 1.798267] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
[ 1.807000] ThumbEE CPU extension supported.
[ 1.811953] Registering SWP/SWPB emulation handler
[ 1.818314] platform reg-20-cs-ldoio0: Driver reg-20-cs-ldoio0 requests probe deferral
[ 1.827468] platform reg-20-cs-ldo4: Driver reg-20-cs-ldo4 requests probe deferral
[ 1.836123] platform reg-20-cs-ldo3: Driver reg-20-cs-ldo3 requests probe deferral
[ 1.844686] platform reg-20-cs-ldo2: Driver reg-20-cs-ldo2 requests probe deferral
[ 1.853325] platform reg-20-cs-ldo1: Driver reg-20-cs-ldo1 requests probe deferral
[ 1.861966] platform reg-20-cs-dcdc3: Driver reg-20-cs-dcdc3 requests probe deferral
[ 1.870710] platform reg-20-cs-dcdc2: Driver reg-20-cs-dcdc2 requests probe deferral
[ 1.879578] sunxi-rtc sunxi-rtc: setting system clock to 1970-01-01 00:00:02 UTC (2)
[ 1.889693] ALSA device list:
[ 1.893166] #0: audiocodec
[ 1.896962] Freeing init memory: 136K
[ 1.903193] init: skipping insecure file '/default.prop'
[ 1.909405] init: skipping insecure file '/init.rc'
[ 1.915366] init: /init.rc: 127: invalid option 'root'
[ 1.921367] init: skipping insecure file '/init.sun8i.rc'
[ 1.927618] init: /init.sun8i.rc: 53: invalid option 'root'
[ 1.934085] init: skipping insecure file 'init.sun8i.usb.rc'
[ 1.941117] init: command 'loglevel' r=0
[ 1.945745] init: command 'export' r=0
[ 1.951479] init: skipping insecure file '/ueventd.rc'
[ 1.957543] init: skipping insecure file '/ueventd.sun8i.rc'
[ 1.964181] init: command 'export' r=0
[ 1.968461] init: command 'export' r=0
[ 1.980291] init: command 'export' r=0
[ 1.984675] init: command 'symlink' r=0
[ 1.989097] init: command 'symlink' r=0
[ 2.002642] init: command 'symlink' r=0
[ 2.007123] init: command 'mkdir' r=0
[ 2.030413] init: command 'mkdir' r=0
[ 2.034794] init: command 'mkdir' r=0
[ 2.038991] init: command 'mkdir' r=-2
[ 2.046745] init: processing action 0x310c8 (init)
[ 2.060248] init: command 'export' r=0
[ 2.064588] init: command 'export' r=0
[ 2.068863] init: command 'export' r=0
[ 2.074005] init: command 'export' r=0
[ 2.078323] init: processing action 0x2fc28 (early-fs)
[ 2.084252] init: command 'mkdir' r=0
[ 2.088544] init: command 'mkdir' r=0
[ 2.092774] init: command 'mkdir' r=0
[ 2.096939] init: processing action 0x32368 (console_init)
[ 2.103564] init: command 'console_init' r=0
[ 2.108452] init: processing action 0x2ff30 (fs)
[ 2.113839] init: command 'wait' r=0
[ 2.118511] init: command 'setupfs' r=1
[ 2.123019] init: out of loopback devices source = /dev/block/mtdblock2
[ 2.130579] init: out of loopback devices target = /system
[ 2.136770] init: out of loopback devices system = squashfs
[ 2.143155] init: out of loopback devices options = (null)
[ 2.152657] init: command 'mount' r=0
[ 2.157013] init: command 'wait' r=0
[ 2.161140] init: out of loopback devices source = /dev/block/mtdblock3
[ 2.168694] init: out of loopback devices target = /data
[ 2.174706] init: out of loopback devices system = jffs2
[ 2.180714] init: out of loopback devices options = (null)
[ 2.196194] init: command 'mount' r=0
[ 2.200489] init: processing action 0x30010 (post-fs)
[ 2.206295] init: out of loopback devices source = rootfs
[ 2.212426] init: out of loopback devices target = /
[ 2.218124] init: out of loopback devices system = rootfs
[ 2.224230] init: out of loopback devices options = (null)
[ 2.230561] init: command 'mount' r=0
[ 2.234741] init: processing action 0x30070 (post-fs-data)
[ 2.242052] init: command 'chown' r=0
[ 2.246596] init: command 'chmod' r=0
[ 2.251220] init: command 'chmod' r=-2
[ 2.256354] init: command 'mkdir' r=0
[ 2.261005] init: command 'restorecon' r=0
[ 2.266342] init: command 'mkdir' r=0
[ 2.271624] init: command 'mkdir' r=0
[ 2.275947] init: processing action 0x30df0 (post-fs-data)
[ 2.286343] init: skipping insecure file '/system/vendor/modules/videobuf-core.ko'
[ 2.308517] init: command 'insmod' r=0
[ 2.313051] init: skipping insecure file '/system/vendor/modules/videobuf-dma-contig.ko'
[ 2.323114] init: command 'insmod' r=0
[ 2.327558] init: skipping insecure file '/system/vendor/modules/cci.ko'
[ 2.363482] [VFE]cci probe start cci_sel = 0!
[ 2.368475] [VFE]cci probe end cci_sel = 0!
[ 2.373472] platform reg-20-cs-dcdc2: Driver reg-20-cs-dcdc2 requests probe deferral
[ 2.382294] [VFE]cci_init end
[ 2.385978] init: command 'insmod' r=0
[ 2.390436] init: skipping insecure file '/system/vendor/modules/vfe_os.ko'
[ 2.399238] platform reg-20-cs-dcdc3: Driver reg-20-cs-dcdc3 requests probe deferral
[ 2.409794] platform reg-20-cs-ldo1: Driver reg-20-cs-ldo1 requests probe deferral
[ 2.419281] platform reg-20-cs-ldo2: Driver reg-20-cs-ldo2 requests probe deferral
[ 2.428754] platform reg-20-cs-ldo3: Driver reg-20-cs-ldo3 requests probe deferral
[ 2.438097] platform reg-20-cs-ldo4: Driver reg-20-cs-ldo4 requests probe deferral
[ 2.447509] platform reg-20-cs-ldoio0: Driver reg-20-cs-ldoio0 requests probe deferral
[ 2.481437] init: command 'insmod' r=0
[ 2.485872] init: skipping insecure file '/system/vendor/modules/vfe_subdev.ko'
[ 2.495177] init: command 'insmod' r=0
[ 2.499607] init: skipping insecure file '/system/vendor/modules/ar0330_mipi.ko'
[ 2.509235] init: command 'insmod' r=0
[ 2.513730] init: skipping insecure file '/system/vendor/modules/vfe_v4l2.ko'
[ 2.653323] [VFE]Welcome to Video Front End driver
[ 2.659407] [VFE]pdev->id = 0
[ 2.662921] [VFE]dev->mipi_sel = 0
[ 2.666815] [VFE]dev->vip_sel = 0
[ 2.670688] [VFE]dev->isp_sel = 0
[ 2.680704] [VFE_WARN]vfe vpu clock is null
[ 2.691960] [ISP] isp platform_id = 6!
[ 2.696498] platform reg-20-cs-ldoio0: Driver reg-20-cs-ldoio0 requests probe deferral
[ 2.705444] [VFE]probe_work_handle start!
[ 2.710100] [VFE]..........................vfe clk open!.......................
[ 2.718413] [VFE]vfe_init end
[ 2.722348] init: command 'insmod' r=0
[ 2.726817] init: skipping insecure file '/system/vendor/modules/uvcvideo.ko'
[ 2.735105] platform reg-20-cs-ldo4: Driver reg-20-cs-ldo4 requests probe deferral
[ 2.744002] [VFE]v4l2 subdev register input_num = 0
[ 2.749609] [VFE]vfe sensor detect start! input_num = 0
[ 2.755534] [VFE]Find sensor name is "ov5647_mipi", i2c address is 6c, type is "RAW" !
[ 2.764520] [VFE]Sub device register "ov5647_mipi" i2c_addr = 0x6c start!
[ 2.772255] [VFE_ERR]Error registering v4l2 subdevice No such device!
[ 2.779498] [VFE_ERR]vfe sensor register check error at input_num = 0
[ 2.789526] platform reg-20-cs-ldo3: Driver reg-20-cs-ldo3 requests probe deferral
[ 2.798256] uvcvideo: Adding mapping Brightness to control 00000000-0000-0000-0000-000000000101/2.
[ 2.808478] platform reg-20-cs-ldo2: Driver reg-20-cs-ldo2 requests probe deferral
[ 2.817108] uvcvideo: Adding mapping Contrast to control 00000000-0000-0000-0000-000000000101/3.
[ 2.827146] platform reg-20-cs-ldo1: Driver reg-20-cs-ldo1 requests probe deferral
[ 2.835676] uvcvideo: Adding mapping Hue to control 00000000-0000-0000-0000-000000000101/6.
[ 2.845196] platform reg-20-cs-dcdc3: Driver reg-20-cs-dcdc3 requests probe deferral
[ 2.853999] uvcvideo: Adding mapping Saturation to control 00000000-0000-0000-0000-000000000101/7.
[ 2.864100] platform reg-20-cs-dcdc2: Driver reg-20-cs-dcdc2 requests probe deferral
[ 2.873771] uvcvideo: Adding mapping Sharpness to control 00000000-0000-0000-0000-000000000101/8.
[ 2.884758] [VFE]Check open /system/etc/hawkview/ov5647_mipi/isp_test_param.ini failed!
[ 2.884773] Match isp cfg start!
[ 2.897677] [VFE_WARN]NOT found this item: ov5647_mipi, you can add this ISP Config in the isp_cfg_array!
[ 2.908627] [VFE]read ini start
[ 2.912300] [VFE]Fetch ini file form "/system/etc/hawkview/ov5647_mipi/isp_test_param.ini"
[ 2.921810] uvcvideo: Adding mapping Gamma to control 00000000-0000-0000-0000-000000000101/9.
[ 2.931508] uvcvideo: Adding mapping Backlight Compensation to control 00000000-0000-0000-0000-000000000101/1.
[ 2.942730] uvcvideo: Adding mapping Gain to control 00000000-0000-0000-0000-000000000101/4.
[ 2.954752] [vfe_warn]open file failed!
[ 2.959657] [VFE_WARN]read ini info fail
[ 2.964223] uvcvideo: Adding mapping Power Line Frequency to control 00000000-0000-0000-0000-000000000101/5.
[ 2.975938] [VFE]V4L2 device registered as video0
[ 2.981351] uvcvideo: Adding mapping Hue, Auto to control 00000000-0000-0000-0000-000000000101/16.
[ 2.991560] [VFE]..........................vfe clk close!.......................
[ 2.999970] [VFE]probe_work_handle end!
[ 3.004366] uvcvideo: Adding mapping Exposure, Auto to control 00000000-0000-0000-0000-000000000001/2.
[ 3.004383] uvcvideo: Adding mapping Exposure, Auto Priority to control 00000000-0000-0000-0000-000000000001/3.
[ 3.004399] uvcvideo: Adding mapping Exposure (Absolute) to control 00000000-0000-0000-0000-000000000001/4.
[ 3.004413] uvcvideo: Adding mapping White Balance Temperature, Auto to control 00000000-0000-0000-0000-000000000101/11.
[ 3.004427] uvcvideo: Adding mapping White Balance Temperature to control 00000000-0000-0000-0000-000000000101/10.
[ 3.004442] uvcvideo: Adding mapping White Balance Component, Auto to control 00000000-0000-0000-0000-000000000101/13.
[ 3.004456] uvcvideo: Adding mapping White Balance Blue Component to control 00000000-0000-0000-0000-000000000101/12.
[ 3.004470] uvcvideo: Adding mapping White Balance Red Component to control 00000000-0000-0000-0000-000000000101/12.
[ 3.004486] uvcvideo: Adding mapping Focus (absolute) to control 00000000-0000-0000-0000-000000000001/6.
[ 3.004504] uvcvideo: Adding mapping Focus, Auto to control 00000000-0000-0000-0000-000000000001/8.
[ 3.004519] uvcvideo: Adding mapping Zoom, Absolute to control 00000000-0000-0000-0000-000000000001/11.
[ 3.004535] uvcvideo: Adding mapping Zoom, Continuous to control 00000000-0000-0000-0000-000000000001/12.
[ 3.004553] uvcvideo: Adding mapping Privacy to control 00000000-0000-0000-0000-000000000001/17.
[ 3.004744] usbcore: registered new interface driver uvcvideo
[ 3.004753] USB Video Class driver (v1.0.8_SONiX_v2.6.36.04)
[ 3.004834] init: command 'insmod' r=0
[ 3.004979] init: skipping insecure file '/system/vendor/modules/da380.ko'
[ 3.006171] step1 : gsensor_fetch_sysconfig_para
[ 3.006190] step2 : gsensor_fetch_sysconfig_para
[ 3.006198] [MIR3DA] fetch_sysconfig_para failed!
[ 3.006202]
[ 3.006533] init: command 'insmod' r=-1
[ 3.006699] init: skipping insecure file '/system/vendor/modules/sw-device.ko'
[ 3.007874] get sysconfig para erro!
[ 3.008056] init: command 'insmod' r=0
[ 3.008090] init: processing action 0x323b0 (property_service_init)
[ 3.008220] init: skipping insecure file '/system/build.prop'
[ 3.235701] init: Created socket '/dev/socket/property_service' with mode '666', user '0', group '0'
[ 3.271419] init: command 'property_service_init' r=0
[ 3.277241] init: processing action 0x323f8 (signal_init)
[ 3.283524] init: command 'signal_init' r=0
[ 3.288350] init: processing action 0x32440 (check_startup)
[ 3.294818] init: command 'check_startup' r=0
[ 3.299777] init: processing action 0x301c8 (boot)
[ 3.305734] init: command 'ifup' r=0
[ 3.309978] init: command 'hostname' r=0
[ 3.314562] init: command 'domainname' r=0
[ 3.319319] init: command 'setrlimit' r=0
[ 3.323971] init: command 'chown' r=0
[ 3.328270] init: starting 'servicemanager'
[ 3.333622] init: starting 'vold'
[ 3.337834] init: starting 'media'
[ 3.348678] init: Created socket '/dev/socket/vold' with mode '660', user '0', group '1009'
[ 3.366662] init: starting 'startupSound'
[ 3.381919] init: command 'class_start' r=0
[ 3.397884] init: starting 'ccdr'
[ 3.406857] init: command 'class_start' r=0
[ 3.424668] init: processing action 0x30f60 (boot)
[ 3.431142] init: starting 'adbd'
[ 3.440993] init: command 'start' r=0
[ 3.457532] init: Created socket '/dev/socket/adbd' with mode '660', user '1000', group '1000'
[ 3.472098] init: starting 'debuggerd'
[ 3.476899] init: command 'start' r=0
[ 3.500166] init: starting 'standby'
[ 3.505445] adb_open
[ 3.510202] init: command 'start' r=0
[ 3.517248] init: processing action 0x32488 (queue_property_triggers)
[ 3.524991] init: command 'queue_property_triggers' r=0
[ 3.531179] init: processing action 0x304a8 (property:ro.debuggable=1)
[ 3.539187] init: starting 'console'
[ 3.544828] init: command 'start' r=0
[ 3.551457] init: processing action 0x31da0 (property:sys.usb.config=mass_storage,adb)
[ 3.561159] android_usb: already disabled
[ 3.565873] init: command 'write' r=0
[ 3.570270] init: command 'write' r=0
[ 3.574604] init: command 'write' r=0
[ 3.578878] init: command 'write' r=0
[ 3.583496] ep_matches, wrn: endpoint already claimed, ep(0xc048cd14, 0xc1a6dcc0, ep1in-bulk)
[ 3.593289] adb_bind_config
[ 3.596500] ep_matches, wrn: endpoint already claimed, ep(0xc048cd14, 0xc1a6dcc0, ep1in-bulk)
[ 3.606168] ep_matches, wrn: endpoint already claimed, ep(0xc048cd60, 0xc1a6dcc0, ep1out-bulk)
[ 3.615964] ep_matches, wrn: endpoint already claimed, ep(0xc048cd14, 0xc1a6dcc0, ep1in-bulk)
[ 3.625631] ep_matches, wrn: endpoint already claimed, ep(0xc048cd60, 0xc1a6dcc0, ep1out-bulk)
[ 3.635297] ep_matches, wrn: endpoint already claimed, ep(0xc048cdac, 0xc1a7ae00, ep2in-bulk)
[ 3.645089] init: command 'write' r=0
[ 3.649427] init: command 'setprop' r=0
root@camdroid:/ # [ 5.564198] ★·newcdr·★: main entry
[ 5.568544] ★·newcdr·★: [Firmware Version: yzw@tiger_cdr 2019-04-17 15:40:34]
[ 5.585980] ★·newcdr·★: ===no need to check battery capacity ===
[ 5.608496] [VFE]vfe_open
[ 5.614643] [VFE]..........................vfe clk open!.......................
[ 5.624710] [VFE]vfe_open ok
[ 5.628888] [VFE]vfe_close
[ 5.632056] [VFE]vfe select input flag = 0, s_input have not be used .
[ 5.639428] [VFE]..........................vfe clk close!.......................
[ 5.648525] [VFE]vfe_close end
[ 5.652165] [VFE]vfe_open
[ 5.655197] [VFE]..........................vfe clk open!.......................
[ 5.665517] [VFE]vfe_open ok
[ 5.669007] [VFE]vfe_close
[ 5.672239] [VFE]vfe select input flag = 0, s_input have not be used .
[ 5.679589] [VFE]..........................vfe clk close!.......................
[ 5.688645] [VFE]vfe_close end
[ 6.563549] [DISP] ready enter pm_runtime_get_sync, device0
[ 6.822010] [VFE]vfe_open
[ 6.825057] [VFE]..........................vfe clk open!.......................
[ 6.840460] [VFE]vfe_open ok
[ 6.850172] [VFE]Set vfe core clk = 216000000, after Set vfe core clk = 297000000
[ 6.870035] [VFE_ERR]sensor standby off error when selecting target device!
[ 6.878005] [VFE]vfe_close
[ 6.891241] [VFE_ERR]sensor power off error at device number when csi close!
[ 6.899266] [VFE]..........................vfe clk close!.......................
[ 6.927955] [VFE]vfe_close end
[ 6.933635] ★·newcdr·★: startPreview finished
[ 7.523448] init: waitpid returned pid 66, status = 00000000
[ 7.537037] init: process 'startupSound', pid 66 exited
[ 8.005839] init: processing action 0x31da0 (property:sys.usb.config=mass_storage,adb)
[ 8.020915] adb_release
[ 8.024188] init: command 'write' r=0
[ 8.028536] init: command 'write' r=0
[ 8.033001] adb_open
[ 8.047162] init: command 'write' r=0
[ 8.051567] init: command 'write' r=0
[ 8.055942] ep_matches, wrn: endpoint already claimed, ep(0xc048cd14, 0xc1a6dcc0, ep1in-bulk)
[ 8.070276] adb_bind_config
[ 8.073597] ep_matches, wrn: endpoint already claimed, ep(0xc048cd14, 0xc1a6dcc0, ep1in-bulk)
[ 8.083239] ep_matches, wrn: endpoint already claimed, ep(0xc048cd60, 0xc1a6dcc0, ep1out-bulk)
[ 8.093006] ep_matches, wrn: endpoint already claimed, ep(0xc048cd14, 0xc1a6dcc0, ep1in-bulk)
[ 8.102666] ep_matches, wrn: endpoint already claimed, ep(0xc048cd60, 0xc1a6dcc0, ep1out-bulk)
[ 8.112421] ep_matches, wrn: endpoint already claimed, ep(0xc048cdac, 0xc1a7ae00, ep2in-bulk)
[ 8.122198] init: command 'write' r=0
[ 8.127266] [VFE]vfe_open
[ 8.130489] init: command 'setprop' r=0
[ 8.134898] [VFE]..........................vfe clk open!.......................
[ 8.143729] [VFE]vfe_open ok
[ 8.147080] [VFE]vfe_close
[ 8.150211] [VFE]vfe select input flag = 0, s_input have not be used .
[ 8.157666] [VFE]..........................vfe clk close!.......................
[ 8.166188] [VFE]vfe_close end
root@camdroid:/ #
这是我的启动LOG,我看到有这两行错误,有影响吗?
00000
[ 6.870035] [VFE_ERR]sensor standby off error when selecting target device!
[ 6.878005] [VFE]vfe_close
[ 6.891241] [VFE_ERR]sensor power off error at device number when csi close!
[ 6.899266] [VFE]..........................vfe clk close!.......................
最近编辑记录 渔头 (2019-04-23 12:10:44)
离线
可能起不来,
也可能只是 vfe 有问题, 而摄像头正常.看下有没有生成 video 设备, /dev/video0
然后编译 fswebcam 测试一下摄像头是否正常。
谢谢晕哥
有/dev/video0
fswebcam怎么编译?
离线
晕哥 说:可能起不来,
也可能只是 vfe 有问题, 而摄像头正常.看下有没有生成 video 设备, /dev/video0
然后编译 fswebcam 测试一下摄像头是否正常。
谢谢晕哥
有/dev/video0
fswebcam怎么编译?
https://github.com/fsphil/fswebcam
克隆源码, 然后 configure, make
./configure --prefix=/usr --host=xxxxxxx --build=xxxxx
make
make install
离线
渔头 说:晕哥 说:可能起不来,
也可能只是 vfe 有问题, 而摄像头正常.看下有没有生成 video 设备, /dev/video0
然后编译 fswebcam 测试一下摄像头是否正常。
谢谢晕哥
有/dev/video0
fswebcam怎么编译?https://github.com/fsphil/fswebcam
克隆源码, 然后 configure, make
./configure --prefix=/usr --host=xxxxxxx --build=xxxxx
make
make install
谢谢晕哥
我去试试
离线
离线
如果你仅仅用摄像头采集原始数据, 不用视频编解码, 可以试一试这个, 不用camdroid 那一套。
可以在 buildroot 勾选 fswebcam, 然后就会自动成目标文件系统, 替换 camdroid.
我正准备问这个问题了,我后期需要用视频编解码,
我用camdroid的工具链编译这个,然后放到开发板上运行,可以吧
离线
晕哥 说:如果你仅仅用摄像头采集原始数据, 不用视频编解码, 可以试一试这个, 不用camdroid 那一套。
可以在 buildroot 勾选 fswebcam, 然后就会自动成目标文件系统, 替换 camdroid.
我正准备问这个问题了,我后期需要用视频编解码,
我用camdroid的工具链编译这个,然后放到开发板上运行,可以吧
如果你用静态链接, 就不用管工具链, 只是可执行文件大一点而已。
离线
渔头 说:晕哥 说:如果你仅仅用摄像头采集原始数据, 不用视频编解码, 可以试一试这个, 不用camdroid 那一套。
可以在 buildroot 勾选 fswebcam, 然后就会自动成目标文件系统, 替换 camdroid.
我正准备问这个问题了,我后期需要用视频编解码,
我用camdroid的工具链编译这个,然后放到开发板上运行,可以吧如果你用静态链接, 就不用管工具链, 只是可执行文件大一点而已。
编译时出现这个
configure: error: GD graphics library not found
离线
disable 一些不需要的模块
Optional Features:
--disable-option-checking ignore unrecognized --enable/--with options
--disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
--enable-FEATURE[=ARG] include FEATURE [ARG=yes]
--enable-32bit-buffer allow capturing of 2^32 frames
--disable-v4l1 disable V4L1 support
--disable-v4l2 disable V4L2 support
Some influential environment variables:
CC C compiler command
CFLAGS C compiler flags
LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
nonstandard directory <lib dir>
LIBS libraries to pass to the linker, e.g. -l<library>
CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
you have headers in a nonstandard directory <include dir>
CPP C preprocessor
Use these variables to override the choices made by `configure' or to help
it to find libraries and programs with nonstandard names/locations.
就3个选项啊
我在camdroid的SDK的buildroot中,都找不到这个fswebcam
最近编辑记录 渔头 (2019-04-23 14:41:17)
离线
晕哥
ov5647 mipi的isp应该有个.h配置文件吧,能不能提供一下
谢谢晕哥
离线
渔头 说:晕哥
ov5647 mipi的isp应该有个.h配置文件吧,能不能提供一下
谢谢晕哥可能是有, 但是当时忘记备份了, 现在找不到了。
有没有能用在zero一体板上的ov2710或者ar0330的摄像头
离线
离线
晕哥
有图像了,效果较差但还能看清,
而且我发现摄像头有点发热,但不烫手,正常吗?
离线
渔头 说:晕哥
有图像了,效果较差但还能看清,
而且我发现摄像头有点发热,但不烫手,正常吗?发热是正常的, 如何弄好的?
是我自己的问题,没配好insmod,我没搞过android,我以为编译系统会自己加insmod命令,
然后,还需要插上TF卡,才能出图像
离线
晕哥 说:渔头 说:晕哥
有图像了,效果较差但还能看清,
而且我发现摄像头有点发热,但不烫手,正常吗?发热是正常的, 如何弄好的?
是我自己的问题,没配好insmod,我没搞过android,我以为编译系统会自己加insmod命令,
然后,还需要插上TF卡,才能出图像
那个ISP的问题,我还在琢磨,系统是不是可以自动调节配置?
离线
BSP kernel ov5647 使用v4l2采集不了图像。总是无法设置帧缓冲的格式。 难道只能使用fswebcam?求指导。
离线
能用 fswebcam 说明是标准 v4l2 接口, 应该是你的代码有问题.
我看了fswebcam的源码,技术有限,看个大概,它这个不完全是通过v4l2的接口去拍照的,我看是通过GD,这样的底层图像获取到图片的。我现在很迷惑,是否能通过v4l2去获取ov5647的照片。
还是要内核哪个地方需要设置下?
离线
GD是什么?
这个我也不清楚,我看fswebcam源码中有调用gd相关的函数,可能是硬件相关图像处理吧。
不过我现在不明白的是,为什么我使用v4l2去获取,总是不成功呢。
离线
@晕哥小弟
你的 ov5640 是 mipi 还是 dvp ?
离线
v3s camdiord 中绑定的miniGUI库,是不是只能支持16X16的点阵字体?
离线
ov5647 在主线中的配置谁有,如何配置dts的呢?
离线
那主线支持LCD么? 我这边有块友善之臂开发板上面的LCD
离线
BSP kernel ov5647 使用v4l2采集不了图像。总是无法设置帧缓冲的格式。 难道只能使用fswebcam?求指导。
请问一下,bsp kernel+ov5647,我这没有数据接收No input was specified是不是硬件问题,一体板的mipi接口是不是需要修改一下
离线
听你们一说,解了我两个月前的疑惑。
还是众人合作力量大啊。
离线
晕哥, 我用PhoenixSuit 烧录显示 mmc device2 not found, 我两个sd卡槽都试了还是一样的, 是不是必须要spi flash才可以
离线
晕哥, 我在荔枝派买了16M的 flash, 烧录你的镜像之后, 能显示车的图片 但是摄像头不行,最后卡死在Init里面
是不是要32M的flash
[ 57.245459] init: cannot find '/system/bin/servicemanager', disabling 'servicemanager'
[ 57.254488] init: cannot find '/system/bin/vold', disabling 'vold'
[ 57.261473] init: cannot find '/system/bin/mediaserver', disabling 'media'
[ 57.269349] init: cannot find '/system/bin/startup_music', disabling 'startupSound'
[ 57.277971] init: command 'class_start' r=0
[ 57.282829] init: cannot find '/system/bin/ccdr', disabling 'ccdr'
[ 57.289795] init: command 'class_start' r=0
[ 57.294640] init: processing action 0xe4afd0 (boot)
[ 57.300179] init: starting 'adbd'
[ 57.304310] init: command 'start' r=0
[ 57.308681] init: cannot find '/system/bin/debuggerd', disabling 'debuggerd'
[ 57.317146] init: Created socket '/dev/socket/adbd' with mode '660', user '1000', group '1000'
[ 57.326989] init: command 'start' r=0
[ 57.332890] adb_open
[ 57.335926] init: cannot find '/system/bin/standbyservice', disabling 'standby'
[ 57.344551] init: command 'start' r=0
[ 57.348828] init: processing action 0xe4c4f8 (queue_property_triggers)
[ 57.356269] init: command 'queue_property_triggers' r=0
[ 57.362282] init: processing action 0xe4a4a8 (property:ro.debuggable=1)
[ 57.369771] init: cannot find '/system/bin/sh', disabling 'console'
[ 57.376931] init: command 'start' r=0
离线
我的camdroid编译出来不能跑,请问楼主是按照官方文档编译的吗
离线
奇怪,一个荔枝派核心板底板分离板子可以检测到 ov5647 mipi,一个荔枝派一体的板子检测不到ov5647 mipi
HELLO! BOOT0 is starting!
get_ifm reg_val=7
setting pmu vol system core 1.1 v
===i2c gpio === 22777777
axp read fail, maybe no pmu
set pmu vol failed,maybe no pmu
DRAM DRIVE INFO: V0.7
DRAM Type = 2 (2:DDR2,3:DDR3,6:LPDDR2,7:LPDDR3)
DRAM CLK = 360 MHz
DRAM zq value: 000039bb
DRAM size = 64 MB
Succeed in reading Boot1 file head.
Jump to secend Boot.
[ 0.093]
U-Boot 2011.09-rc1-dirty (Jun 16 2015 - 13:24:18) Allwinner Technology
[ 0.101]version: 1.1.0
[ 0.106]pmbus:
===i2c gpio === 22777777
ready
axp read error
probe axp20x failed
axp_probe fail,run clock=1008
set power on vol to default
axp_set_power_supply_output dcdc2_vol = 1200
axp set dcdc2_vol to 1200 failed
axp_set_power_supply_output dcdc3_vol = 3300
axp set dcdc3_vol to 3300 failed
axp_set_power_supply_output aldo2_vol = 2500
axp set aldo2_vol to 2500 failed
axp_set_power_supply_output aldo3_vol = 3000
axp set aldo3_vol to 3000 failed
axp_set_power_supply_output ldo1_vol = 3300
axp set ldo1_vol to 3300 failed
axp_set_power_supply_output ldo2_vol = 3000
axp set ldo2_vol to 3000 failed
[ 0.166]DRAM: 64 MiB
[debug_jaosn]:use the clock in sys_config
OK
[ 0.188]sunxi flash init ok
hello @flash_speed=1
env_relocate_spec storage_type = 3
In: serial
Out: serial
Err: serial
WORK_MODE_BOOT
read bootlogo partition successful,start_block=0x6420,rblock=0x100 ,ret=256
Use decode 1x1 sampling
sunxi_read_bootlogo: jpg convert argb
[ 0.373]Hit any key to stop autoboot: 0
read boot or recovery all
[ 0.659]sunxi flash read :offset 4000, 4194815 bytes OK
[ 0.665]ready to boot
[ 0.667]
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0
[ 0.000000] Linux version 3.4.39 (root@whycan.com) (gcc version 4.6.3 20120201 (prerelease) (crosstool-NG linaro-1.13.1-2012.02-20120222 - Linaro GCC 2012.02) ) #2 Mon May 2 10:01:21 CST 2022
[ 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] Initialized persistent memory from 41d20800-41d307ff
[ 0.000000] Memory policy: ECC disabled, Data cache writeback
[ 0.000000] On node 0 totalpages: 16384
[ 0.000000] free_area_init_node: node 0, pgdat c0520ae4, node_mem_map c05bb000
[ 0.000000] Normal zone: 128 pages used for memmap
[ 0.000000] Normal zone: 0 pages reserved
[ 0.000000] Normal zone: 16256 pages, LIFO batch:3
[ 0.000000] script_init enter!
[ 0.000000] script_init exit!
[ 0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[ 0.000000] pcpu-alloc: [0] 0
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 16256
[ 0.000000] Kernel command line: console=ttyS0,115200 root=/dev/nor1 init=/init loglevel=8 partitions= mac_addr= uid=1234567890 kmemleak=on fb_base=0x41b00000 boot_type=3 config_size=32360
[ 0.000000] PID hash table entries: 256 (order: -2, 1024 bytes)
[ 0.000000] Dentry cache hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.000000] Inode-cache hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.000000] Memory: 64MB = 64MB total
[ 0.000000] Memory: 29928k/29928k available, 35608k reserved, 0K highmem
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
[ 0.000000] vmalloc : 0xc4800000 - 0xff000000 ( 936 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xc4000000 ( 64 MB)
[ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB)
[ 0.000000] .text : 0xc0008000 - 0xc048d000 (4628 kB)
[ 0.000000] .init : 0xc048d000 - 0xc04b0000 ( 140 kB)
[ 0.000000] .data : 0xc04b0000 - 0xc0521220 ( 453 kB)
[ 0.000000] .bss : 0xc0521244 - 0xc05ba964 ( 614 kB)
[ 0.000000] NR_IRQS:544
[ 0.000000] 524 ahb1 set parent pll_periph0d2
[ 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.000156] Calibrating delay loop (skipped), value calculated using timer frequency.. 4800.00 BogoMIPS (lpj=24000000)
[ 0.000178] pid_max: default: 32768 minimum: 301
[ 0.000315] Mount-cache hash table entries: 512
[ 0.000821] CPU: Testing write buffer coherency: ok
[ 0.001088] Setting up static identity map for 0x40366de8 - 0x40366e40
[ 0.001740] devtmpfs: initialized
[ 0.003619] pinctrl core: initialized pinctrl subsystem
[ 0.004102] NET: Registered protocol family 16
[ 0.004513] DMA: preallocated 128 KiB pool for atomic coherent allocations
[ 0.004566] script_sysfs_init success
[ 0.004601] sunxi_dump_init success
[ 0.005327] gpiochip_add: registered GPIOs 0 to 223 on device: sunxi-pinctrl
[ 0.006219] sunxi-pinctrl sunxi-pinctrl: initialized sunXi PIO driver
[ 0.006579] gpiochip_add: registered GPIOs 1024 to 1031 on device: axp-pinctrl
[ 0.007526] persistent_ram: uncorrectable error in header
[ 0.007543] persistent_ram: no valid data in buffer (sig = 0x77275521)
[ 0.013823] console [ram-1] enabled
[ 0.014225] [sunxi-module]: [sunxi-module.0] probe success
[ 0.014524] axp driver uning configuration failed(801)
[ 0.014632] axp driver uning configuration failed(808)
[ 0.015014] Not Found clk pll_isp in script
[ 0.015210] Not Found clk pll_video in script
[ 0.015314] Not Found clk pll_ve in script
[ 0.015503] Not Found clk pll_periph0 in script
[ 0.015607] Not Found clk pll_de in script
[ 0.015709] sunxi_default_clk_init
[ 0.015897] try to set pll6ahb1 to 200000000
[ 0.016009] Error not get clk pll6ahb1
[ 0.016117] Error not get clk pll6ahb1try to set ahb1 to 200000000
[ 0.016419] try to set apb1 to 100000000
[ 0.016837] ===fe3o4==== sunxi_root_procfs_attach ret:0
[ 0.020565] bio: create slab <bio-0> at 0
[ 0.020922] pwm module init!
[ 0.023136] SCSI subsystem initialized
[ 0.023555] usbcore: registered new interface driver usbfs
[ 0.023729] usbcore: registered new interface driver hub
[ 0.024059] usbcore: registered new device driver usb
[ 0.024298] twi_chan_cfg()340 - [twi0] has no twi_regulator.
[ 0.024493] twi_chan_cfg()340 - [twi1] has no twi_regulator.
[ 0.025274] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x34)
[ 0.025485] axp20_board 0-0034: failed reading at 0x03
[ 0.025591] [AXP20-MFD] try to read chip id failed!
[ 0.025778] axp mfd register failed
[ 0.025894] axp20_board: probe of 0-0034 failed with error -70
[ 0.026043] Linux video capture interface: v2.00
[ 0.026321] gpiochip_add: gpios 1024..1028 (axp_pin) failed to register
[ 0.026427] axp pinctrl used,skip
[ 0.026943] Advanced Linux Sound Architecture Driver Version 1.0.25.
[ 0.027931] cfg80211: Calling CRDA to update world regulatory domain
[ 0.029074] Switching to clocksource arch_sys_counter
[ 0.029983] NET: Registered protocol family 2
[ 0.029983] IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.029983] TCP established hash table entries: 2048 (order: 2, 16384 bytes)
[ 0.030188] TCP bind hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.030314] TCP: Hash tables configured (established 2048 bind 2048)
[ 0.030420] TCP: reno registered
[ 0.030528] UDP hash table entries: 256 (order: 0, 4096 bytes)
[ 0.030729] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[ 0.031095] NET: Registered protocol family 1
[ 0.031486] Unpacking initramfs...
[ 0.046204] Freeing initrd memory: 220K
[ 0.046539] [pm]aw_pm_init!
[ 0.046732] standby_mode = 1.
[ 0.046835] wakeup src cnt is : 3.
[ 0.046944] pmu name: pmu1_para .
[ 0.047140] pmu1_enable = 0x1.
[ 0.047243] pmux_id = 0x1.
[ 0.047349] pmu name: pmu2_para .
[ 0.047452] config_pmux_para: script_parser_fetch err.
[ 0.047643] pmu2_enable = 0x0.
[ 0.047750] add_sys_pwr_dm: get ldo name failed
[ 0.047854] add_sys_pwr_dm: get ldo name failed
[ 0.048043] add_sys_pwr_dm: get ldo name failed
[ 0.048147] add_sys_pwr_dm: get ldo name failed
[ 0.048337] add_sys_pwr_dm: get ldo name failed
[ 0.048441] add_sys_pwr_dm: get ldo name failed
[ 0.048544] add_sys_pwr_dm: get ldo name failed
[ 0.048732] add_sys_pwr_dm: get ldo name failed
[ 0.048837] add_sys_pwr_dm: get ldo name failed
[ 0.049027] add_sys_pwr_dm: get ldo name failed
[ 0.049130] after inited: sys_mask config = 0x0.
[ 0.049235] dynamic_standby enalbe = 0x0.
[ 0.049481] sunxi_reg_init enter
[ 0.051458] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.051702] jffs2: version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc.
[ 0.051979] msgmni has been set to 58
[ 0.053111] io scheduler noop registered
[ 0.053232] io scheduler deadline registered
[ 0.053416] io scheduler cfq registered (default)
[ 0.054013] [DISP]disp_module_init
[ 0.054520] cmdline,disp=
[ 0.055135] rotation_sw module is config as no used
[ 0.055350] [DISP] disp_get_rotation_sw,line:68:disp 0 out of range? g_rot_sw=0
[ 0.055558] [DISP] disp_init_connections,line:289:NULL pointer: 0, 0
[ 0.073525] [DISP] disp_sys_power_enable,line:387:some error happen, fail to get regulator
[ 0.073839] [DISP] disp_sys_gpio_set_value,line:374:OSAL_GPIO_DevWRITE_ONEPIN_DATA, hdl is NULL
[ 0.074758] [DISP]disp_module_init finish
[ 0.075246] sw_uart_get_devinfo()1503 - uart0 has no uart_regulator.
[ 0.075367] sw_uart_get_devinfo()1503 - uart2 has no uart_regulator.
[ 0.076008] uart0: ttyS0 at MMIO 0x1c28000 (irq = 32) is a SUNXI
[ 0.076127] sw_uart_pm()890 - uart0 clk is already enable
[ 0.076330] sw_console_setup()1233 - console setup baud 115200 parity n bits 8, flow n
[ 0.172404] console [ttyS0] enabled
[ 0.915230] uart: probe of uart2 failed with error -22
[ 0.922357] sunxi_spi_chan_cfg()1376 - [spi-0] has no spi_regulator.
[ 0.930191] spi spi0: master is unqueued, this is deprecated
[ 0.936830] m25p_probe()967 - Use the Dual Mode Read.
[ 0.942643] NorFlash ID: 0xef4019 - 0x0
[ 0.947102] m25p80 spi0.0: found W25q256, expected at25df641
[ 0.953520] m25p80 spi0.0: W25q256 (16384 Kbytes)
[ 0.960413] @@@[debug_jaosn]: Invalid partitions count: 4 9
[ 0.967173] Creating 8 MTD partitions on "spi0.0":
[ 0.972639] 0x000000000000-0x000000040000 : "uboot"
[ 0.979237] 0x000000040000-0x000000440000 : "boot"
[ 0.985581] 0x000000440000-0x000000c40000 : "system"
[ 0.992202] 0x000000c40000-0x000000cc0000 : "cfg"
[ 0.998408] 0x000000cc0000-0x000000ce0000 : "boot_logo"
[ 1.005380] 0x000000ce0000-0x000000d00000 : "shutdown_logo"
[ 1.012883] 0x000000d00000-0x000000d10000 : "env"
[ 1.019127] 0x000000d10000-0x000000d20000 : "private"
[ 1.027350] Failed to alloc md5
[ 1.031071] eth0: Use random mac address
[ 1.035671] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.063267] sunxi-ehci sunxi-ehci.1: SW USB2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.072400] sunxi-ehci sunxi-ehci.1: new USB bus registered, assigned bus number 1
[ 1.081127] sunxi-ehci sunxi-ehci.1: irq 104, io mem 0xf1c1a000
[ 1.100039] sunxi-ehci sunxi-ehci.1: USB 0.0 started, EHCI 1.00
[ 1.107505] hub 1-0:1.0: USB hub found
[ 1.111851] hub 1-0:1.0: 1 port detected
[ 1.116744] sunxi-ehci sunxi-ehci.1: remove, state 1
[ 1.122488] usb usb1: USB disconnect, device number 1
[ 1.422901] sunxi-ehci sunxi-ehci.1: USB bus 1 deregistered
[ 1.439400] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 1.466488] sunxi-ohci sunxi-ohci.1: SW USB2.0 'Open' Host Controller (OHCI) Driver
[ 1.475217] sunxi-ohci sunxi-ohci.1: new USB bus registered, assigned bus number 1
[ 1.483902] sunxi-ohci sunxi-ohci.1: irq 105, io mem 0xf1c1a400
[ 1.554632] hub 1-0:1.0: USB hub found
[ 1.558916] hub 1-0:1.0: 1 port detected
[ 1.563871] sunxi-ohci sunxi-ohci.1: remove, state 1
[ 1.569517] usb usb1: USB disconnect, device number 1
[ 1.575910] sunxi-ohci sunxi-ohci.1: USB bus 1 deregistered
[ 1.592335] Initializing USB Mass Storage driver...
[ 1.598019] usbcore: registered new interface driver usb-storage
[ 1.604802] USB Mass Storage support registered.
[ 1.610327] file system registered
[ 1.615764] android_usb gadget: Mass Storage Function, version: 2009/09/11
[ 1.623558] android_usb gadget: Number of LUNs=1
[ 1.628867] lun0: LUN: removable file: (no medium)
[ 1.634879] android_usb gadget: android_usb ready
[ 1.640452] sunxikbd_script_init: key para not found, used default para.
[ 1.649083] sunxi-rtc sunxi-rtc: rtc core: registered sunxi-rtc as rtc0
[ 1.656832] sunxi cedar version 0.1
[ 1.660962] [cedar]: install start!!!
[ 1.665405] [cedar]: install end!!!
[ 1.669912] platform reg-20-cs-dcdc2: Driver reg-20-cs-dcdc2 requests probe deferral
[ 1.678884] platform reg-20-cs-dcdc3: Driver reg-20-cs-dcdc3 requests probe deferral
[ 1.687813] platform reg-20-cs-ldo1: Driver reg-20-cs-ldo1 requests probe deferral
[ 1.696545] platform reg-20-cs-ldo2: Driver reg-20-cs-ldo2 requests probe deferral
[ 1.705184] platform reg-20-cs-ldo3: Driver reg-20-cs-ldo3 requests probe deferral
[ 1.713903] platform reg-20-cs-ldo4: Driver reg-20-cs-ldo4 requests probe deferral
[ 1.722613] platform reg-20-cs-ldoio0: Driver reg-20-cs-ldoio0 requests probe deferral
[ 1.731523] sunxi_wdt_init_module: sunxi WatchDog Timer Driver v1.0
[ 1.738841] sunxi_wdt_probe: devm_ioremap return wdt_reg 0xf1c20ca0, res->start 0x01c20ca0, res->end 0x01c20cbf
[ 1.750270] sunxi_wdt_probe: initialized (g_timeout=16s, g_nowayout=0)
[ 1.757994] wdt_enable, write reg 0xf1c20cb8 val 0x00000000
[ 1.764311] wdt_set_tmout, write 0x000000b0 to mode reg 0xf1c20cb8, actual timeout 16 sec
[ 1.774150] [mmc]: SD/MMC/SDIO Host Controller Driver(v1.114 2015-6-2 10:21) Compiled in May 2 2022 at 01:42:31
[ 1.785718] [mmc]: get mmc0's sdc_power failed
[ 1.790777] [mmc]: get mmc1's sdc_power failed
[ 1.795818] [mmc]: MMC host used card: 0x3, boot card: 0x1, io_card 2
[ 1.804000] [mmc]: sdc0 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 1.815143] [mmc]: sdc0 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 1.825602] [mmc]: sdc1 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 1.835523] [mmc]: sdc0 power_supply is null
[ 1.843384] sunxi_leds_fetch_sysconfig_para leds is not used in config
[ 1.850758] =========script_get_err============
[ 1.856207] usbcore: registered new interface driver usbhid
[ 1.862542] usbhid: USB HID core driver
[ 1.866996] [mmc]: sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 1.877880] ashmem: initialized
[ 1.881761] logger: created 256K log 'log_main'
[ 1.886994] logger: created 32K log 'log_events'
[ 1.892573] logger: created 32K log 'log_radio'
[ 1.897895] logger: created 32K log 'log_system'
[ 1.904600] script_get_item return audio_pa_ctrl type err
[ 1.911709] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 52, RTO !!
[ 1.920281] asoc: sndcodec <-> sunxi-codec mapping ok
[ 1.926092] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 52, RTO !!
[ 1.934459] [mmc]: sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 1.946837] TCP: cubic registered
[ 1.950769] NET: Registered protocol family 17
[ 1.956060] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
[ 1.964867] ThumbEE CPU extension supported.
[ 1.970924] Registering SWP/SWPB emulation handler
[ 1.977378] [mmc]: sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 1.988683] platform reg-20-cs-ldoio0: Driver reg-20-cs-ldoio0 requests probe deferral
[ 1.997810] platform reg-20-cs-ldo4: Driver reg-20-cs-ldo4 requests probe deferral
[ 2.007681] platform reg-20-cs-ldo3: Driver reg-20-cs-ldo3 requests probe deferral
[ 2.016220] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 8, RTO !!
[ 2.024562] *******************Try sdio*******************
[ 2.030820] platform reg-20-cs-ldo2: Driver reg-20-cs-ldo2 requests probe deferral
[ 2.039418] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 5, RTO !!
[ 2.047794] platform reg-20-cs-ldo1: Driver reg-20-cs-ldo1 requests probe deferral
[ 2.056313] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 5, RTO !!
[ 2.064677] platform reg-20-cs-dcdc3: Driver reg-20-cs-dcdc3 requests probe deferral
[ 2.073473] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 5, RTO !!
[ 2.081746] platform reg-20-cs-dcdc2: Driver reg-20-cs-dcdc2 requests probe deferral
[ 2.090543] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 5, RTO !!
[ 2.098852] *******************Try sd *******************
[ 2.105045] sunxi-rtc sunxi-rtc: setting system clock to 1970-01-01 00:00:03 UTC (3)
[ 2.113842] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 55, RTO !!
[ 2.123002] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 55, RTO !!
[ 2.132034] [wifi module_pm]: failed to fetch wifi configuration!
[ 2.139030] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 55, RTO !!
[ 2.147402] [wifi module_pm]: regulator on.
[ 2.152258] [wifi_pm]: no wifi used in configuration
[ 2.157865]
[ 2.157869] *****May 2 2022 01:42:38 EAGLE DRIVER VER:75be56bfbaf7*****
[ 2.157875]
[ 2.169157] =======================================================
[ 2.176334] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 55, RTO !!
[ 2.184714] ==== Launching Wi-Fi driver! (Powered by Rockchip) ====
[ 2.191860] =======================================================
[ 2.198913] Espressif ESP8089 SDIO WiFi driver (Powered by Rockchip, Ver2.25(01/22/2016),Drv: 2.26) init.
[ 2.209727] [wifi_pm]: wrong module select 0 !
[ 2.314962] *******************Try mmc*******************
[ 2.321075] [mmc]: sdc0 set ios: clk 400000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.332379] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 1, RTO !!
[ 2.340626] [mmc]: sdc0 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.350724] [mmc]: sdc0 power_supply is null
[ 2.358236] [mmc]: sdc0 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.369518] [mmc]: sdc0 power_supply is null
[ 2.390029] [mmc]: sdc0 set ios: clk 300000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.421111] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 52, RTO !!
[ 2.430516] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 52, RTO !!
[ 2.438924] [mmc]: sdc0 set ios: clk 300000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.451883] [mmc]: sdc0 set ios: clk 300000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.464330] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 8, RTO !!
[ 2.472639] *******************Try sdio*******************
[ 2.479990] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 5, RTO !!
[ 2.489286] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 5, RTO !!
[ 2.498673] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 5, RTO !!
[ 2.508080] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 5, RTO !!
[ 2.516301] *******************Try sd *******************
[ 2.523560] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 55, RTO !!
[ 2.532956] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 55, RTO !!
[ 2.542443] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 55, RTO !!
[ 2.551922] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 55, RTO !!
[ 2.560243] *******************Try mmc*******************
[ 2.561894] [mmc]: sdc0 set ios: clk 300000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.577951] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 1, RTO !!
[ 2.586181] [mmc]: sdc0 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.596261] [mmc]: sdc0 power_supply is null
[ 2.603683] [mmc]: sdc0 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.615050] [mmc]: sdc0 power_supply is null
[ 2.640022] [mmc]: sdc0 set ios: clk 200000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.671635] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 52, RTO !!
[ 2.681658] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 52, RTO !!
[ 2.690075] [mmc]: sdc0 set ios: clk 200000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.703205] [mmc]: sdc0 set ios: clk 200000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.716300] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 8, RTO !!
[ 2.724616] *******************Try sdio*******************
[ 2.732424] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 5, RTO !!
[ 2.742354] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 5, RTO !!
[ 2.752295] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 5, RTO !!
[ 2.762129] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 5, RTO !!
[ 2.770442] *******************Try sd *******************
[ 2.778144] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 55, RTO !!
[ 2.788169] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 55, RTO !!
[ 2.798189] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 55, RTO !!
[ 2.808124] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 55, RTO !!
[ 2.816534] *******************Try mmc*******************
[ 2.822631] [mmc]: sdc0 set ios: clk 200000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.834725] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 1, RTO !!
[ 2.843041] [mmc]: sdc0 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.853120] [mmc]: sdc0 power_supply is null
[ 2.860534] [mmc]: sdc0 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.871892] [mmc]: sdc0 power_supply is null
[ 2.890025] [mmc]: sdc0 set ios: clk 150000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.921097] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 52, RTO !!
[ 2.930597] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 52, RTO !!
[ 2.938916] [mmc]: sdc0 set ios: clk 150000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.951869] [mmc]: sdc0 set ios: clk 150000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.964400] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 8, RTO !!
[ 2.972705] *******************Try sdio*******************
[ 2.979967] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 5, RTO !!
[ 2.989263] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 5, RTO !!
[ 2.998563] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 5, RTO !!
[ 3.007946] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 5, RTO !!
[ 3.016257] *******************Try sd *******************
[ 3.023427] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 55, RTO !!
[ 3.032913] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 55, RTO !!
[ 3.042456] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 55, RTO !!
[ 3.051948] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 55, RTO !!
[ 3.060361] *******************Try mmc*******************
[ 3.061919] [mmc]: sdc0 set ios: clk 150000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.077999] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 1, RTO !!
[ 3.086322] [mmc]: sdc0 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.096317] [mmc]: sdc0 power_supply is null
[ 3.103840] [mmc]: sdc1 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.115207] [mmc]: sdc1 power_supply is null
[ 3.140020] [mmc]: sdc1 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.172341] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 3.181467] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 3.189877] [mmc]: sdc1 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.202701] [mmc]: sdc1 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.214956] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 8, RTO !!
[ 3.223184] *******************Try sdio*******************
[ 3.230255] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 3.239278] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 3.248385] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 3.257518] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 3.265737] *******************Try sd *******************
[ 3.272725] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 3.281848] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 3.291058] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 3.300260] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 3.308581] *******************Try mmc*******************
[ 3.314764] [mmc]: sdc1 set ios: clk 400000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.326014] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 1, RTO !!
[ 3.334241] [mmc]: sdc1 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.344333] [mmc]: sdc1 power_supply is null
[ 3.351845] [mmc]: sdc1 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.363120] [mmc]: sdc1 power_supply is null
[ 3.380026] [mmc]: sdc1 set ios: clk 300000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.412602] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 3.422084] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 3.430490] [mmc]: sdc1 set ios: clk 300000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.443440] [mmc]: sdc1 set ios: clk 300000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.455882] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 8, RTO !!
[ 3.464191] *******************Try sdio*******************
[ 3.471545] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 3.480838] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 3.490221] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 3.499511] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 3.507817] *******************Try sd *******************
[ 3.515078] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 3.524471] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 3.533962] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 3.543351] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 3.551672] *******************Try mmc*******************
[ 3.553323] [mmc]: sdc1 set ios: clk 300000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.569293] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 1, RTO !!
[ 3.577606] [mmc]: sdc1 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.587694] [mmc]: sdc1 power_supply is null
[ 3.595120] [mmc]: sdc1 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.606480] [mmc]: sdc1 power_supply is null
[ 3.630020] [mmc]: sdc1 set ios: clk 200000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.663133] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 3.673147] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 3.681475] [mmc]: sdc1 set ios: clk 200000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.694694] [mmc]: sdc1 set ios: clk 200000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.707784] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 8, RTO !!
[ 3.716104] *******************Try sdio*******************
[ 3.723898] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 3.733813] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 3.743728] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 3.753553] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 3.761863] *******************Try sd *******************
[ 3.769553] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 3.779563] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 3.789569] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 3.799493] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 3.807902] *******************Try mmc*******************
[ 3.813997] [mmc]: sdc1 set ios: clk 200000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.826084] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 1, RTO !!
[ 3.834401] [mmc]: sdc1 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.844489] [mmc]: sdc1 power_supply is null
[ 3.851913] [mmc]: sdc1 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.863275] [mmc]: sdc1 power_supply is null
[ 3.880021] [mmc]: sdc1 set ios: clk 150000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.912600] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 3.922079] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 3.930401] [mmc]: sdc1 set ios: clk 150000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.943352] [mmc]: sdc1 set ios: clk 150000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.955884] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 8, RTO !!
[ 3.964106] *******************Try sdio*******************
[ 3.971453] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 3.980827] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 3.990120] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 3.999490] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 4.007800] *******************Try sd *******************
[ 4.014960] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 4.024440] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 4.033827] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 4.043300] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 4.051890] *******************Try mmc*******************
[ 4.057984] [mmc]: sdc1 set ios: clk 150000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 4.069542] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 1, RTO !!
[ 4.077867] [mmc]: sdc1 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 4.087883] [mmc]: sdc1 power_supply is null
[ 13.310035] esp_sdio_init ------ RETRY ------
[ 13.315134] =======================================================
[ 13.322312] ==== Dislaunching Wi-Fi driver! (Powered by Rockchip) ====
[ 13.329650] =======================================================
[ 13.336795] Espressif ESP8089 SDIO WiFi driver (Powered by Rockchip, Ver2.26(01/22/2016),Drv: 2.26) exit.
[ 13.347608] [wifi_pm]: wrong module select 0 !
[ 13.452641] =======================================================
[ 13.459775] ==== Launching Wi-Fi driver! (Powered by Rockchip) ====
[ 13.466829] =======================================================
[ 13.473971] Espressif ESP8089 SDIO WiFi driver (Powered by Rockchip, Ver2.25(01/22/2016),Drv: 2.26) init.
[ 13.484791] [wifi_pm]: wrong module select 0 !
[ 13.589842] [mmc]: sdc1 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 13.601225] [mmc]: sdc1 power_supply is null
[ 13.620035] [mmc]: sdc1 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 13.652342] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 13.661559] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 13.669890] [mmc]: sdc1 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 13.682744] [mmc]: sdc1 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 13.694993] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 8, RTO !!
[ 13.703226] *******************Try sdio*******************
[ 13.710297] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 13.719412] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 13.728435] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 13.737547] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 13.745771] *******************Try sd *******************
[ 13.752758] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 13.761985] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 13.771107] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 13.780315] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 13.788718] *******************Try mmc*******************
[ 13.794820] [mmc]: sdc1 set ios: clk 400000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 13.806071] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 1, RTO !!
[ 13.814301] [mmc]: sdc1 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 13.824392] [mmc]: sdc1 power_supply is null
[ 13.831908] [mmc]: sdc1 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 13.843177] [mmc]: sdc1 power_supply is null
[ 13.860020] [mmc]: sdc1 set ios: clk 300000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 13.892606] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 13.901998] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 13.910421] [mmc]: sdc1 set ios: clk 300000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 13.923375] [mmc]: sdc1 set ios: clk 300000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 13.935912] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 8, RTO !!
[ 13.944140] *******************Try sdio*******************
[ 13.951485] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 13.960778] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 13.970155] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 13.979535] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 13.987754] *******************Try sd *******************
[ 13.995009] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 14.004396] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 14.013875] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 14.023355] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 14.031673] *******************Try mmc*******************
[ 14.033327] [mmc]: sdc1 set ios: clk 300000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 14.049380] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 1, RTO !!
[ 14.057614] [mmc]: sdc1 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 14.067703] [mmc]: sdc1 power_supply is null
[ 14.075139] [mmc]: sdc1 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 14.086501] [mmc]: sdc1 power_supply is null
[ 14.110021] [mmc]: sdc1 set ios: clk 200000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 14.143133] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 14.153152] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 14.161561] [mmc]: sdc1 set ios: clk 200000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 14.174684] [mmc]: sdc1 set ios: clk 200000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 14.187773] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 8, RTO !!
[ 14.196082] *******************Try sdio*******************
[ 14.203878] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 14.213793] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 14.223708] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 14.233558] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 14.241869] *******************Try sd *******************
[ 14.249573] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 14.259583] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 14.269508] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 14.279428] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 14.287837] *******************Try mmc*******************
[ 14.293934] [mmc]: sdc1 set ios: clk 200000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 14.306024] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 1, RTO !!
[ 14.314343] [mmc]: sdc1 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 14.324426] [mmc]: sdc1 power_supply is null
[ 14.331871] [mmc]: sdc1 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 14.343231] [mmc]: sdc1 power_supply is null
[ 14.360023] [mmc]: sdc1 set ios: clk 150000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 14.392603] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 14.402089] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 14.410427] [mmc]: sdc1 set ios: clk 150000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 14.423376] [mmc]: sdc1 set ios: clk 150000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 14.435903] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 8, RTO !!
[ 14.444217] *******************Try sdio*******************
[ 14.451476] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 14.460873] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 14.470159] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 14.479549] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 14.487855] *******************Try sd *******************
[ 14.495023] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 14.504496] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 14.513886] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 14.523359] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 14.531766] *******************Try mmc*******************
[ 14.533331] [mmc]: sdc1 set ios: clk 150000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 14.549380] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 1, RTO !!
[ 14.557699] [mmc]: sdc1 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 14.567695] [mmc]: sdc1 power_supply is null
[ 24.590031] esp_sdio_init ------ RETRY ------
[ 24.595145] =======================================================
[ 24.602303] ==== Dislaunching Wi-Fi driver! (Powered by Rockchip) ====
[ 24.609663] =======================================================
[ 24.616811] Espressif ESP8089 SDIO WiFi driver (Powered by Rockchip, Ver2.26(01/22/2016),Drv: 2.26) exit.
[ 24.627624] [wifi_pm]: wrong module select 0 !
[ 24.732657] =======================================================
[ 24.739797] ==== Launching Wi-Fi driver! (Powered by Rockchip) ====
[ 24.746850] =======================================================
[ 24.753988] Espressif ESP8089 SDIO WiFi driver (Powered by Rockchip, Ver2.25(01/22/2016),Drv: 2.26) init.
[ 24.764804] [wifi_pm]: wrong module select 0 !
[ 24.869860] [mmc]: sdc1 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 24.881232] [mmc]: sdc1 power_supply is null
[ 24.900038] [mmc]: sdc1 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 24.932349] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 24.941578] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 24.949898] [mmc]: sdc1 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 24.962732] [mmc]: sdc1 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 24.974992] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 8, RTO !!
[ 24.983332] *******************Try sdio*******************
[ 24.990316] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 24.999424] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 25.008448] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 25.017563] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 25.025870] *******************Try sd *******************
[ 25.032781] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 25.041991] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 25.051114] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 25.060316] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 25.068722] *******************Try mmc*******************
[ 25.074824] [mmc]: sdc1 set ios: clk 400000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.086165] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 1, RTO !!
[ 25.094485] [mmc]: sdc1 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.104507] [mmc]: sdc1 power_supply is null
[ 25.112023] [mmc]: sdc1 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.123389] [mmc]: sdc1 power_supply is null
[ 25.140029] [mmc]: sdc1 set ios: clk 300000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.172605] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 25.182024] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 25.190436] [mmc]: sdc1 set ios: clk 300000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.203396] [mmc]: sdc1 set ios: clk 300000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.215931] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 8, RTO !!
[ 25.224155] *******************Try sdio*******************
[ 25.231507] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 25.240794] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 25.250178] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 25.259465] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 25.267688] *******************Try sd *******************
[ 25.274938] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 25.284334] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 25.293814] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 25.303288] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 25.311607] *******************Try mmc*******************
[ 25.313259] [mmc]: sdc1 set ios: clk 300000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.329312] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 1, RTO !!
[ 25.337540] [mmc]: sdc1 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.347631] [mmc]: sdc1 power_supply is null
[ 25.355057] [mmc]: sdc1 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.366330] [mmc]: sdc1 power_supply is null
[ 25.390019] [mmc]: sdc1 set ios: clk 200000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.423135] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 25.433149] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 25.441560] [mmc]: sdc1 set ios: clk 200000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.454769] [mmc]: sdc1 set ios: clk 200000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.467770] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 8, RTO !!
[ 25.476084] *******************Try sdio*******************
[ 25.483965] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 25.493794] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 25.503705] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 25.513534] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 25.521859] *******************Try sd *******************
[ 25.529634] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 25.539575] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 25.549585] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 25.559509] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 25.567928] *******************Try mmc*******************
[ 25.574114] [mmc]: sdc1 set ios: clk 200000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.586115] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 1, RTO !!
[ 25.594428] [mmc]: sdc1 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.604518] [mmc]: sdc1 power_supply is null
[ 25.611945] [mmc]: sdc1 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.623306] [mmc]: sdc1 power_supply is null
[ 25.640021] [mmc]: sdc1 set ios: clk 150000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.672601] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 25.682100] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 25.690422] [mmc]: sdc1 set ios: clk 150000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.703373] [mmc]: sdc1 set ios: clk 150000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.715918] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 8, RTO !!
[ 25.724229] *******************Try sdio*******************
[ 25.731504] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 25.740878] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 25.750268] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 25.759554] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 25.767865] *******************Try sd *******************
[ 25.775027] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 25.784507] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 25.793981] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 25.803374] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 25.811780] *******************Try mmc*******************
[ 25.813345] [mmc]: sdc1 set ios: clk 150000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.829391] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 1, RTO !!
[ 25.837707] [mmc]: sdc1 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.847796] [mmc]: sdc1 power_supply is null
[ 35.870028] esp_sdio_init ------ RETRY ------
[ 35.875133] =======================================================
[ 35.882299] ==== Dislaunching Wi-Fi driver! (Powered by Rockchip) ====
[ 35.889635] =======================================================
[ 35.896783] Espressif ESP8089 SDIO WiFi driver (Powered by Rockchip, Ver2.26(01/22/2016),Drv: 2.26) exit.
[ 35.907590] [wifi_pm]: wrong module select 0 !
[ 36.012641] =======================================================
[ 36.019777] ==== Launching Wi-Fi driver! (Powered by Rockchip) ====
[ 36.026834] =======================================================
[ 36.033974] Espressif ESP8089 SDIO WiFi driver (Powered by Rockchip, Ver2.25(01/22/2016),Drv: 2.26) init.
[ 36.044793] [wifi_pm]: wrong module select 0 !
[ 36.149847] [mmc]: sdc1 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 36.161230] [mmc]: sdc1 power_supply is null
[ 36.180028] [mmc]: sdc1 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 36.212343] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 36.221583] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 36.229904] [mmc]: sdc1 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 36.242740] [mmc]: sdc1 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 36.255019] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 8, RTO !!
[ 36.263245] *******************Try sdio*******************
[ 36.270241] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 36.279347] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 36.288376] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 36.297485] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 36.305794] *******************Try sd *******************
[ 36.312693] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 36.321918] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 36.331123] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 36.340245] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 36.348647] *******************Try mmc*******************
[ 36.354750] [mmc]: sdc1 set ios: clk 400000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 36.365999] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 1, RTO !!
[ 36.374314] [mmc]: sdc1 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 36.384405] [mmc]: sdc1 power_supply is null
[ 36.391828] [mmc]: sdc1 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 36.403190] [mmc]: sdc1 power_supply is null
[ 36.420021] [mmc]: sdc1 set ios: clk 300000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 36.452600] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 36.462075] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 36.470403] [mmc]: sdc1 set ios: clk 300000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 36.483373] [mmc]: sdc1 set ios: clk 300000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 36.495900] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 8, RTO !!
[ 36.504129] *******************Try sdio*******************
[ 36.511476] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 36.520857] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 36.530147] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 36.539526] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 36.547751] *******************Try sd *******************
[ 36.554999] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 36.564469] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 36.573843] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 36.583313] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 36.591715] *******************Try mmc*******************
[ 36.593284] [mmc]: sdc1 set ios: clk 300000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 36.609337] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 1, RTO !!
[ 36.617653] [mmc]: sdc1 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 36.627654] [mmc]: sdc1 power_supply is null
[ 36.635167] [mmc]: sdc1 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 36.646441] [mmc]: sdc1 power_supply is null
[ 36.670024] [mmc]: sdc1 set ios: clk 200000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 36.703133] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 36.713083] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 36.721491] [mmc]: sdc1 set ios: clk 200000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 36.734710] [mmc]: sdc1 set ios: clk 200000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 36.747798] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 8, RTO !!
[ 36.756020] *******************Try sdio*******************
[ 36.763902] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 36.773728] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 36.783642] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 36.793572] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 36.801795] *******************Try sd *******************
[ 36.809577] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 36.819498] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 36.829512] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 36.839528] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 36.847846] *******************Try mmc*******************
[ 36.854039] [mmc]: sdc1 set ios: clk 200000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 36.866133] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 1, RTO !!
[ 36.874367] [mmc]: sdc1 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 36.884455] [mmc]: sdc1 power_supply is null
[ 36.891885] [mmc]: sdc1 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 36.903241] [mmc]: sdc1 power_supply is null
[ 36.920017] [mmc]: sdc1 set ios: clk 150000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 36.952604] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 36.962084] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 36.970409] [mmc]: sdc1 set ios: clk 150000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 36.983355] [mmc]: sdc1 set ios: clk 150000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 36.995797] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 8, RTO !!
[ 37.004110] *******************Try sdio*******************
[ 37.011367] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 37.020764] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 37.030137] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 37.039430] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 37.047737] *******************Try sd *******************
[ 37.054909] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 37.064305] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 37.073787] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 37.083204] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 37.091609] *******************Try mmc*******************
[ 37.093175] [mmc]: sdc1 set ios: clk 150000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 37.109255] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 1, RTO !!
[ 37.117581] [mmc]: sdc1 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 37.127670] [mmc]: sdc1 power_supply is null
[ 47.150027] esp_sdio_init ------ RETRY ------
[ 47.155225] =======================================================
[ 47.162296] ==== Dislaunching Wi-Fi driver! (Powered by Rockchip) ====
[ 47.169725] =======================================================
[ 47.176782] Espressif ESP8089 SDIO WiFi driver (Powered by Rockchip, Ver2.26(01/22/2016),Drv: 2.26) exit.
[ 47.187591] [wifi_pm]: wrong module select 0 !
[ 47.292623] eagle sdio can not power up!
[ 47.297078] ALSA device list:
[ 47.300467] #0: audiocodec
[ 47.304240] Freeing init memory: 140K
[ 47.310514] init: skipping insecure file '/default.prop'
[ 47.316684] init: skipping insecure file '/init.rc'
[ 47.322682] init: /init.rc: 127: invalid option 'root'
[ 47.328546] init: skipping insecure file '/init.sun8i.rc'
[ 47.334840] init: /init.sun8i.rc: 54: invalid option 'root'
[ 47.341198] init: skipping insecure file 'init.sun8i.usb.rc'
[ 47.348226] init: command 'loglevel' r=0
[ 47.354249] init: skipping insecure file '/ueventd.rc'
[ 47.360228] init: command 'export' r=0
[ 47.364617] init: command 'export' r=0
[ 47.368879] init: command 'export' r=0
[ 47.373413] init: skipping insecure file '/ueventd.sun8i.rc'
[ 47.390342] init: command 'export' r=0
[ 47.394749] init: command 'symlink' r=0
[ 47.399136] init: command 'symlink' r=0
[ 47.410416] init: command 'symlink' r=0
[ 47.414887] init: command 'mkdir' r=0
[ 47.419090] init: command 'mkdir' r=0
[ 47.440393] init: command 'mkdir' r=0
[ 47.444652] init: command 'mkdir' r=-2
[ 47.448920] init: processing action 0x1981138 (init)
[ 47.467036] init: command 'export' r=0
[ 47.471409] init: command 'export' r=0
[ 47.475785] init: command 'export' r=0
[ 47.480169] init: command 'export' r=0
[ 47.484431] init: processing action 0x197fc28 (early-fs)
[ 47.490615] init: command 'mkdir' r=0
[ 47.494839] init: command 'mkdir' r=0
[ 47.499032] init: command 'mkdir' r=0
[ 47.503312] init: processing action 0x19823d8 (console_init)
[ 47.510059] init: command 'console_init' r=0
[ 47.514924] init: processing action 0x197ff30 (fs)
[ 47.520485] init: command 'wait' r=0
[ 47.525181] init: command 'setupfs' r=1
[ 47.529695] init: out of loopback devices source = /dev/block/mtdblock2
[ 47.537192] init: out of loopback devices target = /system
[ 47.543497] init: out of loopback devices system = squashfs
[ 47.549779] init: out of loopback devices options = (null)
[ 47.559409] init: command 'mount' r=0
[ 47.563730] init: command 'wait' r=0
[ 47.567807] init: out of loopback devices source = /dev/block/mtdblock3
[ 47.575377] init: out of loopback devices target = /data
[ 47.581384] init: out of loopback devices system = jffs2
[ 47.587460] init: out of loopback devices options = (null)
[ 47.602933] init: command 'mount' r=0
[ 47.607296] init: processing action 0x1980010 (post-fs)
[ 47.613245] init: out of loopback devices source = rootfs
[ 47.619335] init: out of loopback devices target = /
[ 47.625054] init: out of loopback devices system = rootfs
[ 47.631151] init: out of loopback devices options = (null)
[ 47.637555] init: command 'mount' r=0
[ 47.641756] init: processing action 0x1980070 (post-fs-data)
[ 47.648574] init: command 'chown' r=0
[ 47.653903] init: command 'chmod' r=0
[ 47.658150] init: command 'chmod' r=-2
[ 47.663813] init: command 'mkdir' r=0
[ 47.668005] init: command 'restorecon' r=0
[ 47.673998] init: command 'mkdir' r=0
[ 47.679211] init: command 'mkdir' r=0
[ 47.684903] init: processing action 0x1980e20 (post-fs-data)
[ 47.695286] init: skipping insecure file '/system/vendor/modules/videobuf-core.ko'
[ 47.717418] init: command 'insmod' r=0
[ 47.721953] init: skipping insecure file '/system/vendor/modules/videobuf-dma-contig.ko'
[ 47.731999] init: command 'insmod' r=0
[ 47.736518] init: skipping insecure file '/system/vendor/modules/cci.ko'
[ 47.772405] [VFE]cci probe start cci_sel = 0!
[ 47.777397] [VFE]cci probe end cci_sel = 0!
[ 47.782284] platform reg-20-cs-dcdc2: Driver reg-20-cs-dcdc2 requests probe deferral
[ 47.791199] [VFE]cci_init end
[ 47.794728] init: command 'insmod' r=0
[ 47.799161] init: skipping insecure file '/system/vendor/modules/vfe_os.ko'
[ 47.807248] platform reg-20-cs-dcdc3: Driver reg-20-cs-dcdc3 requests probe deferral
[ 47.817940] platform reg-20-cs-ldo1: Driver reg-20-cs-ldo1 requests probe deferral
[ 47.828138] platform reg-20-cs-ldo2: Driver reg-20-cs-ldo2 requests probe deferral
[ 47.837726] platform reg-20-cs-ldo3: Driver reg-20-cs-ldo3 requests probe deferral
[ 47.847043] platform reg-20-cs-ldo4: Driver reg-20-cs-ldo4 requests probe deferral
[ 47.856503] platform reg-20-cs-ldoio0: Driver reg-20-cs-ldoio0 requests probe deferral
[ 47.890876] init: command 'insmod' r=0
[ 47.895311] init: skipping insecure file '/system/vendor/modules/vfe_subdev.ko'
[ 47.904600] init: command 'insmod' r=0
[ 47.909006] init: skipping insecure file '/system/vendor/modules/ar0330_mipi.ko'
[ 47.918556] init: command 'insmod' r=0
[ 47.923027] init: skipping insecure file '/system/vendor/modules/ov2710_mipi.ko'
[ 47.932583] init: command 'insmod' r=0
[ 47.937017] init: skipping insecure file '/system/vendor/modules/ov5647_mipi.ko'
[ 47.946648] init: command 'insmod' r=0
[ 47.951122] init: skipping insecure file '/system/vendor/modules/vfe_v4l2.ko'
[ 48.095510] [VFE]Welcome to Video Front End driver
[ 48.101570] [VFE]pdev->id = 0
[ 48.104967] [VFE]dev->mipi_sel = 0
[ 48.108995] [VFE]dev->vip_sel = 0
[ 48.112807] [VFE]dev->isp_sel = 0
[ 48.122823] [VFE_WARN]vfe vpu clock is null
[ 48.134158] [ISP] isp platform_id = 6!
[ 48.138585] platform reg-20-cs-ldoio0: Driver reg-20-cs-ldoio0 requests probe deferral
[ 48.147635] [VFE]probe_work_handle start!
[ 48.152196] [VFE]..........................vfe clk open!.......................
[ 48.160610] [VFE]vfe_init end
[ 48.164444] init: command 'insmod' r=0
[ 48.168857] init: skipping insecure file '/system/vendor/modules/uvcvideo.ko'
[ 48.177161] platform reg-20-cs-ldo4: Driver reg-20-cs-ldo4 requests probe deferral
[ 48.186120] [VFE]v4l2 subdev register input_num = 0
[ 48.191663] [VFE]vfe sensor detect start! input_num = 0
[ 48.197562] [VFE]Find sensor name is "ov5647_mipi", i2c address is 6c, type is "RAW" !
[ 48.206577] [VFE]Sub device register "ov5647_mipi" i2c_addr = 0x6c start!
[ 48.214311] [VFE]v4l2_device_register_subdev return 0
[ 48.220016] [VFE]registered sensor subdev is OK!
[ 48.225321] [VFE]Check sensor!
[ 48.228799] [VFE]Sub device register "ov5647_mipi" is OK!
[ 48.237598] platform reg-20-cs-ldo3: Driver reg-20-cs-ldo3 requests probe deferral
[ 48.246413] uvcvideo: Adding mapping Brightness to control 00000000-0000-0000-0000-000000000101/2.
[ 48.256637] platform reg-20-cs-ldo2: Driver reg-20-cs-ldo2 requests probe deferral
[ 48.265160] uvcvideo: Adding mapping Contrast to control 00000000-0000-0000-0000-000000000101/3.
[ 48.275079] platform reg-20-cs-ldo1: Driver reg-20-cs-ldo1 requests probe deferral
[ 48.283687] uvcvideo: Adding mapping Hue to control 00000000-0000-0000-0000-000000000101/6.
[ 48.293198] platform reg-20-cs-dcdc3: Driver reg-20-cs-dcdc3 requests probe deferral
[ 48.301906] uvcvideo: Adding mapping Saturation to control 00000000-0000-0000-0000-000000000101/7.
[ 48.312086] platform reg-20-cs-dcdc2: Driver reg-20-cs-dcdc2 requests probe deferral
[ 48.320882] uvcvideo: Adding mapping Sharpness to control 00000000-0000-0000-0000-000000000101/8.
[ 48.331469] uvcvideo: Adding mapping Gamma to control 00000000-0000-0000-0000-000000000101/9.
[ 48.341224] uvcvideo: Adding mapping Backlight Compensation to control 00000000-0000-0000-0000-000000000101/1.
[ 48.353235] uvcvideo: Adding mapping Gain to control 00000000-0000-0000-0000-000000000101/4.
[ 48.362934] uvcvideo: Adding mapping Power Line Frequency to control 00000000-0000-0000-0000-000000000101/5.
[ 48.374969] [VFE]Check open /system/etc/hawkview/ov5647_mipi/isp_test_param.ini failed!
[ 48.374981] Match isp cfg start!
[ 48.387945] [VFE]Match isp cfg ok
[ 48.391823] uvcvideo: Adding mapping Hue, Auto to control 00000000-0000-0000-0000-000000000101/16.
[ 48.401993] uvcvideo: Adding mapping Exposure, Auto to control 00000000-0000-0000-0000-000000000001/2.
[ 48.413050] [VFE]V4L2 device registered as video0
[ 48.418449] [VFE]..........................vfe clk close!.......................
[ 48.426914] uvcvideo: Adding mapping Exposure, Auto Priority to control 00000000-0000-0000-0000-000000000001/3.
[ 48.438331] [VFE]probe_work_handle end!
[ 48.442712] uvcvideo: Adding mapping Exposure (Absolute) to control 00000000-0000-0000-0000-000000000001/4.
[ 48.453725] uvcvideo: Adding mapping White Balance Temperature, Auto to control 00000000-0000-0000-0000-000000000101/11.
[ 48.466043] uvcvideo: Adding mapping White Balance Temperature to control 00000000-0000-0000-0000-000000000101/10.
[ 48.477732] uvcvideo: Adding mapping White Balance Component, Auto to control 00000000-0000-0000-0000-000000000101/13.
[ 48.489805] uvcvideo: Adding mapping White Balance Blue Component to control 00000000-0000-0000-0000-000000000101/12.
[ 48.501780] uvcvideo: Adding mapping White Balance Red Component to control 00000000-0000-0000-0000-000000000101/12.
[ 48.513653] uvcvideo: Adding mapping Focus (absolute) to control 00000000-0000-0000-0000-000000000001/6.
[ 48.524373] uvcvideo: Adding mapping Focus, Auto to control 00000000-0000-0000-0000-000000000001/8.
[ 48.534518] uvcvideo: Adding mapping Zoom, Absolute to control 00000000-0000-0000-0000-000000000001/11.
[ 48.545137] uvcvideo: Adding mapping Zoom, Continuous to control 00000000-0000-0000-0000-000000000001/12.
[ 48.555952] uvcvideo: Adding mapping Privacy to control 00000000-0000-0000-0000-000000000001/17.
[ 48.566107] usbcore: registered new interface driver uvcvideo
[ 48.572609] USB Video Class driver (v1.0.8_SONiX_v2.6.36.04)
[ 48.579136] init: command 'insmod' r=0
[ 48.583563] init: skipping insecure file '/system/vendor/modules/da380.ko'
[ 48.592608] step1 : gsensor_fetch_sysconfig_para
[ 48.597895] step2 : gsensor_fetch_sysconfig_para
[ 48.603253] step3 : gsensor_fetch_sysconfig_para
[ 48.608468] step4 : mir3da_init
[ 48.612347] i2c-core: driver [da380] using legacy suspend method
[ 48.619202] i2c-core: driver [da380] using legacy resume method
[ 48.625913] richard mir3da_detect: mir3da_detect:bus[0] addr[0x27]
[ 48.638312] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x27)
[ 48.652850] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x27)
[ 48.667280] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x27)
[ 48.676641] [MIR3DA] Can't find Mir3da gsensor!!
[ 48.682022] init: command 'insmod' r=0
[ 48.686420] init: skipping insecure file '/system/vendor/modules/sw-device.ko'
[ 48.698311] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x18)
[ 48.707861] init: command 'insmod' r=0
[ 48.712279] init: processing action 0x1982420 (property_service_init)
[ 48.719639] init: skipping insecure file '/system/build.prop'
[ 48.726462] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x18)
[ 48.750908] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x18)
[ 48.775835] init: Created socket '/dev/socket/property_service' with mode '666', user '0', group '0'
[ 48.786439] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x18)
[ 48.795873] init: command 'property_service_init' r=0
[ 48.801622] init: processing action 0x1982468 (signal_init)
[ 48.808059] init: command 'signal_init' r=0
[ 48.812985] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x18)
[ 48.822361] init: processing action 0x19824b0 (check_startup)
[ 48.828906] init: command 'check_startup' r=0
[ 48.833949] init: processing action 0x19801c8 (boot)
[ 48.840251] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x19)
[ 48.849673] init: command 'ifup' r=0
[ 48.853925] init: command 'hostname' r=0
[ 48.858461] init: command 'domainname' r=0
[ 48.863398] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x19)
[ 48.872725] init: command 'setrlimit' r=0
[ 48.877455] init: command 'chown' r=0
[ 48.881766] init: starting 'servicemanager'
[ 48.887095] init: starting 'vold'
[ 48.891153] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x19)
[ 48.906434] init: starting 'media'
[ 48.917355] init: Created socket '/dev/socket/vold' with mode '660', user '0', group '1009'
[ 48.931490] init: starting 'startupSound'
[ 48.936424] init: command 'class_start' r=0
[ 48.942307] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x19)
[ 48.973012] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x19)
[ 48.984550] init: starting 'ccdr'
[ 48.993695] init: command 'class_start' r=0
[ 48.999071] init: processing action 0x1980fd0 (boot)
[ 49.006023] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x8)
[ 49.016203] init: starting 'adbd'
[ 49.024740] init: command 'start' r=0
[ 49.044873] init: Created socket '/dev/socket/adbd' with mode '660', user '1000', group '1000'
[ 49.057784] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x8)
[ 49.068878] init: starting 'debuggerd'
[ 49.078355] init: command 'start' r=0
[ 49.083460] init: starting 'standby'
[ 49.088003] init: command 'start' r=0
[ 49.099203] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x8)
[ 49.115871] adb_open
[ 49.121784] init: processing action 0x19824f8 (queue_property_triggers)
[ 49.130125] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x8)
[ 49.140967] init: command 'queue_property_triggers' r=0
[ 49.147601] init: processing action 0x19804a8 (property:ro.debuggable=1)
[ 49.155626] init: starting 'console'
[ 49.160071] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x8)
[ 49.170066] init: command 'start' r=0
[ 49.174365] init: processing action 0x1981e10 (property:sys.usb.config=mass_storage,adb)
[ 49.184816] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x38)
[ 49.196557] android_usb: already disabled
[ 49.201930] init: command 'write' r=0
[ 49.208399] init: command 'write' r=0
[ 49.212909] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x38)
[ 49.222981] init: command 'write' r=0
[ 49.227255] init: command 'write' r=0
[ 49.232444] ep_matches, wrn: endpoint already claimed, ep(0xc050f9b4, 0xc1a65ac0, ep1in-bulk)
[ 49.242346] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x38)
[ 49.251801] adb_bind_config
[ 49.255013] ep_matches, wrn: endpoint already claimed, ep(0xc050f9b4, 0xc1a65ac0, ep1in-bulk)
[ 49.264682] ep_matches, wrn: endpoint already claimed, ep(0xc050fa00, 0xc1a65ac0, ep1out-bulk)
[ 49.274436] ep_matches, wrn: endpoint already claimed, ep(0xc050f9b4, 0xc1a65ac0, ep1in-bulk)
[ 49.284007] ep_matches, wrn: endpoint already claimed, ep(0xc050fa00, 0xc1a65ac0, ep1out-bulk)
[ 49.293752] ep_matches, wrn: endpoint already claimed, ep(0xc050fa4c, 0xc1a7ed40, ep2in-bulk)
[ 49.304032] init: command 'write' r=0
[ 49.308294] init: command 'setprop' r=0
[ 49.312977] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x38)
[ 49.341102] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x38)
[ 49.370244] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x27)
[ 49.390272] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x27)
[ 49.410602] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x27)
[ 49.430511] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x27)
[ 49.451696] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x27)
[ 49.480556] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x26)
[ 49.500816] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x26)
[ 49.530678] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x26)
[ 49.562222] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x26)
[ 49.590910] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x26)
[ 49.622568] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1c)
[ 49.650437] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1c)
[ 49.670619] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1c)
[ 49.698647] android_usb gadget: high-speed config #1: android
[ 49.706159] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1c)
[ 49.730910] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1c)
[ 49.760259] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1d)
[ 49.780840] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1d)
[ 49.810269] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1d)
[ 49.830813] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1d)
[ 49.860250] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1d)
[ 49.881457] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x4c)
[ 49.910724] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x4c)
[ 49.941637] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x4c)
[ 49.970249] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x4c)
[ 49.990419] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x4c)
[ 50.010900] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x3d)
[ 50.041121] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x3d)
[ 50.070415] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x3d)
[ 50.090851] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x3d)
[ 50.122475] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x3d)
[ 50.150832] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x28)
[ 50.180607] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x28)
[ 50.211655] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x28)
[ 50.241779] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x28)
[ 50.287109] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x28)
[ 50.310935] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x29)
[ 50.340967] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x29)
[ 50.370350] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x29)
root@camdroid:/ # [ 50.403303] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x29)
[ 50.437020] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x29)
[ 50.470719] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0xf)
[ 50.500330] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0xf)
[ 50.531234] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0xf)
[ 50.572768] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0xf)
[ 50.600587] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0xf)
[ 50.627145] adbd (85): /proc/85/oom_adj is deprecated, please use /proc/85/oom_score_adj instead.
[ 50.641776] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x15)
[ 50.670656] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x15)
[ 50.716924] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x15)
[ 50.741155] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x15)
[ 50.770557] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x15)
[ 50.790692] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1e)
[ 50.820387] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1e)
[ 50.841088] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1e)
[ 50.870305] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1e)
[ 50.900634] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1e)
[ 50.939060] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1f)
[ 50.980923] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1f)
[ 51.028191] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1f)
[ 51.061231] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1f)
[ 51.090252] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1f)
[ 51.980424] ▒newcdr▒▒▒▒: main entry
[ 51.984816] ▒newcdr▒▒▒▒: [Firmware Version: root@tiger_cdr 2022-05-02 10:31:08]
[ 52.011306] ▒newcdr▒▒▒▒: ===no need to check battery capacity ===
[ 52.018843] [VFE]vfe_open
[ 52.030001] [VFE]..........................vfe clk open!.......................
[ 52.041129] [VFE]vfe_open ok
[ 52.045229] [VFE]vfe_close
[ 52.048356] [VFE]vfe select input flag = 0, s_input have not be used .
[ 52.055853] [VFE]..........................vfe clk close!.......................
[ 52.064347] [VFE]vfe_close end
[ 52.067924] [VFE]vfe_open
[ 52.071105] [VFE]..........................vfe clk open!.......................
[ 52.079788] [VFE]vfe_open ok
[ 52.083246] [VFE]vfe_close
[ 52.086361] [VFE]vfe select input flag = 0, s_input have not be used .
[ 52.093827] [VFE]..........................vfe clk close!.......................
[ 52.102767] [VFE]vfe_close end
[ 52.982446] [DISP] ready enter pm_runtime_get_sync, device0
[ 53.251830] [VFE]vfe_open
[ 53.256252] [VFE]..........................vfe clk open!.......................
[ 53.266929] [VFE]vfe_open ok
[ 53.270468] [VFE]Set vfe core clk = 216000000, after Set vfe core clk = 297000000
[ 53.290575] [VFE]mclk on
[ 53.377034] [VFE]V4L2_MBUS_CSI2,2 lane,bus1 channel,rx 1 channel
[ 53.504854] [OV5647_mipi]s_fmt set width = 1280, height = 720
[ 53.541684] [VFE]width_input = 1280, height_input = 720, width = 1280, height = 720
[ 53.550425] [ISP] full_size width = 1280, height = 720.
[ 53.556333] [ISP] scale width = 480, height = 272
[ 53.561749] [VFE]dev->buf_byte_size = 1581056, double_ch_flag = 1
[ 53.569126] [ISP] VIDEO_MODE!
[ 53.633605] [VFE]buffer_setup, buffer count=5, size=1581056
[ 53.665882] ▒newcdr▒▒▒▒: startPreview finished
[ 53.705576] [VFE]capture video mode!
[ 53.738886] [VFE]capture video first frame done!
[ 53.750344] init: waitpid returned pid 67, status = 00000000
[ 53.767089] init: process 'startupSound', pid 67 exited
[ 54.232696] init: processing action 0x1981e10 (property:sys.usb.config=mass_storage,adb)
[ 54.251141] adb_release
[ 54.255495] init: command 'write' r=0
[ 54.259907] adb_open
[ 54.270721] init: command 'write' r=0
[ 54.285829] init: command 'write' r=0
[ 54.292578] init: command 'write' r=0
[ 54.297636] [VFE]vfe_open
[ 54.300761] [VFE_ERR]device open busy
[ 54.304931] [VFE]vfe_open busy
[ 54.310204] ep_matches, wrn: endpoint already claimed, ep(0xc050f9b4, 0xc1a65ac0, ep1in-bulk)
[ 54.337190] adb_bind_config
[ 54.340524] ep_matches, wrn: endpoint already claimed, ep(0xc050f9b4, 0xc1a65ac0, ep1in-bulk)
[ 54.350223] ep_matches, wrn: endpoint already claimed, ep(0xc050fa00, 0xc1a65ac0, ep1out-bulk)
[ 54.359980] ep_matches, wrn: endpoint already claimed, ep(0xc050f9b4, 0xc1a65ac0, ep1in-bulk)
[ 54.369643] ep_matches, wrn: endpoint already claimed, ep(0xc050fa00, 0xc1a65ac0, ep1out-bulk)
[ 54.379307] [VFE_WARN] Nobody is waiting on this video buffer,buf = 0xc0c70840
[ 54.387527] ep_matches, wrn: endpoint already claimed, ep(0xc050fa4c, 0xc1a7ed40, ep2in-bulk)
[ 54.401731] init: command 'write' r=0
[ 54.411275] init: command 'setprop' r=0
[ 54.791930] android_usb gadget: high-speed config #1: android
离线
发现 camdroid 烧到 R11 上面就酱紫了:
HELLO! BOOT0 is starting!
get_ifm reg_val=2
get_ifm warning ...
离线
我的还在画板, 希望能一次搞定
离线
HELLO! BOOT0 is starting!
get_ifm reg_val=7
setting pmu vol system core 1.1 v
===i2c gpio === 22777777
axp read fail, maybe no pmu
set pmu vol failed,maybe no pmu
DRAM DRIVE INFO: V0.7
DRAM Type = 2 (2:DDR2,3:DDR3,6:LPDDR2,7:LPDDR3)
DRAM CLK = 360 MHz
DRAM zq value: 000039bb
DRAM size = 64 MB
Succeed in reading Boot1 file head.
Jump to secend Boot.
[ 0.093]
U-Boot 2011.09-rc1-dirty (Jun 16 2015 - 13:24:18) Allwinner Technology
[ 0.101]version: 1.1.0
[ 0.106]pmbus:
===i2c gpio === 22777777
ready
axp read error
probe axp20x failed
axp_probe fail,run clock=1008
set power on vol to default
axp_set_power_supply_output dcdc2_vol = 1200
axp set dcdc2_vol to 1200 failed
axp_set_power_supply_output dcdc3_vol = 3300
axp set dcdc3_vol to 3300 failed
axp_set_power_supply_output aldo2_vol = 2500
axp set aldo2_vol to 2500 failed
axp_set_power_supply_output aldo3_vol = 3000
axp set aldo3_vol to 3000 failed
axp_set_power_supply_output ldo1_vol = 3300
axp set ldo1_vol to 3300 failed
axp_set_power_supply_output ldo2_vol = 3000
axp set ldo2_vol to 3000 failed
[ 0.166]DRAM: 64 MiB
[debug_jaosn]:use the clock in sys_config
OK
[ 0.188]sunxi flash init ok
hello @flash_speed=1
env_relocate_spec storage_type = 3
In: serial
Out: serial
Err: serial
WORK_MODE_BOOT
read bootlogo partition successful,start_block=0x6420,rblock=0x100 ,ret=256
Use decode 1x1 sampling
sunxi_read_bootlogo: jpg convert argb
[ 0.373]Hit any key to stop autoboot: 0
read boot or recovery all
[ 0.659]sunxi flash read :offset 4000, 4194815 bytes OK
[ 0.665]ready to boot
[ 0.667]
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0
[ 0.000000] Linux version 3.4.39 (avr32@ubuntu) (gcc version 4.6.3 20120201 (prerelease) (crosstool-NG linaro-1.13.1-2012.02-20120222 - Linaro GCC 2012.02) ) #8 Tue Jul 19 15:30:10 CST 2022
[ 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] Initialized persistent memory from 41d20800-41d307ff
[ 0.000000] Memory policy: ECC disabled, Data cache writeback
[ 0.000000] On node 0 totalpages: 16384
[ 0.000000] free_area_init_node: node 0, pgdat c04e60e4, node_mem_map c0580000
[ 0.000000] Normal zone: 128 pages used for memmap
[ 0.000000] Normal zone: 0 pages reserved
[ 0.000000] Normal zone: 16256 pages, LIFO batch:3
[ 0.000000] script_init enter!
[ 0.000000] script_init exit!
[ 0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[ 0.000000] pcpu-alloc: [0] 0
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 16256
[ 0.000000] Kernel command line: console=ttyS0,115200 root=/dev/nor1 init=/init loglevel=8 partitions= mac_addr= uid=1234567890 kmemleak=on fb_base=0x41b00000 boot_type=3 config_size=32360
[ 0.000000] PID hash table entries: 256 (order: -2, 1024 bytes)
[ 0.000000] Dentry cache hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.000000] Inode-cache hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.000000] Memory: 64MB = 64MB total
[ 0.000000] Memory: 30164k/30164k available, 35372k reserved, 0K highmem
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
[ 0.000000] vmalloc : 0xc4800000 - 0xff000000 ( 936 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xc4000000 ( 64 MB)
[ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB)
[ 0.000000] .text : 0xc0008000 - 0xc047f000 (4572 kB)
[ 0.000000] .init : 0xc047f000 - 0xc04a2000 ( 140 kB)
[ 0.000000] .data : 0xc04a2000 - 0xc04e6820 ( 275 kB)
[ 0.000000] .bss : 0xc04e6844 - 0xc057fde4 ( 614 kB)
[ 0.000000] NR_IRQS:544
[ 0.000000] 524 ahb1 set parent pll_periph0d2
[ 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.000156] Calibrating delay loop (skipped), value calculated using timer frequency.. 4800.00 BogoMIPS (lpj=24000000)
[ 0.000178] pid_max: default: 32768 minimum: 301
[ 0.000316] Mount-cache hash table entries: 512
[ 0.000835] CPU: Testing write buffer coherency: ok
[ 0.001102] Setting up static identity map for 0x4035c420 - 0x4035c478
[ 0.001772] devtmpfs: initialized
[ 0.003642] pinctrl core: initialized pinctrl subsystem
[ 0.004137] NET: Registered protocol family 16
[ 0.004540] DMA: preallocated 128 KiB pool for atomic coherent allocations
[ 0.004593] script_sysfs_init success
[ 0.004628] sunxi_dump_init success
[ 0.005348] gpiochip_add: registered GPIOs 0 to 223 on device: sunxi-pinctrl
[ 0.006237] sunxi-pinctrl sunxi-pinctrl: initialized sunXi PIO driver
[ 0.006591] gpiochip_add: registered GPIOs 1024 to 1031 on device: axp-pinctrl
[ 0.007451] persistent_ram: found existing buffer, size 54284, start 54284
[ 0.245677] console [ram-1] enabled
[ 0.246187] [sunxi-module]: [sunxi-module.0] probe success
[ 0.246400] axp driver uning configuration failed(801)
[ 0.246591] axp driver uning configuration failed(808)
[ 0.246969] Not Found clk pll_isp in script
[ 0.247085] Not Found clk pll_video in script
[ 0.247275] Not Found clk pll_ve in script
[ 0.247379] Not Found clk pll_periph0 in script
[ 0.247570] Not Found clk pll_de in script
[ 0.247674] sunxi_default_clk_init
[ 0.247778] try to set pll6ahb1 to 200000000
[ 0.247978] Error not get clk pll6ahb1
[ 0.248086] Error not get clk pll6ahb1try to set ahb1 to 200000000
[ 0.248304] try to set apb1 to 100000000
[ 0.248818] ===fe3o4==== sunxi_root_procfs_attach ret:0
[ 0.252395] bio: create slab <bio-0> at 0
[ 0.252854] pwm module init!
[ 0.255070] SCSI subsystem initialized
[ 0.255403] usbcore: registered new interface driver usbfs
[ 0.255656] usbcore: registered new interface driver hub
[ 0.255902] usbcore: registered new device driver usb
[ 0.256238] twi_chan_cfg()340 - [twi0] has no twi_regulator.
[ 0.256347] twi_chan_cfg()340 - [twi1] has no twi_regulator.
[ 0.257205] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x34)
[ 0.257331] axp20_board 0-0034: failed reading at 0x03
[ 0.257523] [AXP20-MFD] try to read chip id failed!
[ 0.257626] axp mfd register failed
[ 0.257743] axp20_board: probe of 0-0034 failed with error -70
[ 0.257980] Linux video capture interface: v2.00
[ 0.258187] gpiochip_add: gpios 1024..1028 (axp_pin) failed to register
[ 0.258381] axp pinctrl used,skip
[ 0.258797] Advanced Linux Sound Architecture Driver Version 1.0.25.
[ 0.259893] cfg80211: Calling CRDA to update world regulatory domain
[ 0.260973] Switching to clocksource arch_sys_counter
[ 0.269909] NET: Registered protocol family 2
[ 0.269909] IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.269909] TCP established hash table entries: 2048 (order: 2, 16384 bytes)
[ 0.269909] TCP bind hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.270164] TCP: Hash tables configured (established 2048 bind 2048)
[ 0.270360] TCP: reno registered
[ 0.270472] UDP hash table entries: 256 (order: 0, 4096 bytes)
[ 0.270588] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[ 0.271056] NET: Registered protocol family 1
[ 0.271374] Unpacking initramfs...
[ 0.286142] Freeing initrd memory: 220K
[ 0.286476] [pm]aw_pm_init!
[ 0.286585] standby_mode = 1.
[ 0.286689] wakeup src cnt is : 3.
[ 0.286885] pmu name: pmu1_para .
[ 0.286995] pmu1_enable = 0x1.
[ 0.287100] pmux_id = 0x1.
[ 0.287291] pmu name: pmu2_para .
[ 0.287394] config_pmux_para: script_parser_fetch err.
[ 0.287498] pmu2_enable = 0x0.
[ 0.287691] add_sys_pwr_dm: get ldo name failed
[ 0.287794] add_sys_pwr_dm: get ldo name failed
[ 0.287897] add_sys_pwr_dm: get ldo name failed
[ 0.288084] add_sys_pwr_dm: get ldo name failed
[ 0.288188] add_sys_pwr_dm: get ldo name failed
[ 0.288378] add_sys_pwr_dm: get ldo name failed
[ 0.288481] add_sys_pwr_dm: get ldo name failed
[ 0.288586] add_sys_pwr_dm: get ldo name failed
[ 0.288776] add_sys_pwr_dm: get ldo name failed
[ 0.288879] add_sys_pwr_dm: get ldo name failed
[ 0.289068] after inited: sys_mask config = 0x0.
[ 0.289172] dynamic_standby enalbe = 0x0.
[ 0.289331] sunxi_reg_init enter
[ 0.291422] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.291583] jffs2: version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc.
[ 0.291954] msgmni has been set to 59
[ 0.293009] io scheduler noop registered
[ 0.293127] io scheduler deadline registered
[ 0.293394] io scheduler cfq registered (default)
[ 0.293896] [DISP]disp_module_init
[ 0.294482] cmdline,disp=
[ 0.295097] rotation_sw module is config as no used
[ 0.295231] [DISP] disp_get_rotation_sw,line:68:disp 0 out of range? g_rot_sw=0
[ 0.295524] [DISP] disp_init_connections,line:289:NULL pointer: 0, 0
[ 0.313398] [DISP] disp_sys_power_enable,line:387:some error happen, fail to get regulator
[ 0.313714] [DISP] disp_sys_gpio_set_value,line:374:OSAL_GPIO_DevWRITE_ONEPIN_DATA, hdl is NULL
[ 0.314714] [DISP]disp_module_init finish
[ 0.315109] sw_uart_get_devinfo()1503 - uart0 has no uart_regulator.
[ 0.315315] sw_uart_get_devinfo()1503 - uart2 has no uart_regulator.
[ 0.315857] uart0: ttyS0 at MMIO 0x1c28000 (irq = 32) is a SUNXI
[ 0.316066] sw_uart_pm()890 - uart0 clk is already enable
[ 0.316184] sw_console_setup()1233 - console setup baud 115200 parity n bits 8, flow n
[ 0.412258] console [ttyS0] enabled
[ 1.149091] uart: probe of uart2 failed with error -22
[ 1.156211] sunxi_spi_chan_cfg()1376 - [spi-0] has no spi_regulator.
[ 1.164059] spi spi0: master is unqueued, this is deprecated
[ 1.170749] m25p_probe()967 - Use the Dual Mode Read.
[ 1.176542] NorFlash ID: 0xef4018 - 0x0
[ 1.181019] m25p80 spi0.0: found W25q128, expected at25df641
[ 1.187423] m25p80 spi0.0: W25q128 (16384 Kbytes)
[ 1.194324] @@@[debug_jaosn]: Invalid partitions count: 4 9
[ 1.201105] Creating 8 MTD partitions on "spi0.0":
[ 1.206535] 0x000000000000-0x000000040000 : "uboot"
[ 1.213074] 0x000000040000-0x000000440000 : "boot"
[ 1.219360] 0x000000440000-0x000000c40000 : "system"
[ 1.225991] 0x000000c40000-0x000000cc0000 : "cfg"
[ 1.232242] 0x000000cc0000-0x000000ce0000 : "boot_logo"
[ 1.239092] 0x000000ce0000-0x000000d00000 : "shutdown_logo"
[ 1.246556] 0x000000d00000-0x000000d10000 : "env"
[ 1.252967] 0x000000d10000-0x000000d20000 : "private"
[ 1.261097] Failed to alloc md5
[ 1.264768] eth0: Use random mac address
[ 1.269363] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.296870] sunxi-ehci sunxi-ehci.1: SW USB2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.305999] sunxi-ehci sunxi-ehci.1: new USB bus registered, assigned bus number 1
[ 1.314733] sunxi-ehci sunxi-ehci.1: irq 104, io mem 0xf1c1a000
[ 1.340040] sunxi-ehci sunxi-ehci.1: USB 0.0 started, EHCI 1.00
[ 1.347512] hub 1-0:1.0: USB hub found
[ 1.351841] hub 1-0:1.0: 1 port detected
[ 1.356716] sunxi-ehci sunxi-ehci.1: remove, state 1
[ 1.362489] usb usb1: USB disconnect, device number 1
[ 1.660245] sunxi-ehci sunxi-ehci.1: USB bus 1 deregistered
[ 1.676745] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 1.703822] sunxi-ohci sunxi-ohci.1: SW USB2.0 'Open' Host Controller (OHCI) Driver
[ 1.712552] sunxi-ohci sunxi-ohci.1: new USB bus registered, assigned bus number 1
[ 1.721215] sunxi-ohci sunxi-ohci.1: irq 105, io mem 0xf1c1a400
[ 1.784636] hub 1-0:1.0: USB hub found
[ 1.788918] hub 1-0:1.0: 1 port detected
[ 1.793866] sunxi-ohci sunxi-ohci.1: remove, state 1
[ 1.799515] usb usb1: USB disconnect, device number 1
[ 1.805896] sunxi-ohci sunxi-ohci.1: USB bus 1 deregistered
[ 1.822332] Initializing USB Mass Storage driver...
[ 1.828010] usbcore: registered new interface driver usb-storage
[ 1.834801] USB Mass Storage support registered.
[ 1.840426] file system registered
[ 1.845712] android_usb gadget: Mass Storage Function, version: 2009/09/11
[ 1.853531] android_usb gadget: Number of LUNs=1
[ 1.858841] lun0: LUN: removable file: (no medium)
[ 1.864824] android_usb gadget: android_usb ready
[ 1.870392] sunxikbd_script_init: key para not found, used default para.
[ 1.878995] sunxi-rtc sunxi-rtc: rtc core: registered sunxi-rtc as rtc0
[ 1.886769] sunxi cedar version 0.1
[ 1.890901] [cedar]: install start!!!
[ 1.895327] [cedar]: install end!!!
[ 1.899765] platform reg-20-cs-dcdc2: Driver reg-20-cs-dcdc2 requests probe deferral
[ 1.908633] platform reg-20-cs-dcdc3: Driver reg-20-cs-dcdc3 requests probe deferral
[ 1.917564] platform reg-20-cs-ldo1: Driver reg-20-cs-ldo1 requests probe deferral
[ 1.926280] platform reg-20-cs-ldo2: Driver reg-20-cs-ldo2 requests probe deferral
[ 1.935011] platform reg-20-cs-ldo3: Driver reg-20-cs-ldo3 requests probe deferral
[ 1.943639] platform reg-20-cs-ldo4: Driver reg-20-cs-ldo4 requests probe deferral
[ 1.952361] platform reg-20-cs-ldoio0: Driver reg-20-cs-ldoio0 requests probe deferral
[ 1.961429] sunxi_wdt_init_module: sunxi WatchDog Timer Driver v1.0
[ 1.968688] sunxi_wdt_probe: devm_ioremap return wdt_reg 0xf1c20ca0, res->start 0x01c20ca0, res->end 0x01c20cbf
[ 1.980154] sunxi_wdt_probe: initialized (g_timeout=16s, g_nowayout=0)
[ 1.987878] wdt_enable, write reg 0xf1c20cb8 val 0x00000000
[ 1.994195] wdt_set_tmout, write 0x000000b0 to mode reg 0xf1c20cb8, actual timeout 16 sec
[ 2.004049] [mmc]: SD/MMC/SDIO Host Controller Driver(v1.114 2015-6-2 10:21) Compiled in Jul 18 2022 at 16:53:41
[ 2.015623] [mmc]: get mmc0's sdc_power failed
[ 2.020678] [mmc]: MMC host used card: 0x1, boot card: 0x1, io_card 0
[ 2.028759] [mmc]: sdc0 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.039805] [mmc]: sdc0 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.049951] sunxi_leds_fetch_sysconfig_para leds is not used in config
[ 2.057423] =========script_get_err============
[ 2.062583] [mmc]: sdc0 power_supply is null
[ 2.068955] usbcore: registered new interface driver usbhid
[ 2.075321] usbhid: USB HID core driver
[ 2.080064] [mmc]: sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.090872] ashmem: initialized
[ 2.094699] logger: created 256K log 'log_main'
[ 2.100146] logger: created 32K log 'log_events'
[ 2.105490] logger: created 32K log 'log_radio'
[ 2.110871] logger: created 32K log 'log_system'
[ 2.117504] script_get_item return audio_pa_ctrl type err
[ 2.124663] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 52, RTO !!
[ 2.133249] asoc: sndcodec <-> sunxi-codec mapping ok
[ 2.139050] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 52, RTO !!
[ 2.147429] [mmc]: sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.159798] TCP: cubic registered
[ 2.163646] NET: Registered protocol family 17
[ 2.168996] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
[ 2.177863] ThumbEE CPU extension supported.
[ 2.183927] Registering SWP/SWPB emulation handler
[ 2.190389] [mmc]: sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.201680] platform reg-20-cs-ldoio0: Driver reg-20-cs-ldoio0 requests probe deferral
[ 2.210837] platform reg-20-cs-ldo4: Driver reg-20-cs-ldo4 requests probe deferral
[ 2.219377] platform reg-20-cs-ldo3: Driver reg-20-cs-ldo3 requests probe deferral
[ 2.229224] platform reg-20-cs-ldo2: Driver reg-20-cs-ldo2 requests probe deferral
[ 2.237853] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 8, RTO !!
[ 2.246099] *******************Try sdio*******************
[ 2.252438] platform reg-20-cs-ldo1: Driver reg-20-cs-ldo1 requests probe deferral
[ 2.261054] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 5, RTO !!
[ 2.269377] platform reg-20-cs-dcdc3: Driver reg-20-cs-dcdc3 requests probe deferral
[ 2.278183] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 5, RTO !!
[ 2.286580] platform reg-20-cs-dcdc2: Driver reg-20-cs-dcdc2 requests probe deferral
[ 2.295296] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 5, RTO !!
[ 2.303715] sunxi-rtc sunxi-rtc: setting system clock to 1970-01-01 00:00:03 UTC (3)
[ 2.312514] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 5, RTO !!
[ 2.320759] *******************Try sd *******************
[ 2.327755] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 55, RTO !!
[ 2.336804] [wifi module_pm]: failed to fetch wifi configuration!
[ 2.343830] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 55, RTO !!
[ 2.352268] [wifi module_pm]: regulator on.
[ 2.357011] [wifi_pm]: no wifi used in configuration
[ 2.362627] ALSA device list:
[ 2.366098] #0: audiocodec
[ 2.369900] Freeing init memory: 140K
[ 2.374119] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 55, RTO !!
[ 2.384661] init: skipping insecure file '/default.prop'
[ 2.390749] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 55, RTO !!
[ 2.399186] *******************Try mmc*******************
[ 2.405326] [mmc]: sdc0 set ios: clk 400000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.415899] init: skipping insecure file '/init.rc'
[ 2.421920] init: /init.rc: 127: invalid option 'root'
[ 2.427785] init: skipping insecure file '/init.sun8i.rc'
[ 2.434395] init: /init.sun8i.rc: 54: invalid option 'root'
[ 2.440728] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 1, RTO !!
[ 2.449072] [mmc]: sdc0 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.459120] init: skipping insecure file 'init.sun8i.usb.rc'
[ 2.466197] init: command 'loglevel' r=0
[ 2.470905] [mmc]: sdc0 power_supply is null
[ 2.477280] init: skipping insecure file '/ueventd.rc'
[ 2.484343] [mmc]: sdc0 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.494291] init: command 'export' r=0
[ 2.498595] init: command 'export' r=0
[ 2.503227] init: skipping insecure file '/ueventd.sun8i.rc'
[ 2.510114] init: command 'export' r=0
[ 2.514425] init: command 'export' r=0
[ 2.518833] init: command 'symlink' r=0
[ 2.529414] [mmc]: sdc0 power_supply is null
[ 2.545712] init: command 'symlink' r=0
[ 2.560130] [mmc]: sdc0 set ios: clk 300000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.570832] init: command 'symlink' r=0
[ 2.575300] init: command 'mkdir' r=0
[ 2.579544] init: command 'mkdir' r=0
[ 2.590305] init: command 'mkdir' r=0
[ 2.600314] init: command 'mkdir' r=-2
[ 2.604616] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 52, RTO !!
[ 2.614188] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 52, RTO !!
[ 2.622700] [mmc]: sdc0 set ios: clk 300000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.639747] init: processing action 0x1a10138 (init)
[ 2.645579] init: command 'export' r=0
[ 2.649848] init: command 'export' r=0
[ 2.655334] init: command 'export' r=0
[ 2.660790] [mmc]: sdc0 set ios: clk 300000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.671155] init: command 'export' r=0
[ 2.675457] init: processing action 0x1a0ec28 (early-fs)
[ 2.682737] init: command 'mkdir' r=0
[ 2.687002] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 8, RTO !!
[ 2.695275] *******************Try sdio*******************
[ 2.701656] init: command 'mkdir' r=0
[ 2.705823] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 5, RTO !!
[ 2.714231] init: command 'mkdir' r=0
[ 2.718396] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 5, RTO !!
[ 2.726752] init: processing action 0x1a113d8 (console_init)
[ 2.733144] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 5, RTO !!
[ 2.741795] init: command 'console_init' r=0
[ 2.746651] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 5, RTO !!
[ 2.755006] *******************Try sd *******************
[ 2.761153] init: processing action 0x1a0ef30 (fs)
[ 2.766655] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 55, RTO !!
[ 2.775054] init: command 'wait' r=0
[ 2.779207] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 55, RTO !!
[ 2.788171] init: command 'setupfs' r=1
[ 2.792701] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 55, RTO !!
[ 2.801144] init: out of loopback devices source = /dev/block/mtdblock2
[ 2.808687] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 55, RTO !!
[ 2.817128] *******************Try mmc*******************
[ 2.823247] [mmc]: sdc0 set ios: clk 300000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.833619] init: out of loopback devices target = /system
[ 2.839813] init: out of loopback devices system = squashfs
[ 2.846367] init: out of loopback devices options = (null)
[ 2.852570] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 1, RTO !!
[ 2.860904] [mmc]: sdc0 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.872502] [mmc]: sdc0 power_supply is null
[ 2.879524] init: command 'mount' r=0
[ 2.884875] [mmc]: sdc0 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.894769] init: command 'wait' r=0
[ 2.898950] init: out of loopback devices source = /dev/block/mtdblock3
[ 2.906426] [mmc]: sdc0 power_supply is null
[ 2.911364] init: out of loopback devices target = /data
[ 2.917356] init: out of loopback devices system = jffs2
[ 2.924685] init: out of loopback devices options = (null)
[ 2.940149] [mmc]: sdc0 set ios: clk 200000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.950606] init: command 'mount' r=0
[ 2.954858] init: processing action 0x1a0f010 (post-fs)
[ 2.961109] init: out of loopback devices source = rootfs
[ 2.967206] init: out of loopback devices target = /
[ 2.972933] init: out of loopback devices system = rootfs
[ 2.979024] init: out of loopback devices options = (null)
[ 2.985311] init: command 'mount' r=0
[ 2.989572] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 52, RTO !!
[ 2.997949] init: processing action 0x1a0f070 (post-fs-data)
[ 3.004442] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 52, RTO !!
[ 3.012907] [mmc]: sdc0 set ios: clk 200000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.025301] init: command 'chown' r=0
[ 3.030611] [mmc]: sdc0 set ios: clk 200000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.041633] init: command 'chmod' r=0
[ 3.045859] init: command 'chmod' r=-2
[ 3.052560] init: command 'mkdir' r=0
[ 3.056748] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 8, RTO !!
[ 3.065026] *******************Try sdio*******************
[ 3.071724] init: command 'restorecon' r=0
[ 3.076378] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 5, RTO !!
[ 3.085514] init: command 'mkdir' r=0
[ 3.089694] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 5, RTO !!
[ 3.099699] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 5, RTO !!
[ 3.108830] init: command 'mkdir' r=0
[ 3.113130] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 5, RTO !!
[ 3.121390] *******************Try sd *******************
[ 3.128132] init: processing action 0x1a0fe20 (post-fs-data)
[ 3.134563] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 55, RTO !!
[ 3.144656] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 55, RTO !!
[ 3.154690] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 55, RTO !!
[ 3.163675] init: skipping insecure file '/system/vendor/modules/videobuf-core.ko'
[ 3.172321] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 55, RTO !!
[ 3.180682] *******************Try mmc*******************
[ 3.186863] [mmc]: sdc0 set ios: clk 200000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.200581] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 1, RTO !!
[ 3.209500] [mmc]: sdc0 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.221089] [mmc]: sdc0 power_supply is null
[ 3.228683] [mmc]: sdc0 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.240152] [mmc]: sdc0 power_supply is null
[ 3.252619] init: command 'insmod' r=0
[ 3.257057] init: skipping insecure file '/system/vendor/modules/videobuf-dma-contig.ko'
[ 3.266347] [mmc]: sdc0 set ios: clk 150000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.277644] init: command 'insmod' r=0
[ 3.282117] init: skipping insecure file '/system/vendor/modules/cci.ko'
[ 3.311167] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 52, RTO !!
[ 3.320938] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 52, RTO !!
[ 3.329421] [mmc]: sdc0 set ios: clk 150000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.345643] [VFE]cci probe start cci_sel = 0!
[ 3.351707] [mmc]: sdc0 set ios: clk 150000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.362123] [VFE]cci probe end cci_sel = 0!
[ 3.366946] platform reg-20-cs-dcdc2: Driver reg-20-cs-dcdc2 requests probe deferral
[ 3.375861] [VFE]cci_init end
[ 3.379385] init: command 'insmod' r=0
[ 3.385028] init: skipping insecure file '/system/vendor/modules/vfe_os.ko'
[ 3.393009] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 8, RTO !!
[ 3.401358] *******************Try sdio*******************
[ 3.407672] platform reg-20-cs-dcdc3: Driver reg-20-cs-dcdc3 requests probe deferral
[ 3.416482] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 5, RTO !!
[ 3.425818] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 5, RTO !!
[ 3.434418] platform reg-20-cs-ldo1: Driver reg-20-cs-ldo1 requests probe deferral
[ 3.443073] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 5, RTO !!
[ 3.451463] platform reg-20-cs-ldo2: Driver reg-20-cs-ldo2 requests probe deferral
[ 3.460096] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 5, RTO !!
[ 3.468416] *******************Try sd *******************
[ 3.475350] platform reg-20-cs-ldo3: Driver reg-20-cs-ldo3 requests probe deferral
[ 3.484004] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 55, RTO !!
[ 3.492579] platform reg-20-cs-ldo4: Driver reg-20-cs-ldo4 requests probe deferral
[ 3.501113] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 55, RTO !!
[ 3.510353] platform reg-20-cs-ldoio0: Driver reg-20-cs-ldoio0 requests probe deferral
[ 3.519351] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 55, RTO !!
[ 3.528834] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 55, RTO !!
[ 3.537732] *******************Try mmc*******************
[ 3.543851] [mmc]: sdc0 set ios: clk 150000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.556236] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 1, RTO !!
[ 3.565037] [mmc]: sdc0 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.576706] [mmc]: sdc0 power_supply is null
[ 3.604899] init: command 'insmod' r=0
[ 3.609334] init: skipping insecure file '/system/vendor/modules/vfe_subdev.ko'
[ 3.618672] init: command 'insmod' r=0
[ 3.623132] init: skipping insecure file '/system/vendor/modules/ar0330_mipi.ko'
[ 3.632629] init: command 'insmod' r=0
[ 3.637085] init: skipping insecure file '/system/vendor/modules/ov2710_mipi.ko'
[ 3.646622] init: command 'insmod' r=0
[ 3.651145] init: skipping insecure file '/system/vendor/modules/ov5647_mipi.ko'
[ 3.660722] init: command 'insmod' r=0
[ 3.665137] init: skipping insecure file '/system/vendor/modules/vfe_v4l2.ko'
[ 3.809531] [VFE]Welcome to Video Front End driver
[ 3.815648] [VFE]pdev->id = 0
[ 3.819046] [VFE]dev->mipi_sel = 0
[ 3.822953] [VFE]dev->vip_sel = 0
[ 3.826722] [VFE]dev->isp_sel = 0
[ 3.836737] [VFE_WARN]vfe vpu clock is null
[ 3.848052] [ISP] isp platform_id = 6!
[ 3.852510] platform reg-20-cs-ldoio0: Driver reg-20-cs-ldoio0 requests probe deferral
[ 3.861561] [VFE]probe_work_handle start!
[ 3.866109] [VFE]..........................vfe clk open!.......................
[ 3.874530] [VFE]vfe_init end
[ 3.878379] init: command 'insmod' r=0
[ 3.882846] init: skipping insecure file '/system/vendor/modules/uvcvideo.ko'
[ 3.891113] platform reg-20-cs-ldo4: Driver reg-20-cs-ldo4 requests probe deferral
[ 3.899770] platform reg-20-cs-ldo3: Driver reg-20-cs-ldo3 requests probe deferral
[ 3.908649] [VFE]v4l2 subdev register input_num = 0
[ 3.914277] [VFE]vfe sensor detect start! input_num = 0
[ 3.920189] [VFE]Find sensor name is "ov5647_mipi", i2c address is 6c, type is "RAW" !
[ 3.929164] [VFE]Sub device register "ov5647_mipi" i2c_addr = 0x6c start!
[ 3.936893] [VFE]v4l2_device_register_subdev return 0
[ 3.942631] [VFE]registered sensor subdev is OK!
[ 3.947849] [VFE]Check sensor!
[ 3.951425] [VFE]Sub device register "ov5647_mipi" is OK!
[ 3.960252] uvcvideo: Adding mapping Brightness to control 00000000-0000-0000-0000-000000000101/2.
[ 3.970560] platform reg-20-cs-ldo2: Driver reg-20-cs-ldo2 requests probe deferral
[ 3.979223] platform reg-20-cs-ldo1: Driver reg-20-cs-ldo1 requests probe deferral
[ 3.987762] uvcvideo: Adding mapping Contrast to control 00000000-0000-0000-0000-000000000101/3.
[ 3.997722] uvcvideo: Adding mapping Hue to control 00000000-0000-0000-0000-000000000101/6.
[ 4.007280] platform reg-20-cs-dcdc3: Driver reg-20-cs-dcdc3 requests probe deferral
[ 4.015999] uvcvideo: Adding mapping Saturation to control 00000000-0000-0000-0000-000000000101/7.
[ 4.026201] platform reg-20-cs-dcdc2: Driver reg-20-cs-dcdc2 requests probe deferral
[ 4.035003] uvcvideo: Adding mapping Sharpness to control 00000000-0000-0000-0000-000000000101/8.
[ 4.045932] uvcvideo: Adding mapping Gamma to control 00000000-0000-0000-0000-000000000101/9.
[ 4.055839] uvcvideo: Adding mapping Backlight Compensation to control 00000000-0000-0000-0000-000000000101/1.
[ 4.068131] [VFE]Check open /system/etc/hawkview/ov5647_mipi/isp_test_param.ini failed!
[ 4.068144] Match isp cfg start!
[ 4.081111] [VFE]Match isp cfg ok
[ 4.085057] uvcvideo: Adding mapping Gain to control 00000000-0000-0000-0000-000000000101/4.
[ 4.094578] uvcvideo: Adding mapping Power Line Frequency to control 00000000-0000-0000-0000-000000000101/5.
[ 4.106250] [VFE]V4L2 device registered as video0
[ 4.111769] [VFE]..........................vfe clk close!.......................
[ 4.120115] uvcvideo: Adding mapping Hue, Auto to control 00000000-0000-0000-0000-000000000101/16.
[ 4.130286] [VFE]probe_work_handle end!
[ 4.134743] uvcvideo: Adding mapping Exposure, Auto to control 00000000-0000-0000-0000-000000000001/2.
[ 4.145193] uvcvideo: Adding mapping Exposure, Auto Priority to control 00000000-0000-0000-0000-000000000001/3.
[ 4.156592] uvcvideo: Adding mapping Exposure (Absolute) to control 00000000-0000-0000-0000-000000000001/4.
[ 4.167595] uvcvideo: Adding mapping White Balance Temperature, Auto to control 00000000-0000-0000-0000-000000000101/11.
[ 4.179857] uvcvideo: Adding mapping White Balance Temperature to control 00000000-0000-0000-0000-000000000101/10.
[ 4.191544] uvcvideo: Adding mapping White Balance Component, Auto to control 00000000-0000-0000-0000-000000000101/13.
[ 4.203611] uvcvideo: Adding mapping White Balance Blue Component to control 00000000-0000-0000-0000-000000000101/12.
[ 4.215580] uvcvideo: Adding mapping White Balance Red Component to control 00000000-0000-0000-0000-000000000101/12.
[ 4.227456] uvcvideo: Adding mapping Focus (absolute) to control 00000000-0000-0000-0000-000000000001/6.
[ 4.238180] uvcvideo: Adding mapping Focus, Auto to control 00000000-0000-0000-0000-000000000001/8.
[ 4.248328] uvcvideo: Adding mapping Zoom, Absolute to control 00000000-0000-0000-0000-000000000001/11.
[ 4.258951] uvcvideo: Adding mapping Zoom, Continuous to control 00000000-0000-0000-0000-000000000001/12.
[ 4.269768] uvcvideo: Adding mapping Privacy to control 00000000-0000-0000-0000-000000000001/17.
[ 4.279888] usbcore: registered new interface driver uvcvideo
[ 4.286404] USB Video Class driver (v1.0.8_SONiX_v2.6.36.04)
[ 4.293127] init: command 'insmod' r=0
[ 4.297526] init: skipping insecure file '/system/vendor/modules/da380.ko'
[ 4.306597] step1 : gsensor_fetch_sysconfig_para
[ 4.311910] step2 : gsensor_fetch_sysconfig_para
[ 4.317243] step3 : gsensor_fetch_sysconfig_para
[ 4.322475] step4 : mir3da_init
[ 4.326275] i2c-core: driver [da380] using legacy suspend method
[ 4.333170] i2c-core: driver [da380] using legacy resume method
[ 4.339850] richard mir3da_detect: mir3da_detect:bus[0] addr[0x27]
[ 4.352262] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x27)
[ 4.366809] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x27)
[ 4.381253] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x27)
[ 4.390620] [MIR3DA] Can't find Mir3da gsensor!!
[ 4.395991] init: command 'insmod' r=0
[ 4.400435] init: skipping insecure file '/system/vendor/modules/sw-device.ko'
[ 4.412510] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x18)
[ 4.421997] init: command 'insmod' r=0
[ 4.426370] init: processing action 0x1a11420 (property_service_init)
[ 4.433770] init: skipping insecure file '/system/build.prop'
[ 4.440530] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x18)
[ 4.461354] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x18)
[ 4.489856] init: Created socket '/dev/socket/property_service' with mode '666', user '0', group '0'
[ 4.500488] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x18)
[ 4.509888] init: command 'property_service_init' r=0
[ 4.515652] init: processing action 0x1a11468 (signal_init)
[ 4.522196] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x18)
[ 4.531544] init: command 'signal_init' r=0
[ 4.536383] init: processing action 0x1a114b0 (check_startup)
[ 4.543022] init: command 'check_startup' r=0
[ 4.548057] init: processing action 0x1a0f1c8 (boot)
[ 4.553860] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x19)
[ 4.563678] init: command 'ifup' r=0
[ 4.567914] init: command 'hostname' r=0
[ 4.572480] init: command 'domainname' r=0
[ 4.577251] init: command 'setrlimit' r=0
[ 4.581994] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x19)
[ 4.591486] init: command 'chown' r=0
[ 4.595798] init: starting 'servicemanager'
[ 4.601168] init: starting 'vold'
[ 4.605413] init: starting 'media'
[ 4.609807] init: starting 'startupSound'
[ 4.614718] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x19)
[ 4.631235] init: Created socket '/dev/socket/vold' with mode '660', user '0', group '1009'
[ 4.649313] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x19)
[ 4.667347] init: command 'class_start' r=0
[ 4.681362] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x19)
[ 4.692618] init: starting 'ccdr'
[ 4.702616] init: command 'class_start' r=0
[ 4.715409] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x8)
[ 4.726150] init: processing action 0x1a0ffd0 (boot)
[ 4.732719] init: starting 'adbd'
[ 4.740654] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x8)
[ 4.752434] init: command 'start' r=0
[ 4.770641] init: Created socket '/dev/socket/adbd' with mode '660', user '1000', group '1000'
[ 4.784313] init: starting 'debuggerd'
[ 4.789036] init: command 'start' r=0
[ 4.795888] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x8)
[ 4.807548] init: starting 'standby'
[ 4.823261] init: command 'start' r=0
[ 4.827574] init: processing action 0x1a114f8 (queue_property_triggers)
[ 4.836627] adb_open
[ 4.844008] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x8)
[ 4.857882] init: command 'queue_property_triggers' r=0
[ 4.864659] init: processing action 0x1a0f4a8 (property:ro.debuggable=1)
[ 4.872460] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x8)
[ 4.884144] init: starting 'console'
[ 4.894143] init: command 'start' r=0
[ 4.900893] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x38)
[ 4.921803] init: processing action 0x1a10e10 (property:sys.usb.config=mass_storage,adb)
[ 4.931789] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x38)
[ 4.942837] android_usb: already disabled
[ 4.948134] init: command 'write' r=0
[ 4.955030] init: command 'write' r=0
[ 4.960287] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x38)
[ 4.971347] init: command 'write' r=0
[ 4.978733] init: command 'write' r=0
[ 4.983715] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x38)
[ 4.994656] ep_matches, wrn: endpoint already claimed, ep(0xc04d4fc4, 0xc1a75ac0, ep1in-bulk)
[ 5.004495] adb_bind_config
[ 5.007705] ep_matches, wrn: endpoint already claimed, ep(0xc04d4fc4, 0xc1a75ac0, ep1in-bulk)
[ 5.017383] ep_matches, wrn: endpoint already claimed, ep(0xc04d5010, 0xc1a75ac0, ep1out-bulk)
[ 5.027138] ep_matches, wrn: endpoint already claimed, ep(0xc04d4fc4, 0xc1a75ac0, ep1in-bulk)
[ 5.036708] ep_matches, wrn: endpoint already claimed, ep(0xc04d5010, 0xc1a75ac0, ep1out-bulk)
[ 5.046493] ep_matches, wrn: endpoint already claimed, ep(0xc04d505c, 0xc1a8ed40, ep2in-bulk)
[ 5.056824] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x38)
[ 5.066334] init: command 'write' r=0
[ 5.070645] init: command 'setprop' r=0
[ 5.080237] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x27)
[ 5.101319] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x27)
[ 5.130416] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x27)
[ 5.150905] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x27)
[ 5.190528] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x27)
[ 5.210249] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x26)
[ 5.230383] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x26)
[ 5.250494] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x26)
[ 5.271004] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x26)
[ 5.300767] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x26)
[ 5.330344] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1c)
[ 5.351170] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1c)
[ 5.381308] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1c)
[ 5.402347] android_usb gadget: high-speed config #1: android
[ 5.410542] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1c)
[ 5.441376] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1c)
[ 5.470238] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1d)
[ 5.491167] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1d)
[ 5.520514] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1d)
[ 5.540846] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1d)
[ 5.570518] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1d)
[ 5.602147] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x4c)
[ 5.631533] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x4c)
[ 5.660265] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x4c)
[ 5.685267] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x4c)
[ 5.710234] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x4c)
[ 5.730989] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x3d)
[ 5.761008] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x3d)
[ 5.793494] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x3d)
[ 5.820818] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x3d)
[ 5.850729] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x3d)
[ 5.880500] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x28)
[ 5.901235] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x28)
[ 5.930259] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x28)
[ 5.967582] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x28)
root@camdroid:/ # [ 6.008157] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x28)
[ 6.031017] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x29)
[ 6.060611] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x29)
[ 6.090249] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x29)
[ 6.111328] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x29)
[ 6.140377] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x29)
[ 6.160323] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0xf)
[ 6.181450] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0xf)
[ 6.227776] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0xf)
[ 6.281854] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0xf)
[ 6.336295] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0xf)
[ 6.362814] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x15)
[ 6.391084] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x15)
[ 6.426783] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x15)
[ 6.468229] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x15)
[ 6.506542] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x15)
[ 6.530439] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1e)
[ 6.550410] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1e)
[ 6.570352] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1e)
[ 6.590588] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1e)
[ 6.610691] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1e)
[ 6.653228] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1f)
[ 6.683317] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1f)
[ 6.710736] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1f)
[ 6.740549] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1f)
[ 6.780981] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1f)
[ 7.529115] ▒newcdr▒▒▒▒: main entry
[ 7.534525] ▒newcdr▒▒▒▒: [Firmware Version: avr32@tiger_cdr 2022-07-18 17:24:40]
[ 7.552425] ▒newcdr▒▒▒▒: ===no need to check battery capacity ===
[ 7.577345] [VFE]vfe_open
[ 7.580854] [VFE]..........................vfe clk open!.......................
[ 7.589476] [VFE]vfe_open ok
[ 7.594820] [VFE]vfe_close
[ 7.598040] [VFE]vfe select input flag = 0, s_input have not be used .
[ 7.605432] [VFE]..........................vfe clk close!.......................
[ 7.613937] [VFE]vfe_close end
[ 7.617508] [VFE]vfe_open
[ 7.620560] [VFE]..........................vfe clk open!.......................
[ 7.629360] [VFE]vfe_open ok
[ 7.632821] [VFE]vfe_close
[ 7.636023] [VFE]vfe select input flag = 0, s_input have not be used .
[ 7.643395] [VFE]..........................vfe clk close!.......................
[ 7.652388] [VFE]vfe_close end
[ 8.629969] [DISP] ready enter pm_runtime_get_sync, device0
[ 8.798708] [VFE]vfe_open
[ 8.802428] [VFE]..........................vfe clk open!.......................
[ 8.811213] [VFE]vfe_open ok
[ 8.814958] [VFE]Set vfe core clk = 216000000, after Set vfe core clk = 297000000
[ 8.836205] [VFE]mclk on
[ 8.922671] [VFE]V4L2_MBUS_CSI2,2 lane,bus1 channel,rx 1 channel
[ 9.050467] [OV5647_mipi]s_fmt set width = 1280, height = 720
[ 9.087363] [VFE]width_input = 1280, height_input = 720, width = 1280, height = 720
[ 9.095994] [ISP] full_size width = 1280, height = 720.
[ 9.102002] [ISP] scale width = 480, height = 272
[ 9.107326] [VFE]dev->buf_byte_size = 1581056, double_ch_flag = 1
[ 9.114816] [ISP] VIDEO_MODE!
[ 9.179134] [VFE]buffer_setup, buffer count=5, size=1581056
[ 9.211316] ▒newcdr▒▒▒▒: startPreview finished
[ 9.251183] [VFE]capture video mode!
[ 9.284491] [VFE]capture video first frame done!
[ 9.449649] init: waitpid returned pid 67, status = 00000000
[ 9.463775] init: process 'startupSound', pid 67 exited
[ 9.777338] init: processing action 0x1a10e10 (property:sys.usb.config=mass_storage,adb)
[ 9.801380] adb_release
[ 9.805675] init: command 'write' r=0
[ 9.810257] adb_open
[ 9.821614] init: command 'write' r=0
[ 9.831191] init: command 'write' r=0
[ 9.836221] [VFE]vfe_open
[ 9.839282] [VFE_ERR]device open busy
[ 9.843501] [VFE]vfe_open busy
[ 9.847357] init: command 'write' r=0
[ 9.860878] ep_matches, wrn: endpoint already claimed, ep(0xc04d4fc4, 0xc1a75ac0, ep1in-bulk)
[ 9.880323] adb_bind_config
[ 9.883666] ep_matches, wrn: endpoint already claimed, ep(0xc04d4fc4, 0xc1a75ac0, ep1in-bulk)
[ 9.893327] ep_matches, wrn: endpoint already claimed, ep(0xc04d5010, 0xc1a75ac0, ep1out-bulk)
[ 9.903105] ep_matches, wrn: endpoint already claimed, ep(0xc04d4fc4, 0xc1a75ac0, ep1in-bulk)
[ 9.912765] ep_matches, wrn: endpoint already claimed, ep(0xc04d5010, 0xc1a75ac0, ep1out-bulk)
[ 9.922514] [VFE_WARN] Nobody is waiting on this video buffer,buf = 0xc0f03e40
[ 9.930659] ep_matches, wrn: endpoint already claimed, ep(0xc04d505c, 0xc1a8ed40, ep2in-bulk)
[ 9.950786] init: command 'write' r=0
[ 9.962757] init: command 'setprop' r=0
[ 10.222345] android_usb gadget: high-speed config #1: android
root@camdroid:/ #
root@camdroid:/ #
root@camdroid:/ #
/sys/class/disp/disp/attr/sys <
screen 0:
lcd output backlight(200) fps:62.1 800x 480
under_flow:0 skip:204 irq:3258
BUF enable ch[0] lyr[0] z[0] prem[N] a[pixel 128] fmt[ 77] fb[ 480, 272; 480, 272; 480, 272] crop[ 0, 0, 480, 272] frame[ 0, 0, 800, 480] addr[ 2b57000, 2b76e00, 110] flags[0x 0] trd[0,0]
BUF enable ch[2] lyr[0] z[11] prem[N] a[pixel 255] fmt[ 0] fb[ 800, 480; 800, 480; 800, 480] crop[ 0, 0, 800, 480] frame[ 0, 0, 800, 480] addr[42400000, 0, 0] flags[0x 0] trd[0,0]
acquire: 0, 25.5 fps
release: 0, 25.5 fps
display: 0, 25.5 fps
root@camdroid:/ #
16M flash固件: 荔枝派旧板camdroid_16M_flash固件_20220719.7z
离线
请问camdroid如何编译出sdcard的image
离线
hi please guide me how to solve my error when i want to use ov5647 and get this error:
# yavta -c10 -f YUYV -s 640x480 --skip 7 -F /dev/video0
[ 38.804824] [VFE]vfe_open
[ 38.818534] [VFE]..........................vfe clk open!.......................
[ 38.834542] [VFE]vfe_open ok
Device /dev/video0 opened: sunxi[ 38.844654] [VFE_ERR]try yuv422 bus error when pix fmt is yuv422 interleaved at try_fmt_internal!
-vfe (sunxi_vfe sunxi_vfe.0).
[ 38.866452] [VFE_ERR]pixel format (0x56595559) width 640 height 480 invalid at vidioc_s_fmt_vid_cap.
Unable to set format: Invalid ar[ 38.889835] [VFE]vfe_close
gument (22).
[ 38.900433] [VFE]vfe select input flag = 0, s_input have not be used .
[ 38.917764] [VFE]..........................vfe clk close!.......................
[ 38.935932] [VFE]vfe_close end
离线
hi
I did all steps based on https://whycan.com/682
but i could not work correctly with ov5647
离线
Can i work with ov5647 on lichee pi zero without camdroid ? or i have to swith on camdroid
离线
I have searched a lot about ov5647 on lichee pi but after 2 months i could not solve my issues
离线
Hi
I think my problems are for ov5647_mipi driver but i do not know how to solve it
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0
[ 0.000000] Linux version 3.4.39 (user@user-laptop) (gcc version 4.9.4 (Linaro GCC 4.9-2017.01) ) #6 Sun May 28 12:34:50 +0330 2023
[ 0.000000] Initialized persistent memory from 41d20800-41d307ff
[ 0.000000] Kernel command line: console=ttyS0,115200 panic=5 rootwait root=/dev/mmcblk0p2 earlyprintk rw
[ 0.000000] PID hash table entries: 256 (order: -2, 1024 bytes)
[ 0.000000] Dentry cache hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.000000] Inode-cache hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.000000] Memory: 64MB = 64MB total
[ 0.000000] Memory: 29308k/29308k available, 36228k reserved, 0K highmem
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
[ 0.000000] vmalloc : 0xc4800000 - 0xff000000 ( 936 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xc4000000 ( 64 MB)
[ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB)
[ 0.000000] .text : 0xc0008000 - 0xc0505000 (5108 kB)
[ 0.000000] .init : 0xc0505000 - 0xc0528000 ( 140 kB)
[ 0.000000] .data : 0xc0528000 - 0xc05ab170 ( 525 kB)
[ 0.000000] .bss : 0xc05ab194 - 0xc068bed4 ( 900 kB)
[ 0.000000] NR_IRQS:544
[ 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.001722] Calibrating delay loop (skipped), value calculated using timer frequency.. 4800.00 BogoMIPS (lpj=24000000)
[ 0.002288] pid_max: default: 32768 minimum: 301
[ 0.005561] Mount-cache hash table entries: 512
[ 0.013717] CPU: Testing write buffer coherency: ok
[ 0.015222] Setting up static identity map for 0x4038de70 - 0x4038dec8
[ 0.023137] devtmpfs: initialized
[ 0.056965] pinctrl core: initialized pinctrl subsystem
[ 0.061407] NET: Registered protocol family 16
[ 0.065198] DMA: preallocated 128 KiB pool for atomic coherent allocations
[ 0.066157] script_sysfs_init success
[ 0.088169] gpiochip_add: registered GPIOs 0 to 223 on device: sunxi-pinctrl
[ 0.117526] sunxi-pinctrl sunxi-pinctrl: initialized sunXi PIO driver
[ 0.121420] gpiochip_add: registered GPIOs 1024 to 1031 on device: axp-pinctrl
[ 0.137814] persistent_ram: uncorrectable error in header
[ 0.138122] persistent_ram: no valid data in buffer (sig = 0x55175517)
[ 0.170103] console [ram-1] enabled
[ 0.188150] Not Found clk pll_isp in script
[ 0.190106] Not Found clk pll_video in script
[ 0.199133] Not Found clk pll_ve in script
[ 0.200104] Not Found clk pll_periph0 in script
[ 0.209181] Not Found clk pll_de in script
[ 0.283365] bio: create slab <bio-0> at 0
[ 0.290870] pwm module init!
[ 0.331363] SCSI subsystem initialized
[ 0.338920] usbcore: registered new interface driver usbfs
[ 0.341167] usbcore: registered new interface driver hub
[ 0.350845] usbcore: registered new device driver usb
[ 0.357272] twi_chan_cfg()340 - [twi0] has no twi_regulator.
[ 0.360164] twi_chan_cfg()340 - [twi1] has no twi_regulator.
[ 0.373674] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x34)
[ 0.380132] axp20_board 0-0034: failed reading at 0x03
[ 0.385576] axp20_board: probe of 0-0034 failed with error -70
[ 0.392999] Linux media interface: v0.10
[ 0.398389] Linux video capture interface: v2.00
[ 0.401073] gpiochip_add: gpios 1024..1028 (axp_pin) failed to register
[ 0.410837] Advanced Linux Sound Architecture Driver Version 1.0.25.
[ 0.430564] Switching to clocksource arch_sys_counter
[ 0.587982] NET: Registered protocol family 2
[ 0.601008] IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.612354] TCP established hash table entries: 2048 (order: 2, 16384 bytes)
[ 0.623381] TCP bind hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.629621] TCP: Hash tables configured (established 2048 bind 2048)
[ 0.638830] TCP: reno registered
[ 0.643792] UDP hash table entries: 256 (order: 0, 4096 bytes)
[ 0.653349] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[ 0.664195] NET: Registered protocol family 1
[ 0.678203] standby_mode = 1.
[ 0.683110] wakeup src cnt is : 3.
[ 0.688175] pmu1_enable = 0x1.
[ 0.697168] pmux_id = 0x1.
[ 0.702376] config_pmux_para: script_parser_fetch err.
[ 0.707226] pmu2_enable = 0x0.
[ 0.716254] add_sys_pwr_dm: get ldo name failed
[ 0.721298] add_sys_pwr_dm: get ldo name failed
[ 0.726144] add_sys_pwr_dm: get ldo name failed
[ 0.735311] add_sys_pwr_dm: get ldo name failed
[ 0.740320] add_sys_pwr_dm: get ldo name failed
[ 0.749368] add_sys_pwr_dm: get ldo name failed
[ 0.754351] add_sys_pwr_dm: get ldo name failed
[ 0.759217] add_sys_pwr_dm: get ldo name failed
[ 0.768420] add_sys_pwr_dm: get ldo name failed
[ 0.773393] add_sys_pwr_dm: get ldo name failed
[ 0.782506] after inited: sys_mask config = 0x0.
[ 0.787348] dynamic_standby enalbe = 0x0.
[ 0.792873] sunxi_reg_init enter
[ 0.827766] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.833695] jffs2: version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc.
[ 0.847930] msgmni has been set to 57
[ 0.859878] io scheduler noop registered
[ 0.864821] io scheduler deadline registered
[ 0.874693] io scheduler cfq registered (default)
[ 0.885127] [DISP]disp_module_init
[ 0.899021] cmdline,disp=
[ 0.918241] [DISP] disp_get_rotation_sw,line:68:disp 0 out of range? g_rot_sw=0
[ 0.927964] [DISP] disp_init_connections,line:289:NULL pointer: 0, 0
[ 0.944317] [DISP] Fb_map_kernel_logo,line:924:Fb_map_kernel_logo failed!
[ 0.987627] [DISP] disp_sys_power_enable,line:387:some error happen, fail to get regulator
[ 1.001481] [DISP] disp_sys_gpio_set_value,line:374:OSAL_GPIO_DevWRITE_ONEPIN_DATA, hdl is NULL
[ 1.016311] [DISP]disp_module_init finish
[ 1.023506] sw_uart_get_devinfo()1503 - uart0 has no uart_regulator.
[ 1.036682] uart0: ttyS0 at MMIO 0x1c28000 (irq = 32) is a SUNXI
[ 1.045543] sw_uart_pm()890 - uart0 clk is already enable
[ 1.050422] sw_console_setup()1233 - console setup baud 115200 parity n bits 8, flow n
[ 1.192654] console [ttyS0] enabled
[ 2.347280] sunxi_spi_chan_cfg()1376 - [spi-0] has no spi_regulator.
[ 2.369861] spi spi0: master is unqueued, this is deprecated
[ 2.383024] m25p_probe()982 - Use the Dual Mode Read.
[ 2.398681] m25p80 spi0.0: found m25p05-nonjedec, expected w25q128
[ 2.410953] m25p80 spi0.0: m25p05-nonjedec (64 Kbytes)
[ 2.428293] partitions_register()865 - m25p80_read() ret 0, PartCnt: 0
[ 2.440963] m25p80: probe of spi0.0 failed with error -22
[ 2.471187] Failed to alloc md5
[ 2.479778] eth0: Use random mac address
[ 2.490667] usbcore: registered new interface driver rtl8150
[ 2.506349] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 2.539578] sunxi-ehci sunxi-ehci.1: SW USB2.0 'Enhanced' Host Controller (EHCI) Driver
[ 2.558353] sunxi-ehci sunxi-ehci.1: new USB bus registered, assigned bus number 1
[ 2.577043] sunxi-ehci sunxi-ehci.1: irq 104, io mem 0xf1c1a000
[ 2.600368] sunxi-ehci sunxi-ehci.1: USB 0.0 started, EHCI 1.00
[ 2.625636] hub 1-0:1.0: USB hub found
[ 2.634942] hub 1-0:1.0: 1 port detected
[ 2.654436] sunxi-ehci sunxi-ehci.1: remove, state 1
[ 2.665154] usb usb1: USB disconnect, device number 1
[ 2.684239] sunxi-ehci sunxi-ehci.1: USB bus 1 deregistered
[ 2.710557] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 2.743285] sunxi-ohci sunxi-ohci.1: SW USB2.0 'Open' Host Controller (OHCI) Driver
[ 2.761680] sunxi-ohci sunxi-ohci.1: new USB bus registered, assigned bus number 1
[ 2.779877] sunxi-ohci sunxi-ohci.1: irq 105, io mem 0xf1c1a400
[ 2.862804] hub 1-0:1.0: USB hub found
[ 2.876307] hub 1-0:1.0: 1 port detected
[ 2.890854] sunxi-ohci sunxi-ohci.1: remove, state 1
[ 2.901582] usb usb1: USB disconnect, device number 1
[ 2.924228] sunxi-ohci sunxi-ohci.1: USB bus 1 deregistered
[ 2.946326] Initializing USB Mass Storage driver...
[ 2.961976] usbcore: registered new interface driver usb-storage
[ 2.973881] USB Mass Storage support registered.
[ 2.993565] file system registered
[ 3.024468] android_usb gadget: Mass Storage Function, version: 2009/09/11
[ 3.041784] android_usb gadget: Number of LUNs=1
[ 3.052201] lun0: LUN: removable file: (no medium)
[ 3.069801] android_usb gadget: android_usb ready
[ 3.085148] sunxikbd_script_init: key para not found, used default para.
[ 3.110228] sunxi-rtc sunxi-rtc: rtc core: registered sunxi-rtc as rtc0
[ 3.123340] i2c /dev entries driver
[ 3.138991] [VFE]cci probe start cci_sel = 0!
[ 3.153237] [VFE]cci probe end cci_sel = 0!
[ 3.163505] [VFE]cci_init end
[ 3.171788] [VFE]Welcome to Video Front End driver
[ 3.188688] [VFE]pdev->id = 0
[ 3.196964] [VFE]dev->mipi_sel = 0
[ 3.205811] [VFE]dev->vip_sel = 0
[ 3.218659] [VFE]dev->isp_sel = 0
[ 3.227638] [VFE]fetch front sensor list info start!
[ 3.238347] [VFE]Fetch sensor list form"/system/etc/hawkview/sensor_list_cfg.ini"
[ 3.285315] [VFE]fetch front sensor list info end!
[ 3.303368] [VFE_WARN]vfe vpu clock is null
[ 3.336177] [VFE]vfe_init end
[ 3.344429] [VFE]probe_work_handle start!
[ 3.353985] [VFE]..........................vfe clk open!.......................
[ 3.385461] platform reg-20-cs-dcdc2: Driver reg-20-cs-dcdc2 requests probe deferral
[ 3.403790] [VFE]v4l2 subdev register input_num = 0
[ 3.414300] [VFE]vfe sensor detect start! input_num = 0
[ 3.429449] [VFE]Find sensor name is "ov5647_mipi", i2c address is 6c, type is "RAW" !
[ 3.443692] [VFE]Sub device register "ov5647_mipi" i2c_addr = 0x6c start!
[ 3.460717] [VFE]v4l2_device_register_subdev return 0
[ 3.471526] [VFE]registered sensor subdev is OK!
[ 3.486007] [VFE]Check sensor!
[ 3.494398] [VFE]Sub device register "ov5647_mipi" is OK!
[ 3.512120] platform reg-20-cs-dcdc3: Driver reg-20-cs-dcdc3 requests probe deferral
[ 3.528311] platform reg-20-cs-ldo1: Driver reg-20-cs-ldo1 requests probe deferral
[ 3.548152] platform reg-20-cs-ldo2: Driver reg-20-cs-ldo2 requests probe deferral
[ 3.568235] platform reg-20-cs-ldo3: Driver reg-20-cs-ldo3 requests probe deferral
[ 3.584088] platform reg-20-cs-ldo4: Driver reg-20-cs-ldo4 requests probe deferral
[ 3.604121] platform reg-20-cs-ldoio0: Driver reg-20-cs-ldoio0 requests probe deferral
[ 3.622367] [VFE]Check open /system/etc/hawkview/ov5647_mipi/isp_test_param.ini failed!
[ 3.622684] Match isp cfg start!
[ 3.649527] [VFE]Match isp cfg ok
[ 3.658426] sunxi_wdt_init_module: sunxi WatchDog Timer Driver v1.0
[ 3.673794] sunxi_wdt_probe: devm_ioremap return wdt_reg 0xf1c20ca0, res->start 0x01c20ca0, res->end 0x01c20cbf
[ 3.692836] [VFE]V4L2 device registered as video0
[ 3.714120] sunxi_wdt_probe: initialized (g_timeout=16s, g_nowayout=0)
[ 3.726702] wdt_enable, write reg 0xf1c20cb8 val 0x00000000
[ 3.742099] wdt_set_tmout, write 0x000000b0 to mode reg 0xf1c20cb8, actual timeout 16 sec
[ 3.761472] [VFE]..........................vfe clk close!.......................
[ 3.775218] [VFE]probe_work_handle end!
[ 3.836926] no led_3, ignore it!
[ 3.845605] no led_4, ignore it!
[ 3.854190] no led_5, ignore it!
[ 3.862869] no led_6, ignore it!
[ 3.875603] no led_7, ignore it!
[ 3.888669] leds-gpio: probe of leds-gpio failed with error -16
[ 3.907303] usbcore: registered new interface driver usbhid
[ 3.918758] usbhid: USB HID core driver
[ 3.943323] ashmem: initialized
[ 3.956016] *******************Try sdio*******************
[ 3.969344] logger: created 256K log 'log_main'
[ 3.986597] logger: created 32K log 'log_events'
[ 3.997358] *******************Try sd *******************
[ 4.010254] logger: created 32K log 'log_radio'
[ 4.031486] logger: created 32K log 'log_system'
[ 4.064997] script_get_item return type err, consider it no ldo
[ 4.090705] asoc: sndcodec <-> sunxi-codec mapping ok
[ 4.133457] TCP: cubic registered
[ 4.142363] NET: Registered protocol family 17
[ 4.159635] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
[ 4.182250] ThumbEE CPU extension supported.
[ 4.192218] Registering SWP/SWPB emulation handler
[ 4.214002] platform reg-20-cs-ldoio0: Driver reg-20-cs-ldoio0 requests probe deferral
[ 4.241184] mmc0: new high speed SDHC card at address aaaa
[ 4.257363] platform reg-20-cs-ldo4: Driver reg-20-cs-ldo4 requests probe deferral
[ 4.275307] mmcblk0: mmc0:aaaa SC16G 14.8 GiB
[ 4.292697] platform reg-20-cs-ldo3: Driver reg-20-cs-ldo3 requests probe deferral
[ 4.310748] platform reg-20-cs-ldo2: Driver reg-20-cs-ldo2 requests probe deferral
[ 4.329449] mmcblk0: p1 p2
[ 4.338376] platform reg-20-cs-ldo1: Driver reg-20-cs-ldo1 requests probe deferral
[ 4.365627] mmcblk mmc0:aaaa: Card claimed for testing.
[ 4.376705] mmc0:aaaa: SC16G 14.8 GiB
[ 4.390708] platform reg-20-cs-dcdc3: Driver reg-20-cs-dcdc3 requests probe deferral
[ 4.405376] platform reg-20-cs-dcdc2: Driver reg-20-cs-dcdc2 requests probe deferral
[ 4.423658] *******************sd init ok*******************
[ 4.436323] platform reg-20-cs-dcdc3: Driver reg-20-cs-dcdc3 requests probe deferral
[ 4.455671] platform reg-20-cs-ldo1: Driver reg-20-cs-ldo1 requests probe deferral
[ 4.477592] platform reg-20-cs-ldo2: Driver reg-20-cs-ldo2 requests probe deferral
[ 4.499155] platform reg-20-cs-ldo3: Driver reg-20-cs-ldo3 requests probe deferral
[ 4.513709] platform reg-20-cs-ldo4: Driver reg-20-cs-ldo4 requests probe deferral
[ 4.532930] platform reg-20-cs-ldoio0: Driver reg-20-cs-ldoio0 requests probe deferral
[ 4.556119] sunxi-rtc sunxi-rtc: setting system clock to 1970-01-01 00:00:17 UTC (17)
[ 4.576956] *******************Try sdio*******************
[ 4.611888] *******************Try sd *******************
[ 4.630581] ALSA device list:
[ 4.638716] #0: audiocodec
[ 4.659211] *******************Try mmc*******************
[ 4.670934] EXT4-fs (mmcblk0p2): couldn't mount as ext3 due to feature incompatibilities
[ 4.704100] EXT4-fs (mmcblk0p2): couldn't mount as ext2 due to feature incompatibilities
[ 4.798936] *******************Try sdio*******************
[ 4.827169] *******************Try sd *******************
[ 4.867564] *******************Try mmc*******************
[ 4.999220] *******************Try sdio*******************
[ 5.037269] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[ 5.052871] *******************Try sd *******************
[ 5.068233] VFS: Mounted root (ext4 filesystem) on device 179:2.
[ 5.087816] *******************Try mmc*******************
[ 5.103742] devtmpfs: mounted
[ 5.113154] Freeing init memory: 140K
[ 5.230991] *******************Try sdio*******************
[ 5.257038] *******************Try sd *******************
[ 5.280339] *******************Try mmc*******************
[ 5.455371] EXT4-fs (mmcblk0p2): re-mounted. Opts: data=ordered
Starting syslogd: OK
Starting klogd: OK
Running sysctl: OK
Initializing random number generator... done.
Starting network: OK
离线
没屏和TF卡怎么玩这个固件?
离线
下载到固件试一下,认真看了一下是FLASH版的,有没有SD版的 想播放视频怎么操作
离线