各位请教一个问题。
当我们使用阿里云,腾讯云,oneNET等mqtt服务器做物联网开发时,假设我们的设备需要向服务器注册,通过后才能使用。
我看mqtt中心思想就是订阅和发布。那是不是还需要一个服务器,当设备上电的瞬间,去连接这个服务器,注册完毕通行之后,
再去连接阿里云之类的mqtt服务器。
另外还有一个问题,当小程序也连接上mqtt服务器,怎么识别对应的设备。比如A同学,拿个手机要控制A的设备,B同学拿个手机要控制B的设备。难道需要订阅各自的信息。如果这样的话,如果上万台设备,岂不是mqtt需要处理上万条订阅和发布信息。
之前玩单片机,新手上路,还望各位多多指正。本来想着在群里发的。但是想想,还是在论坛发吧,给和我一样迷茫的兄弟姐妹看看。
我觉得看你的需求,网络吞吐量是多少,是否要求实时性,有没有webserver,你编程对应linux和stm32哪个容易,稳定在要求怎么样,等等,要求的成本是怎么样的,等待,不谈需求,都是耍流氓,
要是没有成本要求,上imx6q呀,4G网络+wifi+千兆网络,一看就是高大上,
谢谢小智,貌似我还买过的你的开发板.
1. 网络吞吐量都还行,客户端会实时上传自己外挂设备的信息.while死循环在发.每次48个字节.
2. 实时性方面的话,有个时钟要同步下,终端设备的时间要个服务器差不多时间.
3. 没有webserver.
4. 编程的话,单片机和linux,水平都一样,半桶水,刚上路.
5. 稳定性要求高,长期(1年-2年)不能有问题.
6. 成本没有要求,但是上imx6,制版要求就有了,可能还是核心板加底板的方式.所以我刚开始了解到NUC972之类的ARM9.
不知道上面的需求,提出来,各位觉得使用哪种方案好.
请教下,这是为什么?
17648] platform reg-20-cs-dcdc2: Driver reg-20-cs-dcdc2 requests probe deferral
[ 1.826401] *******************sd init ok*******************
[ 1.832989] platform reg-20-cs-dcdc3: Driver reg-20-cs-dcdc3 requests probe deferral
[ 1.841895] platform reg-20-cs-ldo1: Driver reg-20-cs-ldo1 requests probe deferral
[ 1.851727] platform reg-20-cs-ldo2: Driver reg-20-cs-ldo2 requests probe deferral
[ 1.860402] platform reg-20-cs-ldo3: Driver reg-20-cs-ldo3 requests probe deferral
[ 1.869054] platform reg-20-cs-ldo4: Driver reg-20-cs-ldo4 requests probe deferral
[ 1.877799] platform reg-20-cs-ldoio0: Driver reg-20-cs-ldoio0 requests probe deferral
[ 1.896177] *******************Try sdio*******************
[ 1.905705] *******************Try sd *******************
[ 1.915233] *******************Try mmc*******************
[ 1.967081] *******************Try sdio*******************
[ 1.977772] *******************Try sd *******************
[ 1.985450] EXT4-fs (mmcblk0p2): couldn't mount as ext3 due to feature incompatibilities
[ 1.996146] EXT4-fs (mmcblk0p2): couldn't mount as ext2 due to feature incompatibilities
[ 2.005425] *******************Try mmc*******************
[ 2.012949] EXT4-fs (mmcblk0p2): couldn't mount RDWR because of unsupported optional features (400)
[ 2.033832] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(179,2)
[ 2.043468] Backtrace:
[ 2.046441] [<c00133a4>] (dump_backtrace+0x0/0x104) from [<c03a7b7c>] (dump_stack+0x18/0x1c)
[ 2.056035] r6:c05e24f0 r5:c303b024 r4:c303b024 r3:00000001
[ 2.062918] [<c03a7b64>] (dump_stack+0x0/0x1c) from [<c03a7f4c>] (panic+0x78/0x1bc)
[ 2.071651] [<c03a7ed4>] (panic+0x0/0x1bc) from [<c0531d5c>] (mount_block_root+0x248/0x280)
[ 2.081144] r3:c3023efc r2:c04c4e7a r1:c3023f30 r0:c04aae7e
[ 2.088007] r7:c04aaee2
[ 2.091061] [<c0531b14>] (mount_block_root+0x0/0x280) from [<c0531dec>] (mount_root+0x58/0x6c)
[ 2.100850] [<c0531d94>] (mount_root+0x0/0x6c) from [<c0531f30>] (prepare_namespace+0x130/0x190)
[ 2.110826] r5:c055015d r4:c05e1364
[ 2.115149] [<c0531e00>] (prepare_namespace+0x0/0x190) from [<c053197c>] (kernel_init+0x174/0x1b4)
[ 2.125317] r5:c0550120 r4:00000007
[ 2.129643] [<c0531808>] (kernel_init+0x0/0x1b4) from [<c0031fd4>] (do_exit+0x0/0x638)
[ 2.138654] r9:00000000 r8:00000000 r7:00000013 r6:c0031fd4 r5:c0531808
[ 2.146596] r4:00000000
[ 2.149851] Rebooting in 5 seconds..
[ 7.154200] Restarting Linux version 3.4.39 (he@he) (gcc version 4.8.3 20140320 (prerelease) (Sourcery CodeBench Lite 2014.05-29) ) #55 Thu Dec 12 16:12:04 CST 2019
[ 7.154212]
今天在研究公司的LCD部分的驱动代码.有个绘制图片的函数,看不明白.
请各位知道的解说下.
// for (pos=0;pos<480;pos++) // (pos=0;pos<lcddev.height;pos++)//
// {
// for(t=0;t<320*2;t++) //(t=0;t<lcddev.width*2;t++)
// {
// if(x == 0)
// {
// temp=gImage_test[pos*320*2+t]*256+gImage_test[pos*320*2+t+1];
// }
// else if(x == 1)
// {
// temp=gImage_test[pos*320*2+t]*256+gImage_test[pos*320*2+t+1];
// }
// else
// {
// }
//
// t++;
// LCD_WriteRAM(temp);
// }
// }
程序中多处*2了...我搞不明白了.
还没测试过,不过我感觉既然32G的TF卡都没问题,32G左右的EMMC也应该没问题。
里面说支持4G emmc
不停的拍照,就会满屏打印:
[ 141.919495] [VFE_WARN]Only two buffer left for csi
[ 141.947411] [VFE]capture video mode!
[ 141.980666] [VFE]capture video first frame done!
[ 141.985902] [VFE_WARN]Only two buffer left for csi
[ 142.013921] [VFE]capture video mode!
[ 142.047178] [VFE]capture video first frame done!
[ 142.050002] [VFE_WARN]Only two buffer left for csi
[ 142.080433] [VFE]capture video mode!
[ 142.113688] [VFE]capture video first frame done!
[ 142.118921] [VFE_WARN]Only two buffer left for csi
[ 142.146944] [VFE]capture video mode!
[ 142.180200] [VFE]capture video first frame done!
[ 142.185433] [VFE_WARN]Only two buffer left for csi
[ 142.213455] [VFE]capture video mode!
[ 142.246710] [VFE]capture video first frame done!
[ 142.250002] [VFE_WARN]Only two buffer left for csi
[ 142.279966] [VFE]capture video mode!
[ 142.313222] [VFE]capture video first frame done!
[ 142.318560] [VFE_WARN]Only two buffer left for csi
[ 142.346478] [VFE]capture video mode!
[ 142.379733] [VFE]capture video first frame done!
[ 142.380002] [VFE_WARN]Only two buffer left for csi
[ 142.412989] [VFE]capture video mode!
[ 142.446244] [VFE]capture video first frame done!
[ 142.450002] [VFE_WARN]Only two buffer left for csi
[ 142.479500] [VFE]capture video mode!
[ 142.512756] [VFE]capture video first frame done!
[ 142.517989] [VFE_WARN]Only two buffer left for csi
[ 142.546011] [VFE]capture video mode!
[ 142.579268] [VFE]capture video first frame done!
[ 142.580002] [VFE_WARN]Only two buffer left for csi
[ 142.612523] [VFE]capture video mode!
[ 142.645778] [VFE]capture video first frame done!
[ 142.650002] [VFE_WARN]Only two buffer left for csi
[ 142.679034] [VFE]capture video mode!
[ 142.712290] [VFE]capture video first frame done!
[ 142.717524] [VFE_WARN]Only two buffer left for csi
[ 142.745544] [VFE]capture video mode!
[ 142.778801] [VFE]capture video first frame done!
[ 142.780002] [VFE_WARN]Only two buffer left for csi
[ 142.812057] [VFE]capture video mode!
@晕哥 咋回事呢?
https://whycan.cn/files/members/3/QQ20181019135113.png
https://whycan.cn/files/members/3/QQ20181019135154.png
https://whycan.cn/files/members/3/QQ20181019135311.png
https://whycan.cn/files/members/3/QQ20181019135349.png
https://whycan.cn/files/members/3/QQ20181019135640.png
DXP格式原理图与PCB下载: S3_PCB_Project.7z
感谢debugdump网友 @playflash !!!
为什么我用AD打开后成了这个鬼样子
晕哥 说:playflash 说:晕哥, 你搜索原来S3的linux-3.4/.config文件试试,关键字:80m,85m,更改为20m,25m, 按字面理解,这是预留内存给图像处理,之后zmake all
我不在linux电脑上, 具体这一项的名字, 我暂时查不到。
还不行的话, 我上传我的.config给你研究一下。CONFIG_ION=y
CONFIG_ION_SUNXI=y
CONFIG_ION_SUNXI_RESERVE_LIST="80m,85m"改成这样:
CONFIG_ION=y
CONFIG_ION_SUNXI=y
CONFIG_ION_SUNXI_RESERVE_LIST="28m,28m"就可以了吗?
我试一试...
应该是这里。
这个:
CONFIG_ION_SUNXI_RESERVE_LIST="28m,28m"
这个两个28m我不明白,求指导.
第一个28是给ion 第二个是app层的内存空间么?
晕哥小弟 说:那这个uboot改法有有别人踩过坑的入门教程么?
这里有我改的: https://whycan.cn/t_2227.html
这里是荔枝派的: https://github.com/Lichee-Pi/u-boot/tree/s3-l0p-exp
向晕哥及坑网的兄弟姐妹致敬~~~~
使用camdroid ,学习下拍照,可是居然:
[ 7.692142] [VFE]vfe_close end
[ 8.672478] [DISP] ready enter pm_runtime_get_sync, device0
[ 8.823402] [VFE]vfe_open
[ 8.826435] [VFE]..........................vfe clk open!.......................
[ 8.835973] [VFE]vfe_open ok
[ 8.839426] [VFE]Set vfe core clk = 216000000, after Set vfe core clk = 297000000
[ 8.858204] [VFE_ERR]sensor standby off error when selecting target device!
[ 8.866207] [VFE]vfe_close
[ 8.879451] [VFE_ERR]sensor power off error at device number when csi close!
[ 8.887496] [VFE]..........................vfe clk close!.......................
[ 8.896007] [VFE]vfe_close end
[ 8.901353] newcdr: startPreview finished
[ 9.337175] init: waitpid returned pid 68, status = 00000000
[ 9.359599] init: process 'startupSound', pid 68 exited
[ 9.401532] init: processing action 0x7c7d70 (property:sys.usb.config=mass_storage,adb)
[ 9.420688] adb_release
[ 9.425096] adb_open
[ 9.428450] init: command 'write' r=0
[ 9.439645] init: command 'write' r=0
[ 9.448988] init: command 'write' r=0
[ 9.453914] [VFE]vfe_open
[ 9.457359] init: command 'write' r=0
[ 9.461630] [VFE]..........................vfe clk open!.......................
[ 9.470146] ep_matches, wrn: endpoint already claimed, ep(0xc04d4f7c, 0xc1a66ac0, ep1in-bulk)
[ 9.479821] adb_bind_config
发一个 荔枝派zero 能跑的 camdroid 固件, ov5647摄像头, 视频效果相当暗,很难看清楚: https://whycan.cn/t_1780.html
这个是固件,没有源码.囧
目前我感觉在这个地方不一样 .
下面这个是芒果派打印的
[ 78.063883] init: command 'setupfs' r=1
[ 78.068309] init: out of loopback devices source = /dev/block/mtdblock2
[ 78.075822] init: out of loopback devices target = /system
[ 78.082102] init: out of loopback devices system = squashfs
[ 78.088380] init: out of loopback devices options = (null)
[ 78.097647] init: command 'mount' r=0
[ 78.101950] init: command 'wait' r=0
[ 78.106141] init: out of loopback devices source = /dev/block/mtdblock3
[ 78.113610] init: out of loopback devices target = /data
[ 78.119692] init: out of loopback devices system = jffs2
[ 78.125694] init: out of loopback devices options = (null)
[ 78.145835] init: command 'mount' r=0
[ 78.150199] init: processing action 0x19fb010 (post-fs)
[ 78.156116] init: out of loopback devices source = rootfs
[ 78.162319] init: out of loopback devices target = /
[ 78.167935] init: out of loopback devices system = rootfs
[ 78.174120] init: out of loopback devices options = (null)
下面是licheepi zero 打印的
[ 78.041916] init: processing action 0x19fd338 (console_init)
[ 78.048646] init: command 'console_init' r=0
[ 78.053629] init: processing action 0x19faf30 (fs)
[ 78.059106] init: command 'wait' r=0
[ 78.063883] init: command 'setupfs' r=1
[ 78.068309] init: out of loopback devices source = /dev/block/mtdblock2
[ 78.075822] init: out of loopback devices target = /system
[ 78.082102] init: out of loopback devices system = squashfs
[ 78.088380] init: out of loopback devices options = (null)
[ 78.097647] init: command 'mount' r=0
[ 78.101950] init: command 'wait' r=0
[ 78.106141] init: out of loopback devices source = /dev/block/mtdblock3
[ 78.113610] init: out of loopback devices target = /data
[ 78.119692] init: out of loopback devices system = jffs2
[ 78.125694] init: out of loopback devices options = (null)
[ 78.145835] init: command 'mount' r=0
[ 78.150199] init: processing action 0x19fb010 (post-fs)
[ 78.156116] init: out of loopback devices source = rootfs
[ 78.162319] init: out of loopback devices target = /
[ 78.167935] init: out of loopback devices system = rootfs
[ 78.174120] init: out of loopback devices options = (null)
[ 78.180430] init: command 'mount' r=0
[ 78.184689] init: processing action 0x19fb070 (post-fs-data)
[ 78.191438] init: command 'chown' r=0
[ 78.195972] init: command 'chmod' r=0
[ 78.200681] init: command 'chmod' r=-2
[ 78.210065] init: command 'mkdir' r=0
[ 78.214283] init: command 'restorecon' r=0
[ 78.223837] init: command 'mkdir' r=0
芒果派启动的信息:
[ 17.690366] SysRq : Emergency Remount R/O
[ 17.695110] Emergency Remount complete
[ 18.703139] [VFE]Defined suspend!
[ 18.707041] [VFE]Vfe Shutdown!
[ 19.330077] [mmc]: shutdown_mmc: is not card 2, return
[ 19.335902] [mmc]: shutdown_mmc: mmc 1 shutdown exit..ok
[ 19.341993] [mmc]: shutdown_mmc: is not card 2, return
[ 19.347795] [mmc]: shutdown_mmc: mmc 0 shutdown exit..ok
[ 19.353885] wdt_enable, write reg 0xf1c20cb8 val 0x000000b0
[ 19.590554] [DISP] disp_sys_gpio_set_value,line:374:OSAL_GPIO_DevWRITE_ONEPIN_DATA, hdl is NULL
[ 19.600588] [DISP] disp_sys_power_disable,line:417:some error happen, fail to get regulator
[ 20.120075] [alarmtimer] have no shutdown alarm! alarmtimer_shutdown 315
[ 20.127648] hci: ERR: sunxi_ohci is disable, need not shutdown
[ 20.134320] hci: ERR: sunxi_ehci is disable, need not shutdown
[ 20.141074] Restarting system.
[ 20.144647]
[ 20.146392] Restarting Linux version 3.4.39 (he@he) (gcc version 4.6.3 20120201 (prerelease) (crosstool-NG linaro-1.13.1-2012.02-20120222 - Linaro GCC 2012.02) ) #1 Tue Sep 17 11:45:39 CST 2019
[ 20.146405]
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
card boot number = 0
card no is 0
sdcard 0 line count 0
[mmc]: mmc driver ver 2014-8-11 15:06:39
[mmc]: ***Try SD card 0***
[mmc]: SD/MMC Card: 4bit, capacity: 15193MB
[mmc]: vendor: Man 00035344 Snr f3cb1164
[mmc]: product: SC16G
[mmc]: revision: 8.0
[mmc]: ***SD/MMC 0 init OK!!!***
sdcard 0 init ok
The size of uboot is 00080000.
sum=c0eb68ed
src_sum=c0eb68ed
Succeed in loading uboot from sdmmc flash.
Jump to secend Boot.
[ 0.230]
U-Boot 2011.09-rc1-dirty (Jun 16 2015 - 13:24:29) Allwinner Technology
[ 0.238]version: 1.1.0
[ 0.243]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.304]DRAM: 64 MiB
save config for small mem_size
workmode = 0
MMC: 0
[ 0.359][mmc]: mmc driver ver 2014-9-1 10:54:35
[ 0.363][mmc]: get sdc_f_max fail,use default sdc_f_max 50000000
[ 0.370][mmc]: get sdc_ex_dly_used fail,use default dly
[ 0.375][mmc]: SUNXI SD/MMC: 0
[ 0.388][mmc]: ************Try SD card 0************
[ 0.432][mmc]: MID 000003 PSN f3cb1164
[ 0.435][mmc]: PNM SC16G -- 0x53-43-31-36-47-05
[ 0.440][mmc]: PRV 8.0
[ 0.442][mmc]: MDT m-12 y-2018
[ 0.446][mmc]: ---------------mmc->clock 50000000-----------
[ 0.451][mmc]: ---------------mmc->bus_width 4--------------
[ 0.457][mmc]: SD/MMC Card: 4bit, capacity: 15193MB
[ 0.462][mmc]: boot0 capacity: 0KB,boot1 capacity: 0KB
[ 0.468][mmc]: ************SD/MMC 0 init OK!!!************
[ 0.477]sunxi flash init ok
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, 3889145 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 (he@he) (gcc version 4.6.3 20120201 (prerelease) (crosstool-NG linaro-1.13.1-2012.02-20120222 - Linaro GCC 2012.02) ) #1 Tue Sep 17 11:45:39 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 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=32384
[ 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.000157] Calibrating delay loop (skipped), value calculated using timer frequency.. 4800.00 BogoMIPS (lpj=24000000)
[ 0.000179] pid_max: default: 32768 minimum: 301
[ 0.000314] Mount-cache hash table entries: 512
[ 0.000826] CPU: Testing write buffer coherency: ok
[ 0.001087] Setting up static identity map for 0x40366de8 - 0x40366e40
[ 0.001742] devtmpfs: initialized
[ 0.003605] pinctrl core: initialized pinctrl subsystem
[ 0.004091] NET: Registered protocol family 16
[ 0.004481] DMA: preallocated 128 KiB pool for atomic coherent allocations
[ 0.004533] script_sysfs_init success
[ 0.004568] sunxi_dump_init success
[ 0.005294] gpiochip_add: registered GPIOs 0 to 223 on device: sunxi-pinctrl
[ 0.006185] sunxi-pinctrl sunxi-pinctrl: initialized sunXi PIO driver
[ 0.006557] gpiochip_add: registered GPIOs 1024 to 1031 on device: axp-pinctrl
[ 0.007403] persistent_ram: found existing buffer, size 55666, start 55666
[ 0.250017] console [ram-1] enabled
[ 0.250437] [sunxi-module]: [sunxi-module.0] probe success
[ 0.250741] axp driver uning configuration failed(801)
[ 0.250849] axp driver uning configuration failed(808)
[ 0.251321] Not Found clk pll_isp in script
[ 0.251432] Not Found clk pll_video in script
[ 0.251620] Not Found clk pll_ve in script
[ 0.251723] Not Found clk pll_periph0 in script
[ 0.251826] Not Found clk pll_de in script
[ 0.252013] sunxi_default_clk_init
[ 0.252113] try to set pll6ahb1 to 200000000
[ 0.252225] Error not get clk pll6ahb1
[ 0.252418] Error not get clk pll6ahb1try to set ahb1 to 200000000
[ 0.252635] try to set apb1 to 100000000
[ 0.253128] ===fe3o4==== sunxi_root_procfs_attach ret:0
[ 0.256744] bio: create slab <bio-0> at 0
[ 0.257106] pwm module init!
[ 0.259411] SCSI subsystem initialized
[ 0.259741] usbcore: registered new interface driver usbfs
[ 0.259998] usbcore: registered new interface driver hub
[ 0.260156] usbcore: registered new device driver usb
[ 0.260406] twi_chan_cfg()340 - [twi0] has no twi_regulator.
[ 0.260601] twi_chan_cfg()340 - [twi1] has no twi_regulator.
[ 0.261377] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x34)
[ 0.261588] axp20_board 0-0034: failed reading at 0x03
[ 0.261778] [AXP20-MFD] try to read chip id failed!
[ 0.261881] axp mfd register failed
[ 0.261999] axp20_board: probe of 0-0034 failed with error -70
[ 0.262233] Linux video capture interface: v2.00
[ 0.262421] gpiochip_add: gpios 1024..1028 (axp_pin) failed to register
[ 0.262616] axp pinctrl used,skip
[ 0.263052] Advanced Linux Sound Architecture Driver Version 1.0.25.
[ 0.264140] cfg80211: Calling CRDA to update world regulatory domain
[ 0.265177] Switching to clocksource arch_sys_counter
[ 0.269989] NET: Registered protocol family 2
[ 0.269989] IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.269989] TCP established hash table entries: 2048 (order: 2, 16384 bytes)
[ 0.270078] TCP bind hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.270290] TCP: Hash tables configured (established 2048 bind 2048)
[ 0.270397] TCP: reno registered
[ 0.270590] UDP hash table entries: 256 (order: 0, 4096 bytes)
[ 0.270707] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[ 0.271162] NET: Registered protocol family 1
[ 0.271461] Unpacking initramfs...
[ 0.286187] Freeing initrd memory: 220K
[ 0.286509] [pm]aw_pm_init!
[ 0.286619] standby_mode = 1.
[ 0.286723] wakeup src cnt is : 3.
[ 0.286918] pmu name: pmu1_para .
[ 0.287027] pmu1_enable = 0x1.
[ 0.287131] pmux_id = 0x1.
[ 0.287236] pmu name: pmu2_para .
[ 0.287426] config_pmux_para: script_parser_fetch err.
[ 0.287530] pmu2_enable = 0x0.
[ 0.287636] add_sys_pwr_dm: get ldo name failed
[ 0.287742] add_sys_pwr_dm: get ldo name failed
[ 0.287846] add_sys_pwr_dm: get ldo name failed
[ 0.288036] add_sys_pwr_dm: get ldo name failed
[ 0.288140] add_sys_pwr_dm: get ldo name failed
[ 0.288243] add_sys_pwr_dm: get ldo name failed
[ 0.288433] add_sys_pwr_dm: get ldo name failed
[ 0.288538] add_sys_pwr_dm: get ldo name failed
[ 0.288730] add_sys_pwr_dm: get ldo name failed
[ 0.288834] add_sys_pwr_dm: get ldo name failed
[ 0.288937] after inited: sys_mask config = 0x0.
[ 0.289127] dynamic_standby enalbe = 0x0.
[ 0.289287] sunxi_reg_init enter
[ 0.291350] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.291509] jffs2: version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc.
[ 0.291876] msgmni has been set to 58
[ 0.292908] io scheduler noop registered
[ 0.293025] io scheduler deadline registered
[ 0.293292] io scheduler cfq registered (default)
[ 0.293801] [DISP]disp_module_init
[ 0.294310] cmdline,disp=
[ 0.295002] rotation_sw module is config as no used
[ 0.295133] [DISP] disp_get_rotation_sw,line:68:disp 0 out of range? g_rot_sw=0
[ 0.295427] [DISP] disp_init_connections,line:289:NULL pointer: 0, 0
[ 0.310586] [DISP] disp_sys_power_enable,line:387:some error happen, fail to get regulator
[ 0.310899] [DISP] disp_sys_gpio_set_value,line:374:OSAL_GPIO_DevWRITE_ONEPIN_DATA, hdl is NULL
[ 0.311902] [DISP]disp_module_init finish
[ 0.312307] sw_uart_get_devinfo()1503 - uart0 has no uart_regulator.
[ 0.312851] uart0: ttyS0 at MMIO 0x1c28000 (irq = 32) is a SUNXI
[ 0.312968] sw_uart_pm()890 - uart0 clk is already enable
[ 0.313168] sw_console_setup()1233 - console setup baud 115200 parity n bits 8, flow n
[ 0.505197] console [ttyS0] enabled
[ 1.136700] sunxi_spi_chan_cfg()1376 - [spi-0] has no spi_regulator.
[ 1.144636] spi spi0: master is unqueued, this is deprecated
[ 1.151234] m25p_probe()966 - Use the Dual Mode Read.
[ 1.157109] NorFlash ID: 0xef4018 - 0x0
[ 1.161506] m25p80 spi0.0: found W25q128, expected at25df641
[ 1.167995] m25p80 spi0.0: W25q128 (16384 Kbytes)
[ 1.174814] @@@[debug_jaosn]: Invalid partitions count: 4 9
[ 1.181817] Creating 8 MTD partitions on "spi0.0":
[ 1.187246] 0x000000000000-0x000000040000 : "uboot"
[ 1.193774] 0x000000040000-0x000000440000 : "boot"
[ 1.200227] 0x000000440000-0x000000c40000 : "system"
[ 1.206717] 0x000000c40000-0x000000cc0000 : "cfg"
[ 1.213058] 0x000000cc0000-0x000000ce0000 : "boot_logo"
[ 1.219853] 0x000000ce0000-0x000000d00000 : "shutdown_logo"
[ 1.227284] 0x000000d00000-0x000000d10000 : "env"
[ 1.233696] 0x000000d10000-0x000000d20000 : "private"
[ 1.241889] Failed to alloc md5
[ 1.245561] eth0: Use random mac address
[ 1.250112] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.277710] sunxi-ehci sunxi-ehci.1: SW USB2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.286747] sunxi-ehci sunxi-ehci.1: new USB bus registered, assigned bus number 1
[ 1.295472] sunxi-ehci sunxi-ehci.1: irq 104, io mem 0xf1c1a000
[ 1.320030] sunxi-ehci sunxi-ehci.1: USB 0.0 started, EHCI 1.00
[ 1.327392] hub 1-0:1.0: USB hub found
[ 1.331717] hub 1-0:1.0: 1 port detected
[ 1.336614] sunxi-ehci sunxi-ehci.1: remove, state 1
[ 1.342269] usb usb1: USB disconnect, device number 1
[ 1.640165] sunxi-ehci sunxi-ehci.1: USB bus 1 deregistered
[ 1.656554] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 1.683715] sunxi-ohci sunxi-ohci.1: SW USB2.0 'Open' Host Controller (OHCI) Driver
[ 1.692352] sunxi-ohci sunxi-ohci.1: new USB bus registered, assigned bus number 1
[ 1.700999] sunxi-ohci sunxi-ohci.1: irq 105, io mem 0xf1c1a400
[ 1.764639] hub 1-0:1.0: USB hub found
[ 1.768916] hub 1-0:1.0: 1 port detected
[ 1.773781] sunxi-ohci sunxi-ohci.1: remove, state 1
[ 1.779509] usb usb1: USB disconnect, device number 1
[ 1.785801] sunxi-ohci sunxi-ohci.1: USB bus 1 deregistered
[ 1.802317] Initializing USB Mass Storage driver...
[ 1.807900] usbcore: registered new interface driver usb-storage
[ 1.814779] USB Mass Storage support registered.
[ 1.820312] file system registered
[ 1.825671] android_usb gadget: Mass Storage Function, version: 2009/09/11
[ 1.833551] android_usb gadget: Number of LUNs=1
[ 1.838852] lun0: LUN: removable file: (no medium)
[ 1.844942] android_usb gadget: android_usb ready
[ 1.850422] sunxikbd_script_init: key para not found, used default para.
[ 1.859123] sunxi-rtc sunxi-rtc: rtc core: registered sunxi-rtc as rtc0
[ 1.866778] sunxi cedar version 0.1
[ 1.871015] [cedar]: install start!!!
[ 1.875407] [cedar]: install end!!!
[ 1.879826] platform reg-20-cs-dcdc2: Driver reg-20-cs-dcdc2 requests probe deferral
[ 1.888800] platform reg-20-cs-dcdc3: Driver reg-20-cs-dcdc3 requests probe deferral
[ 1.897719] platform reg-20-cs-ldo1: Driver reg-20-cs-ldo1 requests probe deferral
[ 1.906345] platform reg-20-cs-ldo2: Driver reg-20-cs-ldo2 requests probe deferral
[ 1.915047] platform reg-20-cs-ldo3: Driver reg-20-cs-ldo3 requests probe deferral
[ 1.923768] platform reg-20-cs-ldo4: Driver reg-20-cs-ldo4 requests probe deferral
[ 1.932398] platform reg-20-cs-ldoio0: Driver reg-20-cs-ldoio0 requests probe deferral
[ 1.941386] sunxi_wdt_init_module: sunxi WatchDog Timer Driver v1.0
[ 1.948701] sunxi_wdt_probe: devm_ioremap return wdt_reg 0xf1c20ca0, res->start 0x01c20ca0, res->end 0x01c20cbf
[ 1.960130] sunxi_wdt_probe: initialized (g_timeout=16s, g_nowayout=0)
[ 1.967780] wdt_enable, write reg 0xf1c20cb8 val 0x00000000
[ 1.974164] wdt_set_tmout, write 0x000000b0 to mode reg 0xf1c20cb8, actual timeout 16 sec
[ 1.983922] [mmc]: SD/MMC/SDIO Host Controller Driver(v1.114 2015-6-2 10:21) Compiled in Sep 17 2019 at 11:45:10
[ 1.995482] [mmc]: get mmc0's sdc_power failed
[ 2.000632] [mmc]: get mmc1's sdc_power failed
[ 2.005663] [mmc]: MMC host used card: 0x3, boot card: 0x1, io_card 2
[ 2.013837] [mmc]: sdc0 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.024886] [mmc]: sdc0 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.035268] [mmc]: sdc1 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.045297] [mmc]: sdc0 power_supply is null
[ 2.053162] sunxi_leds_fetch_sysconfig_para leds is not used in config
[ 2.060623] =========script_get_err============
[ 2.065986] usbcore: registered new interface driver usbhid
[ 2.072405] usbhid: USB HID core driver
[ 2.076776] [mmc]: sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.087771] ashmem: initialized
[ 2.091546] logger: created 256K log 'log_main'
[ 2.096868] logger: created 32K log 'log_events'
[ 2.102459] logger: created 32K log 'log_radio'
[ 2.107700] logger: created 32K log 'log_system'
[ 2.114641] script_get_item return audio_pa_ctrl type err
[ 2.121635] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 52, RTO !!
[ 2.130241] asoc: sndcodec <-> sunxi-codec mapping ok
[ 2.135955] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 52, RTO !!
[ 2.144395] [mmc]: sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.156743] TCP: cubic registered
[ 2.160609] NET: Registered protocol family 17
[ 2.165946] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
[ 2.174670] ThumbEE CPU extension supported.
[ 2.180796] Registering SWP/SWPB emulation handler
[ 2.187246] [mmc]: sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.198555] platform reg-20-cs-ldoio0: Driver reg-20-cs-ldoio0 requests probe deferral
[ 2.207701] platform reg-20-cs-ldo4: Driver reg-20-cs-ldo4 requests probe deferral
[ 2.217442] platform reg-20-cs-ldo3: Driver reg-20-cs-ldo3 requests probe deferral
[ 2.226089] *******************Try sdio*******************
[ 2.232340] platform reg-20-cs-ldo2: Driver reg-20-cs-ldo2 requests probe deferral
[ 2.240942] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 5, RTO !!
[ 2.249295] platform reg-20-cs-ldo1: Driver reg-20-cs-ldo1 requests probe deferral
[ 2.257814] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 5, RTO !!
[ 2.266175] platform reg-20-cs-dcdc3: Driver reg-20-cs-dcdc3 requests probe deferral
[ 2.274968] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 5, RTO !!
[ 2.283241] platform reg-20-cs-dcdc2: Driver reg-20-cs-dcdc2 requests probe deferral
[ 2.292029] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 5, RTO !!
[ 2.300410] *******************Try sd *******************
[ 2.306591] sunxi-rtc sunxi-rtc: setting system clock to 2015-01-01 00:00:15 UTC (1420070415)
[ 2.316620] [mmc]: sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.328046] [wifi module_pm]: failed to fetch wifi configuration!
[ 2.334998] [wifi module_pm]: regulator on.
[ 2.339830] [wifi_pm]: no wifi used in configuration
[ 2.345467]
[ 2.345471] *****Sep 17 2019 11:45:16 EAGLE DRIVER VER:75be56bfbaf7*****
[ 2.345477]
[ 2.356760] [mmc]: sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.368386] =======================================================
[ 2.375496] ==== Launching Wi-Fi driver! (Powered by Rockchip) ====
[ 2.382647] =======================================================
[ 2.389699] Espressif ESP8089 SDIO WiFi driver (Powered by Rockchip, Ver2.25(01/22/2016),Drv: 2.26) init.
[ 2.400517] [wifi_pm]: wrong module select 0 !
[ 2.506659] [mmc]: sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.571503] [mmc]: sdc0 set ios: clk 25000000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.587347] [mmc]: sdc0 set ios: clk 25000000Hz bm PP pm ON vdd 3.3V width 1 timing SD-HS(SDR25) dt B
[ 2.597880] [mmc]: sdc0 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 1 timing SD-HS(SDR25) dt B
[ 2.608433] [mmc]: sdc0 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 4 timing SD-HS(SDR25) dt B
[ 2.619019] mmc0: new high speed SDHC card at address aaaa
[ 2.625653] mmcblk0: mmc0:aaaa SC16G 14.8 GiB
[ 2.635275] mmcblk0: p1 p2 p3 < p5 p6 p7 p8 p9 p10 >
[ 2.642789] mmcblk mmc0:aaaa: Card claimed for testing.
[ 2.648701] mmc0:aaaa: SC16G 14.8 GiB
[ 2.653237] platform reg-20-cs-dcdc2: Driver reg-20-cs-dcdc2 requests probe deferral
[ 2.661987] *******************sd init ok*******************
[ 2.668481] [mmc]: sdc1 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.678414] platform reg-20-cs-dcdc3: Driver reg-20-cs-dcdc3 requests probe deferral
[ 2.687182] platform reg-20-cs-ldo1: Driver reg-20-cs-ldo1 requests probe deferral
[ 2.695792] [mmc]: sdc1 power_supply is null
[ 2.701945] platform reg-20-cs-ldo2: Driver reg-20-cs-ldo2 requests probe deferral
[ 2.710669] platform reg-20-cs-ldo3: Driver reg-20-cs-ldo3 requests probe deferral
[ 2.719285] platform reg-20-cs-ldo4: Driver reg-20-cs-ldo4 requests probe deferral
[ 2.727916] [mmc]: sdc1 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.738209] platform reg-20-cs-ldoio0: Driver reg-20-cs-ldoio0 requests probe deferral
[ 2.762669] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 2.771090] [mmc]: sdc1 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.783848] [mmc]: sdc1 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.796105] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 8, RTO !!
[ 2.804423] *******************Try sdio*******************
[ 2.811419] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 2.820530] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 2.829554] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 2.838584] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 2.846889] *******************Try sd *******************
[ 2.853789] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 2.862997] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 2.872206] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 2.881327] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 2.889724] *******************Try mmc*******************
[ 2.895912] [mmc]: sdc1 set ios: clk 400000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.907072] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 1, RTO !!
[ 2.915389] [mmc]: sdc1 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.925485] [mmc]: sdc1 power_supply is null
[ 2.932916] [mmc]: sdc1 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.944276] [mmc]: sdc1 power_supply is null
[ 2.970026] [mmc]: sdc1 set ios: clk 300000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.002612] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 3.012093] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 3.020418] [mmc]: sdc1 set ios: clk 300000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.033365] [mmc]: sdc1 set ios: clk 300000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.045891] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 8, RTO !!
[ 3.054205] *******************Try sdio*******************
[ 3.061464] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 3.070841] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 3.080131] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 3.089501] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 3.097810] *******************Try sd *******************
[ 3.104974] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 3.114451] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 3.123834] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 3.133307] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 3.141726] *******************Try mmc*******************
[ 3.143279] [mmc]: sdc1 set ios: clk 300000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.159346] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 1, RTO !!
[ 3.167659] [mmc]: sdc1 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.177660] [mmc]: sdc1 power_supply is null
[ 3.185170] [mmc]: sdc1 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.196529] [mmc]: sdc1 power_supply is null
[ 3.220021] [mmc]: sdc1 set ios: clk 200000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.253130] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 3.263064] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 3.271468] [mmc]: sdc1 set ios: clk 200000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.284691] [mmc]: sdc1 set ios: clk 200000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.297781] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 8, RTO !!
[ 3.306001] *******************Try sdio*******************
[ 3.313885] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 3.323816] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 3.333640] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 3.343550] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 3.351767] *******************Try sd *******************
[ 3.359545] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 3.369546] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 3.379465] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 3.389475] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 3.397875] *******************Try mmc*******************
[ 3.403975] [mmc]: sdc1 set ios: clk 200000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.416061] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 1, RTO !!
[ 3.424289] [mmc]: sdc1 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.434377] [mmc]: sdc1 power_supply is null
[ 3.441885] [mmc]: sdc1 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.453161] [mmc]: sdc1 power_supply is null
[ 3.470023] [mmc]: sdc1 set ios: clk 150000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.502597] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 3.511993] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 3.520400] [mmc]: sdc1 set ios: clk 150000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.533346] [mmc]: sdc1 set ios: clk 150000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.545787] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 8, RTO !!
[ 3.554097] *******************Try sdio*******************
[ 3.561440] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 3.570750] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 3.580123] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 3.589500] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 3.597722] *******************Try sd *******************
[ 3.604970] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 3.614360] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 3.623830] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 3.633307] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 3.641621] *******************Try mmc*******************
[ 3.643278] [mmc]: sdc1 set ios: clk 150000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.659318] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 1, RTO !!
[ 3.667546] [mmc]: sdc1 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.677638] [mmc]: sdc1 power_supply is null
[ 13.510029] esp_sdio_init ------ RETRY ------
[ 13.515236] =======================================================
[ 13.522306] ==== Dislaunching Wi-Fi driver! (Powered by Rockchip) ====
[ 13.529738] =======================================================
[ 13.536795] Espressif ESP8089 SDIO WiFi driver (Powered by Rockchip, Ver2.26(01/22/2016),Drv: 2.26) exit.
[ 13.547607] [wifi_pm]: wrong module select 0 !
[ 13.652726] =======================================================
[ 13.659772] ==== Launching Wi-Fi driver! (Powered by Rockchip) ====
[ 13.666913] =======================================================
[ 13.673966] Espressif ESP8089 SDIO WiFi driver (Powered by Rockchip, Ver2.25(01/22/2016),Drv: 2.26) init.
[ 13.684784] [wifi_pm]: wrong module select 0 !
[ 13.789927] [mmc]: sdc1 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 13.801218] [mmc]: sdc1 power_supply is null
[ 13.820029] [mmc]: sdc1 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 13.852345] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 13.861482] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 13.869886] [mmc]: sdc1 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 13.882712] [mmc]: sdc1 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 13.894880] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 8, RTO !!
[ 13.903193] *******************Try sdio*******************
[ 13.910269] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 13.919292] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 13.928402] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 13.937427] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 13.945731] *******************Try sd *******************
[ 13.952722] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 13.961839] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 13.971047] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 13.980249] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 13.988567] *******************Try mmc*******************
[ 13.994749] [mmc]: sdc1 set ios: clk 400000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 14.005913] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 1, RTO !!
[ 14.014229] [mmc]: sdc1 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 14.024315] [mmc]: sdc1 power_supply is null
[ 14.031742] [mmc]: sdc1 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 14.043109] [mmc]: sdc1 power_supply is null
[ 14.060024] [mmc]: sdc1 set ios: clk 300000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 14.092602] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 14.102084] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 14.110496] [mmc]: sdc1 set ios: clk 300000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 14.123366] [mmc]: sdc1 set ios: clk 300000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 14.135897] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 8, RTO !!
[ 14.144208] *******************Try sdio*******************
[ 14.151472] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 14.160845] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 14.170218] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 14.179505] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 14.187813] *******************Try sd *******************
[ 14.194975] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 14.204452] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 14.213925] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 14.223311] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 14.231717] *******************Try mmc*******************
[ 14.233283] [mmc]: sdc1 set ios: clk 300000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 14.249333] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 1, RTO !!
[ 14.257654] [mmc]: sdc1 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 14.267742] [mmc]: sdc1 power_supply is null
[ 14.275172] [mmc]: sdc1 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 14.286528] [mmc]: sdc1 power_supply is null
[ 14.310021] [mmc]: sdc1 set ios: clk 200000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 14.343134] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 14.353148] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 14.361467] [mmc]: sdc1 set ios: clk 200000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 14.374673] [mmc]: sdc1 set ios: clk 200000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 14.387765] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 8, RTO !!
[ 14.396080] *******************Try sdio*******************
[ 14.403874] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 14.413789] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 14.423609] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 14.433519] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 14.441825] *******************Try sd *******************
[ 14.449514] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 14.459524] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 14.469444] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 14.479454] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 14.487860] *******************Try mmc*******************
[ 14.493954] [mmc]: sdc1 set ios: clk 200000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 14.506040] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 1, RTO !!
[ 14.514352] [mmc]: sdc1 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 14.524351] [mmc]: sdc1 power_supply is null
[ 14.531857] [mmc]: sdc1 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 14.543127] [mmc]: sdc1 power_supply is null
[ 14.560025] [mmc]: sdc1 set ios: clk 150000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 14.592603] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 14.601999] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 14.610409] [mmc]: sdc1 set ios: clk 150000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 14.623354] [mmc]: sdc1 set ios: clk 150000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 14.635880] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 8, RTO !!
[ 14.644106] *******************Try sdio*******************
[ 14.651449] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 14.660739] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 14.670113] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 14.679486] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 14.687710] *******************Try sd *******************
[ 14.694959] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 14.704353] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 14.713826] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 14.723303] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 14.731621] *******************Try mmc*******************
[ 14.733274] [mmc]: sdc1 set ios: clk 150000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 14.749321] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 1, RTO !!
[ 14.757548] [mmc]: sdc1 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 14.767635] [mmc]: sdc1 power_supply is null
[ 24.790030] esp_sdio_init ------ RETRY ------
[ 24.795231] =======================================================
[ 24.802300] ==== Dislaunching Wi-Fi driver! (Powered by Rockchip) ====
[ 24.809730] =======================================================
[ 24.816877] Espressif ESP8089 SDIO WiFi driver (Powered by Rockchip, Ver2.26(01/22/2016),Drv: 2.26) exit.
[ 24.827601] [wifi_pm]: wrong module select 0 !
[ 24.932718] =======================================================
[ 24.939766] ==== Launching Wi-Fi driver! (Powered by Rockchip) ====
[ 24.946910] =======================================================
[ 24.953964] Espressif ESP8089 SDIO WiFi driver (Powered by Rockchip, Ver2.25(01/22/2016),Drv: 2.26) init.
[ 24.964778] [wifi_pm]: wrong module select 0 !
[ 25.069918] [mmc]: sdc1 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.081204] [mmc]: sdc1 power_supply is null
[ 25.100028] [mmc]: sdc1 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.132338] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 25.141471] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 25.149879] [mmc]: sdc1 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.162735] [mmc]: sdc1 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.174980] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 8, RTO !!
[ 25.183213] *******************Try sdio*******************
[ 25.190284] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 25.199312] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 25.208424] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 25.217532] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 25.225755] *******************Try sd *******************
[ 25.232740] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 25.241864] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 25.251072] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 25.260280] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 25.268600] *******************Try mmc*******************
[ 25.274781] [mmc]: sdc1 set ios: clk 400000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.286028] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 1, RTO !!
[ 25.294254] [mmc]: sdc1 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.304347] [mmc]: sdc1 power_supply is null
[ 25.311773] [mmc]: sdc1 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.323133] [mmc]: sdc1 power_supply is null
[ 25.340028] [mmc]: sdc1 set ios: clk 300000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.372605] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 25.382091] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 25.390502] [mmc]: sdc1 set ios: clk 300000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.403363] [mmc]: sdc1 set ios: clk 300000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.415892] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 8, RTO !!
[ 25.424204] *******************Try sdio*******************
[ 25.431462] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 25.440841] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 25.450215] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 25.459504] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 25.467814] *******************Try sd *******************
[ 25.474974] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 25.484451] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 25.493921] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 25.503314] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 25.511715] *******************Try mmc*******************
[ 25.513286] [mmc]: sdc1 set ios: clk 300000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.529336] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 1, RTO !!
[ 25.537647] [mmc]: sdc1 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.547733] [mmc]: sdc1 power_supply is null
[ 25.555156] [mmc]: sdc1 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.566514] [mmc]: sdc1 power_supply is null
[ 25.590020] [mmc]: sdc1 set ios: clk 200000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.623130] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 25.633144] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 25.641469] [mmc]: sdc1 set ios: clk 200000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.654680] [mmc]: sdc1 set ios: clk 200000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.667786] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 8, RTO !!
[ 25.676093] *******************Try sdio*******************
[ 25.683890] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 25.693800] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 25.703630] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 25.713545] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 25.721763] *******************Try sd *******************
[ 25.729455] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 25.739450] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 25.749375] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 25.759385] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 25.767785] *******************Try mmc*******************
[ 25.773883] [mmc]: sdc1 set ios: clk 200000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.785966] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 1, RTO !!
[ 25.794198] [mmc]: sdc1 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.804197] [mmc]: sdc1 power_supply is null
[ 25.811707] [mmc]: sdc1 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.823066] [mmc]: sdc1 power_supply is null
[ 25.840021] [mmc]: sdc1 set ios: clk 150000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.872601] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 25.881996] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 25.890401] [mmc]: sdc1 set ios: clk 150000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.903349] [mmc]: sdc1 set ios: clk 150000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.915881] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 8, RTO !!
[ 25.924100] *******************Try sdio*******************
[ 25.931450] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 25.940824] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 25.950110] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 25.959500] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 25.967721] *******************Try sd *******************
[ 25.974977] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 25.984451] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 25.993840] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 26.003317] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 26.011632] *******************Try mmc*******************
[ 26.013288] [mmc]: sdc1 set ios: clk 150000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 26.029248] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 1, RTO !!
[ 26.037479] [mmc]: sdc1 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 26.047662] [mmc]: sdc1 power_supply is null
[ 36.070027] esp_sdio_init ------ RETRY ------
[ 36.075129] =======================================================
[ 36.082288] ==== Dislaunching Wi-Fi driver! (Powered by Rockchip) ====
[ 36.089624] =======================================================
[ 36.096768] Espressif ESP8089 SDIO WiFi driver (Powered by Rockchip, Ver2.26(01/22/2016),Drv: 2.26) exit.
[ 36.107575] [wifi_pm]: wrong module select 0 !
[ 36.212612] =======================================================
[ 36.219665] ==== Launching Wi-Fi driver! (Powered by Rockchip) ====
[ 36.226804] =======================================================
[ 36.233945] Espressif ESP8089 SDIO WiFi driver (Powered by Rockchip, Ver2.25(01/22/2016),Drv: 2.26) init.
[ 36.244672] [wifi_pm]: wrong module select 0 !
[ 36.349813] [mmc]: sdc1 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 36.361189] [mmc]: sdc1 power_supply is null
[ 36.380035] [mmc]: sdc1 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 36.412341] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 36.421478] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 36.429885] [mmc]: sdc1 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 36.442716] [mmc]: sdc1 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 36.454968] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 8, RTO !!
[ 36.463196] *******************Try sdio*******************
[ 36.470264] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 36.479292] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 36.488399] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 36.497511] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 36.505730] *******************Try sd *******************
[ 36.512719] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 36.521924] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 36.531044] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 36.540249] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 36.548560] *******************Try mmc*******************
[ 36.554746] [mmc]: sdc1 set ios: clk 400000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 36.565990] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 1, RTO !!
[ 36.574221] [mmc]: sdc1 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 36.584345] [mmc]: sdc1 power_supply is null
[ 36.591862] [mmc]: sdc1 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 36.603140] [mmc]: sdc1 power_supply is null
[ 36.620022] [mmc]: sdc1 set ios: clk 300000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 36.652603] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 36.662001] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 36.670406] [mmc]: sdc1 set ios: clk 300000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 36.683357] [mmc]: sdc1 set ios: clk 300000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 36.695799] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 8, RTO !!
[ 36.704108] *******************Try sdio*******************
[ 36.711455] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 36.720741] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 36.730118] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 36.739412] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 36.747716] *******************Try sd *******************
[ 36.754965] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 36.764352] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 36.773828] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 36.783299] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 36.791616] *******************Try mmc*******************
[ 36.793270] [mmc]: sdc1 set ios: clk 300000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 36.809236] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 1, RTO !!
[ 36.817555] [mmc]: sdc1 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 36.827639] [mmc]: sdc1 power_supply is null
[ 36.835070] [mmc]: sdc1 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 36.846431] [mmc]: sdc1 power_supply is null
[ 36.870025] [mmc]: sdc1 set ios: clk 200000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 36.903138] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 36.913152] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 36.921563] [mmc]: sdc1 set ios: clk 200000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 36.934683] [mmc]: sdc1 set ios: clk 200000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 36.947773] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 8, RTO !!
[ 36.956086] *******************Try sdio*******************
[ 36.963877] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 36.973788] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 36.983702] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 36.993522] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 37.001830] *******************Try sd *******************
[ 37.009518] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 37.019528] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 37.029542] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 37.039462] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 37.047869] *******************Try mmc*******************
[ 37.053964] [mmc]: sdc1 set ios: clk 200000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 37.066048] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 1, RTO !!
[ 37.074364] [mmc]: sdc1 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 37.084445] [mmc]: sdc1 power_supply is null
[ 37.091869] [mmc]: sdc1 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 37.103221] [mmc]: sdc1 power_supply is null
[ 37.120020] [mmc]: sdc1 set ios: clk 150000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 37.152598] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 37.162074] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 37.170400] [mmc]: sdc1 set ios: clk 150000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 37.183351] [mmc]: sdc1 set ios: clk 150000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 37.195873] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 8, RTO !!
[ 37.204177] *******************Try sdio*******************
[ 37.211439] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 37.220815] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 37.230115] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 37.239488] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 37.247796] *******************Try sd *******************
[ 37.254955] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 37.264432] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 37.273821] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 37.283291] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 37.291698] *******************Try mmc*******************
[ 37.293263] [mmc]: sdc1 set ios: clk 150000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 37.309313] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 1, RTO !!
[ 37.317625] [mmc]: sdc1 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 37.327626] [mmc]: sdc1 power_supply is null
[ 47.350045] esp_sdio_init ------ RETRY ------
[ 47.355138] =======================================================
[ 47.362288] ==== Dislaunching Wi-Fi driver! (Powered by Rockchip) ====
[ 47.369630] =======================================================
[ 47.376772] Espressif ESP8089 SDIO WiFi driver (Powered by Rockchip, Ver2.26(01/22/2016),Drv: 2.26) exit.
[ 47.387582] [wifi_pm]: wrong module select 0 !
[ 47.492614] eagle sdio can not power up!
[ 47.497060] ALSA device list:
[ 47.500535] #0: audiocodec
[ 47.504272] sw_uart_set_termios()749 - uart0 write LCR(pre-dlab) failed, lcr 93 reg 13
[ 47.513495] Freeing init memory: 140K
[ 77.846064] init: skipping insecure file '/default.prop'
[ 77.852256] init: skipping insecure file '/init.rc'
[ 77.858203] init: /init.rc: 127: invalid option 'root'
[ 77.864130] init: skipping insecure file '/init.sun8i.rc'
[ 77.870482] init: /init.sun8i.rc: 52: invalid option 'root'
[ 77.876831] init: skipping insecure file 'init.sun8i.usb.rc'
[ 77.883957] init: command 'loglevel' r=0
[ 77.888460] init: command 'export' r=0
[ 77.894239] init: skipping insecure file '/ueventd.rc'
[ 77.900288] init: command 'export' r=0
[ 77.904555] init: command 'export' r=0
[ 77.908929] init: command 'export' r=0
[ 77.913460] init: skipping insecure file '/ueventd.sun8i.rc'
[ 77.930392] init: command 'symlink' r=0
[ 77.934895] init: command 'symlink' r=0
[ 77.939314] init: command 'symlink' r=0
[ 77.960381] init: command 'mkdir' r=0
[ 77.964710] init: command 'mkdir' r=0
[ 77.968972] init: command 'mkdir' r=0
[ 77.980276] init: command 'mkdir' r=-2
[ 77.984692] init: processing action 0x19fc098 (init)
[ 78.005812] init: command 'export' r=0
[ 78.010177] init: command 'export' r=0
[ 78.014551] init: command 'export' r=0
[ 78.018804] init: command 'export' r=0
[ 78.023071] init: processing action 0x19fac28 (early-fs)
[ 78.029232] init: command 'mkdir' r=0
[ 78.033460] init: command 'mkdir' r=0
[ 78.037734] init: command 'mkdir' r=0
[ 78.041916] init: processing action 0x19fd338 (console_init)
[ 78.048646] init: command 'console_init' r=0
[ 78.053629] init: processing action 0x19faf30 (fs)
[ 78.059106] init: command 'wait' r=0
[ 78.063883] init: command 'setupfs' r=1
[ 78.068309] init: out of loopback devices source = /dev/block/mtdblock2
[ 78.075822] init: out of loopback devices target = /system
[ 78.082102] init: out of loopback devices system = squashfs
[ 78.088380] init: out of loopback devices options = (null)
[ 78.097647] init: command 'mount' r=0
[ 78.101950] init: command 'wait' r=0
[ 78.106141] init: out of loopback devices source = /dev/block/mtdblock3
[ 78.113610] init: out of loopback devices target = /data
[ 78.119692] init: out of loopback devices system = jffs2
[ 78.125694] init: out of loopback devices options = (null)
[ 78.145835] init: command 'mount' r=0
[ 78.150199] init: processing action 0x19fb010 (post-fs)
[ 78.156116] init: out of loopback devices source = rootfs
[ 78.162319] init: out of loopback devices target = /
[ 78.167935] init: out of loopback devices system = rootfs
[ 78.174120] init: out of loopback devices options = (null)
[ 78.180430] init: command 'mount' r=0
[ 78.184689] init: processing action 0x19fb070 (post-fs-data)
[ 78.191438] init: command 'chown' r=0
[ 78.195972] init: command 'chmod' r=0
[ 78.200681] init: command 'chmod' r=-2
[ 78.210065] init: command 'mkdir' r=0
[ 78.214283] init: command 'restorecon' r=0
[ 78.223837] init: command 'mkdir' r=0
[ 78.232773] init: command 'mkdir' r=0
[ 78.237011] init: processing action 0x19fbdc0 (post-fs-data)
[ 78.248750] init: skipping insecure file '/system/vendor/modules/videobuf-core.ko'
[ 78.269585] init: command 'insmod' r=0
[ 78.274184] init: skipping insecure file '/system/vendor/modules/videobuf-dma-contig.ko'
[ 78.284246] init: command 'insmod' r=0
[ 78.288686] init: skipping insecure file '/system/vendor/modules/cci.ko'
[ 78.326779] [VFE]cci probe start cci_sel = 0!
[ 78.331911] [VFE]cci probe end cci_sel = 0!
[ 78.336774] platform reg-20-cs-ldoio0: Driver reg-20-cs-ldoio0 requests probe deferral
[ 78.345857] [VFE]cci_init end
[ 78.349388] init: command 'insmod' r=0
[ 78.353830] init: skipping insecure file '/system/vendor/modules/vfe_os.ko'
[ 78.361875] platform reg-20-cs-ldo4: Driver reg-20-cs-ldo4 requests probe deferral
[ 78.373044] platform reg-20-cs-ldo3: Driver reg-20-cs-ldo3 requests probe deferral
[ 78.382457] platform reg-20-cs-ldo2: Driver reg-20-cs-ldo2 requests probe deferral
[ 78.391712] platform reg-20-cs-ldo1: Driver reg-20-cs-ldo1 requests probe deferral
[ 78.400594] platform reg-20-cs-dcdc3: Driver reg-20-cs-dcdc3 requests probe deferral
[ 78.410864] platform reg-20-cs-dcdc2: Driver reg-20-cs-dcdc2 requests probe deferral
[ 78.439603] init: command 'insmod' r=0
[ 78.444114] init: skipping insecure file '/system/vendor/modules/vfe_subdev.ko'
[ 78.453270] init: command 'insmod' r=0
[ 78.457704] init: skipping insecure file '/system/vendor/modules/ar0330_mipi.ko'
[ 78.467234] init: command 'insmod' r=0
[ 78.471712] init: skipping insecure file '/system/vendor/modules/vfe_v4l2.ko'
[ 78.610301] [VFE]Welcome to Video Front End driver
[ 78.616345] [VFE]pdev->id = 0
[ 78.619740] [VFE]dev->mipi_sel = 0
[ 78.623653] [VFE]dev->vip_sel = 0
[ 78.627448] [VFE]dev->isp_sel = 0
[ 78.637524] [VFE_WARN]vfe vpu clock is null
[ 78.648737] [ISP] isp platform_id = 6!
[ 78.653182] platform reg-20-cs-dcdc2: Driver reg-20-cs-dcdc2 requests probe deferral
[ 78.662023] [VFE]probe_work_handle start!
[ 78.666568] [VFE]..........................vfe clk open!.......................
[ 78.674976] [VFE]vfe_init end
[ 78.678796] init: command 'insmod' r=0
[ 78.683359] init: skipping insecure file '/system/vendor/modules/uvcvideo.ko'
[ 78.691563] platform reg-20-cs-dcdc3: Driver reg-20-cs-dcdc3 requests probe deferral
[ 78.700763] [VFE]v4l2 subdev register input_num = 0
[ 78.706275] [VFE]vfe sensor detect start! input_num = 0
[ 78.712284] [VFE_WARN]NOT found this item: ar0330_mipi, you can add this sensor in the sensor_list_t!
[ 78.722816] [VFE]Sub device register "ar0330_mipi" i2c_addr = 0x20 start!
[ 78.730457] [VFE]v4l2_device_register_subdev return 0
[ 78.736245] [VFE]registered sensor subdev is OK!
[ 78.741467] [VFE]Check sensor!
[ 78.744944] [VFE]Sub device register "ar0330_mipi" is OK!
[ 78.753696] platform reg-20-cs-ldo1: Driver reg-20-cs-ldo1 requests probe deferral
[ 78.762507] uvcvideo: Adding mapping Brightness to control 00000000-0000-0000-0000-000000000101/2.
[ 78.772630] platform reg-20-cs-ldo2: Driver reg-20-cs-ldo2 requests probe deferral
[ 78.781254] uvcvideo: Adding mapping Contrast to control 00000000-0000-0000-0000-000000000101/3.
[ 78.791242] platform reg-20-cs-ldo3: Driver reg-20-cs-ldo3 requests probe deferral
[ 78.799779] platform reg-20-cs-ldo4: Driver reg-20-cs-ldo4 requests probe deferral
[ 78.808390] uvcvideo: Adding mapping Hue to control 00000000-0000-0000-0000-000000000101/6.
[ 78.817856] uvcvideo: Adding mapping Saturation to control 00000000-0000-0000-0000-000000000101/7.
[ 78.828038] platform reg-20-cs-ldoio0: Driver reg-20-cs-ldoio0 requests probe deferral
[ 78.836938] uvcvideo: Adding mapping Sharpness to control 00000000-0000-0000-0000-000000000101/8.
[ 78.847365] uvcvideo: Adding mapping Gamma to control 00000000-0000-0000-0000-000000000101/9.
[ 78.857175] uvcvideo: Adding mapping Backlight Compensation to control 00000000-0000-0000-0000-000000000101/1.
[ 78.869157] uvcvideo: Adding mapping Gain to control 00000000-0000-0000-0000-000000000101/4.
[ 78.878848] uvcvideo: Adding mapping Power Line Frequency to control 00000000-0000-0000-0000-000000000101/5.
[ 78.890704] [VFE]Check open /system/etc/hawkview/ar0330_mipi/isp_test_param.ini failed!
[ 78.890716] Match isp cfg start!
[ 78.903662] [VFE]Match isp cfg ok
[ 78.907595] uvcvideo: Adding mapping Hue, Auto to control 00000000-0000-0000-0000-000000000101/16.
[ 78.917778] uvcvideo: Adding mapping Exposure, Auto to control 00000000-0000-0000-0000-000000000001/2.
[ 78.928727] [VFE]V4L2 device registered as video0
[ 78.934246] [VFE]..........................vfe clk close!.......................
[ 78.942597] uvcvideo: Adding mapping Exposure, Auto Priority to control 00000000-0000-0000-0000-000000000001/3.
[ 78.954023] [VFE]probe_work_handle end!
[ 78.958477] uvcvideo: Adding mapping Exposure (Absolute) to control 00000000-0000-0000-0000-000000000001/4.
[ 78.969491] uvcvideo: Adding mapping White Balance Temperature, Auto to control 00000000-0000-0000-0000-000000000101/11.
[ 78.981671] uvcvideo: Adding mapping White Balance Temperature to control 00000000-0000-0000-0000-000000000101/10.
[ 78.993353] uvcvideo: Adding mapping White Balance Component, Auto to control 00000000-0000-0000-0000-000000000101/13.
[ 79.005419] uvcvideo: Adding mapping White Balance Blue Component to control 00000000-0000-0000-0000-000000000101/12.
[ 79.017388] uvcvideo: Adding mapping White Balance Red Component to control 00000000-0000-0000-0000-000000000101/12.
[ 79.029263] uvcvideo: Adding mapping Focus (absolute) to control 00000000-0000-0000-0000-000000000001/6.
[ 79.039983] uvcvideo: Adding mapping Focus, Auto to control 00000000-0000-0000-0000-000000000001/8.
[ 79.050215] uvcvideo: Adding mapping Zoom, Absolute to control 00000000-0000-0000-0000-000000000001/11.
[ 79.060837] uvcvideo: Adding mapping Zoom, Continuous to control 00000000-0000-0000-0000-000000000001/12.
[ 79.071652] uvcvideo: Adding mapping Privacy to control 00000000-0000-0000-0000-000000000001/17.
[ 79.081684] usbcore: registered new interface driver uvcvideo
[ 79.088256] USB Video Class driver (v1.0.8_SONiX_v2.6.36.04)
[ 79.094714] init: command 'insmod' r=0
[ 79.099206] init: skipping insecure file '/system/vendor/modules/da380.ko'
[ 79.108097] step1 : gsensor_fetch_sysconfig_para
[ 79.113548] step2 : gsensor_fetch_sysconfig_para
[ 79.118769] step3 : gsensor_fetch_sysconfig_para
[ 79.124089] step4 : mir3da_init
[ 79.127903] i2c-core: driver [da380] using legacy suspend method
[ 79.134715] i2c-core: driver [da380] using legacy resume method
[ 79.141500] richard mir3da_detect: mir3da_detect:bus[0] addr[0x27]
[ 79.153795] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x27)
[ 79.168330] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x27)
[ 79.182846] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x27)
[ 79.192212] [MIR3DA] Can't find Mir3da gsensor!!
[ 79.197499] init: command 'insmod' r=0
[ 79.201919] init: skipping insecure file '/system/vendor/modules/sw-device.ko'
[ 79.213849] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x18)
[ 79.223414] init: command 'insmod' r=0
[ 79.227699] init: processing action 0x19fd380 (property_service_init)
[ 79.235163] init: skipping insecure file '/system/build.prop'
[ 79.241844] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x18)
[ 79.270423] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x18)
[ 79.290532] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x18)
[ 79.300598] init: Created socket '/dev/socket/property_service' with mode '666', user '0', group '0'
[ 79.311153] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x18)
[ 79.320582] init: command 'property_service_init' r=0
[ 79.326313] init: processing action 0x19fd3c8 (signal_init)
[ 79.332764] init: command 'signal_init' r=0
[ 79.337513] init: processing action 0x19fd410 (check_startup)
[ 79.344260] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x19)
[ 79.353593] init: command 'check_startup' r=0
[ 79.358632] init: processing action 0x19fb1c8 (boot)
[ 79.364678] init: command 'ifup' r=0
[ 79.368994] init: command 'hostname' r=0
[ 79.373752] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x19)
[ 79.383243] init: command 'domainname' r=0
[ 79.387910] init: command 'setrlimit' r=0
[ 79.392588] init: command 'chown' r=0
[ 79.396958] init: starting 'servicemanager'
[ 79.401907] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x19)
[ 79.411808] init: starting 'vold'
[ 79.416010] init: starting 'media'
[ 79.426765] init: Created socket '/dev/socket/vold' with mode '660', user '0', group '1009'
[ 79.437161] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x19)
[ 79.454102] init: starting 'startupSound'
[ 79.466248] init: command 'class_start' r=0
[ 79.477827] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x19)
[ 79.494785] init: starting 'ccdr'
[ 79.499109] init: command 'class_start' r=0
[ 79.514372] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x8)
[ 79.524528] init: processing action 0x19fbf30 (boot)
[ 79.530357] init: starting 'adbd'
[ 79.534499] init: command 'start' r=0
[ 79.538895] init: starting 'debuggerd'
[ 79.549541] init: Created socket '/dev/socket/adbd' with mode '660', user '1000', group '1000'
[ 79.560903] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x8)
[ 79.582803] init: command 'start' r=0
[ 79.593879] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x8)
[ 79.606526] adb_open
[ 79.612089] init: starting 'standby'
[ 79.616580] init: command 'start' r=0
[ 79.623066] init: processing action 0x19fd458 (queue_property_triggers)
[ 79.631525] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x8)
[ 79.642376] init: command 'queue_property_triggers' r=0
[ 79.649111] init: processing action 0x19fb4a8 (property:ro.debuggable=1)
[ 79.659061] init: starting 'console'
[ 79.663990] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x8)
[ 79.678105] init: command 'start' r=0
[ 79.682952] init: processing action 0x19fcd70 (property:sys.usb.config=mass_storage,adb)
[ 79.693271] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x38)
[ 79.704966] android_usb: already disabled
[ 79.710507] init: command 'write' r=0
[ 79.716909] init: command 'write' r=0
[ 79.721903] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x38)
[ 79.731425] init: command 'write' r=0
[ 79.735784] init: command 'write' r=0
[ 79.740056] ep_matches, wrn: endpoint already claimed, ep(0xc050f9a4, 0xc1a77ac0, ep1in-bulk)
[ 79.749834] adb_bind_config
[ 79.753073] ep_matches, wrn: endpoint already claimed, ep(0xc050f9a4, 0xc1a77ac0, ep1in-bulk)
[ 79.762736] ep_matches, wrn: endpoint already claimed, ep(0xc050f9f0, 0xc1a77ac0, ep1out-bulk)
[ 79.772402] ep_matches, wrn: endpoint already claimed, ep(0xc050f9a4, 0xc1a77ac0, ep1in-bulk)
[ 79.782051] ep_matches, wrn: endpoint already claimed, ep(0xc050f9f0, 0xc1a77ac0, ep1out-bulk)
[ 79.791801] ep_matches, wrn: endpoint already claimed, ep(0xc050fa3c, 0xc1a91ec0, ep2in-bulk)
[ 79.802560] init: command 'write' r=0
[ 79.808081] init: command 'setprop' r=0
[ 79.812629] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x38)
[ 79.840248] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x38)
[ 79.860801] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x38)
[ 79.890220] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x27)
[ 79.910265] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x27)
[ 79.930724] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x27)
[ 79.960821] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x27)
[ 79.990764] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x27)
[ 80.020835] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x26)
[ 80.050318] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x26)
[ 80.070826] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x26)
[ 80.100549] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x26)
[ 80.120617] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x26)
[ 80.150689] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1c)
[ 80.180643] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1c)
[ 80.201051] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1c)
[ 80.230263] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1c)
[ 80.251178] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1c)
[ 80.280278] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1d)
[ 80.300864] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1d)
[ 80.330656] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1d)
[ 80.363904] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1d)
[ 80.390837] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1d)
[ 80.420567] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x4c)
[ 80.440337] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x4c)
[ 80.460681] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x4c)
[ 80.480650] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x4c)
[ 80.512394] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x4c)
[ 80.550895] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x3d)
[ 80.580245] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x3d)
[ 80.600773] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x3d)
[ 80.630244] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x3d)
[ 80.650483] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x3d)
[ 80.690520] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x28)
[ 80.719665] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x28)
[ 80.758301] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x28)
[ 80.780572] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x28)
root@camdroid:/ # [ 80.821396] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x28)
[ 80.852433] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x29)
[ 80.881224] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x29)
[ 80.910268] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x29)
[ 80.931229] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x29)
[ 80.963233] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x29)
[ 81.005499] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0xf)
[ 81.049337] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0xf)
[ 81.070848] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0xf)
[ 81.100857] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0xf)
[ 81.130401] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0xf)
[ 81.161025] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x15)
[ 81.215156] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x15)
[ 81.262374] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x15)
[ 81.330417] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x15)
[ 81.351022] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x15)
[ 81.380393] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1e)
[ 81.401580] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1e)
[ 81.433159] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1e)
[ 81.461358] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1e)
[ 81.490617] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1e)
[ 81.530489] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1f)
[ 81.560837] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1f)
[ 81.590263] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1f)
[ 81.610808] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1f)
[ 81.644307] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1f)
[ 82.307424] newcdr: main entry
[ 82.315704] newcdr: [Firmware Version: smartpie@tiger_cdr 2018-10-31 12:03:16]
[ 82.325551] newcdr: ===no need to check battery capacity ===
[ 82.339223] [VFE]vfe_open
[ 82.343538] [VFE]..........................vfe clk open!.......................
[ 82.354649] [VFE]vfe_open ok
[ 82.359325] [VFE]vfe_close
[ 82.362579] [VFE]vfe select input flag = 0, s_input have not be used .
[ 82.369931] [VFE]..........................vfe clk close!.......................
[ 82.378435] [VFE]vfe_close end
[ 82.382042] [VFE]vfe_open
[ 82.385046] [VFE]..........................vfe clk open!.......................
[ 82.395902] [VFE]vfe_open ok
[ 82.400185] [VFE]vfe_close
[ 82.403334] [VFE]vfe select input flag = 0, s_input have not be used .
[ 82.410786] [VFE]..........................vfe clk close!.......................
[ 82.420405] [VFE]vfe_close end
root@camdroid:/ # [ 83.429219] [DISP] ready enter pm_runtime_get_sync, device0
[ 83.558912] [VFE]vfe_open
[ 83.562742] [VFE]..........................vfe clk open!.......................
[ 83.571440] [VFE]vfe_open ok
[ 83.575083] [VFE_WARN]NOT found this item: ar0330_mipi, you can add this sensor in the sensor_list_t!
[ 83.585659] [VFE_WARN]Not find this sensor info, Set vfe core clk = 500000000, after Set vfe core clk = 297000000
[ 83.607524] [VFE_WARN]os_gpio_set_status, hdl is NULL
[ 83.615766] [VFE]mclk on
[ 83.677269] [VFE CCI_0 ERR] Status error at addr_8bit = 20, wr_flag = 1, val = 30
[ 83.686120] [VFE CCI_0 ERR] Status error at addr_8bit = 20, wr_flag = 1, val = 30
[ 83.694779] [VFE CCI_0 ERR] Status error at addr_8bit = 20, wr_flag = 1, val = 30
[ 83.703575] [VFE CCI_0 ERR] Status error at addr_8bit = 20, wr_flag = 1, val = 30
[ 83.712100] [ar0330_mipi Raw]error at sensor_detect
[ 83.717617] [ar0330_mipi Raw]chip found is not an target chip.
[ 83.724278] [VFE_ERR]sensor initial error when selecting target device!
[ 83.731901] [VFE]vfe_close
[ 83.735005] [VFE]mclk off
[ 83.812417] [VFE]..........................vfe clk close!.......................
[ 83.820862] [VFE]vfe_close end
[ 83.826310] newcdr: startPreview finished
[ 84.245954] init: waitpid returned pid 68, status = 00000000
[ 84.269337] init: process 'startupSound', pid 68 exited
[ 84.321291] init: processing action 0x19fcd70 (property:sys.usb.config=mass_storage,adb)
[ 84.341013] adb_release
[ 84.344273] init: command 'write' r=0
[ 84.348610] adb_open
[ 84.359203] init: command 'write' r=0
[ 84.363898] init: command 'write' r=0
[ 84.368160] init: command 'write' r=0
[ 84.376920] [VFE]vfe_open
[ 84.380349] ep_matches, wrn: endpoint already claimed, ep(0xc050f9a4, 0xc1a77ac0, ep1in-bulk)
[ 84.390122] [VFE]..........................vfe clk open!.......................
[ 84.398876] [VFE]vfe_open ok
[ 84.402313] adb_bind_config
[ 84.405537] ep_matches, wrn: endpoint already claimed, ep(0xc050f9a4, 0xc1a77ac0, ep1in-bulk)
[ 84.415208] ep_matches, wrn: endpoint already claimed, ep(0xc050f9f0, 0xc1a77ac0, ep1out-bulk)
[ 84.424968] ep_matches, wrn: endpoint already claimed, ep(0xc050f9a4, 0xc1a77ac0, ep1in-bulk)
[ 84.434619] ep_matches, wrn: endpoint already claimed, ep(0xc050f9f0, 0xc1a77ac0, ep1out-bulk)
[ 84.444286] ep_matches, wrn: endpoint already claimed, ep(0xc050fa3c, 0xc1a91ec0, ep2in-bulk)
[ 84.454065] [VFE]vfe_close
[ 84.457166] [VFE]vfe select input flag = 0, s_input have not be used .
[ 84.464625] [VFE]..........................vfe clk close!.......................
[ 84.473156] init: command 'write' r=0
[ 84.477414] init: command 'setprop' r=0
[ 84.481883] [VFE]vfe_close end
root@camdroid:/ #
github上面找到两本红宝书, 不敢独享:
参考链接1: allwinner-zh/media-codec
-----------------------------------
有找到几个相关的文档:
参考链接2: CamDroid编译第三方app
参考链接3: camdroid使用的linux ndk版本 android-ndk-r8b-linux-x86.tar.bz2
参考链接4: camdroid使用的windows ndk版本 android-ndk-r8b-windows.zip
参考链接5: Android NDK 工具链的使用方法(Standalone Toolchain)
参考链接6: 直接使用ndk提供的arm-linux-androideabi-gcc编译android可执行程序使用 make-standalone-toolchain.sh --platform=android-14 可以创建单独的工具链,
# /d/Downloads/android-ndk-r8b/build/tools/make-standalone-toolchain.sh --platform=android-14
Auto-config: --toolchain=arm-linux-androideabi-4.6
Copying prebuilt binaries...
Copying sysroot headers and libraries...
Copying libstdc++ headers and libraries...
Creating package file: /tmp/ndk-/arm-linux-androideabi-4.6.tar.bz2
Cleaning up...
Done.解压arm-linux-androideabi-4.6.tar.bz2, 设置系统PATH,
然后可以使用
arm-linux-androideabi-gcc.exe -o test test.c
这种方式创建camdroid可执行文件。
camdroid代码地址: https://github.com/qq516333132/camdroid
编译上面上面的源码包.在licheepi zero为什么不能进入到系统中,卡在:
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.664]Hit any key to stop autoboot: 0
read boot or recovery all
[ 0.834]sunxi flash read :offset 4000, 3889145 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 (he@he) (gcc version 4.6.3 20120201 (prerelease) (crosstool-NG linaro-1.13.1-2012.02-20120222 - Linaro GCC 2012.02) ) #1 Tue Sep 17 11:45:39 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 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=32384
[ 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.000160] Calibrating delay loop (skipped), value calculated using timer frequency.. 4800.00 BogoMIPS (lpj=24000000)
[ 0.000181] pid_max: default: 32768 minimum: 301
[ 0.000314] Mount-cache hash table entries: 512
[ 0.000829] CPU: Testing write buffer coherency: ok
[ 0.001094] Setting up static identity map for 0x40366de8 - 0x40366e40
[ 0.001745] devtmpfs: initialized
[ 0.003598] pinctrl core: initialized pinctrl subsystem
[ 0.004088] NET: Registered protocol family 16
[ 0.004477] DMA: preallocated 128 KiB pool for atomic coherent allocations
[ 0.004528] script_sysfs_init success
[ 0.004563] sunxi_dump_init success
[ 0.005277] gpiochip_add: registered GPIOs 0 to 223 on device: sunxi-pinctrl
[ 0.006162] sunxi-pinctrl sunxi-pinctrl: initialized sunXi PIO driver
[ 0.006529] gpiochip_add: registered GPIOs 1024 to 1031 on device: axp-pinctrl
[ 0.007389] persistent_ram: found existing buffer, size 58228, start 5022
[ 0.261324] console [ram-1] enabled
[ 0.261752] [sunxi-module]: [sunxi-module.0] probe success
[ 0.262053] axp driver uning configuration failed(801)
[ 0.262159] axp driver uning configuration failed(808)
[ 0.262631] Not Found clk pll_isp in script
[ 0.262740] Not Found clk pll_video in script
[ 0.262929] Not Found clk pll_ve in script
[ 0.263031] Not Found clk pll_periph0 in script
[ 0.263134] Not Found clk pll_de in script
[ 0.263322] sunxi_default_clk_init
[ 0.263424] try to set pll6ahb1 to 200000000
[ 0.263538] Error not get clk pll6ahb1
[ 0.263731] Error not get clk pll6ahb1try to set ahb1 to 200000000
[ 0.263948] try to set apb1 to 100000000
[ 0.264449] ===fe3o4==== sunxi_root_procfs_attach ret:0
[ 0.268043] bio: create slab <bio-0> at 0
[ 0.268402] pwm module init!
[ 0.270737] SCSI subsystem initialized
[ 0.271072] usbcore: registered new interface driver usbfs
[ 0.271328] usbcore: registered new interface driver hub
[ 0.271565] usbcore: registered new device driver usb
[ 0.271809] twi_chan_cfg()340 - [twi0] has no twi_regulator.
[ 0.272005] twi_chan_cfg()340 - [twi1] has no twi_regulator.
[ 0.272793] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x34)
[ 0.273006] axp20_board 0-0034: failed reading at 0x03
<7>[ 0.273194] [AXP20-MFD] try to read chip id failed!
[ 0.273298] axp mfd register failed
[ 0.273415] axp20_board: probe of 0-0034 failed with error -70
[ 0.273652] Linux video capture interface: v2.00
[ 0.273848] gpiochip_add: gpios 1024..1028 (axp_pin) failed to register
[ 0.274042] axp pinctrl used,skip
[ 0.274479] Advanced Linux Sound Architecture Driver Version 1.0.25.
[ 0.275570] cfg80211: Calling CRDA to update world regulatory domain
[ 0.276612] Switching to clocksource arch_sys_counter
[ 0.279936] NET: Registered protocol family 2
[ 0.279936] IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.279936] TCP established hash table entries: 2048 (order: 2, 16384 bytes)
[ 0.280069] TCP bind hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.280283] TCP: Hash tables configured (established 2048 bind 2048)
[ 0.280389] TCP: reno registered
[ 0.280583] UDP hash table entries: 256 (order: 0, 4096 bytes)
[ 0.280699] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[ 0.281166] NET: Registered protocol family 1
[ 0.281471] Unpacking initramfs...
[ 0.296248] Freeing initrd memory: 220K
[ 0.296570] [pm]aw_pm_init!
[ 0.296681] standby_mode = 1.
[ 0.296784] wakeup src cnt is : 3.
[ 0.296978] pmu name: pmu1_para .
[ 0.297087] pmu1_enable = 0x1.
[ 0.297190] pmux_id = 0x1.
[ 0.297296] pmu name: pmu2_para .
[ 0.297483] config_pmux_para: script_parser_fetch err.
[ 0.297587] pmu2_enable = 0x0.
[ 0.297694] add_sys_pwr_dm: get ldo name failed
[ 0.297882] add_sys_pwr_dm: get ldo name failed
[ 0.297987] add_sys_pwr_dm: get ldo name failed
[ 0.298180] add_sys_pwr_dm: get ldo name failed
[ 0.298283] add_sys_pwr_dm: get ldo name failed
[ 0.298386] add_sys_pwr_dm: get ldo name failed
[ 0.298575] add_sys_pwr_dm: get ldo name failed
[ 0.298680] add_sys_pwr_dm: get ldo name failed
[ 0.298870] add_sys_pwr_dm: get ldo name failed
[ 0.298974] add_sys_pwr_dm: get ldo name failed
[ 0.299077] after inited: sys_mask config = 0x0.
[ 0.299268] dynamic_standby enalbe = 0x0.
[ 0.299429] sunxi_reg_init enter
[ 0.301491] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.301647] jffs2: version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc.
[ 0.302012] msgmni has been set to 58
[ 0.303030] io scheduler noop registered
[ 0.303149] io scheduler deadline registered
[ 0.303418] io scheduler cfq registered (default)
[ 0.303933] [DISP]disp_module_init
[ 0.304436] cmdline,disp=
[ 0.305131] rotation_sw module is config as no used
[ 0.305264] [DISP] disp_get_rotation_sw,line:68:disp 0 out of range? g_rot_sw=0
[ 0.305561] [DISP] disp_init_connections,line:289:NULL pointer: 0, 0
[ 0.320725] [DISP] disp_sys_power_enable,line:387:some error happen, fail to get regulator
[ 0.321038] [DISP] disp_sys_gpio_set_value,line:374:OSAL_GPIO_DevWRITE_ONEPIN_DATA, hdl is NULL
[ 0.322043] [DISP]disp_module_init finish
[ 0.322452] sw_uart_get_devinfo()1503 - uart0 has no uart_regulator.
[ 0.322996] uart0: ttyS0 at MMIO 0x1c28000 (irq = 32) is a SUNXI
[ 0.323115] sw_uart_pm()890 - uart0 clk is already enable
[ 0.323316] sw_console_setup()1233 - console setup baud 115200 parity n bits 8, flow n
[ 0.515351] console [ttyS0] enabled
[ 1.147160] sunxi_spi_chan_cfg()1376 - [spi-0] has no spi_regulator.
[ 1.155111] spi spi0: master is unqueued, this is deprecated
[ 1.161720] m25p_probe()966 - Use the Dual Mode Read.
[ 1.167599] NorFlash ID: 0x0 - 0x0
[ 1.171506] m25p80 spi0.0: found m25p05-nonjedec, expected at25df641
[ 1.178763] m25p80 spi0.0: m25p05-nonjedec (64 Kbytes)
[ 1.186053] partitions_register()849 - m25p80_read() ret 0, PartCnt: 0
[ 1.193529] m25p80: probe of spi0.0 failed with error -22
[ 1.201121] Failed to alloc md5
[ 1.204843] eth0: Use random mac address
[ 1.209380] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.236943] sunxi-ehci sunxi-ehci.1: SW USB2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.246182] sunxi-ehci sunxi-ehci.1: new USB bus registered, assigned bus number 1
[ 1.254915] sunxi-ehci sunxi-ehci.1: irq 104, io mem 0xf1c1a000
[ 1.280040] sunxi-ehci sunxi-ehci.1: USB 0.0 started, EHCI 1.00
[ 1.287496] hub 1-0:1.0: USB hub found
[ 1.291830] hub 1-0:1.0: 1 port detected
[ 1.296784] sunxi-ehci sunxi-ehci.1: remove, state 1
[ 1.302463] usb usb1: USB disconnect, device number 1
[ 1.602845] sunxi-ehci sunxi-ehci.1: USB bus 1 deregistered
[ 1.619314] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 1.646407] sunxi-ohci sunxi-ohci.1: SW USB2.0 'Open' Host Controller (OHCI) Driver
[ 1.655134] sunxi-ohci sunxi-ohci.1: new USB bus registered, assigned bus number 1
[ 1.663786] sunxi-ohci sunxi-ohci.1: irq 105, io mem 0xf1c1a400
[ 1.734632] hub 1-0:1.0: USB hub found
[ 1.738998] hub 1-0:1.0: 1 port detected
[ 1.743873] sunxi-ohci sunxi-ohci.1: remove, state 1
[ 1.749492] usb usb1: USB disconnect, device number 1
[ 1.755877] sunxi-ohci sunxi-ohci.1: USB bus 1 deregistered
[ 1.772293] Initializing USB Mass Storage driver...
[ 1.777973] usbcore: registered new interface driver usb-storage
[ 1.784759] USB Mass Storage support registered.
[ 1.790391] file system registered
[ 1.795732] android_usb gadget: Mass Storage Function, version: 2009/09/11
[ 1.803631] android_usb gadget: Number of LUNs=1
[ 1.808854] lun0: LUN: removable file: (no medium)
[ 1.814851] android_usb gadget: android_usb ready
[ 1.820433] sunxikbd_script_init: key para not found, used default para.
[ 1.829125] sunxi-rtc sunxi-rtc: rtc core: registered sunxi-rtc as rtc0
[ 1.836804] sunxi cedar version 0.1
[ 1.840946] [cedar]: install start!!!
[ 1.845444] [cedar]: install end!!!
[ 1.849953] platform reg-20-cs-dcdc2: Driver reg-20-cs-dcdc2 requests probe deferral
[ 1.858919] platform reg-20-cs-dcdc3: Driver reg-20-cs-dcdc3 requests probe deferral
[ 1.867777] platform reg-20-cs-ldo1: Driver reg-20-cs-ldo1 requests probe deferral
[ 1.876494] platform reg-20-cs-ldo2: Driver reg-20-cs-ldo2 requests probe deferral
[ 1.885215] platform reg-20-cs-ldo3: Driver reg-20-cs-ldo3 requests probe deferral
[ 1.893845] platform reg-20-cs-ldo4: Driver reg-20-cs-ldo4 requests probe deferral
[ 1.902583] platform reg-20-cs-ldoio0: Driver reg-20-cs-ldoio0 requests probe deferral
[ 1.911583] sunxi_wdt_init_module: sunxi WatchDog Timer Driver v1.0
[ 1.918827] sunxi_wdt_probe: devm_ioremap return wdt_reg 0xf1c20ca0, res->start 0x01c20ca0, res->end 0x01c20cbf
[ 1.930240] sunxi_wdt_probe: initialized (g_timeout=16s, g_nowayout=0)
[ 1.937977] wdt_enable, write reg 0xf1c20cb8 val 0x00000000
[ 1.944303] wdt_set_tmout, write 0x000000b0 to mode reg 0xf1c20cb8, actual timeout 16 sec
[ 1.954141] [mmc]: SD/MMC/SDIO Host Controller Driver(v1.114 2015-6-2 10:21) Compiled in Sep 17 2019 at 11:45:10
[ 1.965708] [mmc]: get mmc0's sdc_power failed
[ 1.970765] [mmc]: get mmc1's sdc_power failed
[ 1.975890] [mmc]: MMC host used card: 0x3, boot card: 0x1, io_card 2
[ 1.983960] [mmc]: sdc0 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 1.995108] [mmc]: sdc0 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.005529] [mmc]: sdc1 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.015534] [mmc]: sdc0 power_supply is null
[ 2.023312] sunxi_leds_fetch_sysconfig_para leds is not used in config
[ 2.030769] =========script_get_err============
[ 2.036112] usbcore: registered new interface driver usbhid
[ 2.042440] usbhid: USB HID core driver
[ 2.047002] [mmc]: sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.058027] ashmem: initialized
[ 2.061824] logger: created 256K log 'log_main'
[ 2.067274] logger: created 32K log 'log_events'
[ 2.072764] logger: created 32K log 'log_radio'
[ 2.078005] logger: created 32K log 'log_system'
[ 2.084192] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 52, RTO !!
[ 2.093306] script_get_item return audio_pa_ctrl type err
[ 2.099517] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 52, RTO !!
[ 2.107902] [mmc]: sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.119174] asoc: sndcodec <-> sunxi-codec mapping ok
[ 2.128273] TCP: cubic registered
[ 2.133126] [mmc]: sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.143492] NET: Registered protocol family 17
[ 2.148744] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
[ 2.157562] ThumbEE CPU extension supported.
[ 2.163594] Registering SWP/SWPB emulation handler
[ 2.169120] *******************Try sdio*******************
[ 2.176151] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 5, RTO !!
[ 2.184719] platform reg-20-cs-ldoio0: Driver reg-20-cs-ldoio0 requests probe deferral
[ 2.193762] platform reg-20-cs-ldo4: Driver reg-20-cs-ldo4 requests probe deferral
[ 2.202384] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 5, RTO !!
[ 2.210762] platform reg-20-cs-ldo3: Driver reg-20-cs-ldo3 requests probe deferral
[ 2.219272] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 5, RTO !!
[ 2.227643] platform reg-20-cs-ldo2: Driver reg-20-cs-ldo2 requests probe deferral
[ 2.236248] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 5, RTO !!
[ 2.244481] *******************Try sd *******************
[ 2.250717] platform reg-20-cs-ldo1: Driver reg-20-cs-ldo1 requests probe deferral
[ 2.259256] platform reg-20-cs-dcdc3: Driver reg-20-cs-dcdc3 requests probe deferral
[ 2.268101] platform reg-20-cs-dcdc2: Driver reg-20-cs-dcdc2 requests probe deferral
[ 2.276912] [mmc]: sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.287345] sunxi-rtc sunxi-rtc: setting system clock to 1970-01-01 00:12:44 UTC (764)
[ 2.297589] [wifi module_pm]: failed to fetch wifi configuration!
[ 2.304631] [wifi module_pm]: regulator on.
[ 2.309396] [wifi_pm]: no wifi used in configuration
[ 2.315107]
[ 2.315110] *****Sep 17 2019 11:45:16 EAGLE DRIVER VER:75be56bfbaf7*****
[ 2.315116]
[ 2.326407] [mmc]: sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.337947] =======================================================
[ 2.345153] ==== Launching Wi-Fi driver! (Powered by Rockchip) ====
[ 2.352220] =======================================================
[ 2.359364] Espressif ESP8089 SDIO WiFi driver (Powered by Rockchip, Ver2.25(01/22/2016),Drv: 2.26) init.
[ 2.370188] [wifi_pm]: wrong module select 0 !
[ 2.476242] [mmc]: sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.541498] [mmc]: sdc0 set ios: clk 25000000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.557523] [mmc]: sdc0 set ios: clk 25000000Hz bm PP pm ON vdd 3.3V width 1 timing SD-HS(SDR25) dt B
[ 2.568089] [mmc]: sdc0 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 1 timing SD-HS(SDR25) dt B
[ 2.578645] [mmc]: sdc0 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 4 timing SD-HS(SDR25) dt B
[ 2.589114] mmc0: new high speed SDHC card at address aaaa
[ 2.595826] mmcblk0: mmc0:aaaa SC16G 14.8 GiB
[ 2.605399] mmcblk0: p1 p2 p3 < p5 p6 p7 p8 p9 p10 >
[ 2.613032] mmcblk mmc0:aaaa: Card claimed for testing.
[ 2.618994] mmc0:aaaa: SC16G 14.8 GiB
[ 2.623430] platform reg-20-cs-dcdc2: Driver reg-20-cs-dcdc2 requests probe deferral
[ 2.632275] *******************sd init ok*******************
[ 2.638763] [mmc]: sdc1 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.648618] platform reg-20-cs-dcdc3: Driver reg-20-cs-dcdc3 requests probe deferral
[ 2.657465] platform reg-20-cs-ldo1: Driver reg-20-cs-ldo1 requests probe deferral
[ 2.666076] [mmc]: sdc1 power_supply is null
[ 2.672236] platform reg-20-cs-ldo2: Driver reg-20-cs-ldo2 requests probe deferral
[ 2.680892] platform reg-20-cs-ldo3: Driver reg-20-cs-ldo3 requests probe deferral
[ 2.689425] platform reg-20-cs-ldo4: Driver reg-20-cs-ldo4 requests probe deferral
[ 2.698048] [mmc]: sdc1 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.708434] platform reg-20-cs-ldoio0: Driver reg-20-cs-ldoio0 requests probe deferral
[ 2.732356] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 2.741503] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 2.749915] [mmc]: sdc1 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.762762] [mmc]: sdc1 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.775021] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 8, RTO !!
[ 2.783254] *******************Try sdio*******************
[ 2.790327] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 2.799357] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 2.808474] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 2.817591] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 2.825813] *******************Try sd *******************
[ 2.832801] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 2.841924] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 2.851134] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 2.860341] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 2.868657] *******************Try mmc*******************
[ 2.874844] [mmc]: sdc1 set ios: clk 400000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.886095] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 1, RTO !!
[ 2.894331] [mmc]: sdc1 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.904466] [mmc]: sdc1 power_supply is null
[ 2.911893] [mmc]: sdc1 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.923257] [mmc]: sdc1 power_supply is null
[ 2.940021] [mmc]: sdc1 set ios: clk 300000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 2.972603] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 2.982105] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 2.990513] [mmc]: sdc1 set ios: clk 300000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.003389] [mmc]: sdc1 set ios: clk 300000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.015836] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 8, RTO !!
[ 3.024147] *******************Try sdio*******************
[ 3.031412] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 3.040789] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 3.050168] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 3.059462] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 3.067769] *******************Try sd *******************
[ 3.074939] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 3.084415] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 3.093892] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 3.103280] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 3.111685] *******************Try mmc*******************
[ 3.113250] [mmc]: sdc1 set ios: clk 300000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.129306] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 1, RTO !!
[ 3.137630] [mmc]: sdc1 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.147716] [mmc]: sdc1 power_supply is null
[ 3.155149] [mmc]: sdc1 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.166512] [mmc]: sdc1 power_supply is null
[ 3.190025] [mmc]: sdc1 set ios: clk 200000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.223131] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 3.233146] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 3.241470] [mmc]: sdc1 set ios: clk 200000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.254676] [mmc]: sdc1 set ios: clk 200000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.267766] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 8, RTO !!
[ 3.276078] *******************Try sdio*******************
[ 3.283871] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 3.293796] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 3.303647] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 3.313561] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 3.321874] *******************Try sd *******************
[ 3.329566] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 3.339581] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 3.349521] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 3.359441] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 3.367851] *******************Try mmc*******************
[ 3.373950] [mmc]: sdc1 set ios: clk 200000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.386043] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 1, RTO !!
[ 3.394364] [mmc]: sdc1 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.404448] [mmc]: sdc1 power_supply is null
[ 3.411889] [mmc]: sdc1 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.423247] [mmc]: sdc1 power_supply is null
[ 3.440021] [mmc]: sdc1 set ios: clk 150000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.472598] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 3.481993] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 3.490404] [mmc]: sdc1 set ios: clk 150000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.503373] [mmc]: sdc1 set ios: clk 150000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.515898] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 8, RTO !!
[ 3.524127] *******************Try sdio*******************
[ 3.531475] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 3.540853] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 3.550147] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 3.559520] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 3.567744] *******************Try sd *******************
[ 3.574994] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 3.584470] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 3.593877] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 3.603354] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 3.611762] *******************Try mmc*******************
[ 3.613325] [mmc]: sdc1 set ios: clk 150000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.629381] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 1, RTO !!
[ 3.637610] [mmc]: sdc1 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 3.647699] [mmc]: sdc1 power_supply is null
[ 13.480033] esp_sdio_init ------ RETRY ------
[ 13.485141] =======================================================
[ 13.492303] ==== Dislaunching Wi-Fi driver! (Powered by Rockchip) ====
[ 13.499643] =======================================================
[ 13.506790] Espressif ESP8089 SDIO WiFi driver (Powered by Rockchip, Ver2.26(01/22/2016),Drv: 2.26) exit.
[ 13.517619] [wifi_pm]: wrong module select 0 !
[ 13.622659] =======================================================
[ 13.629712] ==== Launching Wi-Fi driver! (Powered by Rockchip) ====
[ 13.636854] =======================================================
[ 13.643997] Espressif ESP8089 SDIO WiFi driver (Powered by Rockchip, Ver2.25(01/22/2016),Drv: 2.26) init.
[ 13.654725] [wifi_pm]: wrong module select 0 !
[ 13.759871] [mmc]: sdc1 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 13.771252] [mmc]: sdc1 power_supply is null
[ 13.790034] [mmc]: sdc1 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 13.822344] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 13.831486] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 13.839904] [mmc]: sdc1 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 13.852733] [mmc]: sdc1 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 13.864993] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 8, RTO !!
[ 13.873228] *******************Try sdio*******************
[ 13.880302] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 13.889332] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 13.898442] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 13.907552] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 13.915776] *******************Try sd *******************
[ 13.922764] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 13.931974] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 13.941092] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 13.950302] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 13.958618] *******************Try mmc*******************
[ 13.964804] [mmc]: sdc1 set ios: clk 400000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 13.976048] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 1, RTO !!
[ 13.984281] [mmc]: sdc1 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 13.994375] [mmc]: sdc1 power_supply is null
[ 14.001885] [mmc]: sdc1 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 14.013159] [mmc]: sdc1 power_supply is null
[ 14.030024] [mmc]: sdc1 set ios: clk 300000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 14.062611] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 14.072045] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 14.080457] [mmc]: sdc1 set ios: clk 300000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 14.093423] [mmc]: sdc1 set ios: clk 300000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 14.105872] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 8, RTO !!
[ 14.114211] *******************Try sdio*******************
[ 14.121562] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 14.130858] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 14.140235] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 14.149525] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 14.157832] *******************Try sd *******************
[ 14.165088] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 14.174478] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 14.183955] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 14.193431] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 14.201749] *******************Try mmc*******************
[ 14.203403] [mmc]: sdc1 set ios: clk 300000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 14.219369] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 1, RTO !!
[ 14.227690] [mmc]: sdc1 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 14.237782] [mmc]: sdc1 power_supply is null
[ 14.245214] [mmc]: sdc1 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 14.256576] [mmc]: sdc1 power_supply is null
[ 14.280024] [mmc]: sdc1 set ios: clk 200000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 14.313135] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 14.323149] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 14.331565] [mmc]: sdc1 set ios: clk 200000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 14.344690] [mmc]: sdc1 set ios: clk 200000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 14.357781] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 8, RTO !!
[ 14.366097] *******************Try sdio*******************
[ 14.373895] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 14.383810] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 14.393745] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 14.403570] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 14.411882] *******************Try sd *******************
[ 14.419575] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 14.429590] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 14.439600] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 14.449525] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 14.457935] *******************Try mmc*******************
[ 14.464030] [mmc]: sdc1 set ios: clk 200000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 14.476116] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 1, RTO !!
[ 14.484436] [mmc]: sdc1 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 14.494522] [mmc]: sdc1 power_supply is null
[ 14.501951] [mmc]: sdc1 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 14.513323] [mmc]: sdc1 power_supply is null
[ 14.530022] [mmc]: sdc1 set ios: clk 150000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 14.562596] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 14.572075] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 14.580402] [mmc]: sdc1 set ios: clk 150000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 14.593352] [mmc]: sdc1 set ios: clk 150000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 14.605880] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 8, RTO !!
[ 14.614191] *******************Try sdio*******************
[ 14.621453] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 14.630826] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 14.640119] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 14.649493] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 14.657804] *******************Try sd *******************
[ 14.664970] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 14.674359] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 14.683763] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 14.693239] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 14.701648] *******************Try mmc*******************
[ 14.703211] [mmc]: sdc1 set ios: clk 150000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 14.719270] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 1, RTO !!
[ 14.727592] [mmc]: sdc1 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 14.737592] [mmc]: sdc1 power_supply is null
[ 24.760027] esp_sdio_init ------ RETRY ------
[ 24.765136] =======================================================
[ 24.772298] ==== Dislaunching Wi-Fi driver! (Powered by Rockchip) ====
[ 24.779644] =======================================================
[ 24.786790] Espressif ESP8089 SDIO WiFi driver (Powered by Rockchip, Ver2.26(01/22/2016),Drv: 2.26) exit.
[ 24.797604] [wifi_pm]: wrong module select 0 !
[ 24.902638] =======================================================
[ 24.909774] ==== Launching Wi-Fi driver! (Powered by Rockchip) ====
[ 24.916830] =======================================================
[ 24.923972] Espressif ESP8089 SDIO WiFi driver (Powered by Rockchip, Ver2.25(01/22/2016),Drv: 2.26) init.
[ 24.934789] [wifi_pm]: wrong module select 0 !
[ 25.039840] [mmc]: sdc1 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.051215] [mmc]: sdc1 power_supply is null
[ 25.070030] [mmc]: sdc1 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.102340] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 25.111570] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 25.119894] [mmc]: sdc1 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.132725] [mmc]: sdc1 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.144981] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 8, RTO !!
[ 25.153207] *******************Try sdio*******************
[ 25.160283] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 25.169391] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 25.178418] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 25.187531] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 25.195840] *******************Try sd *******************
[ 25.202744] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 25.211953] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 25.221078] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 25.230286] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 25.238694] *******************Try mmc*******************
[ 25.244791] [mmc]: sdc1 set ios: clk 400000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.256036] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 1, RTO !!
[ 25.264358] [mmc]: sdc1 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.274363] [mmc]: sdc1 power_supply is null
[ 25.281876] [mmc]: sdc1 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.293150] [mmc]: sdc1 power_supply is null
[ 25.310024] [mmc]: sdc1 set ios: clk 300000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.342604] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 25.352001] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 25.360418] [mmc]: sdc1 set ios: clk 300000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.373368] [mmc]: sdc1 set ios: clk 300000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.385893] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 8, RTO !!
[ 25.394119] *******************Try sdio*******************
[ 25.401468] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 25.410762] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 25.420142] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 25.429518] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 25.437741] *******************Try sd *******************
[ 25.444989] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 25.454379] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 25.463855] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 25.473328] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 25.481651] *******************Try mmc*******************
[ 25.483300] [mmc]: sdc1 set ios: clk 300000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.499356] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 1, RTO !!
[ 25.507590] [mmc]: sdc1 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.517676] [mmc]: sdc1 power_supply is null
[ 25.525125] [mmc]: sdc1 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.536486] [mmc]: sdc1 power_supply is null
[ 25.560021] [mmc]: sdc1 set ios: clk 200000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.593136] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 25.603154] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 25.611562] [mmc]: sdc1 set ios: clk 200000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.624686] [mmc]: sdc1 set ios: clk 200000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.637775] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 8, RTO !!
[ 25.646090] *******************Try sdio*******************
[ 25.653885] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 25.663805] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 25.673715] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 25.683544] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 25.691856] *******************Try sd *******************
[ 25.699545] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 25.709560] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 25.719565] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 25.729490] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 25.737897] *******************Try mmc*******************
[ 25.744078] [mmc]: sdc1 set ios: clk 200000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.756080] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 1, RTO !!
[ 25.764395] [mmc]: sdc1 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.774482] [mmc]: sdc1 power_supply is null
[ 25.781906] [mmc]: sdc1 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.793267] [mmc]: sdc1 power_supply is null
[ 25.810020] [mmc]: sdc1 set ios: clk 150000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.842601] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 25.852086] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 25.860414] [mmc]: sdc1 set ios: clk 150000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.873364] [mmc]: sdc1 set ios: clk 150000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.885894] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 8, RTO !!
[ 25.894211] *******************Try sdio*******************
[ 25.901470] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 25.910853] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 25.920144] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 25.929523] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 25.937836] *******************Try sd *******************
[ 25.945000] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 25.954477] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 25.963867] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 25.973343] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 25.981749] *******************Try mmc*******************
[ 25.983315] [mmc]: sdc1 set ios: clk 150000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 25.999371] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 1, RTO !!
[ 26.007685] [mmc]: sdc1 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 26.017687] [mmc]: sdc1 power_supply is null
[ 36.040045] esp_sdio_init ------ RETRY ------
[ 36.045145] =======================================================
[ 36.052301] ==== Dislaunching Wi-Fi driver! (Powered by Rockchip) ====
[ 36.059646] =======================================================
[ 36.066793] Espressif ESP8089 SDIO WiFi driver (Powered by Rockchip, Ver2.26(01/22/2016),Drv: 2.26) exit.
[ 36.077606] [wifi_pm]: wrong module select 0 !
[ 36.182641] =======================================================
[ 36.189775] ==== Launching Wi-Fi driver! (Powered by Rockchip) ====
[ 36.196834] =======================================================
[ 36.203977] Espressif ESP8089 SDIO WiFi driver (Powered by Rockchip, Ver2.25(01/22/2016),Drv: 2.26) init.
[ 36.214794] [wifi_pm]: wrong module select 0 !
[ 36.319844] [mmc]: sdc1 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 36.331219] [mmc]: sdc1 power_supply is null
[ 36.350029] [mmc]: sdc1 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 36.382345] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 36.391484] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 36.399811] [mmc]: sdc1 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 36.412639] [mmc]: sdc1 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 36.424898] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 8, RTO !!
[ 36.433215] *******************Try sdio*******************
[ 36.440200] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 36.449315] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 36.458340] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 36.467444] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 36.475754] *******************Try sd *******************
[ 36.482654] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 36.491865] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 36.500987] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 36.510197] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 36.518609] *******************Try mmc*******************
[ 36.524705] [mmc]: sdc1 set ios: clk 400000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 36.535956] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 1, RTO !!
[ 36.544273] [mmc]: sdc1 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 36.554284] [mmc]: sdc1 power_supply is null
[ 36.561797] [mmc]: sdc1 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 36.573159] [mmc]: sdc1 power_supply is null
[ 36.590026] [mmc]: sdc1 set ios: clk 300000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 36.622603] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 36.632002] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 36.640433] [mmc]: sdc1 set ios: clk 300000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 36.653385] [mmc]: sdc1 set ios: clk 300000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 36.665920] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 8, RTO !!
[ 36.674152] *******************Try sdio*******************
[ 36.681500] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 36.690793] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 36.700166] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 36.709543] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 36.717766] *******************Try sd *******************
[ 36.725016] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 36.734496] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 36.743883] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 36.753363] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 36.761679] *******************Try mmc*******************
[ 36.763334] [mmc]: sdc1 set ios: clk 300000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 36.779407] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 1, RTO !!
[ 36.787640] [mmc]: sdc1 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 36.797734] [mmc]: sdc1 power_supply is null
[ 36.805249] [mmc]: sdc1 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 36.816524] [mmc]: sdc1 power_supply is null
[ 36.840021] [mmc]: sdc1 set ios: clk 200000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 36.873136] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 36.883059] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 36.891472] [mmc]: sdc1 set ios: clk 200000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 36.904685] [mmc]: sdc1 set ios: clk 200000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 36.917686] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 8, RTO !!
[ 36.925999] *******************Try sdio*******************
[ 36.933885] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 36.943710] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 36.953625] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 36.963455] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 36.971766] *******************Try sd *******************
[ 36.979545] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 36.989470] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 36.999485] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 37.009500] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 37.017817] *******************Try mmc*******************
[ 37.024003] [mmc]: sdc1 set ios: clk 200000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 37.036007] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 1, RTO !!
[ 37.044332] [mmc]: sdc1 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 37.054423] [mmc]: sdc1 power_supply is null
[ 37.061850] [mmc]: sdc1 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 37.073214] [mmc]: sdc1 power_supply is null
[ 37.090021] [mmc]: sdc1 set ios: clk 150000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 37.122597] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 37.132083] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 52, RTO !!
[ 37.140494] [mmc]: sdc1 set ios: clk 150000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 37.153361] [mmc]: sdc1 set ios: clk 150000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 37.165895] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 8, RTO !!
[ 37.174207] *******************Try sdio*******************
[ 37.181474] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 37.190851] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 37.200231] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 37.209524] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 5, RTO !!
[ 37.217834] *******************Try sd *******************
[ 37.225004] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 37.234477] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 37.243957] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 37.253364] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 55, RTO !!
[ 37.261768] *******************Try mmc*******************
[ 37.263335] [mmc]: sdc1 set ios: clk 150000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 37.279392] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 1 err, cmd 1, RTO !!
[ 37.287713] [mmc]: sdc1 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[ 37.297796] [mmc]: sdc1 power_supply is null
[ 47.320042] esp_sdio_init ------ RETRY ------
[ 47.325134] =======================================================
[ 47.332285] ==== Dislaunching Wi-Fi driver! (Powered by Rockchip) ====
[ 47.339710] =======================================================
[ 47.346770] Espressif ESP8089 SDIO WiFi driver (Powered by Rockchip, Ver2.26(01/22/2016),Drv: 2.26) exit.
[ 47.357579] [wifi_pm]: wrong module select 0 !
[ 47.462616] eagle sdio can not power up!
[ 47.467151] ALSA device list:
[ 47.470545] #0: audiocodec
[ 47.474405] Freeing init memory: 140K
[ 47.480610] init: skipping insecure file '/default.prop'
[ 47.486781] init: skipping insecure file '/init.rc'
[ 47.492693] init: /init.rc: 127: invalid option 'root'
[ 47.498667] init: skipping insecure file '/init.sun8i.rc'
[ 47.504950] init: /init.sun8i.rc: 52: invalid option 'root'
[ 47.511386] init: skipping insecure file 'init.sun8i.usb.rc'
[ 47.518404] init: command 'loglevel' r=0
[ 47.524439] init: skipping insecure file '/ueventd.rc'
[ 47.530444] init: command 'export' r=0
[ 47.534722] init: command 'export' r=0
[ 47.539070] init: command 'export' r=0
[ 47.543601] init: skipping insecure file '/ueventd.sun8i.rc'
[ 47.559674] init: command 'export' r=0
[ 47.564110] init: command 'symlink' r=0
[ 47.568516] init: command 'symlink' r=0
[ 47.580299] init: command 'symlink' r=0
[ 47.584788] init: command 'mkdir' r=0
[ 47.589000] init: command 'mkdir' r=0
[ 47.605542] init: command 'mkdir' r=0
[ 47.609757] init: command 'mkdir' r=-2
[ 47.627435] init: processing action 0xb6c098 (init)
[ 47.633128] init: command 'export' r=0
[ 47.637424] init: command 'export' r=0
[ 47.641704] init: command 'export' r=0
[ 47.646051] init: command 'export' r=0
[ 47.650318] init: processing action 0xb6ac28 (early-fs)
[ 47.656305] init: command 'mkdir' r=0
[ 47.660615] init: command 'mkdir' r=0
[ 47.664806] init: command 'mkdir' r=0
[ 47.668985] init: processing action 0xb6d338 (console_init)
[ 47.675707] init: command 'console_init' r=0
[ 47.680605] init: processing action 0xb6af30 (fs)
[ 52.006193] init: command 'wait' r=-1
[ 52.011145] init: command 'setupfs' r=1
[ 52.015563] init: out of loopback devices source = /dev/block/mtdblock2
[ 52.023143] init: out of loopback devices target = /system
[ 52.029350] init: out of loopback devices system = squashfs
[ 52.035732] init: out of loopback devices options = (null)
[ 52.042157] init: listdir = .
[ 52.045645] init: listdir = ..
[ 52.049138] init: listdir = mmcblk0p10
[ 52.053428] init: listdir = mmcblk0p9
[ 52.057685] init: listdir = mmcblk0p8
[ 52.061854] init: listdir = mmcblk0p7
[ 52.066012] init: listdir = mmcblk0p6
[ 52.070263] init: listdir = mmcblk0p5
[ 52.074425] init: listdir = mmcblk0p3
[ 52.078581] init: listdir = mmcblk0p2
[ 52.082833] init: listdir = mmcblk0p1
[ 52.086993] init: listdir = platform
[ 52.091064] init: listdir = mmcblk0
[ 52.095051] init: do_mount errno=2
[ 52.098924] init: command 'mount' r=-1
[ 57.007310] init: command 'wait' r=-1
[ 57.011676] init: out of loopback devices source = /dev/block/mtdblock3
[ 57.019219] init: out of loopback devices target = /data
[ 57.025233] init: out of loopback devices system = jffs2
[ 57.031245] init: out of loopback devices options = (null)
[ 57.037567] init: listdir = .
[ 57.041154] init: listdir = ..
[ 57.044640] init: listdir = mmcblk0p10
[ 57.048896] init: listdir = mmcblk0p9
[ 57.053159] init: listdir = mmcblk0p8
[ 57.057326] init: listdir = mmcblk0p7
[ 57.061492] init: listdir = mmcblk0p6
[ 57.065735] init: listdir = mmcblk0p5
[ 57.069890] init: listdir = mmcblk0p3
[ 57.074060] init: listdir = mmcblk0p2
[ 57.078301] init: listdir = mmcblk0p1
[ 57.082490] init: listdir = platform
[ 57.086552] init: listdir = mmcblk0
[ 57.090554] init: do_mount errno=2
[ 57.094514] init: command 'mount' r=-1
[ 57.098831] init: processing action 0xb6b010 (post-fs)
[ 57.104760] init: out of loopback devices source = rootfs
[ 57.110860] init: out of loopback devices target = /
[ 57.116468] init: out of loopback devices system = rootfs
[ 57.122655] init: out of loopback devices options = (null)
[ 57.128885] init: command 'mount' r=0
[ 57.133159] init: processing action 0xb6b070 (post-fs-data)
[ 57.139532] init: command 'chown' r=0
[ 57.143842] init: command 'chmod' r=0
[ 57.148120] init: command 'chmod' r=0
[ 57.152393] init: command 'mkdir' r=0
[ 57.156651] init: command 'restorecon' r=0
[ 57.161362] init: command 'mkdir' r=0
[ 57.165598] init: command 'mkdir' r=0
[ 57.169855] init: processing action 0xb6bdc0 (post-fs-data)
[ 57.176185] init: command 'insmod' r=-1
[ 57.180577] init: command 'insmod' r=-1
[ 57.185029] init: command 'insmod' r=-1
[ 57.189389] init: command 'insmod' r=-1
[ 57.193773] init: command 'insmod' r=-1
[ 57.198234] init: command 'insmod' r=-1
[ 57.202610] init: command 'insmod' r=-1
[ 57.206974] init: command 'insmod' r=-1
[ 57.211438] init: command 'insmod' r=-1
[ 57.215803] init: command 'insmod' r=-1
[ 57.220167] init: processing action 0xb6d380 (property_service_init)
[ 57.227647] init: Created socket '/dev/socket/property_service' with mode '666', user '0', group '0'
[ 57.238031] init: command 'property_service_init' r=0
[ 57.243772] init: processing action 0xb6d3c8 (signal_init)
[ 57.250112] init: command 'signal_init' r=0
[ 57.254869] init: processing action 0xb6d410 (check_startup)
[ 57.261404] init: command 'check_startup' r=0
[ 57.266345] init: processing action 0xb6b1c8 (boot)
[ 57.272302] init: command 'ifup' r=0
[ 57.276633] init: command 'hostname' r=0
[ 57.281190] init: command 'domainname' r=0
[ 57.285994] init: command 'setrlimit' r=0
[ 57.290770] init: command 'chown' r=0
[ 57.294979] init: cannot find '/system/bin/servicemanager', disabling 'servicemanager'
[ 57.304005] init: cannot find '/system/bin/vold', disabling 'vold'
[ 57.310988] init: cannot find '/system/bin/mediaserver', disabling 'media'
[ 57.318867] init: cannot find '/system/bin/startup_music', disabling 'startupSound'
[ 57.327576] init: command 'class_start' r=0
[ 57.332358] init: cannot find '/system/bin/ccdr', disabling 'ccdr'
[ 57.339406] init: command 'class_start' r=0
[ 57.344160] init: processing action 0xb6bf30 (boot)
[ 57.349697] init: starting 'adbd'
[ 57.353934] init: command 'start' r=0
[ 57.358174] init: cannot find '/system/bin/debuggerd', disabling 'debuggerd'
[ 57.366653] init: Created socket '/dev/socket/adbd' with mode '660', user '1000', group '1000'
[ 57.376415] init: command 'start' r=0
[ 57.382314] adb_open
[ 57.385320] init: cannot find '/system/bin/standbyservice', disabling 'standby'
[ 57.393969] init: command 'start' r=0
[ 57.398246] init: processing action 0xb6d458 (queue_property_triggers)
[ 57.405687] init: command 'queue_property_triggers' r=0
[ 57.411720] init: processing action 0xb6b4a8 (property:ro.debuggable=1)
[ 57.419203] init: cannot find '/system/bin/sh', disabling 'console'
[ 57.426370] init: command 'start' r=0
https://whycan.cn/t_866.html
这个上面的S2是指哪个引脚?
http://dl.sipeed.com/LICHEE/Zero/Images
sipeed确实提供了这个包。但是我想自己玩玩。是不是不支持呢。应该怎么做呢。最近看论坛的朋友玩的多。
了然了然。 非常感谢。
https://whycan.cn 还真挺好,传道受业解惑,真的学到不不少。
1、 https://whycan.cn/viewtopic.php?id=2826
这个链接有问题么?不也可以指向到论坛的帖子么?为什么要修改?
2、我搜了下国内玩论坛的,都是在弄discuz。
晕哥 说:https://whycan.cn/files/members/3/2019-05-20_100529.png
在linux drivers 这里设置
> Device Drivers > USB support > USB Gadget Support
晕哥,
我昨晚测试荔枝zero,内核也是的用4.13y,USB Gadget Support在官方默认配置下,是CDC Composite Device (Ethernet and ACM) 。
这个配置,在我的电脑上未出现任何USB设备。
看到这个帖子(https://whycan.cn/t_1788.html-Zero通过otg与PC共享网络)里可以改成串口配置,我就改成了Serial Gadget (with CDC ACM and CDC OBEX support) 。电脑上就出现了USB虚拟串口。
经过测试发现虚拟串口不太正常:
1. 开发板可以正常发送到PC端的串口助手:
开发板发送:echo "125awsdQWEDFffe" > /dev/ttyGS0
2. PC端发送到开发板不正常,开发板可以接收到内容,但是PC串口助手同时也接收到了自己发送的内容:
开发板接收:cat /dev/ttyGS0
串口助手sscom5.13显示的接收:
[20:21:54.484]收←◆125awsdffe [20:22:04.544]收←◆125awsdQWEDFffe [20:22:26.619]发→◇LLLK □ [20:22:26.620]收←◆LLLK LLLK [20:22:31.627]发→◇LLLK □ [20:22:31.628]收←◆LLLK
遇到的问题就是,PC串口助手发送的同时,也接收到了自己发送的内容
你的是如何配置的,能指导下么?我的g_serial就是在PC上没有任何反应。
我改了下 modules.dep
# cat /lib/modules/3.4.39/modules.dep
kernel/fs/fatfs/fatfs.ko:
kernel/drivers/scsi/scsi_wait_scan.ko:
kernel/drivers/usb/gadget/g_ether.ko:
kernel/drivers/usb/gadget/gadgetfs.ko:
kernel/drivers/usb/gadget/g_ffs.ko:
/lib/modules/3.4.39/kernel/drivers/usb/gadget/g_serial.ko:
kernel/drivers/input/sw-device.ko:
kernel/drivers/hwmon/da380/da380.ko:
其实M和*都是一样,只是M可以看到其他选项而已。就是和你 https://whycan.cn/t_2179.html
配置Gadget不一样。
adbd的移植,buildroot配置adb-tools即可
内核配置文件nano_kernel_config.tgz(不是压缩文件,直接改名.config替换即可)
v3s不知道怎么配置?
各位朋友,有谁在uboot 下使用了i2c么?
我首先在menuconfig 打开命令行i2c。
编译却报错:
CC cmd/gpio.o
CC cmd/i2c.o
cmd/i2c.c: In function ‘i2c_get_bus_speed’:
cmd/i2c.c:211:9: error: ‘CONFIG_SYS_I2C_SPEED’ undeclared (first use in this function); did you mean ‘CONFIG_SYS_I2C_SLAVE’?
return CONFIG_SYS_I2C_SPEED;
^~~~~~~~~~~~~~~~~~~~
CONFIG_SYS_I2C_SLAVE
cmd/i2c.c:211:9: note: each undeclared identifier is reported only once for each function it appears in
cmd/i2c.c: In function ‘i2c_set_bus_speed’:
cmd/i2c.c:230:15: error: ‘CONFIG_SYS_I2C_SPEED’ undeclared (first use in this function); did you mean ‘CONFIG_SYS_I2C_SLAVE’?
if (speed != CONFIG_SYS_I2C_SPEED)
^~~~~~~~~~~~~~~~~~~~
CONFIG_SYS_I2C_SLAVE
cmd/i2c.c: In function ‘do_i2c_reset’:
cmd/i2c.c:1925:11: error: ‘CONFIG_SYS_I2C_SPEED’ undeclared (first use in this function); did you mean ‘CONFIG_SYS_I2C_SLAVE’?
i2c_init(CONFIG_SYS_I2C_SPEED, CONFIG_SYS_I2C_SLAVE);
^~~~~~~~~~~~~~~~~~~~
CONFIG_SYS_I2C_SLAVE
cmd/i2c.c: In function ‘i2c_get_bus_speed’:
cmd/i2c.c:212:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^
make[1]: *** [cmd/i2c.o] Error 1
make: *** [cmd] Error 2
估计是修改了 sun8i.h 引起的, 还原一下。
使用的是
git clone https://github.com/Lichee-Pi/u-boot.git -b v3s-current
压根没有更改 include/configs/sun8i.h
U-Boot 2017.01-rc2-00057-g32ab180-dirty (Jul 17 2019 - 15:36:27 +0800) Allwinner Technology
CPU: Allwinner V3s (SUN8I 1681)
Model: Lichee Pi Zero
DRAM: 64 MiB
MMC: SUNXI SD/MMC: 0
In: serial@01c28000
Out: serial@01c28000
Err: serial@01c28000
Net: No ethernet found.
starting USB...
No controllers found
Hit any key to stop autoboot: 0
reading zImage
** Unable to read file zImage **
reading sun8i-v3s-licheepi-zero-dock.dtb
** Unable to read file sun8i-v3s-licheepi-zero-dock.dtb **
=>
我的boot.scr 明明是这:
setenv bootargs console=ttyS0,115200 panic=5 rootwait root=/dev/mmcblk0p2 earlyprintk rw
setenv bootm_boot_mode sec
setenv machid 1029
load mmc 0:1 0x41000000 uImage
load mmc 0:1 0x41d00000 script.bin
bootm 0x41000000
难道是boot.scr没有起作用?