嵌入式爱好者

查看: 28395|回复: 25

[Linux] 单独编译内核的办法?

  [复制链接]

2

主题

11

帖子

30

积分

A40i/T3/T507/T527通行证

扫一扫,手机访问本帖
发表于 2019-11-18 12:16:22 | 显示全部楼层 |阅读模式
  问题个问题 全志的 单独编译linux内核  生成boot.img?
arm-linux-gnueabihf-gcc 的版本是什么版本。
我编译的时候一直是drivers/soc/allwinner/pm/pm_debug.o 的特定数据时失败
目前我的版本是arm-linux-gnueabihf-gcc version 5.4.0 20160609 (Ubuntu/Linaro 5.4.0-6ubuntu1~16.04.9)
没有找到全志编译内核的交叉工具链。
回复

使用道具 举报

0

主题

1173

帖子

2194

积分

发表于 2019-11-18 13:07:23 | 显示全部楼层
请参见用户手册制作img烧写镜像最后一段,提供了两个解决办法
点评回复 支持 反对

使用道具 举报

2

主题

11

帖子

30

积分

A40i/T3/T507/T527通行证

 楼主| 发表于 2019-11-18 14:51:30 | 显示全部楼层
4.2. Kernel 编译
单独编译内核步骤如下:
cd lichee/linux-3.10
make menuconfig ARCH=arm
makeARCH=arm CROSS_COMPILE=arm-linux-gnueabihf-
如果是软浮点工具链的话,则最后一句加粗字体改成-gnueabi-
需要注意的是,如果编译的是硬浮点,有些版本偶尔会出现
drivers/soc/allwinner/pm/pm_debug.o 的特定数据时失败
的报错,这时候需要先执行一下 make distclean,才能正确编译。后面章节也会提到。


具体是什么版本
点评回复 支持 反对

使用道具 举报

0

主题

1173

帖子

2194

积分

发表于 2019-11-18 15:33:45 | 显示全部楼层
您看的是官方提供的资料吗,我们的应用手册里没有您说的内容啊
点评回复 支持 反对

使用道具 举报

2

主题

11

帖子

30

积分

A40i/T3/T507/T527通行证

 楼主| 发表于 2019-11-18 16:27:32 | 显示全部楼层
非要我手动 修改 linux3.10目录下
~/a40i/lichee/linux-3.10/scripts$ vim build.sh


加入好多 export 环境变量

在内核目录下 执行./scripts/build.sh

应该告诉 的内容有

        ${MKBOOTIMG} --kernel ${BIMAGE} \
                --ramdisk ${RAMDISK} \
                --board ${CHIP}_${ARCH} \
                --base ${BASE} \
                --kernel_offset ${KERNEL_OFFSET} \
                --ramdisk_offset ${RAMDISK_OFFSET} \
                -o output/boot.img


mkbootimg 工具的 具体使用的 位置 和参数

build.sh.chm

12.9 KB, 下载次数: 10, 下载积分: 贡献 1

点评回复 支持 反对

使用道具 举报

2

主题

11

帖子

30

积分

A40i/T3/T507/T527通行证

 楼主| 发表于 2019-11-18 17:01:36 | 显示全部楼层
[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.10.65 (lsh@hangtu) (gcc version 5.3.1 20160412 (Linaro GCC 5.3-2016.05) ) #37 SMP PREEMPT Mon Nov 18 15:48:09 CST 2019
[    0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c53c7d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] Machine: sun8iw11p1, model: sun8iw11p1
[    0.000000] cma: CMA: reserved 16 MiB at 6e800000
[    0.000000] Memory policy: ECC disabled, Data cache writealloc
[    0.000000] On node 0 totalpages: 262144
[    0.000000] free_area_init_node: node 0, pgdat c0b66a40, node_mem_map c1153000
[    0.000000]   Normal zone: 1520 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 194560 pages, LIFO batch:31
[    0.000000]   HighMem zone: 528 pages used for memmap
[    0.000000]   HighMem zone: 67584 pages, LIFO batch:15
[    0.000000] PERCPU: Embedded 9 pages/cpu @c1979000 s13632 r8192 d15040 u36864
[    0.000000] pcpu-alloc: s13632 r8192 d15040 u36864 alloc=9*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 260624
[    0.000000] Kernel command line: console=ttyS0,115200n8 root=/dev/mmcblk1p2 rw rootfstype=ext4 rootwait consoleblank=0 androidboot.serialno=<NULL> boot_type=2 androidboot.hardware=sun8iw11p1
[    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Memory: 1024MB = 1024MB total
[    0.000000] Memory: 753152k/753152k available, 295424k reserved, 270336K highmem
[    0.000000] Virtual kernel memory layout:
                   vector  : 0xffff0000 - 0xffff1000   (   4 kB)
                   fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
                   vmalloc : 0xf0000000 - 0xff000000   ( 240 MB)
                   lowmem  : 0xc0000000 - 0xef800000   ( 760 MB)
                   pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
                   modules : 0xbf000000 - 0xbfe00000   (  14 MB)
                     .text : 0xc0008000 - 0xc09c9154   (9989 kB)
                     .init : 0xc09ca000 - 0xc0a39540   ( 446 kB)
                     .data : 0xc0a3a000 - 0xc0b71d20   (1248 kB)
                      .bss : 0xc0b71d20 - 0xc0bfc91c   ( 555 kB)
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] NR_IRQS:16 nr_irqs:16 16
[    0.000000] of_sunxi_clocks_init : sunxi_clk_base[0xf1c20000]
[    0.000000] pll_audio-set_default_rate=24576000 success!
[    0.000000] pll_periph0-set_default_rate=600000000 success!
[    0.000000] pll_de-set_default_rate=297000000 success!
[    0.000000] ahb1-set_default_rate=200000000 success!
[    0.000000] apb1-set_default_rate=100000000 success!
[    0.000000] apb2-set_default_rate=24000000 success!
[    0.000000] de-set_default_rate=297000000 success!
[    0.000000] de_mp-set_default_rate=297000000 success!
[    0.000000] mbus-set_default_rate=400000000 success!
[    0.000000] Architected cp15 timer(s) running at 24.00MHz (phys).
[    0.000000] Switching to timer-based delay loop
[    0.000000] sched_clock: ARM arch timer >56 bits at 24000kHz, resolution 41ns
[    0.000000] sched_clock: 32 bits at 100 Hz, resolution 10000000ns, wraps every 4294967286ms
[    0.000000] Console: colour dummy device 80x30
[    0.010000] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000)
[    0.010000] pid_max: default: 32768 minimum: 301
[    0.010000] Mount-cache hash table entries: 512
[    0.010000] Initializing cgroup subsys debug
[    0.010000] Initializing cgroup subsys freezer
[    0.010000] CPU: Testing write buffer coherency: ok
[    0.010000] ftrace: allocating 26971 entries in 80 pages
[    0.030689] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.030737] Setting up static identity map for 0xc06aa340 - 0xc06aa398
[    0.010000] CPU1: Booted secondary processor
[    0.010000] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[    0.010000] CPU2: Booted secondary processor
[    0.010000] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
[    0.010000] CPU3: Booted secondary processor
[    0.010000] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
[    0.033729] Brought up 4 CPUs
[    0.033729] SMP: Total of 4 processors activated (192.00 BogoMIPS).
[    0.033729] devtmpfs: initialized
[    0.052194] pinctrl core: initialized pinctrl subsystem
[    0.052194] NET: Registered protocol family 16
[    0.052529] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.060187] dump_class_init,839, success
[    0.062479] sun8iw11p1-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver
[    0.100072] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[    0.100090] hw-breakpoint: maximum watchpoint size is 8 bytes.
[    0.160366] bio: create slab <bio-0> at 0
[    0.160993] pwm module init!
[    0.160993] platform pwm0.6: there is no bind_pwm, set bind_pwm 255!
[    0.160993] platform pwm0.6: there is no dead time, set bind_pwm 255!
[    0.161095] platform pwm1.7: there is no bind_pwm, set bind_pwm 255!
[    0.161106] platform pwm1.7: there is no dead time, set bind_pwm 255!
[    0.170879] SCSI subsystem initialized
[    0.170879] libata version 3.00 loaded.
[    0.171946] usbcore: registered new inte**ce driver usbfs
[    0.171946] usbcore: registered new inte**ce driver hub
[    0.171946] usbcore: registered new device driver usb
[    0.180608] Linux video capture inte**ce: v2.00
[    0.180608] reserved carvout base=0x50600000,sz = 0xfa00000
[    0.310184] Advanced Linux Sound Architecture Driver Initialized.
[    0.310606] ------------[ cut here ]------------
[    0.310606] WARNING: at net/wireless/reg.c:434 regulatory_init+0x84/0x120()
[    0.310606] db.txt is empty, you should update it...
[    0.310606] Modules linked in:

[    0.310606] CPU: 2 PID: 1 Comm: swapper/0 Not tainted 3.10.65 #37
[    0.310606] [<c00178d0>] (unwind_backtrace+0x0/0xe8) from [<c0013fac>] (show_stack+0x20/0x24)
[    0.310606] [<c0013fac>] (show_stack+0x20/0x24) from [<c069f5ec>] (dump_stack+0x20/0x28)
[    0.310606] [<c069f5ec>] (dump_stack+0x20/0x28) from [<c0023b80>] (warn_slowpath_common+0x5c/0x7c)
[    0.310606] [<c0023b80>] (warn_slowpath_common+0x5c/0x7c) from [<c0023be0>] (warn_slowpath_fmt+0x40/0x48)
[    0.310606] [<c0023be0>] (warn_slowpath_fmt+0x40/0x48) from [<c0a01180>] (regulatory_init+0x84/0x120)
[    0.310606] [<c0a01180>] (regulatory_init+0x84/0x120) from [<c0a0107c>] (cfg80211_init+0x60/0xe0)
[    0.310606] [<c0a0107c>] (cfg80211_init+0x60/0xe0) from [<c000a4d8>] (do_one_initcall+0xa8/0x144)
[    0.310606] [<c000a4d8>] (do_one_initcall+0xa8/0x144) from [<c09cac94>] (kernel_init_freeable+0x160/0x220)
[    0.310606] [<c09cac94>] (kernel_init_freeable+0x160/0x220) from [<c0698994>] (kernel_init+0x18/0xf0)
[    0.310606] [<c0698994>] (kernel_init+0x18/0xf0) from [<c000f918>] (ret_from_fork+0x14/0x20)
[    0.310606] ---[ end trace 7cc0cbe565fd4517 ]---
[    0.310606] cfg80211: Calling CRDA to update world regulatory domain
[    0.310729] [pm]aw_pm_init!
[    0.310842] np name = /soc@01c00000/rtc@01c20400.
[    0.310852] base = f1c20500, len = 4.
[    0.310859] pmu0 does not exist.
[    0.310865] pmu1 does not exist.
[    0.310876] add_sys_pwr_dm: get ldo name  for id: vdd-cpua failed
[    0.310884] add_sys_pwr_dm: get ldo name  for id: vcc-dram failed
[    0.310892] add_sys_pwr_dm: get ldo name  for id: vdd-sys failed
[    0.310900] add_sys_pwr_dm: get ldo name  for id: vdd-cpus failed
[    0.310909] add_sys_pwr_dm: get ldo name  for id: vcc-lpddr failed
[    0.310917] add_sys_pwr_dm: get ldo name  for id: vcc-pl failed
[    0.310925] add_sys_pwr_dm: get ldo name  for id: vcc-io failed
[    0.310933] add_sys_pwr_dm: get ldo name  for id: vcc-pll failed
[    0.310941] add_sys_pwr_dm: get ldo name  for id: vcc-pc failed
[    0.310948] after inited: sys_mask config = 0x0.
[    0.311030] Warning: can not find np for dynamic_standby_para.
[    0.311616] [pm]valid
[    0.311623] [pm]valid
[    0.311667] [DISP]disp_module_init
[    0.320502] [DISP] boot_disp:0x100
[    0.344974] [DISP] disp_sys_script_get_item,line:193:of_find_compatible_node allwinner,sunxi-lcd1 fail
[    0.345655] [DISP] disp_sys_script_get_item,line:193:of_find_compatible_node allwinner,sunxi-lcd1 fail
[    0.346057] [DISP] disp_sys_script_get_item,line:193:of_find_compatible_node allwinner,sunxi-lcd1 fail
[    0.346455] [DISP] disp_sys_script_get_item,line:193:of_find_compatible_node allwinner,sunxi-lcd1 fail
[    0.346853] [DISP] disp_sys_script_get_item,line:193:of_find_compatible_node allwinner,sunxi-lcd1 fail
[    0.347251] [DISP] disp_sys_script_get_item,line:193:of_find_compatible_node allwinner,sunxi-lcd1 fail
[    0.347647] [DISP] disp_sys_script_get_item,line:193:of_find_compatible_node allwinner,sunxi-lcd1 fail
[    0.348044] [DISP] disp_sys_script_get_item,line:193:of_find_compatible_node allwinner,sunxi-lcd1 fail
[    0.348442] [DISP] disp_sys_script_get_item,line:193:of_find_compatible_node allwinner,sunxi-lcd1 fail
[    0.348838] [DISP] disp_sys_script_get_item,line:193:of_find_compatible_node allwinner,sunxi-lcd1 fail
[    0.349235] [DISP] disp_sys_script_get_item,line:193:of_find_compatible_node allwinner,sunxi-lcd1 fail
[    0.349248] [DISP] fb_base:0x46400000
[    0.350191] fbinit display_fb_request fb0
[    0.371646] display_fb_request fb0 zorder 3
[    0.371763] fbinit display_fb_request fb1
[    0.376161] display_fb_request fb1 zorder 2
[    0.376215] fbinit display_fb_request fb2
[    0.380516] display_fb_request fb2 zorder 0
[    0.381083] [DISP] lcd_clk_config,line:816:disp 0, clk: pll(306000000),clk(306000000),dclk(51000000) dsi_rate(306000000)
                    clk real:pll(308571428),clk(308571428),dclk(51428571) dsi_rate(0)
[    0.381310] [DISP] disp_sys_power_enable,line:445:some error happen, fail to get regulator vcc-lcd
[    0.390123] [DISP]disp_module_init finish
[    0.390248] enter tr_probe
[    0.390406] exit tr_probe
[    0.390606] Welcome to tv decoder driver
[    0.390752] __tvd_probe_init: v4l2 subdev register.
[    0.390864] V4L2 tvd device registered as video4
[    0.390864] __tvd_probe_init: v4l2 subdev register.
[    0.390864] V4L2 tvd device registered as video5
[    0.390864] __tvd_probe_init: v4l2 subdev register.
[    0.390864] V4L2 tvd device registered as video6
[    0.390864] __tvd_probe_init: v4l2 subdev register.
[    0.390864] V4L2 tvd device registered as video7
[    0.390864] tvd_init end
[    0.390864] TVD_power_enable: some error happen, fail to get regulator vcc-tvin
[    0.390864] [axp221s] chip id detect 0x6 !
[    0.390864] [axp221s] enable dcdc2 dvm.
[    0.420557] sunxi budget cooling probe start !
[    0.420557] CPU freq cooling register Success
[    0.420561] CPU hotplug cooling register Success
[    0.420738] CPU budget cooling register Success
[    0.420881] input: sunxi-ths as /devices/virtual/input/input0
[    0.420881] thermal thermal_zone0: failed to read out thermal zone 0
[    0.420881] Switching to clocksource arch_sys_counter
[    0.465996] FS-Cache: Loaded
[    0.466719] CacheFiles: Loaded
[    0.490062] hpd :tvd_num[] = 4,g_status[] =401,tvd_onsingal=0
[    0.499805] NET: Registered protocol family 2
[    0.501439] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
[    0.501593] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[    0.501707] TCP: Hash tables configured (established 8192 bind 8192)
[    0.502356] TCP: reno registered
[    0.502373] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    0.502430] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    0.503085] NET: Registered protocol family 1
[    0.523950] Trying to unpack rootfs image as initramfs...
[    0.682227] Freeing initrd memory: 1352K (c1000000 - c1152000)
[    0.682840] lock super standby defaultly!
[    0.682858] lookup_scene_lock_name: new scene lock super_standby
[    0.682866] scene_lock_init name=super_standby
[    0.682875] scene_lock: super_standby, type 5, count 1
[    0.801065] bounce pool size: 64 pages
[    0.803255] jffs2: version 2.2. (NAND) (SUMMARY)  \xffffffc2\xffffffa9 2001-2006 Red Hat, Inc.
[    0.803901] fuse init (API version 7.22)
[    0.805270] msgmni has been set to 977
[    0.807187] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[    0.807201] io scheduler noop registered
[    0.807209] io scheduler deadline registered
[    0.807325] io scheduler cfq registered (default)
[    0.808611] OF: no ranges; cannot translate
[    0.808630] OF: no ranges; cannot translate
[    0.809030] OF: no ranges; cannot translate
[    0.809044] OF: no ranges; cannot translate
[    0.810549] failed to get normal led pin assign
[    0.810561] failed to get standby led pin assign
[    0.810631] gpio_pin_1(247) gpio_is_valid
[    0.810995] gpio_pin_2(248) gpio_is_valid
[    0.811354] gpio_pin_3(232) gpio_is_valid
[    0.811684] gpio_pin_4(270) gpio_is_valid
[    0.812014] gpio_pin_5(251) gpio_is_valid
[    0.812362] gpio_pin_6(40) gpio_is_valid
[    0.812676] gpio_pin_7(42) gpio_is_valid
[    0.812992] gpio_pin_8(37) gpio_is_valid
[    0.813341] gpio_pin_9(249) gpio_is_valid
[    0.813797] gpio name is PH23, ret = 0
[    0.814211] gpio name is PH24, ret = 0
[    0.814606] gpio name is PH8, ret = 0
[    0.815007] gpio name is `&\xffffffee, ret = -1
[    0.815510] gpio name is PH27, ret = 0
[    0.815894] gpio name is PB8, ret = 0
[    0.816246] gpio name is PB10, ret = 0
[    0.816610] gpio name is PB5, ret = 0
[    0.816968] gpio name is PH25, ret = 0
[    0.817503] gpio_init finish with uesd
[    0.818591] uart0: ttyS0 at MMIO 0x1c28000 (irq = 33) is a SUNXI
[    0.818619] sw_console_setup()1343 - console setup baud 115200 parity n bits 8, flow n
[    2.152699] console [ttyS0] enabled
[    2.157792] uart2: ttyS2 at MMIO 0x1c28800 (irq = 35) is a SUNXI
[    2.165535] uart3: ttyS3 at MMIO 0x1c28c00 (irq = 36) is a SUNXI
[    2.173056] uart4: ttyS4 at MMIO 0x1c29000 (irq = 49) is a SUNXI
[    2.180560] uart5: ttyS5 at MMIO 0x1c29400 (irq = 50) is a SUNXI
[    2.188102] uart7: ttyS7 at MMIO 0x1c29c00 (irq = 52) is a SUNXI
[    2.197056] sunxi_scr_probe()1059 - Enter ...
[    2.204990] golden init add awchip lock
[    2.209189] misc dump reg init
[    2.214148] G2D: drv_g2d_init
[    2.214514] G2D: Module initialized.major:245
[    2.236007] brd: module loaded
[    2.248295] loop: module loaded
[    2.252349] at24 4-0051: 512 byte 24c04 EEPROM, writable, 16 bytes/write
[    2.260892] sunxi-wlan wlan.22: wlan_busnum (1)
[    2.265855] sunxi-wlan wlan.22: wlan_power_name (vcc-wifi)
[    2.272060] sunxi-wlan wlan.22: wlan_power_ext_name (wlan_power_ext)
[    2.279026] sunxi-wlan wlan.22: io_regulator_name (vcc-io-wifi)
[    2.285769] sunxi-wlan wlan.22: wlan_regon gpio=225  mul-sel=1  pull=-1  drv_level=-1  data=0
[    2.295306] sunxi-wlan wlan.22: get gpio wlan_hostwake failed
[    2.301720] sunxi-wlan wlan.22: get gpio wlan_clk_gpio failed
[    2.307999] get gpio ls_uboot_power_on failed
[    2.312996] get gpio ls_uboot_lcd_power failed
[    2.317851] get gpio ls_uboot_blk_power failed
[    2.322879] get gpio ls_uboot_lcd_bl_en failed
[    2.327754] sunxi-wlan wlan.22: enable clk
[    2.333870] sunxi-ril probe run ....
[    2.337790] sunxi-ril ril_para.16: ril_power_name (ril_vcc)
[    2.344693] sunxi-ril ril_para.16: check ril_power voltage: 3000000
[    2.351703] sunxi-ril ril_para.16: ril power on success
[    2.357446] sunxi-ril ril_para.16: ril_nstandby gpio=82  mul-sel=1  pull=-1  drv_level=-1  data=0
[    2.367456] sunxi-ril ril_para.16: ril_reset gpio=81  mul-sel=1  pull=-1  drv_level=-1  data=0
[    2.379931] Loading iSCSI transport class v2.0-870.
[    2.388646] rdac: device handler registered
[    2.393428] hp_sw: device handler registered
[    2.398095] emc: device handler registered
[    2.402740] alua: device handler registered
[    2.407333] st: Version 20101219, fixed bufsize 32768, s/g segs 256
[    2.414874] osst :I: Tape driver with OnStream support version 0.99.4
               osst :I: $Id: osst.c,v 1.73 2005/01/01 21:13:34 wriede Exp $
[    2.431065] SCSI Media Changer driver v0.25
[    2.436632] osd: LOADED open-osd 0.2.1
[    2.441583] sunxi-ahci 1c18000.sata: sata_regulator0 "vdd-sata-25"!
[    2.448566] sunxi-ahci 1c18000.sata: sata_regulator1 "vdd-sata-12"!
[    2.456740] sunxi-ahci 1c18000.sata: regulator "vdd-sata-25" voltage set: 2500000 to 2500000!
[    2.467220] sunxi-ahci 1c18000.sata: regulator "vdd-sata-12" voltage set: 1200000 to 1200000!
[    2.477276] sunxi-ahci 1c18000.sata: frequncy of module clk for AHCI: 100000000
[    2.485428] sunxi-ahci 1c18000.sata: frequncy of pll clk for AHCI: 100000000
[    2.560042] sunxi-ahci 1c18000.sata: controller can't do PMP, turning off CAP_PMP
[    2.568228] sunxi-ahci 1c18000.sata: forcing PORTS_IMPL to 0x1
[    2.575034] sunxi-ahci 1c18000.sata: AHCI 0001.0100 32 slots 1 ports 3 Gbps 0x1 impl platform mode
[    2.585024] sunxi-ahci 1c18000.sata: flags: ncq sntf pm led clo only pio slum part ccc
[    2.594455] dma_alloc_coherent mem = 0xee840000, size = 0x16500, mem_dma=0x6e840000
[    2.604554] scsi0 : sunxi-ahci
[    2.608873] ata1: SATA max UDMA/133 mmio [mem 0x01c18000-0x01c181ff] port 0x100 irq 88
[    2.623355] spi spi0: master is unqueued, this is deprecated
[    2.634039] m25p80 spi0.0: found mr25h256, expected w25q128
[    2.640282] m25p80 spi0.0: mr25h256 (32 Kbytes)
[    2.654988] spi spi2: master is unqueued, this is deprecated
[    2.671329] sun4i-mdio 1c0b080.mdio: no regulator found
[    2.677479] libphy: sun4i_mii_bus: probed
[    2.686733] sun4i-emac 1c0b000.eth: using random MAC address aa:bb:a7:53:b6:b7
[    2.696096] sun4i-emac 1c0b000.eth: eth0: at f1c0b000, IRQ 87 MAC: aa:bb:a7:53:b6:b7
[    2.705819] usbcore: registered new inte**ce driver asix
[    2.712117] usbcore: registered new inte**ce driver ax88179_178a
[    2.719118] usbcore: registered new inte**ce driver cdc_ether
[    2.725912] usbcore: registered new inte**ce driver net1080
[    2.732551] usbcore: registered new inte**ce driver cdc_subset
[    2.739407] usbcore: registered new inte**ce driver zaurus
[    2.745905] usbcore: registered new inte**ce driver cdc_ncm
[    2.752428] GobiNet: Quectel_WCDMA&LTE_Linux&Android_GobiNet_Driver_V1.3.0
[    2.760365] usbcore: registered new inte**ce driver GobiNet
[    2.766605] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.774260] get ehci0-controller, regulator_io is no nocare
[    2.780537] [sunxi-ehci0]: probe, pdev->name: 1c14000.ehci0-controller, sunxi_ehci: 0xc0bde300, 0x:f1c14000, irq_no:47
[    2.793240] sunxi-ehci 1c14000.ehci0-controller: SW USB2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.803347] sunxi-ehci 1c14000.ehci0-controller: new USB bus registered, assigned bus number 1
[    2.813562] sunxi-ehci 1c14000.ehci0-controller: irq 71, io mem 0xc03a7ed4
[    2.840047] sunxi-ehci 1c14000.ehci0-controller: USB 0.0 started, EHCI 1.00
[    2.847818] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    2.855514] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.863564] usb usb1: Product: SW USB2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.871893] usb usb1: Manufacturer: Linux 3.10.65 ehci_hcd
[    2.877890] usb usb1: SerialNumber: sunxi-ehci
[    2.884238] hub 1-0:1.0: USB hub found
[    2.888366] hub 1-0:1.0: 1 port detected
[    2.893240] [ehci0-controller]: sunxi_usb_disable_ehci
[    2.898859] [sunxi-ehci0]: remove, pdev->name: 1c14000.ehci0-controller, sunxi_ehci: 0xc0bde300
[    2.908673] sunxi-ehci 1c14000.ehci0-controller: remove, state 1
[    2.915377] usb usb1: USB disconnect, device number 1
[    2.922315] sunxi-ehci 1c14000.ehci0-controller: USB bus 1 deregistered
[    2.930575] get ehci1-controller, regulator_io is no nocare
[    2.936717] [sunxi-ehci1]: probe, pdev->name: 1c19000.ehci1-controller, sunxi_ehci: 0xc0bde4f8, 0x:f1c19000, irq_no:6c
[    2.948791] sunxi-ehci 1c19000.ehci1-controller: SW USB2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.958894] sunxi-ehci 1c19000.ehci1-controller: new USB bus registered, assigned bus number 1
[    2.960056] ata1: SATA link down (SStatus 0 SControl 300)
[    2.975001] sunxi-ehci 1c19000.ehci1-controller: irq 108, io mem 0xc03a7ed4
[    3.000054] sunxi-ehci 1c19000.ehci1-controller: USB 0.0 started, EHCI 1.00
[    3.007792] ehci_irq: highspeed device connect
[    3.007799] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    3.007806] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.007812] usb usb1: Product: SW USB2.0 'Enhanced' Host Controller (EHCI) Driver
[    3.007818] usb usb1: Manufacturer: Linux 3.10.65 ehci_hcd
[    3.007823] usb usb1: SerialNumber: sunxi-ehci
[    3.048195] hub 1-0:1.0: USB hub found
[    3.052638] hub 1-0:1.0: 1 port detected
[    3.058412] get ehci2-controller, regulator_io is no nocare
[    3.064922] [sunxi-ehci2]: probe, pdev->name: 1c1c000.ehci2-controller, sunxi_ehci: 0xc0bde6f0, 0x:f1c1c000, irq_no:6e
[    3.077045] sunxi-ehci 1c1c000.ehci2-controller: SW USB2.0 'Enhanced' Host Controller (EHCI) Driver
[    3.087162] sunxi-ehci 1c1c000.ehci2-controller: new USB bus registered, assigned bus number 2
[    3.098518] sunxi-ehci 1c1c000.ehci2-controller: irq 110, io mem 0xc03a7ed4
[    3.120051] sunxi-ehci 1c1c000.ehci2-controller: USB 0.0 started, EHCI 1.00
[    3.127803] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    3.135506] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.143547] usb usb2: Product: SW USB2.0 'Enhanced' Host Controller (EHCI) Driver
[    3.151945] usb usb2: Manufacturer: Linux 3.10.65 ehci_hcd
[    3.157941] usb usb2: SerialNumber: sunxi-ehci
[    3.164190] hub 2-0:1.0: USB hub found
[    3.168312] hub 2-0:1.0: 1 port detected
[    3.173716] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    3.180882] get ohci0-controller, regulator_io is no nocare
[    3.187059] [sunxi-ohci0]: probe, pdev->name: 1c14000.ohci0-controller, sunxi_ohci: 0xc0bddb20
[    3.197660] sunxi-ohci 1c14000.ohci0-controller: SW USB2.0 'Open' Host Controller (OHCI) Driver
[    3.207406] sunxi-ohci 1c14000.ohci0-controller: new USB bus registered, assigned bus number 3
[    3.217071] sunxi-ohci 1c14000.ohci0-controller: irq 72, io mem 0xc03a7ed4
[    3.284100] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[    3.291730] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.299626] usb usb3: Product: SW USB2.0 'Open' Host Controller (OHCI) Driver
[    3.307711] usb usb3: Manufacturer: Linux 3.10.65 ohci_hcd
[    3.313829] usb usb3: SerialNumber: sunxi-ohci
[    3.319967] hub 3-0:1.0: USB hub found
[    3.324202] hub 3-0:1.0: 1 port detected
[    3.328895] [ohci0-controller]: sunxi_usb_disable_ohci
[    3.334700] [sunxi-ohci0]: remove, pdev->name: 1c14000.ohci0-controller, sunxi_ohci: 0xc0bddb20
[    3.344386] sunxi-ohci 1c14000.ohci0-controller: remove, state 1
[    3.351092] usb usb3: USB disconnect, device number 1
[    3.357728] sunxi-ohci 1c14000.ohci0-controller: USB bus 3 deregistered
[    3.365981] get ohci1-controller, regulator_io is no nocare
[    3.372293] [sunxi-ohci1]: probe, pdev->name: 1c19000.ohci1-controller, sunxi_ohci: 0xc0bddd18
[    3.380059] usb 1-1: new high-speed USB device number 2 using sunxi-ehci
[    3.389386] sunxi-ohci 1c19000.ohci1-controller: SW USB2.0 'Open' Host Controller (OHCI) Driver
[    3.399108] sunxi-ohci 1c19000.ohci1-controller: new USB bus registered, assigned bus number 3
[    3.408781] sunxi-ohci 1c19000.ohci1-controller: irq 96, io mem 0xc03a7ed4
[    3.474086] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[    3.481720] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.489774] usb usb3: Product: SW USB2.0 'Open' Host Controller (OHCI) Driver
[    3.497863] usb usb3: Manufacturer: Linux 3.10.65 ohci_hcd
[    3.503986] usb usb3: SerialNumber: sunxi-ohci
[    3.510166] hub 3-0:1.0: USB hub found
[    3.514300] hub 3-0:1.0: 1 port detected
[    3.519092] get ohci2-controller, regulator_io is no nocare
[    3.525545] [sunxi-ohci2]: probe, pdev->name: 1c1c000.ohci2-controller, sunxi_ohci: 0xc0bddf10
[    3.535219] sunxi-ohci 1c1c000.ohci2-controller: SW USB2.0 'Open' Host Controller (OHCI) Driver
[    3.535990] usb 1-1: New USB device found, idVendor=0424, idProduct=2514
[    3.535997] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    3.537284] hub 1-1:1.0: USB hub found
[    3.537461] hub 1-1:1.0: 4 ports detected
[    3.568904] sunxi-ohci 1c1c000.ohci2-controller: new USB bus registered, assigned bus number 4
[    3.578575] sunxi-ohci 1c1c000.ohci2-controller: irq 97, io mem 0xc03a7ed4
[    3.644105] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[    3.651738] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.659638] usb usb4: Product: SW USB2.0 'Open' Host Controller (OHCI) Driver
[    3.667710] usb usb4: Manufacturer: Linux 3.10.65 ohci_hcd
[    3.673828] usb usb4: SerialNumber: sunxi-ohci
[    3.679987] hub 4-0:1.0: USB hub found
[    3.684199] hub 4-0:1.0: 1 port detected
[    3.689847] usbcore: registered new inte**ce driver usb-storage
[    3.697323] usbcore: registered new inte**ce driver usbserial
[    3.704083] usbcore: registered new inte**ce driver ftdi_sio
[    3.710706] usbserial: USB Serial support registered for FTDI USB Serial Device
[    3.719315] usbcore: registered new inte**ce driver option
[    3.725750] usbserial: USB Serial support registered for GSM modem (1-port)
[    3.734081] usbcore: registered new inte**ce driver pl2303
[    3.740523] usbserial: USB Serial support registered for pl2303
[    3.748394] mousedev: PS/2 mouse device common for all mice
[    3.756266] input: sunxi-keyboard as /devices/virtual/input/input1
[    3.764703] input: sunxi-keypad as /devices/virtual/input/kp0
[    3.771903] sunxi-ts: sunxi-ts.c: sunxi_ts_init: start ...
[    3.777909] sunxi-ts: tp_screen_size is 7 inch.
[    3.783108] sunxi-ts: rtp_sensitive_level is 15.
[    3.788152] sunxi-ts: rtp_exchange_x_y_flag is 0.
[    3.794015] sunxi-ts: sunxi-ts.c: sunxi_ts_probe: start...
[    3.800168] sunxi-ts: begin get platform resourec
[    3.805847] input: all_key as /devices/platform/sunxi-ts/input/input3
[    3.810225] usb 1-1.4: new high-speed USB device number 3 using sunxi-ehci
[    3.821127] sunxi-ts: tp init
[    3.824402] sunxi-ts: sunxi-ts.c: sunxi_ts_probe: end
[    3.832936] rtc-rx8010 2-0032: Update timer was detected
[    3.840648] rtc-rx8010 2-0032: rtc core: registered rx8010 as rtc0
[    3.847797] [OV5640@lex]init_sensor - frame_rate: 0, max_win_size: 11
[    3.855708] [VFE]cci_init end
[    3.858951] [VFE]Welcome to Video Front End driver
[    3.864569] [VFE_DEBUG]Get clk Name:csi_s !
[    3.864584] [VFE_DEBUG]Get clk Name:csi0_m !
[    3.864606] [VFE_DEBUG]Get clk Name:pll_periph0 !
[    3.864621] [VFE_DEBUG]Get clk Name:hosc !
[    3.864639] [VFE_DEBUG]csi core clk = 300000000
[    3.864648] [VFE]csi0 probe end!
[    3.868278] [VFE_DEBUG]Get clk Name:csi_s !
[    3.868292] [VFE_DEBUG]Get clk Name:csi1_m !
[    3.868304] [VFE_DEBUG]Get clk Name:pll_periph0 !
[    3.868317] [VFE_DEBUG]Get clk Name:hosc !
[    3.868325] [VFE_DEBUG]csi core clk = 300000000
[    3.868332] [VFE]csi1 probe end!
[    3.872318] [VFE]csi_init end
[    3.876042] [VFE]sunxi_isp_platform_register end
[    3.881583] [VFE]mipi_init end
[    3.884924] [VFE]flash_init end
[    3.889408] [VFE_DEBUG]vfe_probe
[    3.890721] [VFE]pdev->id = 0
[    3.893964] [VFE]dev->cci_sel = 0
[    3.897581] [VFE]dev->csi_sel = 0
[    3.901403] [VFE]dev->mipi_sel = 0
[    3.905117] [VFE]dev->isp_sel = 0
[    3.908757] [VFE_DEBUG]fetch sys_config
[    3.908767] [VFE_DEBUG]dev->ccm_cfg[0] = eda603d8
[    3.908775] [VFE_DEBUG]dev->ccm_cfg[1] = eda605cc
[    3.908792] [VFE_DEBUG]csi0_dev0_mname = ov5640
[    3.908803] [VFE_DEBUG]csi0_dev0_twi_addr = 78
[    3.908812] [VFE_DEBUG]csi0_dev0_twi_id = 1
[    3.908821] [VFE_DEBUG]csi0_dev0_pos = front
[    3.908831] [VFE_DEBUG]csi0_dev0_isp_used = 0
[    3.908840] [VFE_DEBUG]csi0_dev0_fmt = 0
[    3.908849] [VFE_DEBUG]csi0_dev0_stby_mode = 0
[    3.908858] [VFE_DEBUG]csi0_dev0_vflip = 0
[    3.908868] [VFE_DEBUG]csi0_dev0_hflip = 0
[    3.908878] [VFE_WARN]fetch csi0_dev0_iovdd from device_tree failed
[    3.915981] [VFE_DEBUG]csi0_dev0_iovdd_vol = 2ab980
[    3.915991] [VFE_WARN]fetch csi0_dev0_avdd from device_tree failed
[    3.922339] usb 1-1.4: New USB device found, idVendor=0bda, idProduct=b720
[    3.922346] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    3.922352] usb 1-1.4: Product: 802.11n WLAN Adapter
[    3.922358] usb 1-1.4: Manufacturer: Realtek
[    3.922363] usb 1-1.4: SerialNumber: 00e04c000001
[    3.954116] [VFE_DEBUG]csi0_dev0_avdd_vol = 2ab980
[    3.954131] [VFE_WARN]fetch csi0_dev0_dvdd from device_tree failed
[    3.961027] [VFE_DEBUG]csi0_dev0_dvdd_vol = 16e360
[    3.961039] [VFE_WARN]fetch csi0_dev0_afvdd from device_tree failed
[    3.967900] [VFE_DEBUG]csi0_dev0_afvdd_vol = 2ab980
[    3.967913] [VFE_WARN]fetch csi0_dev0_power_en from device_tree failed
[    3.975327] [VFE_DEBUG]csi0_dev0_reset: pin=38  mul-sel=1  drive=0  pull=1  data=0 gnum=38
[    3.975346] [VFE_DEBUG]csi0_dev0_pwdn: pin=39  mul-sel=1  drive=0  pull=1  data=0 gnum=39
[    3.975358] [VFE_DEBUG]csi0_dev0_flash_used = 0
[    3.975369] [VFE_DEBUG]csi0_dev0_flash_type = 2
[    3.975380] [VFE_WARN]fetch csi0_dev0_flash_en from device_tree failed
[    3.982669] [VFE_WARN]fetch csi0_dev0_flash_mode from device_tree failed
[    3.990134] [VFE_WARN]fetch csi0_dev0_flvdd from device_tree failed
[    3.996987] [VFE_WARN]fetch csi0_dev0_flvdd_vol from device_tree failed
[    4.004470] [VFE_WARN]fetch csi0_dev0_af_pwdn from device_tree failed
[    4.011649] [VFE_DEBUG]csi0_dev0_act_used = 0
[    4.011660] [VFE_DEBUG]csi0_dev0_act_name = ad5820_act
[    4.011671] [VFE_DEBUG]csi0_dev0_act_slave = 18
[    4.011681] [VFE_DEBUG]csi0_sensor_list = 1
[    4.011699] [VFE_DEBUG]csi0_mck: pin=129  mul-sel=1  drive=0  pull=1  data=0 gnum=129
[    4.011728] [VFE]fetch front sensor list info start!
[    4.017152] [VFE]Fetch sensor list form"/system/etc/hawkview/sensor_list_cfg.ini"
[    4.314972] [vfe_warn]open file failed!
[    4.510111]
               insmod_device_driver

[    4.732737] [VFE]fetch front sensor list info end!
[    4.737991] [VFE_DEBUG]dev->ccm_cfg[0]->ccm = ov5640
[    4.737999] [VFE_DEBUG]dev->ccm_cfg[0]->twi_id = 1
[    4.738006] [VFE_DEBUG]dev->ccm_cfg[0]->i2c_addr = 78
[    4.738013] [VFE_DEBUG]dev->ccm_cfg[0]->is_isp_used = 0
[    4.738020] [VFE_DEBUG]dev->ccm_cfg[0]->is_bayer_raw = 0
[    4.738027] [VFE_DEBUG]dev->ccm_cfg[0]->vflip = 0
[    4.738034] [VFE_DEBUG]dev->ccm_cfg[0]->hflip = 0
[    4.738041] [VFE_DEBUG]dev->ccm_cfg[0]->iovdd_str =
[    4.738048] [VFE_DEBUG]dev->ccm_cfg[0]->avdd_str =
[    4.738054] [VFE_DEBUG]dev->ccm_cfg[0]->dvdd_str =
[    4.738061] [VFE_DEBUG]dev->ccm_cfg[0]->afvdd_str =
[    4.738068] [VFE_DEBUG]dev->ccm_cfg[0]->flvdd_str =
[    4.738075] [VFE_DEBUG]dev->ccm_cfg[0]->flash_used = 0
[    4.738082] [VFE_DEBUG]dev->ccm_cfg[0]->act_used = 0
[    4.738088] [VFE_DEBUG]dev->ccm_cfg[0]->act_name = ad5820_act
[    4.738096] [VFE_DEBUG]dev->ccm_cfg[0]->act_slave = 0x18
[    4.738103] [VFE_DEBUG]get irq resource
[    4.738263] [VFE_DEBUG]clock resource
[    4.738270] [VFE_DEBUG]get pin resource
[    4.739017] [VFE]vfe_init end
[    4.742386] [VFE]probe_work_handle start!
[    4.746766] [VFE_DEBUG]v4l2_device_register
[    4.747026] [VFE_DEBUG]v4l2 subdev register
[    4.747048] [VFE]vfe_runtime_resume
[    4.751477] usbcore: registered new inte**ce driver uvcvideo
[    4.757759] USB Video Class driver (v1.0.25_SONiX_v3.10.56)
[    4.763204] [VFE]..........................vfe clk open!.......................
[    4.763218] [VFE_DEBUG]csi_misc_clk is null
[    4.763229] [VFE]v4l2 subdev register input_num = 0
[    4.763233] [VFE]vfe sensor detect start! input_num = 0
[    4.763240] [VFE]Find sensor name is "ov5640", i2c address is 78, type is "YUV" !
[    4.763244] [VFE]Sub device register "ov5640" i2c_addr = 0x78 start!
[    4.773880] [OV5640@lex]sensor_probe - frame_rate: 0
[    4.773895] [VFE]registered sensor subdev is OK!
[    4.773900] [VFE_DEBUG]ccm_cfg pt = eda603d8
[    4.773902] [VFE_DEBUG]ccm_cfg->sd = ec472e80
[    4.773906] [VFE_DEBUG]module is_isp_used = 0 is_bayer_raw= 0
[    4.773907] [VFE]Check sensor!
[    4.785944] [OV5640@lex]CSI_SUBDEV_PWR_ON!
[    4.787204] [VFE]mclk on
[    4.810029] [VFE_DEBUG]os_gpio_write, hdl is INVALID
[    4.820159] sunxi cedar version 0.1
[    4.824206] VE: install start!!!

[    4.824313] cedar_ve: cedar-ve the get irq is 85
[    4.830391] VE: get debugfs_mpp_root is NULL, please check mpp

[    4.838385] VE: sunxi ve debug register driver failed!

[    4.847410] input: axp22-powerkey as /devices/soc.0/1c2ac00.twi/i2c-0/0-0034/axp22-powerkey/input/input4
[    4.853081] [VFE_DEBUG]power_on______________________________
[    4.853086] [OV5640@lex]sensor_init: 0x0
[    4.853284] sunxi_i2c_do_xfer()902 - [i2c1] incomplete xfer (status: 0x20, dev addr: 0x3c)
[    4.853476] [VFE_DEV_I2C_ERR]cci_read_a16_d8 error! slave = 0x3c, addr = 0x300a, value = 0x 0

[    4.853477] sunxi_i2c_do_xfer()902 - [i2c1] incomplete xfer (status: 0x20, dev addr: 0x3c)
[    4.853669] [VFE_DEV_I2C_ERR]cci_read_a16_d8 error! slave = 0x3c, addr = 0x300a, value = 0x 0

[    4.853669] sunxi_i2c_do_xfer()902 - [i2c1] incomplete xfer (status: 0x20, dev addr: 0x3c)
[    4.853678] [VFE_DEV_I2C_ERR]cci_read_a16_d8 error! slave = 0x3c, addr = 0x300a, value = 0x 0
                ov5640 sensor read retry=2
[    4.853681] [OV5640@lex]error at sensor_detect
[    4.853683] [OV5640@lex]chip found is not an target chip.
[    4.853687] [OV5640@lex]CSI_SUBDEV_PWR_OFF!
[    4.853690] [VFE]mclk off
[    4.865776] [VFE_DEBUG]os_gpio_write, hdl is INVALID
[    4.889837] [VFE_DEBUG]power_off______________________________
[    4.889840] [VFE]vfe sensor subdev unregister!
[    4.889983] [OV5640@lex]sensor_remove ov5640 sd = ec472e80!
[    4.890260] [VFE]Sub device register "ov5640" failed!
[    4.890265] [VFE_ERR]vfe sensor register check error at input_num = 0
[    4.890270] [VFE_DEBUG]dev->ccm_cfg[0] = eda603d8
[    4.890273] [VFE_DEBUG]dev->ccm_cfg[0]->sd =   (null)
[    4.890277] [VFE_DEBUG]dev->ccm_cfg[0]->power.iovdd =   (null)
[    4.890280] [VFE_DEBUG]dev->ccm_cfg[0]->power.avdd =   (null)
[    4.890283] [VFE_DEBUG]dev->ccm_cfg[0]->power.dvdd =   (null)
[    4.890286] [VFE_DEBUG]dev->ccm_cfg[0]->power.afvdd =   (null)
[    4.890303] [VFE]V4L2 device registered as (null)
[    4.890350] [VFE]vfe_runtime_suspend
[    4.890354] [VFE]..........................vfe clk close!.......................
[    4.890362] [VFE_DEBUG]csi_misc_clk is null
[    4.896562] [VFE]probe_work_handle end!
[    5.011661] sunxi gpu cooling probe start !
[    5.016251] CPU gpu cooling register Success
[    5.022773] sunxi-wdt 1c20c90.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0)
[    5.032013] device-mapper: uevent: version 1.0.3
[    5.037683] device-mapper: ioctl: 4.24.0-ioctl (2013-01-15) initialised: dm-devel@redhat.com
[    5.051127] cpuidle: using governor ladder
[    5.055604] cpuidle: using governor menu
[    5.061674] sunxi-mmc 1c11000.sdmmc: SD/MMC/SDIO Host Controller Driver(v0.56 2016-06-28 17:01) Compiled in Nov 18 2019 at 15:47:42
[    5.074925] sunxi-mmc 1c11000.sdmmc: regulator prop vmmc,str vcc-emmcv
[    5.082253] sunxi-mmc 1c11000.sdmmc: regulator prop vqmmc,str vcc-emmcvq18
[    5.089776] sunxi-mmc 1c11000.sdmmc: regulator prop vdmmc,str none
[    5.097053] sunxi-mmc 1c11000.sdmmc: No vdmmc regulator found
[    5.519118] sunxi-mmc 1c11000.sdmmc: sdc set ios: clk 0Hz bm PP pm UP vdd 22 width 1 timing LEGACY(SDR12) dt B
[    5.550071] sunxi-mmc 1c11000.sdmmc: sdc set ios: clk 400000Hz bm PP pm ON vdd 22 width 1 timing LEGACY(SDR12) dt B
[    5.580186] sunxi-mmc 1c11000.sdmmc: base:0xf1c11000 irq:66
[    5.586321] sunxi-mmc 1c11000.sdmmc: smc 0 p2 err, cmd 52, RTO !!
[    5.593853] sunxi-mmc 1c0f000.sdmmc: SD/MMC/SDIO Host Controller Driver(v0.56 2016-06-28 17:01) Compiled in Nov 18 2019 at 15:47:42
[    5.607005] sunxi-mmc 1c11000.sdmmc: smc 0 p2 err, cmd 52, RTO !!
[    5.613790] sunxi-mmc 1c11000.sdmmc: sdc set ios: clk 400000Hz bm PP pm ON vdd 22 width 1 timing LEGACY(SDR12) dt B
[    5.613893] sunxi-mmc 1c0f000.sdmmc: regulator prop vmmc,str vcc-sdcv-p3
[    5.613901] sunxi-mmc 1c0f000.sdmmc: regulator prop vqmmc,str vcc-sdcvq33-p3
[    5.613909] sunxi-mmc 1c0f000.sdmmc: regulator prop vdmmc,str vcc-sdcvd-p3
[    5.649479] sunxi-mmc 1c0f000.sdmmc: Got CD GPIO #267.
[    5.656113] sunxi-mmc 1c0f000.sdmmc: base:0xf1c0f000 irq:64
[    5.656251] sunxi-mmc 1c11000.sdmmc: sdc set ios: clk 400000Hz bm PP pm ON vdd 22 width 1 timing LEGACY(SDR12) dt B
[    5.673930] sunxi-mmc 1c11000.sdmmc: smc 0 p2 err, cmd 8, RTO !!
[    5.681536] sunxi-mmc 1c11000.sdmmc: smc 0 p2 err, cmd 5, RTO !!
[    5.688598] sunxi-mmc 1c10000.sdmmc: SD/MMC/SDIO Host Controller Driver(v0.56 2016-06-28 17:01) Compiled in Nov 18 2019 at 15:47:42
[    5.701924] sunxi-mmc 1c11000.sdmmc: smc 0 p2 err, cmd 5, RTO !!
[    5.708582] sunxi-mmc 1c10000.sdmmc: ***ctl-spec-caps*** 1
[    5.714842] sunxi-mmc 1c11000.sdmmc: smc 0 p2 err, cmd 5, RTO !!
[    5.721646] sunxi-mmc 1c10000.sdmmc: Can't get vmmc regulator string
[    5.728619] sunxi-mmc 1c11000.sdmmc: smc 0 p2 err, cmd 5, RTO !!
[    5.735485] sunxi-mmc 1c10000.sdmmc: Can't get vqmmc regulator string
[    5.742694] sunxi-mmc 1c11000.sdmmc: smc 0 p2 err, cmd 55, RTO !!
[    5.749408] sunxi-mmc 1c10000.sdmmc: Can't get vdmmc regulator string
[    5.756729] sunxi-mmc 1c11000.sdmmc: smc 0 p2 err, cmd 55, RTO !!
[    5.763549] get() with no identifier
[    5.767489] sunxi-mmc 1c11000.sdmmc: smc 0 p2 err, cmd 55, RTO !!
[    5.774386] get() with no identifier
[    5.778325] sunxi-mmc 1c11000.sdmmc: smc 0 p2 err, cmd 55, RTO !!
[    5.785238] get() with no identifier
[    5.785271] sunxi-mmc 1c11000.sdmmc: sdc set ios: clk 400000Hz bm OD pm ON vdd 22 width 1 timing LEGACY(SDR12) dt B
[    5.800904] sunxi-mmc 1c10000.sdmmc: No vmmc regulator found
[    5.800963] sunxi-mmc 1c11000.sdmmc: sdc set ios: clk 400000Hz bm OD pm ON vdd 7 width 1 timing LEGACY(SDR12) dt B
[    5.801058] sunxi-mmc 1c11000.sdmmc: sdc set ios: clk 400000Hz bm OD pm ON vdd 7 width 1 timing LEGACY(SDR12) dt B
[    5.801104] sunxi-mmc 1c11000.sdmmc: sdc set ios: clk 400000Hz bm OD pm ON vdd 7 width 1 timing LEGACY(SDR12) dt B
[    5.841772] sunxi-mmc 1c10000.sdmmc: No vqmmc regulator found
[    5.842823] sunxi-mmc 1c11000.sdmmc: sdc set ios: clk 400000Hz bm OD pm ON vdd 7 width 1 timing LEGACY(SDR12) dt B
[    5.859815] sunxi-mmc 1c10000.sdmmc: No vdmmc regulator found
[    5.867781] sunxi-mmc 1c10000.sdmmc: sdc set ios: clk 0Hz bm PP pm UP vdd 21 width 1 timing LEGACY(SDR12) dt B
[    5.880089] sunxi-mmc 1c11000.sdmmc: sdc set ios: clk 400000Hz bm PP pm ON vdd 7 width 1 timing LEGACY(SDR12) dt B
[    5.891678] sunxi-mmc 1c10000.sdmmc: sdc set ios: clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
[    5.903636] mmc0: BKOPS_EN bit is not set
[    5.909714] sunxi-mmc 1c11000.sdmmc: sdc set ios: clk 400000Hz bm PP pm ON vdd 7 width 1 timing MMC-HS(SDR20) dt B
[    5.921407] mmc0: Check switch ready sunxi_mmc_check_timing_switch_done
[    5.921419] sunxi-mmc 1c10000.sdmmc: base:0xf1c10000 irq:65
[    5.922105] sunxi-mmc 1c12000.sdmmc: SD/MMC/SDIO Host Controller Driver(v0.56 2016-06-28 17:01) Compiled in Nov 18 2019 at 15:47:42
[    5.922171] sunxi-mmc 1c12000.sdmmc: ***ctl-spec-caps*** 1
[    5.922193] sunxi-mmc 1c12000.sdmmc: regulator prop vmmc,str vcc-sdcv-p3
[    5.922201] sunxi-mmc 1c12000.sdmmc: regulator prop vqmmc,str vcc-sdcvq33-p3
[    5.922209] sunxi-mmc 1c12000.sdmmc: regulator prop vdmmc,str vcc-sdcvd-p3
[    5.922261] axp22_dcdc1: Failed to create debugfs directory
[    5.922273] axp22_dcdc1: Failed to create debugfs directory
[    5.922286] axp22_dcdc1: Failed to create debugfs directory
[    5.996274] sunxi-mmc 1c11000.sdmmc: sdc set ios: clk 50000000Hz bm PP pm ON vdd 7 width 1 timing MMC-HS(SDR20) dt B
[    6.008373] sunxi-mmc 1c12000.sdmmc: Got CD GPIO #266.
[    6.014490] sunxi-mmc 1c11000.sdmmc: sdc set ios: clk 50000000Hz bm PP pm ON vdd 7 width 8 timing MMC-HS(SDR20) dt B
[    6.014986] sunxi-mmc 1c12000.sdmmc: base:0xf1c12000 irq:67
[    6.016028] hidraw: raw HID events driver (C) Jiri Kosina
[    6.016876] usbcore: registered new inte**ce driver usbhid
[    6.016878] usbhid: USB HID core driver
[    6.017882] zram: Created 1 device(s) ...
[    6.054232] mmc0: new high speed MMC card at address 0001
[    6.061172] ashmem: initialized
[    6.061591] mmcblk0: mmc0:0001 8GTF4R 7.28 GiB
[    6.062135] mmcblk0boot0: mmc0:0001 8GTF4R partition 1 4.00 MiB
[    6.062617] mmcblk0boot1: mmc0:0001 8GTF4R partition 2 4.00 MiB
[    6.064143]  mmcblk0: p1 p2 p3 < p5 p6 p7 p8 >
[    6.064173] mmcblk0: p1 start 15847424 is beyond EOD, truncated
[    6.065247] mmcblk0: p8 size 13621248 extends beyond EOD, truncated
[    6.102320]  mmcblk0boot1: unknown partition table
[    6.102363] logger: created 256K log 'log_main'
[    6.103089] logger: created 256K log 'log_events'
[    6.103783] logger: created 256K log 'log_radio'
[    6.104157] logger: created 256K log 'log_system'
[    6.106729] headphonevol:59, spkervol:27, maingain:4, pa_sleep_time:350
[    6.111599] sunxi-internal-cpudai 1c22c00.cpudai0-controller: ASoC: pcm constructor failed: -12
[    6.111606] sunxi-codec-machine sound.3: ASoC: can't create pcm SUNXI-CODEC :-12
[    6.111612] sunxi-codec-machine sound.3: ASoC: failed to instantiate card -12
[    6.112212] sunxi-codec-machine sound.3: snd_soc_register_card failed -12
[    6.112228] sunxi-codec-machine: probe of sound.3 failed with error -12
[    6.113534] sunxi_daudio 1c22800.daudio: ASoC: pcm constructor failed: -12
[    6.113540] sndhdmi sound.4: ASoC: can't create pcm SUNXI-HDMIAUDIO :-12
[    6.113545] sndhdmi sound.4: ASoC: failed to instantiate card -12
[    6.113752] sndhdmi sound.4: snd_soc_register_card() failed: -12
[    6.113764] sndhdmi: probe of sound.4 failed with error -12
[    6.203687] u32 classifier
[    6.206680]     Actions configured
[    6.207519]  mmcblk0boot0: unknown partition table
[    6.208853] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 52, RTO !!
[    6.209688] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 52, RTO !!
[    6.209713] sunxi-mmc 1c10000.sdmmc: sdc set ios: clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
[    6.212166] sunxi-mmc 1c10000.sdmmc: sdc set ios: clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
[    6.214044] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 8, RTO !!
[    6.214876] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 5, RTO !!
[    6.215706] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 5, RTO !!
[    6.216536] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 5, RTO !!
[    6.217366] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 5, RTO !!
[    6.218198] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 55, RTO !!
[    6.219029] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 55, RTO !!
[    6.219861] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 55, RTO !!
[    6.220692] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 55, RTO !!
[    6.220717] sunxi-mmc 1c10000.sdmmc: sdc set ios: clk 400000Hz bm OD pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
[    6.221578] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 1, RTO !!
[    6.221601] sunxi-mmc 1c10000.sdmmc: sdc set ios: clk 0Hz bm OD pm OFF vdd 0 width 1 timing LEGACY(SDR12) dt B
[    6.222675] sunxi-mmc 1c10000.sdmmc: sdc set ios: clk 0Hz bm PP pm UP vdd 21 width 1 timing LEGACY(SDR12) dt B
[    6.240034] sunxi-mmc 1c10000.sdmmc: sdc set ios: clk 300000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
[    6.261109] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 52, RTO !!
[    6.262208] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 52, RTO !!
[    6.262228] sunxi-mmc 1c10000.sdmmc: sdc set ios: clk 300000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
[    6.264764] sunxi-mmc 1c10000.sdmmc: sdc set ios: clk 300000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
[    6.266912] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 8, RTO !!
[    6.268012] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 5, RTO !!
[    6.269108] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 5, RTO !!
[    6.270205] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 5, RTO !!
[    6.271305] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 5, RTO !!
[    6.272405] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 55, RTO !!
[    6.273505] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 55, RTO !!
[    6.274605] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 55, RTO !!
[    6.275705] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 55, RTO !!
[    6.275726] sunxi-mmc 1c10000.sdmmc: sdc set ios: clk 300000Hz bm OD pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
[    6.276861] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 1, RTO !!
[    6.276882] sunxi-mmc 1c10000.sdmmc: sdc set ios: clk 0Hz bm OD pm OFF vdd 0 width 1 timing LEGACY(SDR12) dt B
[    6.277936] sunxi-mmc 1c10000.sdmmc: sdc set ios: clk 0Hz bm PP pm UP vdd 21 width 1 timing LEGACY(SDR12) dt B
[    6.290027] sunxi-mmc 1c10000.sdmmc: sdc set ios: clk 200000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
[    6.311643] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 52, RTO !!
[    6.313282] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 52, RTO !!
[    6.313303] sunxi-mmc 1c10000.sdmmc: sdc set ios: clk 200000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
[    6.316097] sunxi-mmc 1c10000.sdmmc: sdc set ios: clk 200000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
[    6.318801] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 8, RTO !!
[    6.320436] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 5, RTO !!
[    6.322072] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 5, RTO !!
[    6.323706] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 5, RTO !!
[    6.325341] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 5, RTO !!
[    6.326977] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 55, RTO !!
[    6.328612] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 55, RTO !!
[    6.330247] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 55, RTO !!
[    6.331882] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 55, RTO !!
[    6.331902] sunxi-mmc 1c10000.sdmmc: sdc set ios: clk 200000Hz bm OD pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
[    6.333589] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 1, RTO !!
[    6.333610] sunxi-mmc 1c10000.sdmmc: sdc set ios: clk 0Hz bm OD pm OFF vdd 0 width 1 timing LEGACY(SDR12) dt B
[    6.334666] sunxi-mmc 1c10000.sdmmc: sdc set ios: clk 0Hz bm PP pm UP vdd 21 width 1 timing LEGACY(SDR12) dt B
[    6.350027] sunxi-mmc 1c10000.sdmmc: sdc set ios: clk 150000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
[    6.372190] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 52, RTO !!
[    6.374363] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 52, RTO !!
[    6.374383] sunxi-mmc 1c10000.sdmmc: sdc set ios: clk 150000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
[    6.377429] sunxi-mmc 1c10000.sdmmc: sdc set ios: clk 150000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
[    6.380680] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 8, RTO !!
[    6.382853] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 5, RTO !!
[    6.385027] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 5, RTO !!
[    6.387200] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 5, RTO !!
[    6.389373] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 5, RTO !!
[    6.391547] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 55, RTO !!
[    6.393720] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 55, RTO !!
[    6.395894] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 55, RTO !!
[    6.398067] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 55, RTO !!
[    6.398087] sunxi-mmc 1c10000.sdmmc: sdc set ios: clk 150000Hz bm OD pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
[    6.400323] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 1, RTO !!
[    6.400343] sunxi-mmc 1c10000.sdmmc: sdc set ios: clk 0Hz bm OD pm OFF vdd 0 width 1 timing LEGACY(SDR12) dt B
[    6.789475] Netfilter messages via NETLINK v0.30.
[    6.794771] nfnl_acct: registering with nfnetlink.
[    6.800280] nf_conntrack version 0.5.0 (12045 buckets, 48180 max)
[    6.807485] ctnetlink v0.93: registering with nfnetlink.
[    6.817253] xt_time: kernel timezone is -0000
[    6.822301] ipip: IPv4 over IPv4 tunneling driver
[    6.830315] ip_tables: (C) 2000-2006 Netfilter Core Team
[    6.836459] ipt_CLUSTERIP: ClusterIP Version 0.8 loaded successfully
[    6.843745] arp_tables: (C) 2002 David S. Miller
[    6.848896] TCP: bic registered
[    6.852482] TCP: cubic registered
[    6.856098] TCP: westwood registered
[    6.860134] TCP: htcp registered
[    6.863654] Initializing XFRM netlink socket
[    6.869366] NET: Registered protocol family 10
[    6.876385] mip6: Mobile IPv6
[    6.879656] sit: IPv6 over IPv4 tunneling driver
[    6.887786] NET: Registered protocol family 17
[    6.892896] NET: Registered protocol family 15
[    6.897755] 8021q: 802.1Q VLAN Support v1.8
[    6.902908] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
[    6.915744] [DISP] boot_disp:0x100
[    6.922123] [HDMI] cec support = 0
[    7.032531] tve0 have no dac 1
[    7.035878] tve0 have no type1
[    7.039210] tve0 have no dac 2
[    7.042815] tve0 have no type2
[    7.046152] tve0 have no dac 3
[    7.049481] tve0 have no type3
[    7.052990] [DISP] boot_disp:0x100
[    7.057550] [DISP] disp_init_tv,line:641:screen 0 don't support TV!
[    7.064574] [DISP] disp_init_tv,line:641:screen 1 don't support TV!
[    7.071779] [DISP] disp_init_tv,line:651:disp1 not support tv
[    7.078084] [DISP] disp_init_vga,line:616:screen 0 do not support VGA TYPE!
[    7.085878] [DISP] disp_init_vga,line:616:screen 1 do not support VGA TYPE!
[    7.093636] [DISP] disp_init_vga,line:632:disp0 not support vga
[    7.100400] [DISP] disp_init_vga,line:625:disp1 not support vga
[    7.111884] usb_serial_number:20080411
[    7.118219] file system registered
[    7.134879] android_usb gadget: Mass Storage Function, version: 2009/09/11
[    7.142570] android_usb gadget: Number of LUNs=3
[    7.147652]  lun0: LUN: removable file: (no medium)
[    7.153163]  lun1: LUN: removable file: (no medium)
[    7.158489]  lun2: LUN: removable file: (no medium)
[    7.166853] android_usb gadget: android_usb ready
[    7.173598] rtc-rx8010 2-0032: setting system clock to 1970-01-01 00:30:37 UTC (1837)
[    7.191270] ALSA device list:
[    7.194523]   No soundcards found.
[    7.199034] Freeing unused kernel memory: 444K (c09ca000 - c0a39000)
[    7.251076] EXT4-fs (mmcblk0p7): barriers disabled
[    7.258194] EXT4-fs (mmcblk0p7): mounted filesystem with ordered data mode. Opts: noauto_da_alloc,barrier=0,data=ordered
[    7.417616] EXT4-fs (mmcblk0p7): re-mounted. Opts: (null)
[    7.563478] udevd[1194]: starting eudev-3.2
[    7.588274] ***CTP***GTP driver init
[    7.592455] ctp_fetch_sysconfig_para: ctp_power_io is invalid.
[    7.599963] get ctp_screen_max_x is fail, -22
[    7.620027] ***CTP***info.ctp_used:1
[    7.623981] ***CTP***info.twi_id:3
[    7.627699] ***CTP***info.screen_max_x:1024
[    7.632486] ***CTP***info.screen_max_y:600
[    7.636955] ***CTP***info.touch_panel_max_x:800
[    7.642102] ***CTP***info.touch_panel_max_y:480
[    7.647047] ***CTP***info.revert_x_flag:1
[    7.651642] ***CTP***info.revert_y_flag:1
[    7.656022] ***CTP***info.exchange_x_y_flag:0
[    7.660965] ***CTP***info.irq_gpio_number:239
[    7.665718] ***CTP***info.wakeup_gpio_number:238
[    7.670934] ***CTP******CTP*** ctp_wakeup:status:0,ms = 0
[    7.740110] ***CTP******CTP*** ctp_wakeup:status:1,ms = 0
[    7.841224] the adapter number is 0
[    7.845072] the adapter number is 1
[    7.848890] the adapter number is 2
[    7.852938] the adapter number is 3
[    7.856743] ctp_detect: addr = 5d
[    7.860880] sunxi_i2c_do_xfer()902 - [i2c3] incomplete xfer (status: 0x20, dev addr: 0x5d)
[    7.870473] sunxi_i2c_do_xfer()902 - [i2c3] incomplete xfer (status: 0x20, dev addr: 0x5d)
[    7.879854] sunxi_i2c_do_xfer()902 - [i2c3] incomplete xfer (status: 0x20, dev addr: 0x5d)
[    7.889421] sunxi_i2c_do_xfer()902 - [i2c3] incomplete xfer (status: 0x20, dev addr: 0x5d)
[    7.898895] sunxi_i2c_do_xfer()902 - [i2c3] incomplete xfer (status: 0x20, dev addr: 0x5d)
[    7.908119] <<-GTP-ERROR->> I2C Read: 0x8047, 1 bytes failed, errcode: -70! Process reset.
[    7.917305] <<-GTP-INFO->> Guitar reset
[    8.040224] <<-GTP-ERROR->> GTP i2c test failed time 1.
[    8.060644] sunxi_i2c_do_xfer()902 - [i2c3] incomplete xfer (status: 0x20, dev addr: 0x5d)
[    8.070061] sunxi_i2c_do_xfer()902 - [i2c3] incomplete xfer (status: 0x20, dev addr: 0x5d)
[    8.079635] sunxi_i2c_do_xfer()902 - [i2c3] incomplete xfer (status: 0x20, dev addr: 0x5d)
[    8.089065] sunxi_i2c_do_xfer()902 - [i2c3] incomplete xfer (status: 0x20, dev addr: 0x5d)
[    8.098646] sunxi_i2c_do_xfer()902 - [i2c3] incomplete xfer (status: 0x20, dev addr: 0x5d)
[    8.107912] <<-GTP-ERROR->> I2C Read: 0x8047, 1 bytes failed, errcode: -70! Process reset.
[    8.117120] <<-GTP-INFO->> Guitar reset
[    8.240201] <<-GTP-ERROR->> GTP i2c test failed time 2.
[    8.260334] sunxi_i2c_do_xfer()902 - [i2c3] incomplete xfer (status: 0x20, dev addr: 0x5d)
[    8.269926] sunxi_i2c_do_xfer()902 - [i2c3] incomplete xfer (status: 0x20, dev addr: 0x5d)
[    8.279358] sunxi_i2c_do_xfer()902 - [i2c3] incomplete xfer (status: 0x20, dev addr: 0x5d)
[    8.288937] sunxi_i2c_do_xfer()902 - [i2c3] incomplete xfer (status: 0x20, dev addr: 0x5d)
[    8.298370] sunxi_i2c_do_xfer()902 - [i2c3] incomplete xfer (status: 0x20, dev addr: 0x5d)
[    8.307580] <<-GTP-ERROR->> I2C Read: 0x8047, 1 bytes failed, errcode: -70! Process reset.
[    8.316781] <<-GTP-INFO->> Guitar reset
[    8.440191] <<-GTP-ERROR->> GTP i2c test failed time 3.
[    8.460508] sunxi_i2c_do_xfer()902 - [i2c3] incomplete xfer (status: 0x20, dev addr: 0x5d)
[    8.469884] sunxi_i2c_do_xfer()902 - [i2c3] incomplete xfer (status: 0x20, dev addr: 0x5d)
[    8.479505] sunxi_i2c_do_xfer()902 - [i2c3] incomplete xfer (status: 0x20, dev addr: 0x5d)
[    8.488938] sunxi_i2c_do_xfer()902 - [i2c3] incomplete xfer (status: 0x20, dev addr: 0x5d)
[    8.498519] sunxi_i2c_do_xfer()902 - [i2c3] incomplete xfer (status: 0x20, dev addr: 0x5d)
[    8.507766] <<-GTP-ERROR->> I2C Read: 0x8047, 1 bytes failed, errcode: -70! Process reset.
[    8.516972] <<-GTP-INFO->> Guitar reset
[    8.640220] <<-GTP-ERROR->> GTP i2c test failed time 4.
[    8.660395] sunxi_i2c_do_xfer()902 - [i2c3] incomplete xfer (status: 0x20, dev addr: 0x5d)
[    8.670013] sunxi_i2c_do_xfer()902 - [i2c3] incomplete xfer (status: 0x20, dev addr: 0x5d)
[    8.679450] sunxi_i2c_do_xfer()902 - [i2c3] incomplete xfer (status: 0x20, dev addr: 0x5d)
[    8.689077] sunxi_i2c_do_xfer()902 - [i2c3] incomplete xfer (status: 0x20, dev addr: 0x5d)
[    8.698510] sunxi_i2c_do_xfer()902 - [i2c3] incomplete xfer (status: 0x20, dev addr: 0x5d)
[    8.707737] <<-GTP-ERROR->> I2C Read: 0x8047, 1 bytes failed, errcode: -70! Process reset.
[    8.716994] <<-GTP-INFO->> Guitar reset
[    8.840171] <<-GTP-ERROR->> GTP i2c test failed time 5.
[    8.860107] detect ret -70
[    8.863070] ======detect ok !=====
[    8.867806] ***CTP***GTP Driver Version: V2.2<2014/01/14>***CTP***GTP Driver Built@05:26:34, Oct  9 2019***CTP***GTP I2C Address: 0x5d
[    8.881526] sunxi_i2c_do_xfer()902 - [i2c3] incomplete xfer (status: 0x20, dev addr: 0x5d)
[    8.891292] sunxi_i2c_do_xfer()902 - [i2c3] incomplete xfer (status: 0x20, dev addr: 0x5d)
[    8.900890] sunxi_i2c_do_xfer()902 - [i2c3] incomplete xfer (status: 0x20, dev addr: 0x5d)
[    8.910339] sunxi_i2c_do_xfer()902 - [i2c3] incomplete xfer (status: 0x20, dev addr: 0x5d)
[    8.919937] sunxi_i2c_do_xfer()902 - [i2c3] incomplete xfer (status: 0x20, dev addr: 0x5d)
[    8.929210] <<-GTP-ERROR->> I2C Read: 0x8047, 1 bytes failed, errcode: -70! Process reset.
[    8.938505] <<-GTP-INFO->> Guitar reset
[    9.060246] <<-GTP-ERROR->> GTP i2c test failed time 1.
[    9.080512] sunxi_i2c_do_xfer()902 - [i2c3] incomplete xfer (status: 0x20, dev addr: 0x5d)
[    9.089913] sunxi_i2c_do_xfer()902 - [i2c3] incomplete xfer (status: 0x20, dev addr: 0x5d)
[    9.099513] sunxi_i2c_do_xfer()902 - [i2c3] incomplete xfer (status: 0x20, dev addr: 0x5d)
[    9.108967] sunxi_i2c_do_xfer()902 - [i2c3] incomplete xfer (status: 0x20, dev addr: 0x5d)
[    9.118527] sunxi_i2c_do_xfer()902 - [i2c3] incomplete xfer (status: 0x20, dev addr: 0x5d)
[    9.127794] <<-GTP-ERROR->> I2C Read: 0x8047, 1 bytes failed, errcode: -70! Process reset.
[    9.136980] <<-GTP-INFO->> Guitar reset
[    9.260187] <<-GTP-ERROR->> GTP i2c test failed time 2.
[    9.280326] sunxi_i2c_do_xfer()902 - [i2c3] incomplete xfer (status: 0x20, dev addr: 0x5d)
[    9.289924] sunxi_i2c_do_xfer()902 - [i2c3] incomplete xfer (status: 0x20, dev addr: 0x5d)
[    9.299377] sunxi_i2c_do_xfer()902 - [i2c3] incomplete xfer (status: 0x20, dev addr: 0x5d)
[    9.308931] sunxi_i2c_do_xfer()902 - [i2c3] incomplete xfer (status: 0x20, dev addr: 0x5d)
[    9.318577] sunxi_i2c_do_xfer()902 - [i2c3] incomplete xfer (status: 0x20, dev addr: 0x5d)
[    9.327876] <<-GTP-ERROR->> I2C Read: 0x8047, 1 bytes failed, errcode: -70! Process reset.
[    9.337101] <<-GTP-INFO->> Guitar reset
[    9.460200] <<-GTP-ERROR->> GTP i2c test failed time 3.
[    9.480407] sunxi_i2c_do_xfer()902 - [i2c3] incomplete xfer (status: 0x20, dev addr: 0x5d)
[    9.489817] sunxi_i2c_do_xfer()902 - [i2c3] incomplete xfer (status: 0x20, dev addr: 0x5d)
[    9.499407] sunxi_i2c_do_xfer()902 - [i2c3] incomplete xfer (status: 0x20, dev addr: 0x5d)
[    9.508861] sunxi_i2c_do_xfer()902 - [i2c3] incomplete xfer (status: 0x20, dev addr: 0x5d)
[    9.518418] sunxi_i2c_do_xfer()902 - [i2c3] incomplete xfer (status: 0x20, dev addr: 0x5d)
[    9.527687] <<-GTP-ERROR->> I2C Read: 0x8047, 1 bytes failed, errcode: -70! Process reset.
[    9.536873] <<-GTP-INFO->> Guitar reset
[    9.660191] <<-GTP-ERROR->> GTP i2c test failed time 4.
[    9.680411] sunxi_i2c_do_xfer()902 - [i2c3] incomplete xfer (status: 0x20, dev addr: 0x5d)
[    9.689851] sunxi_i2c_do_xfer()902 - [i2c3] incomplete xfer (status: 0x20, dev addr: 0x5d)
[    9.699446] sunxi_i2c_do_xfer()902 - [i2c3] incomplete xfer (status: 0x20, dev addr: 0x5d)
[    9.708928] sunxi_i2c_do_xfer()902 - [i2c3] incomplete xfer (status: 0x20, dev addr: 0x5d)
[    9.718490] sunxi_i2c_do_xfer()902 - [i2c3] incomplete xfer (status: 0x20, dev addr: 0x5d)
[    9.727787] <<-GTP-ERROR->> I2C Read: 0x8047, 1 bytes failed, errcode: -70! Process reset.
[    9.736975] <<-GTP-INFO->> Guitar reset
[    9.860185] <<-GTP-ERROR->> GTP i2c test failed time 5.
[    9.880084] I2C communication ERROR!
[    9.883855] gt9xxnew_ts: probe of 3-005d failed with error -70
[    9.890693] the adapter number is 4
[    9.960148] *mmc3 detect cd change*
[    9.963982] *mmc3 lock*
[    9.966680] sunxi-mmc 1c12000.sdmmc: sdc set ios: clk 0Hz bm PP pm UP vdd 22 width 1 timing LEGACY(SDR12) dt B
[    9.990054] sunxi-mmc 1c12000.sdmmc: sdc set ios: clk 400000Hz bm PP pm ON vdd 22 width 1 timing LEGACY(SDR12) dt B
[   10.020978] sunxi-mmc 1c12000.sdmmc: smc 3 p3 err, cmd 52, RTO !!
[   10.028835] sunxi-mmc 1c12000.sdmmc: smc 3 p3 err, cmd 52, RTO !!
[   10.035638] sunxi-mmc 1c12000.sdmmc: sdc set ios: clk 400000Hz bm PP pm ON vdd 22 width 1 timing LEGACY(SDR12) dt B
[   10.050327] sunxi-mmc 1c12000.sdmmc: sdc set ios: clk 400000Hz bm PP pm ON vdd 22 width 1 timing LEGACY(SDR12) dt B
[   10.064449] sunxi-mmc 1c12000.sdmmc: smc 3 p3 err, cmd 5, RTO !!
[   10.072107] sunxi-mmc 1c12000.sdmmc: smc 3 p3 err, cmd 5, RTO !!
[   10.079771] sunxi-mmc 1c12000.sdmmc: smc 3 p3 err, cmd 5, RTO !!
[   10.087446] sunxi-mmc 1c12000.sdmmc: smc 3 p3 err, cmd 5, RTO !!
[   10.095212] sunxi-mmc 1c12000.sdmmc: sdc set ios: clk 400000Hz bm PP pm ON vdd 15 width 1 timing LEGACY(SDR12) dt B
[   10.107008] sunxi-mmc 1c12000.sdmmc: sdc set ios: clk 400000Hz bm PP pm ON vdd 15 width 1 timing LEGACY(SDR12) dt B
[   10.121212] sunxi-mmc 1c12000.sdmmc: sdc set ios: clk 400000Hz bm PP pm ON vdd 15 width 1 timing LEGACY(SDR12) dt B
[   10.158762] mmc3: host does not support reading read-only switch. assuming write-enable.
[   10.169965] sunxi-mmc 1c12000.sdmmc: sdc set ios: clk 400000Hz bm PP pm ON vdd 15 width 1 timing SD-HS(SDR25) dt B
[   10.181667] sunxi-mmc 1c12000.sdmmc: sdc set ios: clk 50000000Hz bm PP pm ON vdd 15 width 1 timing SD-HS(SDR25) dt B
[   10.193713] sunxi-mmc 1c12000.sdmmc: sdc set ios: clk 50000000Hz bm PP pm ON vdd 15 width 4 timing SD-HS(SDR25) dt B
[   10.205504] mmc3: new high speed SDHC card at address 1234
[   10.213459] mmcblk1: mmc3:1234 SA08G 7.21 GiB
[   10.220554]  mmcblk1: p1 p2
[   10.300757] FAT-fs (mmcblk1p2): bogus number of reserved sectors
[   10.305745] FAT-fs (mmcblk1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[   10.318603] FAT-fs (mmcblk1p2): Can't find a valid FAT filesystem
[   10.445432] EXT4-fs (mmcblk1p2): Unrecognized mount option "utf8=1" or missing value
[   10.620452] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   10.794757] Mali: Enable gpu power successfully.
[   10.799897] Mali: Set gpu frequency to 384 MHz
[   10.804980] Mali: Mali GPU initialization finished.
[   10.821721] gpu cooling callback register Success
[   10.826894] Mali: Mali device driver loaded
[   11.274805]  fbid=0 uiid=0
[   11.277775] [DISP] sunxi_fb_to_display,line:590:sunxi_fb_to_display fb0 UIid 0
[   11.286027] [DISP] sunxi_fb_to_display,line:653:sunxi_fb_to_display set fb0 UIid 0 chan[1]lid[0]z[3]
[   11.299256] input procname=Launcher
[   11.364689] EXT4-fs (mmcblk0p8): warning: mounting unchecked fs, running e2fsck is recommended
[   11.376815] EXT4-fs (mmcblk0p8): mounted filesystem without journal. Opts: (null)
[   11.522778]
               rmmod_device_driver

[   11.529591] android_work: did not send uevent (0 0   (null))
[   11.536236]
               insmod_device_driver

[   11.544542] android_usb: already disabled
[   11.621303] adb_open
[   11.623747] adb_bind_config
[   11.946836] [DISP] disp_get_layer,line:67:disp_get_layer (0,-313851904,0) fail
[   12.053765] [DISP] disp_get_layer,line:67:disp_get_layer (0,-312320000,0) fail
[   12.111334] [DISP] disp_get_layer,line:67:disp_get_layer (0,-314408960,0) fail
[   12.760197] libphy: 1c0b080.mdio-mii:01 - Link is Up - 100/Full
[   12.760240] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   13.098242] dump_store,698 err, invalid para!
[   13.218317] dump_store,698 err, invalid para!
[   13.226483] dump_store,698 err, invalid para!
[   13.236648] dump_store,698 err, invalid para!
[   13.244972] dump_store,698 err, invalid para!
[   13.452762] vidioc_g_fmt_vid_cap: signal is not locked.
[   13.467298] dump_store,698 err, invalid para!
[   13.510125] hpd :tvd_num[] = 4,g_status[] =400,tvd_onsingal=0
[   13.675275] vidioc_g_fmt_vid_cap: signal is not locked.
[   13.686480] dump_store,698 err, invalid para!
[   13.810072] hpd :tvd_num[] = 5,g_status[] =500,tvd_onsingal=0
[   13.894596] vidioc_g_fmt_vid_cap: signal is not locked.
[   13.906427] dump_store,698 err, invalid para!
[   14.110098] hpd :tvd_num[] = 6,g_status[] =600,tvd_onsingal=0
[   14.114413] vidioc_g_fmt_vid_cap: signal is not locked.
[   14.220061] hpd :tvd_num[] = 7,g_status[] =700,tvd_onsingal=0
[   14.438694] vidioc_g_fmt_vid_cap: signal is not locked.
[   14.647653] vidioc_g_fmt_vid_cap: signal is not locked.
[   14.856896] vidioc_g_fmt_vid_cap: signal is not locked.
[   15.066338] vidioc_g_fmt_vid_cap: signal is not locked.
[   15.487184] FAT-fs (mmcblk1p2): bogus number of reserved sectors
[   15.493943] FAT-fs (mmcblk1p2): Can't find a valid FAT filesystem
[   15.680773] dump_store,698 err, invalid para!
[   20.460081] gpu cooling callback set freq limit 384
[   37.951692] nf_conntrack: automatic helper assignment is deprecated and it will be removed soon. Use the iptables CT target to attach helpers instead.


我要文件系统在 /dev/mmcblk1p2 如何修改
点评回复 支持 反对

使用道具 举报

0

主题

1173

帖子

2194

积分

发表于 2019-11-18 17:15:50 | 显示全部楼层
目前我们A40i只支持全编译,全志的手册不能全部适用于我们的板子,您可以参考我们的手册全编译,第一遍会慢一点,之后再编译就快了,另外您修改/dev/mmcblk1p2 是要做什么。
点评回复 支持 反对

使用道具 举报

2

主题

11

帖子

30

积分

A40i/T3/T507/T527通行证

 楼主| 发表于 2019-11-18 17:20:37 | 显示全部楼层
~/a40i/lichee/linux-3.10/arch/arm/boot/dts
首先 vim sun8iw11p1.dtsi  mmc okay 写的不标准
其次 dtb 文件如何编译到内核
点评回复 支持 反对

使用道具 举报

2

主题

11

帖子

30

积分

A40i/T3/T507/T527通行证

 楼主| 发表于 2019-11-18 18:27:48 | 显示全部楼层
/dev/mmcblk1p2  我要放 自己文件系统 debain
点评回复 支持 反对

使用道具 举报

2

主题

11

帖子

30

积分

A40i/T3/T507/T527通行证

 楼主| 发表于 2019-11-19 09:54:42 | 显示全部楼层
/ # ls
bin   dev   etc   init  lib   mnt   proc  root  sbin  sys   usr
/ # cat init
#!/bin/sh

mount -t proc proc /proc
mount -t sysfs sysfs /sys
mount -t devtmpfs none /dev

exec < /dev/console > /dev/console 2>&1

for parm in $(cat /proc/cmdline); do
        case $parm in
        ramfs)
                RAMFS_MODE=1
                ;;
        root=*)
                ROOT_DEVICE=`echo $parm | awk -F\= '{print $2}'`
                ;;
        esac
done

if [ "x$ROOT_DEVICE" = "x" ]; then
        ROOT_DEVICE=autoconfig
fi
echo [$0]: RootDevice is \"$ROOT_DEVICE\"

# $1: the name of block device
wait_for_ready()
{
        CNT=10
        while true; do
                if [ -b $1 ]; then
                        return 0
                fi

                echo [$0]: Wait $1 ready ...

                CNT=`expr $CNT - 1`
                if [ $CNT -eq 0 ]; then
                        echo [$0]: $1 is not available!
                        return 1
                fi
                sleep 1
        done
}

# $1: The block device
do_mount()
{
        e2fsck -y $1
        mount -o rw,noatime,nodiratime,norelatime,noauto_da_alloc,barrier=0,data=ordered -t ext4 $1 /mnt
        if [ $? -ne 0 ]; then
                echo [$0]: Failed to mount $1!
        fi
}

load_nand()
{
        echo [$0]: Try to load Nand ...

        NAND_MODULE=/lib/modules/$(uname -r)/nand.ko
        if [ ! -f $NAND_MODULE ]; then
                echo [$0]: $NAND_MODULE does not exist!
                return 1
        fi

        insmod $NAND_MODULE
        if [ $? -ne 0 ]; then
                echo [$0]: $NAND_MODULE is invalid!
                return 2
        fi
        wait_for_ready /dev/nandd
        if [ $? -eq 0 ]; then
                do_mount /dev/nandd
        fi
}

load_emmc()
{
        echo [$0]: Try to load EMMC ...

        wait_for_ready /dev/mmcblk0p7
        if [ $? -eq 0 ]; then
                do_mount /dev/mmcblk0p7
        fi
}

case $ROOT_DEVICE in
        /dev/nand*|/dev/system)
                load_nand
                ;;
        /dev/mmc*)
                load_emmc
                ;;
        autoconfig*)
                sleep 1;
        if cat /proc/partitions|grep "mmcblk0p7" >/dev/null;then
            magic_num=$(hexdump -s 1292 -n 2 -x /dev/mmcblk0p7|head -1|awk '{print $2 }')
            if echo $magic_num|grep "f30a" >/dev/null;then
                                load_emmc
            fi
        else
                        load_nand
                fi
                ;;
        *)
                echo [$0]: "Use default type"
                ;;
esac

if [ -x /mnt/init ]; then
        mount -n --move /proc /mnt/proc
        mount -n --move /sys /mnt/sys
        mount -n --move /dev /mnt/dev
        exec switch_root /mnt /init
fi

/sbin/getty -L ttyS0 115200 vt100 -n -l /bin/ash
/ #



原理 你们buildroot 文件系统 init 脚本做死了  一定要要挂在/dev/mmcblk0p7
点评回复 支持 反对

使用道具 举报

0

主题

1173

帖子

2194

积分

发表于 2019-11-19 10:09:43 | 显示全部楼层
因为我们只支持全编译,关于单独编译的问题您可以咨询一下全志官方,关于文件系统的移植,我们现在没有该方面的技术支持。
点评回复 支持 反对

使用道具 举报

2

主题

11

帖子

30

积分

A40i/T3/T507/T527通行证

 楼主| 发表于 2019-11-19 18:24:49 | 显示全部楼层

A40C上跑debian 7 文件系统日志
内核menuconfig 必须去掉 ramdisk支持

由于内核版本3.10版本太低 只能是 debian7  
debian8 debian10 需要的内核 版本至少是3.16

HELLO! BOOT0 is starting!
                                      [     0.35]HELLO! BOOT0 is starting!
[     0.39]boot0 commit : b58d49ff80aa5ff8865ab68aa2463d4ee0fe1e7d

[     0.46]boot0 version : 4.0
[     0.50]set pll start
[     0.54]set pll end
[     0.89]rtc[0] value = 0x00000000
[     0.92]rtc[1] value = 0x00000000
[     0.95]rtc[2] value = 0x00000000
[     0.98]rtc[3] value = 0x00000000
[     0.102]rtc[4] value = 0x00000000
[     0.105]rtc[5] value = 0x00000000
[     0.108]DRAMC IS FOUR
[     0.111]DRAM BOOT DRIVE INFO: V1.1
[     0.114]Found A40
[     0.116]Found A40
[     0.118]Found A40
[     0.120]Found A40
[     0.122]Found A40
[     0.128]PMU: [     0.129]AXP221
[     0.131]ddr voltage = 1500 mv
[     0.134]DRAM CLK =576 MHZ
[     0.137]DRAM Type =3 (2:DDR2,3:DDR3,6:LPDDR2,7:LPDDR3)
[     0.142]DRAM zq value: 0x003b3bfb
[     0.148]DRAM SIZE =1024 M
[     0.150]DRAM ** test OK.
[     0.153]dram size =1024
[     0.156]rtc standby flag is 0x00000000, super standby flag is 0x00000000
[     0.164]card no is 2
[     0.166]sdcard 2 line count 8
[     0.169][mmc]: mmc driver ver 2016-07-01 15:30
[     0.173][mmc]: wrong freq 2 at spd md 2
[     0.186][mmc]: ***Try MMC card 2***
[     0.202][mmc]: MMC 5.1
[     0.204][mmc]: HSSDR52/SDR25 8 bit
[     0.208][mmc]: 50000000 Hz
[     0.210][mmc]: 7456 MB
[     0.213][mmc]: ***SD/MMC 2 init OK!!!***
[     0.286]Succeed in loading uboot from sdmmc flash.
[     0.291]Entry_name        = u-boot
[     0.307]Ready to disable icache.
[     0.310]0xffffffff 0xffffffff
[     0.313]0xffffffff 0xffffffff
[     0.316]0xffffffff 0xffffffff
[     0.319]0xffffffff 0xffffffff
[     0.322]0xffffffff 0xffffffff
[     0.325]0xffffffff 0xffffffff
[     0.328]Jump to secend Boot.


U-Boot 2014.07 (Oct 08 2019 - 09:29:14) Allwinner Technology

uboot commit : 65b7504a61af7d8b06d7afd9b75cb593144fdcc8

i2c_init: by cpux
i2c_init ok
[      0.343]pmbus:   ready
[      0.357]PMU: AXP221
[      0.357]PMU: AXP22x found
[      0.358]PMU: dcdc2 1160
[      0.360]PMU: cpux 1008 Mhz,AXI=336 Mhz
PLL6=600 Mhz,AHB1=200 Mhz, APB1=100Mhz  MBus=400Mhz
set power on vol to default
dcdc1_vol = 3300, onoff=1
dcdc2_vol = 1160, onoff=1
dcdc3_vol = 1200, onoff=1
dcdc4_vol = 1100, onoff=0
aldo1_vol = 3300, onoff=1
aldo2_vol = 1800, onoff=1
aldo3_vol = 3000, onoff=1
dc1sw_vol = 3000, onoff=0
dc5ldo_vol = 1100, onoff=0
dldo1_vol = 3300, onoff=1
dldo2_vol = 3300, onoff=0
dldo3_vol = 3300, onoff=0
dldo4_vol = 2500, onoff=1
eldo1_vol = 2800, onoff=0
eldo2_vol = 1200, onoff=1
eldo3_vol = 2800, onoff=1
gpio0_vol = 3300, onoff=1
gpio1_vol = 3300, onoff=1
find power_sply to end
vbus exist
run key detect
no key found
no uart input
DRAM:  1 GiB
fdt addr: 0x76e8fcd8
Relocation Offset is: 35ee6000
In:    serial
Out:   serial
Err:   serial
gic: normal mode
[      0.510]start
drv_disp_init
init_clocks: finish init_clocks.
pwm_request: reg = 0x1c23400. pwm = 0.
request pwm success, pwm = 0.
tv_init:
tv_probe:000
tv0 have no type1
tv0 have no type2
tv0 have no type3
no report hpd work,you need support the switch class!
screen 0 don't support TV!
screen 1 don't support TV!
screen 0 do not support VGA TYPE!
screen 1 do not support VGA TYPE!
tv_init:
drv_disp_init finish
fetch script data boot_disp.output_disp fail
fetch script data boot_disp.output_type fail
fetch script data boot_disp.output_mode fail
fetch script data boot_disp.auto_hpd fail
disp0 device type(1) enable
disp 0, clk: pll(306000000),clk(306000000),dclk(51000000) dsi_rate(306000000)
     clk real:pll(308571428),clk(308571428),dclk(51428571) dsi_rate(0)
enable power vcc-lcd, ret=0
[      1.274]end
workmode = 0,storage type = 2
[      1.274]MMC:        2
[mmc]: mmc driver ver 2016-07-01 15:50:00
[mmc]: mmc_update_timing_para: error sdc_no 2
SUNXI SD/MMC: 2
[mmc]: 50 MHz...
[mmc]: sample: 62 - 161(ps)
[mmc]: ds: 61 - 163(ps)
[mmc]: 100 MHz...
[mmc]: sample: 31 - 161(ps)
[mmc]: ds: 31 - 161(ps)
[mmc]: 200 MHz...
[mmc]: sample: 15 - 166(ps)
[mmc]: ds: 16 - 156(ps)
[mmc]: media type 0x8000000
[mmc]: ************Try MMC card 2************
[mmc]: host caps: 0x6f
[mmc]: MID 000015 PSN 65c3d81e
[mmc]: PNM 8GTF4R -- 0x38-47-54-46-34
[mmc]: PRV 0.6
[mmc]: MDT m-7 y-2019
[mmc]: MMC v5.1
[mmc]: speed mode     : HSSDR52/SDR25
[mmc]: clock          : 50000000 Hz
[mmc]: bus_width      : 8 bit
[mmc]: user capacity  : 7456 MB
[mmc]: boot capacity  : 4096 KB
[mmc]: rpmb capacity  : 512 KB
[mmc]: ************SD/MMC 2 init OK!!!************
[mmc]: use default speed mode: 1-HSSDR52/SDR25, ifreq: 2
[mmc]: ========best spd md: 1-HSSDR52/SDR25, freq: 2-50000000
[mmc]: already at HSSDR52_SDR25 mode
[mmc]: erase_grp_size      : 0x400WrBlk*0x200=0x80000 Byte
[mmc]: secure_feature      : 0x55
[mmc]: secure_removal_type : 0x39
[mmc]: EOL Info(Rev blks): Normal
[mmc]: Wear out(type A): 0%-10% life time used
[mmc]: Wear out(type B): 0%-10% life time used
[      1.512]sunxi flash init ok
--------fastboot partitions--------
-total partitions:6-
-name-        -start-       -size-
boot-resource: 1000000       700000
env         : 1700000       400000
boot        : 1b00000       1000000
rootfs      : 2b00000       40000000
usr         : 42b00000      9fb00000
UDISK       : e2600000      0
-----------------------------------
base bootcmd=run boot_normal
bootcmd set setargs_mmc
key 0
cant find rcvy value
cant find fstbt value
no misc partition is found
to be run cmd=run boot_normal
update dtb dram start
update dtb dram  end
PowerBus = 3( 2:vBus 3:acBus other: not exist)
no battery, limit to dc
no battery exist
EnterNormalBootMode sunxi_bmp_display--
reading bootlogo.bmp
1152054 bytes read in 29 ms (37.9 MiB/s)
bmp file buffer: 0x40000000, bmp_info.buffer: 46400000
fetch script data boot_disp.output_full fail
screen_id =0, screen_width =1024, screen_height =600
frame buffer address 46400036
[      1.770]inter uboot shell
Read addr=40 eeprom addrlen=1 ok!!

The test ok!
secret ok
Hit any key to stop autoboot:  0
read partition: boot or recovery
[      3.102]sunxi flash read :offset 1b00000, 14412737 bytes OK
Android's image name: sun8i_arm
Kernel load addr 0x40008000 size 11697 KiB
RAM disk load addr 0x41000000 size 1354 KiB
[      3.168]ready to boot
prepare for kernel
[mmc]: mmc exit start
[mmc]: 50 MHz...
[mmc]: sample: 62 - 161(ps)
[mmc]: ds: 61 - 163(ps)
[mmc]: 100 MHz...
[mmc]: sample: 31 - 161(ps)
[mmc]: ds: 31 - 161(ps)
[mmc]: 200 MHz...
[mmc]: sample: 15 - 166(ps)
[mmc]: ds: 16 - 156(ps)
[mmc]: mmc 2 exit ok
[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.10.65 (lsh@hangtu) (gcc version 5.3.1 20160412 (Linaro GCC 5.3-2016.05) ) #48 SMP PREEMPT Tue Nov 19 16:00:37 CST 2019
[    0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c53c7d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] Machine: sun8iw11p1, model: sun8iw11p1
[    0.000000] cma: CMA: reserved 16 MiB at 6e800000
[    0.000000] Memory policy: ECC disabled, Data cache writealloc
[    0.000000] PERCPU: Embedded 9 pages/cpu @c1979000 s13632 r8192 d15040 u36864
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 260624
[    0.000000] Kernel command line: console=ttyS0,115200n8 root=/dev/mmcblk0p8 rw rootfstype=ext4 rootwait consoleblank=0 androidboot.serialno=<NULL> boot_type=2 androidboot.hardware=sun8iw11p1
[    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Memory: 1024MB = 1024MB total
[    0.000000] Memory: 753144k/753144k available, 295432k reserved, 270336K highmem
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
[    0.000000]     vmalloc : 0xf0000000 - 0xff000000   ( 240 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xef800000   ( 760 MB)
[    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
[    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
[    0.000000]       .text : 0xc0008000 - 0xc09cd5c8   (10006 kB)
[    0.000000]       .init : 0xc09ce000 - 0xc0a3b540   ( 438 kB)
[    0.000000]       .data : 0xc0a3c000 - 0xc0b74280   (1249 kB)
[    0.000000]        .bss : 0xc0b74280 - 0xc0bfeedc   ( 556 kB)
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] NR_IRQS:16 nr_irqs:16 16
[    0.000000] of_sunxi_clocks_init : sunxi_clk_base[0xf1c20000]
[    0.000000] pll_audio-set_default_rate=24576000 success!
[    0.000000] pll_periph0-set_default_rate=600000000 success!
[    0.000000] pll_de-set_default_rate=297000000 success!
[    0.000000] ahb1-set_default_rate=200000000 success!
[    0.000000] apb1-set_default_rate=100000000 success!
[    0.000000] apb2-set_default_rate=24000000 success!
[    0.000000] de-set_default_rate=297000000 success!
[    0.000000] de_mp-set_default_rate=297000000 success!
[    0.000000] mbus-set_default_rate=400000000 success!
[    0.000000] Architected cp15 timer(s) running at 24.00MHz (phys).
[    0.000000] Switching to timer-based delay loop
[    0.000000] sched_clock: ARM arch timer >56 bits at 24000kHz, resolution 41ns
[    0.000000] sched_clock: 32 bits at 100 Hz, resolution 10000000ns, wraps every 4294967286ms
[    0.000000] Console: colour dummy device 80x30
[    0.010000] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000)
[    0.010000] pid_max: default: 32768 minimum: 301
[    0.010000] Mount-cache hash table entries: 512
[    0.010000] Initializing cgroup subsys debug
[    0.010000] Initializing cgroup subsys devices
[    0.010000] Initializing cgroup subsys freezer
[    0.010000] Initializing cgroup subsys blkio
[    0.010000] Initializing cgroup subsys perf_event
[    0.010000] CPU: Testing write buffer coherency: ok
[    0.010000] ftrace: allocating 27044 entries in 80 pages
[    0.030701] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.030747] Setting up static identity map for 0xc06ae380 - 0xc06ae3d8
[    0.010000] CPU1: Booted secondary processor
[    0.010000] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[    0.010000] CPU2: Booted secondary processor
[    0.010000] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
[    0.010000] CPU3: Booted secondary processor
[    0.010000] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
[    0.033735] Brought up 4 CPUs
[    0.033735] SMP: Total of 4 processors activated (192.00 BogoMIPS).
[    0.033735] devtmpfs: initialized
[    0.052177] pinctrl core: initialized pinctrl subsystem
[    0.052177] NET: Registered protocol family 16
[    0.052532] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.060181] dump_class_init,839, success
[    0.062477] sun8iw11p1-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver
[    0.090377] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[    0.090377] hw-breakpoint: maximum watchpoint size is 8 bytes.
[    0.160381] bio: create slab <bio-0> at 0
[    0.160543] pwm module init!
[    0.160717] platform pwm0.6: there is no bind_pwm, set bind_pwm 255!
[    0.160732] platform pwm0.6: there is no dead time, set bind_pwm 255!
[    0.160906] platform pwm1.7: there is no bind_pwm, set bind_pwm 255!
[    0.160918] platform pwm1.7: there is no dead time, set bind_pwm 255!
[    0.170887] SCSI subsystem initialized
[    0.170887] usbcore: registered new inte**ce driver usbfs
[    0.170887] usbcore: registered new inte**ce driver hub
[    0.170887] usbcore: registered new device driver usb
[    0.180535] Linux video capture inte**ce: v2.00
[    0.181982] reserved carvout base=0x50600000,sz = 0xfa00000
[    0.310194] Advanced Linux Sound Architecture Driver Initialized.
[    0.310611] ------------[ cut here ]------------
[    0.310611] WARNING: at net/wireless/reg.c:434 regulatory_init+0x84/0x120()
[    0.310611] db.txt is empty, you should update it...
[    0.310611] Modules linked in:
[    0.310611] CPU: 2 PID: 1 Comm: swapper/0 Not tainted 3.10.65 #48
[    0.310611] [<c0017830>] (unwind_backtrace+0x0/0xe8) from [<c0013f0c>] (show_stack+0x20/0x24)
[    0.310611] [<c0013f0c>] (show_stack+0x20/0x24) from [<c06a360c>] (dump_stack+0x20/0x28)
[    0.310611] [<c06a360c>] (dump_stack+0x20/0x28) from [<c0023aa0>] (warn_slowpath_common+0x5c/0x7c)
[    0.310611] [<c0023aa0>] (warn_slowpath_common+0x5c/0x7c) from [<c0023b00>] (warn_slowpath_fmt+0x40/0x48)
[    0.310611] [<c0023b00>] (warn_slowpath_fmt+0x40/0x48) from [<c0a035ac>] (regulatory_init+0x84/0x120)
[    0.310611] [<c0a035ac>] (regulatory_init+0x84/0x120) from [<c0a034a8>] (cfg80211_init+0x60/0xe0)
[    0.310611] [<c0a034a8>] (cfg80211_init+0x60/0xe0) from [<c000a4d8>] (do_one_initcall+0xa8/0x144)
[    0.310611] [<c000a4d8>] (do_one_initcall+0xa8/0x144) from [<c09cec40>] (kernel_init_freeable+0x160/0x220)
[    0.310611] [<c09cec40>] (kernel_init_freeable+0x160/0x220) from [<c069c9b4>] (kernel_init+0x18/0xf0)
[    0.310611] [<c069c9b4>] (kernel_init+0x18/0xf0) from [<c000f878>] (ret_from_fork+0x14/0x20)
[    0.310611] ---[ end trace 55e86daf51ac897f ]---
[    0.310611] cfg80211: Calling CRDA to update world regulatory domain
[    0.310740] [pm]aw_pm_init!
[    0.310849] np name = /soc@01c00000/rtc@01c20400.
[    0.310859] base = f1c20500, len = 4.
[    0.310866] pmu0 does not exist.
[    0.310872] pmu1 does not exist.
[    0.310883] add_sys_pwr_dm: get ldo name  for id: vdd-cpua failed
[    0.310891] add_sys_pwr_dm: get ldo name  for id: vcc-dram failed
[    0.310899] add_sys_pwr_dm: get ldo name  for id: vdd-sys failed
[    0.310907] add_sys_pwr_dm: get ldo name  for id: vdd-cpus failed
[    0.310916] add_sys_pwr_dm: get ldo name  for id: vcc-lpddr failed
[    0.310923] add_sys_pwr_dm: get ldo name  for id: vcc-pl failed
[    0.310932] add_sys_pwr_dm: get ldo name  for id: vcc-io failed
[    0.310940] add_sys_pwr_dm: get ldo name  for id: vcc-pll failed
[    0.310948] add_sys_pwr_dm: get ldo name  for id: vcc-pc failed
[    0.310955] after inited: sys_mask config = 0x0.
[    0.311039] Warning: can not find np for dynamic_standby_para.
[    0.311620] [pm]valid
[    0.311628] [pm]valid
[    0.311669] [DISP]disp_module_init
[    0.320500] [DISP] boot_disp:0x100
[    0.345632] [DISP] disp_sys_script_get_item,line:193:of_find_compatible_node allwinner,sunxi-lcd1 fail
[    0.346311] [DISP] disp_sys_script_get_item,line:193:of_find_compatible_node allwinner,sunxi-lcd1 fail
[    0.346715] [DISP] disp_sys_script_get_item,line:193:of_find_compatible_node allwinner,sunxi-lcd1 fail
[    0.347117] [DISP] disp_sys_script_get_item,line:193:of_find_compatible_node allwinner,sunxi-lcd1 fail
[    0.347514] [DISP] disp_sys_script_get_item,line:193:of_find_compatible_node allwinner,sunxi-lcd1 fail
[    0.347911] [DISP] disp_sys_script_get_item,line:193:of_find_compatible_node allwinner,sunxi-lcd1 fail
[    0.348307] [DISP] disp_sys_script_get_item,line:193:of_find_compatible_node allwinner,sunxi-lcd1 fail
[    0.348705] [DISP] disp_sys_script_get_item,line:193:of_find_compatible_node allwinner,sunxi-lcd1 fail
[    0.349103] [DISP] disp_sys_script_get_item,line:193:of_find_compatible_node allwinner,sunxi-lcd1 fail
[    0.349499] [DISP] disp_sys_script_get_item,line:193:of_find_compatible_node allwinner,sunxi-lcd1 fail
[    0.350014] [DISP] disp_sys_script_get_item,line:193:of_find_compatible_node allwinner,sunxi-lcd1 fail
[    0.350030] [DISP] fb_base:0x46400000
[    0.350171] fbinit display_fb_request fb0
[    0.372248] display_fb_request fb0 zorder 3
[    0.372360] fbinit display_fb_request fb1
[    0.376753] display_fb_request fb1 zorder 2
[    0.376799] fbinit display_fb_request fb2
[    0.381112] display_fb_request fb2 zorder 0
[    0.381286] [DISP] lcd_clk_config,line:816:disp 0, clk: pll(306000000),clk(306000000),dclk(51000000) dsi_rate(306000000)
[    0.381286]      clk real:pll(308571428),clk(308571428),dclk(51428571) dsi_rate(0)
[    0.381304] [DISP] disp_sys_power_enable,line:445:some error happen, fail to get regulator vcc-lcd
[    0.390121] [DISP]disp_module_init finish
[    0.390245] enter tr_probe
[    0.390403] exit tr_probe
[    0.390604] Welcome to tv decoder driver
[    0.390762] __tvd_probe_init: v4l2 subdev register.
[    0.390881] V4L2 tvd device registered as video4
[    0.390881] __tvd_probe_init: v4l2 subdev register.
[    0.390881] V4L2 tvd device registered as video5
[    0.390881] __tvd_probe_init: v4l2 subdev register.
[    0.390881] V4L2 tvd device registered as video6
[    0.390881] __tvd_probe_init: v4l2 subdev register.
[    0.390881] V4L2 tvd device registered as video7
[    0.390881] tvd_init end
[    0.390881] TVD_power_enable: some error happen, fail to get regulator vcc-tvin
[    0.390881] [axp221s] chip id detect 0x6 !
[    0.390881] [axp221s] enable dcdc2 dvm.
[    0.420549] sunxi budget cooling probe start !
[    0.420549] CPU freq cooling register Success
[    0.420549] CPU hotplug cooling register Success
[    0.420712] CPU budget cooling register Success
[    0.420863] input: sunxi-ths as /devices/virtual/input/input0
[    0.420863] thermal thermal_zone0: failed to read out thermal zone 0
[    0.430158] Switching to clocksource arch_sys_counter
[    0.475955] FS-Cache: Loaded
[    0.476668] CacheFiles: Loaded
[    0.480061] hpd :tvd_num[] = 4,g_status[] =401,tvd_onsingal=0
[    0.509470] NET: Registered protocol family 2
[    0.511094] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
[    0.511250] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[    0.511364] TCP: Hash tables configured (established 8192 bind 8192)
[    0.512010] TCP: reno registered
[    0.512027] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    0.512086] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    0.512747] NET: Registered protocol family 1
[    0.533712] lock super standby defaultly!
[    0.533734] lookup_scene_lock_name: new scene lock super_standby
[    0.533742] scene_lock_init name=super_standby
[    0.533751] scene_lock: super_standby, type 5, count 1
[    0.651504] bounce pool size: 64 pages
[    0.653770] jffs2: version 2.2. (NAND) (SUMMARY)  &#169; 2001-2006 Red Hat, Inc.
[    0.654412] fuse init (API version 7.22)
[    0.655747] msgmni has been set to 974
[    0.657698] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[    0.657712] io scheduler noop registered
[    0.657720] io scheduler deadline registered
[    0.657855] io scheduler cfq registered (default)
[    0.659159] OF: no ranges; cannot translate
[    0.659178] OF: no ranges; cannot translate
[    0.659581] OF: no ranges; cannot translate
[    0.659596] OF: no ranges; cannot translate
[    0.661088] failed to get normal led pin assign
[    0.661099] failed to get standby led pin assign
[    0.661165] gpio_pin_1(247) gpio_is_valid
[    0.661545] gpio_pin_2(248) gpio_is_valid
[    0.661881] gpio_pin_3(232) gpio_is_valid
[    0.662204] gpio_pin_4(270) gpio_is_valid
[    0.662544] gpio_pin_5(251) gpio_is_valid
[    0.662866] gpio_pin_6(40) gpio_is_valid
[    0.663200] gpio_pin_7(42) gpio_is_valid
[    0.663536] gpio_pin_8(37) gpio_is_valid
[    0.663881] gpio_pin_9(249) gpio_is_valid
[    0.664322] gpio name is PH23, ret = 0
[    0.664733] gpio name is PH24, ret = 0
[    0.665104] gpio name is PH8, ret = 0
[    0.665485] gpio name is B7&#9618;, ret = -1
[    0.665976] gpio name is PH27, ret = 0
[    0.666363] gpio name is PB8, ret = 0
[    0.666705] gpio name is PB10, ret = 0
[    0.667056] gpio name is PB5, ret = 0
[    0.667394] gpio name is PH25, ret = 0
[    0.667916] gpio_init finish with uesd
[    0.669089] uart0: ttyS0 at MMIO 0x1c28000 (irq = 33) is a SUNXI
[    0.669117] sw_console_setup()1343 - console setup baud 115200 parity n bits 8, flow n
[    2.004694] console [ttyS0] enabled
[    2.009780] uart2: ttyS2 at MMIO 0x1c28800 (irq = 35) is a SUNXI
[    2.017501] uart3: ttyS3 at MMIO 0x1c28c00 (irq = 36) is a SUNXI
[    2.025009] uart4: ttyS4 at MMIO 0x1c29000 (irq = 49) is a SUNXI
[    2.032618] uart5: ttyS5 at MMIO 0x1c29400 (irq = 50) is a SUNXI
[    2.040172] uart7: ttyS7 at MMIO 0x1c29c00 (irq = 52) is a SUNXI
[    2.049038] sunxi_scr_probe()1059 - Enter ...
[    2.056930] golden init add awchip lock
[    2.061226] misc dump reg init
[    2.066431] G2D: Module initialized.major:245
[    2.087869] brd: module loaded
[    2.100051] loop: module loaded
[    2.104081] at24 4-0051: 512 byte 24c04 EEPROM, writable, 16 bytes/write
[    2.112580] sunxi-wlan wlan.22: wlan_busnum (1)
[    2.117537] sunxi-wlan wlan.22: wlan_power_name (vcc-wifi)
[    2.123739] sunxi-wlan wlan.22: wlan_power_ext_name (wlan_power_ext)
[    2.130826] sunxi-wlan wlan.22: io_regulator_name (vcc-io-wifi)
[    2.137328] sunxi-wlan wlan.22: wlan_regon gpio=225  mul-sel=1  pull=-1  drv_level=-1  data=0
[    2.146960] sunxi-wlan wlan.22: get gpio wlan_hostwake failed
[    2.153388] sunxi-wlan wlan.22: get gpio wlan_clk_gpio failed
[    2.159664] get gpio ls_uboot_power_on failed
[    2.164613] get gpio ls_uboot_lcd_power failed
[    2.169471] get gpio ls_uboot_blk_power failed
[    2.174495] get gpio ls_uboot_lcd_bl_en failed
[    2.179366] sunxi-wlan wlan.22: enable clk
[    2.185488] sunxi-ril probe run ....
[    2.189405] sunxi-ril ril_para.16: ril_power_name (ril_vcc)
[    2.196305] sunxi-ril ril_para.16: check ril_power voltage: 3000000
[    2.203284] sunxi-ril ril_para.16: ril power on success
[    2.209025] sunxi-ril ril_para.16: ril_nstandby gpio=82  mul-sel=1  pull=-1  drv_level=-1  data=0
[    2.219025] sunxi-ril ril_para.16: ril_reset gpio=81  mul-sel=1  pull=-1  drv_level=-1  data=0
[    2.231437] Loading iSCSI transport class v2.0-870.
[    2.240109] rdac: device handler registered
[    2.244912] hp_sw: device handler registered
[    2.249575] emc: device handler registered
[    2.254214] alua: device handler registered
[    2.258782] st: Version 20101219, fixed bufsize 32768, s/g segs 256
[    2.266301] osst :I: Tape driver with OnStream support version 0.99.4
[    2.266301] osst :I: $Id: osst.c,v 1.73 2005/01/01 21:13:34 wriede Exp $
[    2.282477] SCSI Media Changer driver v0.25
[    2.288040] osd: LOADED open-osd 0.2.1
[    2.292958] sunxi-ahci 1c18000.sata: sata_regulator0 "vdd-sata-25"!
[    2.300068] sunxi-ahci 1c18000.sata: sata_regulator1 "vdd-sata-12"!
[    2.308097] sunxi-ahci 1c18000.sata: regulator "vdd-sata-25" voltage set: 2500000 to 2500000!
[    2.318603] sunxi-ahci 1c18000.sata: regulator "vdd-sata-12" voltage set: 1200000 to 1200000!
[    2.328679] sunxi-ahci 1c18000.sata: frequncy of module clk for AHCI: 100000000
[    2.336839] sunxi-ahci 1c18000.sata: frequncy of pll clk for AHCI: 100000000
[    2.410040] sunxi-ahci 1c18000.sata: controller can't do PMP, turning off CAP_PMP
[    2.418226] sunxi-ahci 1c18000.sata: forcing PORTS_IMPL to 0x1
[    2.425035] sunxi-ahci 1c18000.sata: AHCI 0001.0100 32 slots 1 ports 3 Gbps 0x1 impl platform mode
[    2.435022] sunxi-ahci 1c18000.sata: flags: ncq sntf pm led clo only pio slum part ccc
[    2.444349] dma_alloc_coherent mem = 0xee840000, size = 0x16500, mem_dma=0x6e840000
[    2.454410] scsi0 : sunxi-ahci
[    2.458723] ata1: SATA max UDMA/133 mmio [mem 0x01c18000-0x01c181ff] port 0x100 irq 88
[    2.473239] spi spi0: master is unqueued, this is deprecated
[    2.480319] m25p80 spi0.0: found mr25h256, expected w25q128
[    2.486425] m25p80 spi0.0: mr25h256 (32 Kbytes)
[    2.495346] spi spi2: master is unqueued, this is deprecated
[    2.505514] sun4i-mdio 1c0b080.mdio: no regulator found
[    2.511688] libphy: sun4i_mii_bus: probed
[    2.517795] sun4i-emac 1c0b000.eth: using random MAC address 8e:54:26:7c:0f:0d
[    2.527096] sun4i-emac 1c0b000.eth: eth0: at f1c0b000, IRQ 87 MAC: 8e:54:26:7c:0f:0d
[    2.536764] usbcore: registered new inte**ce driver asix
[    2.543047] usbcore: registered new inte**ce driver ax88179_178a
[    2.550054] usbcore: registered new inte**ce driver cdc_ether
[    2.556757] usbcore: registered new inte**ce driver net1080
[    2.563333] usbcore: registered new inte**ce driver cdc_subset
[    2.570165] usbcore: registered new inte**ce driver zaurus
[    2.576696] usbcore: registered new inte**ce driver cdc_ncm
[    2.583197] GobiNet: Quectel_WCDMA&LTE_Linux&Android_GobiNet_Driver_V1.3.0
[    2.591132] usbcore: registered new inte**ce driver GobiNet
[    2.597369] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.605023] get ehci0-controller, regulator_io is no nocare
[    2.611295] [sunxi-ehci0]: probe, pdev->name: 1c14000.ehci0-controller, sunxi_ehci: 0xc0be08c0, 0x:f1c14000, irq_no:47
[    2.623993] sunxi-ehci 1c14000.ehci0-controller: SW USB2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.634100] sunxi-ehci 1c14000.ehci0-controller: new USB bus registered, assigned bus number 1
[    2.644303] sunxi-ehci 1c14000.ehci0-controller: irq 71, io mem 0xc03abed4
[    2.670045] sunxi-ehci 1c14000.ehci0-controller: USB 0.0 started, EHCI 1.00
[    2.677802] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    2.685498] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.693547] usb usb1: Product: SW USB2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.701880] usb usb1: Manufacturer: Linux 3.10.65 ehci_hcd
[    2.707872] usb usb1: SerialNumber: sunxi-ehci
[    2.714175] hub 1-0:1.0: USB hub found
[    2.718327] hub 1-0:1.0: 1 port detected
[    2.723176] [ehci0-controller]: sunxi_usb_disable_ehci
[    2.728790] [sunxi-ehci0]: remove, pdev->name: 1c14000.ehci0-controller, sunxi_ehci: 0xc0be08c0
[    2.738587] sunxi-ehci 1c14000.ehci0-controller: remove, state 1
[    2.745282] usb usb1: USB disconnect, device number 1
[    2.752047] sunxi-ehci 1c14000.ehci0-controller: USB bus 1 deregistered
[    2.760320] get ehci1-controller, regulator_io is no nocare
[    2.766459] [sunxi-ehci1]: probe, pdev->name: 1c19000.ehci1-controller, sunxi_ehci: 0xc0be0ab8, 0x:f1c19000, irq_no:6c
[    2.778519] sunxi-ehci 1c19000.ehci1-controller: SW USB2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.788606] sunxi-ehci 1c19000.ehci1-controller: new USB bus registered, assigned bus number 1
[    2.798703] sunxi-ehci 1c19000.ehci1-controller: irq 108, io mem 0xc03abed4
[    2.800058] ata1: SATA link down (SStatus 0 SControl 300)
[    2.830048] sunxi-ehci 1c19000.ehci1-controller: USB 0.0 started, EHCI 1.00
[    2.837782] ehci_irq: highspeed device connect
[    2.837787] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    2.837794] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.837801] usb usb1: Product: SW USB2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.837806] usb usb1: Manufacturer: Linux 3.10.65 ehci_hcd
[    2.837812] usb usb1: SerialNumber: sunxi-ehci
[    2.878649] hub 1-0:1.0: USB hub found
[    2.882858] hub 1-0:1.0: 1 port detected
[    2.888659] get ehci2-controller, regulator_io is no nocare
[    2.895177] [sunxi-ehci2]: probe, pdev->name: 1c1c000.ehci2-controller, sunxi_ehci: 0xc0be0cb0, 0x:f1c1c000, irq_no:6e
[    2.907294] sunxi-ehci 1c1c000.ehci2-controller: SW USB2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.917530] sunxi-ehci 1c1c000.ehci2-controller: new USB bus registered, assigned bus number 2
[    2.928457] sunxi-ehci 1c1c000.ehci2-controller: irq 110, io mem 0xc03abed4
[    2.950049] sunxi-ehci 1c1c000.ehci2-controller: USB 0.0 started, EHCI 1.00
[    2.957797] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    2.965491] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.973526] usb usb2: Product: SW USB2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.981926] usb usb2: Manufacturer: Linux 3.10.65 ehci_hcd
[    2.987918] usb usb2: SerialNumber: sunxi-ehci
[    2.994153] hub 2-0:1.0: USB hub found
[    2.998283] hub 2-0:1.0: 1 port detected
[    3.003717] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    3.010870] get ohci0-controller, regulator_io is no nocare
[    3.017043] [sunxi-ohci0]: probe, pdev->name: 1c14000.ohci0-controller, sunxi_ohci: 0xc0be00e0
[    3.027675] sunxi-ohci 1c14000.ohci0-controller: SW USB2.0 'Open' Host Controller (OHCI) Driver
[    3.037434] sunxi-ohci 1c14000.ohci0-controller: new USB bus registered, assigned bus number 3
[    3.047254] sunxi-ohci 1c14000.ohci0-controller: irq 72, io mem 0xc03abed4
[    3.114092] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[    3.121726] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.129617] usb usb3: Product: SW USB2.0 'Open' Host Controller (OHCI) Driver
[    3.137689] usb usb3: Manufacturer: Linux 3.10.65 ohci_hcd
[    3.143793] usb usb3: SerialNumber: sunxi-ohci
[    3.149879] hub 3-0:1.0: USB hub found
[    3.154102] hub 3-0:1.0: 1 port detected
[    3.158790] [ohci0-controller]: sunxi_usb_disable_ohci
[    3.164591] [sunxi-ohci0]: remove, pdev->name: 1c14000.ohci0-controller, sunxi_ohci: 0xc0be00e0
[    3.174274] sunxi-ohci 1c14000.ohci0-controller: remove, state 1
[    3.180968] usb usb3: USB disconnect, device number 1
[    3.187571] sunxi-ohci 1c14000.ohci0-controller: USB bus 3 deregistered
[    3.195835] get ohci1-controller, regulator_io is no nocare
[    3.200071] usb 1-1: new high-speed USB device number 2 using sunxi-ehci
[    3.209593] [sunxi-ohci1]: probe, pdev->name: 1c19000.ohci1-controller, sunxi_ohci: 0xc0be02d8
[    3.219226] sunxi-ohci 1c19000.ohci1-controller: SW USB2.0 'Open' Host Controller (OHCI) Driver
[    3.228939] sunxi-ohci 1c19000.ohci1-controller: new USB bus registered, assigned bus number 3
[    3.238573] sunxi-ohci 1c19000.ohci1-controller: irq 96, io mem 0xc03abed4
[    3.304095] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[    3.311720] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.319610] usb usb3: Product: SW USB2.0 'Open' Host Controller (OHCI) Driver
[    3.327840] usb usb3: Manufacturer: Linux 3.10.65 ohci_hcd
[    3.333963] usb usb3: SerialNumber: sunxi-ohci
[    3.340081] hub 3-0:1.0: USB hub found
[    3.344222] hub 3-0:1.0: 1 port detected
[    3.349056] get ohci2-controller, regulator_io is no nocare
[    3.355492] [sunxi-ohci2]: probe, pdev->name: 1c1c000.ohci2-controller, sunxi_ohci: 0xc0be04d0
[    3.360775] usb 1-1: New USB device found, idVendor=0424, idProduct=2514
[    3.360782] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    3.362090] hub 1-1:1.0: USB hub found
[    3.362263] hub 1-1:1.0: 4 ports detected
[    3.389084] sunxi-ohci 1c1c000.ohci2-controller: SW USB2.0 'Open' Host Controller (OHCI) Driver
[    3.398799] sunxi-ohci 1c1c000.ohci2-controller: new USB bus registered, assigned bus number 4
[    3.408435] sunxi-ohci 1c1c000.ohci2-controller: irq 97, io mem 0xc03abed4
[    3.474091] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[    3.481716] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.489611] usb usb4: Product: SW USB2.0 'Open' Host Controller (OHCI) Driver
[    3.497677] usb usb4: Manufacturer: Linux 3.10.65 ohci_hcd
[    3.503796] usb usb4: SerialNumber: sunxi-ohci
[    3.509930] hub 4-0:1.0: USB hub found
[    3.514164] hub 4-0:1.0: 1 port detected
[    3.519811] usbcore: registered new inte**ce driver usb-storage
[    3.527238] usbcore: registered new inte**ce driver usbserial
[    3.533998] usbcore: registered new inte**ce driver ftdi_sio
[    3.540616] usbserial: USB Serial support registered for FTDI USB Serial Device
[    3.549196] usbcore: registered new inte**ce driver option
[    3.555623] usbserial: USB Serial support registered for GSM modem (1-port)
[    3.563932] usbcore: registered new inte**ce driver pl2303
[    3.570370] usbserial: USB Serial support registered for pl2303
[    3.578258] mousedev: PS/2 mouse device common for all mice
[    3.586093] input: sunxi-keyboard as /devices/virtual/input/input1
[    3.594522] input: sunxi-keypad as /devices/virtual/input/kp0
[    3.601683] sunxi-ts: sunxi-ts.c: sunxi_ts_init: start ...
[    3.607684] sunxi-ts: tp_screen_size is 7 inch.
[    3.612824] sunxi-ts: rtp_sensitive_level is 15.
[    3.617863] sunxi-ts: rtp_exchange_x_y_flag is 0.
[    3.623720] sunxi-ts: sunxi-ts.c: sunxi_ts_probe: start...
[    3.629745] sunxi-ts: begin get platform resourec
[    3.635524] input: all_key as /devices/platform/sunxi-ts/input/input3
[    3.643164] sunxi-ts: tp init
[    3.646434] sunxi-ts: sunxi-ts.c: sunxi_ts_probe: end
[    3.650284] usb 1-1.4: new high-speed USB device number 3 using sunxi-ehci
[    3.662591] rtc-rx8010 2-0032: Frequency stop was detected, probably due to a supply voltage drop
[    3.672490] rtc-rx8010 2-0032: Update timer was detected
[    3.678940] rtc-rx8010 2-0032: bad conditions detected, resetting date
[    3.689232] rtc-rx8010 2-0032: rtc core: registered rx8010 as rtc0
[    3.696421] [OV5640@lex]init_sensor - frame_rate: 0, max_win_size: 11
[    3.704305] [VFE]cci_init end
[    3.707547] [VFE]Welcome to Video Front End driver
[    3.713238] [VFE]csi0 probe end!
[    3.716878] [VFE]csi1 probe end!
[    3.720849] [VFE]csi_init end
[    3.724554] [VFE]sunxi_isp_platform_register end
[    3.730137] [VFE]mipi_init end
[    3.733476] [VFE]flash_init end
[    3.739081] [VFE]pdev->id = 0
[    3.742544] [VFE]dev->cci_sel = 0
[    3.746161] [VFE]dev->csi_sel = 0
[    3.749782] [VFE]dev->mipi_sel = 0
[    3.753698] [VFE]dev->isp_sel = 0
[    3.757432] [VFE_WARN]fetch csi0_dev0_iovdd from device_tree failed
[    3.762269] usb 1-1.4: New USB device found, idVendor=0bda, idProduct=b720
[    3.762277] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    3.762283] usb 1-1.4: Product: 802.11n WLAN Adapter
[    3.762288] usb 1-1.4: Manufacturer: Realtek
[    3.762294] usb 1-1.4: SerialNumber: 00e04c000001
[    3.795687] [VFE_WARN]fetch csi0_dev0_avdd from device_tree failed
[    3.802586] [VFE_WARN]fetch csi0_dev0_dvdd from device_tree failed
[    3.809347] [VFE_WARN]fetch csi0_dev0_afvdd from device_tree failed
[    3.816444] [VFE_WARN]fetch csi0_dev0_power_en from device_tree failed
[    3.823791] [VFE_WARN]fetch csi0_dev0_flash_en from device_tree failed
[    3.831057] [VFE_WARN]fetch csi0_dev0_flash_mode from device_tree failed
[    3.838379] [VFE_WARN]fetch csi0_dev0_flvdd from device_tree failed
[    3.845472] [VFE_WARN]fetch csi0_dev0_flvdd_vol from device_tree failed
[    3.852831] [VFE_WARN]fetch csi0_dev0_af_pwdn from device_tree failed
[    3.860060] [VFE]fetch front sensor list info start!
[    3.865480] [VFE]Fetch sensor list form"/system/etc/hawkview/sensor_list_cfg.ini"
[    4.162377] [vfe_warn]open file failed!
[    4.520114]
[    4.520114] insmod_device_driver
[    4.520114]
[    4.578575] [VFE]fetch front sensor list info end!
[    4.584975] [VFE]vfe_init end
[    4.588659] usbcore: registered new inte**ce driver uvcvideo
[    4.595086] [VFE]probe_work_handle start!
[    4.599740] [VFE]vfe_runtime_resume
[    4.603734] USB Video Class driver (v1.0.25_SONiX_v3.10.56)
[    4.610058] sunxi cedar version 0.1
[    4.614202] cedar_ve: cedar-ve the get irq is 85
[    4.619265] [VFE]..........................vfe clk open!.......................
[    4.627575] [VFE]v4l2 subdev register input_num = 0
[    4.633221] [VFE]vfe sensor detect start! input_num = 0
[    4.639033] [VFE]Find sensor name is "ov5640", i2c address is 78, type is "YUV" !
[    4.639530] VE: get debugfs_mpp_root is NULL, please check mpp
[    4.639530]
[    4.639532] VE: sunxi ve debug register driver failed!
[    4.639532]
[    4.641085] input: axp22-powerkey as /devices/soc.0/1c2ac00.twi/i2c-0/0-0034/axp22-powerkey/input/input4
[    4.663150] sunxi gpu cooling probe start !
[    4.663168] CPU gpu cooling register Success
[    4.670576] sunxi-wdt 1c20c90.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0)
[    4.691548] [VFE]Sub device register "ov5640" i2c_addr = 0x78 start!
[    4.698526] device-mapper: uevent: version 1.0.3
[    4.699454] [OV5640@lex]sensor_probe - frame_rate: 0
[    4.699467] [VFE]registered sensor subdev is OK!
[    4.699479] [VFE]Check sensor!
[    4.710029] [OV5640@lex]CSI_SUBDEV_PWR_ON!
[    4.711291] [VFE]mclk on
[    4.725783] device-mapper: ioctl: 4.24.0-ioctl (2013-01-15) initialised: dm-devel@redhat.com
[    4.739253] cpuidle: using governor ladder
[    4.743836] cpuidle: using governor menu
[    4.749775] sunxi-mmc 1c11000.sdmmc: SD/MMC/SDIO Host Controller Driver(v0.56 2016-06-28 17:01) Compiled in Nov 19 2019 at 16:00:21
[    4.763021] sunxi-mmc 1c11000.sdmmc: regulator prop vmmc,str vcc-emmcv
[    4.770420] sunxi-mmc 1c11000.sdmmc: regulator prop vqmmc,str vcc-emmcvq18
[    4.777938] sunxi-mmc 1c11000.sdmmc: regulator prop vdmmc,str none
[    4.778484] [OV5640@lex]sensor_init: 0x0
[    4.789361] sunxi_i2c_do_xfer()902 - [i2c1] incomplete xfer (status: 0x20, dev addr: 0x3c)
[    4.789476] sunxi-mmc 1c11000.sdmmc: No vdmmc regulator found
[    4.804954] [VFE_DEV_I2C_ERR]cci_read_a16_d8 error! slave = 0x3c, addr = 0x300a, value = 0x 0

[    4.814817] sunxi_i2c_do_xfer()902 - [i2c1] incomplete xfer (status: 0x20, dev addr: 0x3c)
[    4.824213] [VFE_DEV_I2C_ERR]cci_read_a16_d8 error! slave = 0x3c, addr = 0x300a, value = 0x 0

[    4.834303] sunxi_i2c_do_xfer()902 - [i2c1] incomplete xfer (status: 0x20, dev addr: 0x3c)
[    4.843782] [VFE_DEV_I2C_ERR]cci_read_a16_d8 error! slave = 0x3c, addr = 0x300a, value = 0x 0
ov5640 sensor read retry=2
[    4.856102] [OV5640@lex]error at sensor_detect
[    4.861155] [OV5640@lex]chip found is not an target chip.
[    4.867064] [OV5640@lex]CSI_SUBDEV_PWR_OFF!
[    4.871816] [VFE]mclk off
[    4.911321] [VFE]vfe sensor subdev unregister!
[    4.916346] [OV5640@lex]sensor_remove ov5640 sd = ee286680!
[    4.923234] [VFE]Sub device register "ov5640" failed!
[    4.928782] [VFE_ERR]vfe sensor register check error at input_num = 0
[    4.936113] [VFE]V4L2 device registered as (null)
[    4.941403] [VFE]vfe_runtime_suspend
[    4.945305] [VFE]..........................vfe clk close!.......................
[    4.959900] [VFE]probe_work_handle end!
[    5.528778] sunxi-mmc 1c11000.sdmmc: sdc set ios: clk 0Hz bm PP pm UP vdd 22 width 1 timing LEGACY(SDR12) dt B
[    5.560118] sunxi-mmc 1c11000.sdmmc: sdc set ios: clk 400000Hz bm PP pm ON vdd 22 width 1 timing LEGACY(SDR12) dt B
[    5.590102] sunxi-mmc 1c11000.sdmmc: base:0xf1c11000 irq:66
[    5.596231] sunxi-mmc 1c11000.sdmmc: smc 0 p2 err, cmd 52, RTO !!
[    5.603919] sunxi-mmc 1c0f000.sdmmc: SD/MMC/SDIO Host Controller Driver(v0.56 2016-06-28 17:01) Compiled in Nov 19 2019 at 16:00:21
[    5.617160] sunxi-mmc 1c11000.sdmmc: smc 0 p2 err, cmd 52, RTO !!
[    5.624043] sunxi-mmc 1c11000.sdmmc: sdc set ios: clk 400000Hz bm PP pm ON vdd 22 width 1 timing LEGACY(SDR12) dt B
[    5.624107] sunxi-mmc 1c0f000.sdmmc: regulator prop vmmc,str vcc-sdcv-p3
[    5.624118] sunxi-mmc 1c0f000.sdmmc: regulator prop vqmmc,str vcc-sdcvq33-p3
[    5.624126] sunxi-mmc 1c0f000.sdmmc: regulator prop vdmmc,str vcc-sdcvd-p3
[    5.659076] sunxi-mmc 1c0f000.sdmmc: Got CD GPIO #267.
[    5.665808] sunxi-mmc 1c0f000.sdmmc: base:0xf1c0f000 irq:64
[    5.666010] sunxi-mmc 1c11000.sdmmc: sdc set ios: clk 400000Hz bm PP pm ON vdd 22 width 1 timing LEGACY(SDR12) dt B
[    5.667962] sunxi-mmc 1c11000.sdmmc: smc 0 p2 err, cmd 8, RTO !!
[    5.668861] sunxi-mmc 1c11000.sdmmc: smc 0 p2 err, cmd 5, RTO !!
[    5.669694] sunxi-mmc 1c11000.sdmmc: smc 0 p2 err, cmd 5, RTO !!
[    5.670524] sunxi-mmc 1c11000.sdmmc: smc 0 p2 err, cmd 5, RTO !!
[    5.671354] sunxi-mmc 1c11000.sdmmc: smc 0 p2 err, cmd 5, RTO !!
[    5.672187] sunxi-mmc 1c11000.sdmmc: smc 0 p2 err, cmd 55, RTO !!
[    5.673016] sunxi-mmc 1c11000.sdmmc: smc 0 p2 err, cmd 55, RTO !!
[    5.673846] sunxi-mmc 1c11000.sdmmc: smc 0 p2 err, cmd 55, RTO !!
[    5.674676] sunxi-mmc 1c11000.sdmmc: smc 0 p2 err, cmd 55, RTO !!
[    5.674700] sunxi-mmc 1c11000.sdmmc: sdc set ios: clk 400000Hz bm OD pm ON vdd 22 width 1 timing LEGACY(SDR12) dt B
[    5.675111] sunxi-mmc 1c11000.sdmmc: sdc set ios: clk 400000Hz bm OD pm ON vdd 7 width 1 timing LEGACY(SDR12) dt B
[    5.675157] sunxi-mmc 1c11000.sdmmc: sdc set ios: clk 400000Hz bm OD pm ON vdd 7 width 1 timing LEGACY(SDR12) dt B
[    5.675203] sunxi-mmc 1c11000.sdmmc: sdc set ios: clk 400000Hz bm OD pm ON vdd 7 width 1 timing LEGACY(SDR12) dt B
[    5.677608] sunxi-mmc 1c11000.sdmmc: sdc set ios: clk 400000Hz bm OD pm ON vdd 7 width 1 timing LEGACY(SDR12) dt B
[    5.691210] sunxi-mmc 1c11000.sdmmc: sdc set ios: clk 400000Hz bm PP pm ON vdd 7 width 1 timing LEGACY(SDR12) dt B
[    5.702836] mmc0: BKOPS_EN bit is not set
[    5.704071] sunxi-mmc 1c11000.sdmmc: sdc set ios: clk 400000Hz bm PP pm ON vdd 7 width 1 timing MMC-HS(SDR20) dt B
[    5.704177] mmc0: Check switch ready sunxi_mmc_check_timing_switch_done
[    5.704566] sunxi-mmc 1c11000.sdmmc: sdc set ios: clk 50000000Hz bm PP pm ON vdd 7 width 1 timing MMC-HS(SDR20) dt B
[    5.704835] sunxi-mmc 1c11000.sdmmc: sdc set ios: clk 50000000Hz bm PP pm ON vdd 7 width 8 timing MMC-HS(SDR20) dt B
[    5.705205] mmc0: new high speed MMC card at address 0001
[    5.865761] mmcblk0: mmc0:0001 8GTF4R 7.28 GiB
[    5.866415] sunxi-mmc 1c10000.sdmmc: SD/MMC/SDIO Host Controller Driver(v0.56 2016-06-28 17:01) Compiled in Nov 19 2019 at 16:00:21
[    5.866484] sunxi-mmc 1c10000.sdmmc: ***ctl-spec-caps*** 1
[    5.866503] sunxi-mmc 1c10000.sdmmc: Can't get vmmc regulator string
[    5.866509] sunxi-mmc 1c10000.sdmmc: Can't get vqmmc regulator string
[    5.866514] sunxi-mmc 1c10000.sdmmc: Can't get vdmmc regulator string
[    5.866517] get() with no identifier
[    5.866519] get() with no identifier
[    5.866521] get() with no identifier
[    5.866525] sunxi-mmc 1c10000.sdmmc: No vmmc regulator found
[    5.866529] sunxi-mmc 1c10000.sdmmc: No vqmmc regulator found
[    5.866534] sunxi-mmc 1c10000.sdmmc: No vdmmc regulator found
[    5.943360] mmcblk0boot0: mmc0:0001 8GTF4R partition 1 4.00 MiB
[    5.943935] sunxi-mmc 1c10000.sdmmc: sdc set ios: clk 0Hz bm PP pm UP vdd 21 width 1 timing LEGACY(SDR12) dt B
[    5.960057] sunxi-mmc 1c10000.sdmmc: sdc set ios: clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
[    5.973345] mmcblk0boot1: mmc0:0001 8GTF4R partition 2 4.00 MiB
[    5.980082] sunxi-mmc 1c10000.sdmmc: base:0xf1c10000 irq:65
[    5.982198]  mmcblk0: p1 p2 p3 < p5 p6 p7 p8 >
[    5.982232] mmcblk0: p1 start 15847424 is beyond EOD, truncated
[    5.983502] mmcblk0: p8 size 13621248 extends beyond EOD, truncated
[    5.986603]  mmcblk0boot1: unknown partition table
[    5.988390]  mmcblk0boot0: unknown partition table
[    5.989663] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 52, RTO !!
[    5.990502] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 52, RTO !!
[    5.990528] sunxi-mmc 1c10000.sdmmc: sdc set ios: clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
[    5.992973] sunxi-mmc 1c10000.sdmmc: sdc set ios: clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
[    5.994849] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 8, RTO !!
[    5.995680] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 5, RTO !!
[    5.996510] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 5, RTO !!
[    5.997341] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 5, RTO !!
[    5.998173] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 5, RTO !!
[    5.999006] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 55, RTO !!
[    5.999835] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 55, RTO !!
[    6.000666] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 55, RTO !!
[    6.001498] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 55, RTO !!
[    6.001520] sunxi-mmc 1c10000.sdmmc: sdc set ios: clk 400000Hz bm OD pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
[    6.002381] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 1, RTO !!
[    6.002405] sunxi-mmc 1c10000.sdmmc: sdc set ios: clk 0Hz bm OD pm OFF vdd 0 width 1 timing LEGACY(SDR12) dt B
[    6.003478] sunxi-mmc 1c10000.sdmmc: sdc set ios: clk 0Hz bm PP pm UP vdd 21 width 1 timing LEGACY(SDR12) dt B
[    6.020037] sunxi-mmc 1c10000.sdmmc: sdc set ios: clk 300000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
[    6.041120] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 52, RTO !!
[    6.042222] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 52, RTO !!
[    6.042242] sunxi-mmc 1c10000.sdmmc: sdc set ios: clk 300000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
[    6.044779] sunxi-mmc 1c10000.sdmmc: sdc set ios: clk 300000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
[    6.046927] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 8, RTO !!
[    6.048026] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 5, RTO !!
[    6.049126] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 5, RTO !!
[    6.050223] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 5, RTO !!
[    6.051323] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 5, RTO !!
[    6.052423] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 55, RTO !!
[    6.053524] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 55, RTO !!
[    6.054623] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 55, RTO !!
[    6.055723] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 55, RTO !!
[    6.055743] sunxi-mmc 1c10000.sdmmc: sdc set ios: clk 300000Hz bm OD pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
[    6.056879] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 1, RTO !!
[    6.056898] sunxi-mmc 1c10000.sdmmc: sdc set ios: clk 0Hz bm OD pm OFF vdd 0 width 1 timing LEGACY(SDR12) dt B
[    6.057953] sunxi-mmc 1c10000.sdmmc: sdc set ios: clk 0Hz bm PP pm UP vdd 21 width 1 timing LEGACY(SDR12) dt B
[    6.070035] sunxi-mmc 1c10000.sdmmc: sdc set ios: clk 200000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
[    6.091651] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 52, RTO !!
[    6.093290] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 52, RTO !!
[    6.093310] sunxi-mmc 1c10000.sdmmc: sdc set ios: clk 200000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
[    6.096099] sunxi-mmc 1c10000.sdmmc: sdc set ios: clk 200000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
[    6.098804] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 8, RTO !!
[    6.100439] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 5, RTO !!
[    6.102074] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 5, RTO !!
[    6.103709] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 5, RTO !!
[    6.105344] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 5, RTO !!
[    6.106979] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 55, RTO !!
[    6.108614] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 55, RTO !!
[    6.110249] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 55, RTO !!
[    6.111884] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 55, RTO !!
[    6.111905] sunxi-mmc 1c10000.sdmmc: sdc set ios: clk 200000Hz bm OD pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
[    6.113596] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 1, RTO !!
[    6.113616] sunxi-mmc 1c10000.sdmmc: sdc set ios: clk 0Hz bm OD pm OFF vdd 0 width 1 timing LEGACY(SDR12) dt B
[    6.114674] sunxi-mmc 1c10000.sdmmc: sdc set ios: clk 0Hz bm PP pm UP vdd 21 width 1 timing LEGACY(SDR12) dt B
[    6.130036] sunxi-mmc 1c10000.sdmmc: sdc set ios: clk 150000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
[    6.152188] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 52, RTO !!
[    6.154361] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 52, RTO !!
[    6.154381] sunxi-mmc 1c10000.sdmmc: sdc set ios: clk 150000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
[    6.157421] sunxi-mmc 1c10000.sdmmc: sdc set ios: clk 150000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
[    6.160671] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 8, RTO !!
[    6.162844] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 5, RTO !!
[    6.165018] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 5, RTO !!
[    6.167191] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 5, RTO !!
[    6.169365] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 5, RTO !!
[    6.171538] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 55, RTO !!
[    6.173711] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 55, RTO !!
[    6.175884] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 55, RTO !!
[    6.178058] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 55, RTO !!
[    6.178077] sunxi-mmc 1c10000.sdmmc: sdc set ios: clk 150000Hz bm OD pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
[    6.180313] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 1, RTO !!
[    6.180334] sunxi-mmc 1c10000.sdmmc: sdc set ios: clk 0Hz bm OD pm OFF vdd 0 width 1 timing LEGACY(SDR12) dt B
[    6.589900] sunxi-mmc 1c12000.sdmmc: SD/MMC/SDIO Host Controller Driver(v0.56 2016-06-28 17:01) Compiled in Nov 19 2019 at 16:00:21
[    6.603117] sunxi-mmc 1c12000.sdmmc: ***ctl-spec-caps*** 1
[    6.609152] sunxi-mmc 1c12000.sdmmc: regulator prop vmmc,str vcc-sdcv-p3
[    6.616720] sunxi-mmc 1c12000.sdmmc: regulator prop vqmmc,str vcc-sdcvq33-p3
[    6.624566] sunxi-mmc 1c12000.sdmmc: regulator prop vdmmc,str vcc-sdcvd-p3
[    6.632257] axp22_dcdc1: Failed to create debugfs directory
[    6.638356] axp22_dcdc1: Failed to create debugfs directory
[    6.644664] axp22_dcdc1: Failed to create debugfs directory
[    6.651943] sunxi-mmc 1c12000.sdmmc: Got CD GPIO #266.
[    6.658284] sunxi-mmc 1c12000.sdmmc: base:0xf1c12000 irq:67
[    6.666243] hidraw: raw HID events driver (C) Jiri Kosina
[    6.674181] usbcore: registered new inte**ce driver usbhid
[    6.680401] usbhid: USB HID core driver
[    6.686704] zram: Created 1 device(s) ...
[    6.694190] ashmem: initialized
[    6.698798] logger: created 256K log 'log_main'
[    6.704906] logger: created 256K log 'log_events'
[    6.710982] logger: created 256K log 'log_radio'
[    6.717125] logger: created 256K log 'log_system'
[    6.730608] sunxi-internal-cpudai 1c22c00.cpudai0-controller: ASoC: pcm constructor failed: -12
[    6.740343] sunxi-codec-machine sound.3: ASoC: can't create pcm SUNXI-CODEC :-12
[    6.748427] sunxi-codec-machine sound.3: ASoC: failed to instantiate card -12
[    6.757185] sunxi-codec-machine sound.3: snd_soc_register_card failed -12
[    6.764766] sunxi-codec-machine: probe of sound.3 failed with error -12
[    6.774206] sunxi_daudio 1c22800.daudio: ASoC: pcm constructor failed: -12
[    6.781896] sndhdmi sound.4: ASoC: can't create pcm SUNXI-HDMIAUDIO :-12
[    6.789220] sndhdmi sound.4: ASoC: failed to instantiate card -12
[    6.796389] sndhdmi sound.4: snd_soc_register_card() failed: -12
[    6.803088] sndhdmi: probe of sound.4 failed with error -12
[    6.811378] u32 classifier
[    6.814348]     Actions configured
[    6.818066] Netfilter messages via NETLINK v0.30.
[    6.823463] nfnl_acct: registering with nfnetlink.
[    6.828868] nf_conntrack version 0.5.0 (12023 buckets, 48092 max)
[    6.836538] ctnetlink v0.93: registering with nfnetlink.
[    6.845997] xt_time: kernel timezone is -0000
[    6.851113] ipip: IPv4 over IPv4 tunneling driver
[    6.859184] ip_tables: (C) 2000-2006 Netfilter Core Team
[    6.865478] ipt_CLUSTERIP: ClusterIP Version 0.8 loaded successfully
[    6.872652] arp_tables: (C) 2002 David S. Miller
[    6.877809] TCP: bic registered
[    6.881503] TCP: cubic registered
[    6.885130] TCP: westwood registered
[    6.889053] TCP: htcp registered
[    6.892804] Initializing XFRM netlink socket
[    6.898619] NET: Registered protocol family 10
[    6.905800] mip6: Mobile IPv6
[    6.909082] sit: IPv6 over IPv4 tunneling driver
[    6.917181] NET: Registered protocol family 17
[    6.922216] NET: Registered protocol family 15
[    6.927093] 8021q: 802.1Q VLAN Support v1.8
[    6.932281] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
[    6.945286] [DISP] boot_disp:0x100
[    6.951363] [HDMI] cec support = 0
[    7.062568] tve0 have no dac 1
[    7.065916] tve0 have no type1
[    7.069248] tve0 have no dac 2
[    7.072778] tve0 have no type2
[    7.076111] tve0 have no dac 3
[    7.079467] tve0 have no type3
[    7.083002] [DISP] boot_disp:0x100
[    7.087659] [DISP] disp_init_tv,line:641:screen 0 don't support TV!
[    7.094637] [DISP] disp_init_tv,line:641:screen 1 don't support TV!
[    7.101769] [DISP] disp_init_tv,line:651:disp1 not support tv
[    7.108070] [DISP] disp_init_vga,line:616:screen 0 do not support VGA TYPE!
[    7.115867] [DISP] disp_init_vga,line:616:screen 1 do not support VGA TYPE!
[    7.123629] [DISP] disp_init_vga,line:632:disp0 not support vga
[    7.130287] [DISP] disp_init_vga,line:625:disp1 not support vga
[    7.141158] usb_serial_number:20080411
[    7.146226] file system registered
[    7.157685] android_usb gadget: Mass Storage Function, version: 2009/09/11
[    7.165396] android_usb gadget: Number of LUNs=3
[    7.170576]  lun0: LUN: removable file: (no medium)
[    7.175905]  lun1: LUN: removable file: (no medium)
[    7.181444]  lun2: LUN: removable file: (no medium)
[    7.187891] android_usb gadget: android_usb ready
[    7.194106] rtc-rx8010 2-0032: setting system clock to 1970-01-01 00:00:03 UTC (3)
[    7.211312] ALSA device list:
[    7.214562]   No soundcards found.
[    7.283294] EXT4-fs (mmcblk0p8): recovery complete
[    7.289335] EXT4-fs (mmcblk0p8): mounted filesystem with ordered data mode. Opts: (null)
[    7.298486] VFS: Mounted root (ext4 filesystem) on device 259:0.
[    7.305882] Freeing unused kernel memory: 436K (c09ce000 - c0a3b000)
[    8.967204] EXT4-fs (mmcblk0p8): re-mounted. Opts: (null)
[   11.880151] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready

Debian GNU/Linux 7 HT61 ttyS0

HT61 login: [   14.020181] libphy: 1c0b080.mdio-mii:01 - Link is Up - 100/Full
[   14.026799] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready

Debian GNU/Linux 7 HT61 ttyS0

HT61 login: root
Last login: Thu Jan  1 08:00:14 CST 1970 on ttyS0
Linux HT61 3.10.65 #48 SMP PREEMPT Tue Nov 19 16:00:37 CST 2019 armv7l

The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
root@HT61:~# uname -a
Linux HT61 3.10.65 #48 SMP PREEMPT Tue Nov 19 16:00:37 CST 2019 armv7l GNU/Linux
root@HT61:~#
点评回复 支持 反对

使用道具 举报

2

主题

11

帖子

30

积分

A40i/T3/T507/T527通行证

 楼主| 发表于 2019-11-19 19:36:07 | 显示全部楼层
由于只支持全编译,
目前uboot 不支持mmc read rescan 等指令
后续 重新编译uboot 让其支持 mmc read rescan 以后
在进行 内核的升级 到4.14  zImage 加dtb的方式加载
点评回复 支持 反对

使用道具 举报

2

主题

11

帖子

30

积分

A40i/T3/T507/T527通行证

 楼主| 发表于 2019-11-19 19:53:37 | 显示全部楼层
本帖最后由 linsheng_111 于 2019-11-19 19:55 编辑

a40i 性能指标测试结果
========================================================================
   BYTE UNIX Benchmarks (Version 5.1.3)

   System: HT61: GNU/Linux
   OS: GNU/Linux -- 3.10.65 -- #48 SMP PREEMPT Tue Nov 19 16:00:37 CST 2019
   Machine: armv7l (unknown)
   Language: en_US.utf8 (charmap="ANSI_X3.4-1968", collate="ANSI_X3.4-1968")
   CPU 0: ARMv7 Processor rev 5 (v7l) (0.0 bogomips)
         
   CPU 1: ARMv7 Processor rev 5 (v7l) (0.0 bogomips)
         
   CPU 2: ARMv7 Processor rev 5 (v7l) (0.0 bogomips)
         
   CPU 3: ARMv7 Processor rev 5 (v7l) (0.0 bogomips)
         
   18:56:01 up 19 min,  2 users,  load average: 0.28, 0.19, 0.15; runlevel Jan

------------------------------------------------------------------------
Benchmark Run: Tue Nov 19 2019 18:56:01 - 19:24:02
4 CPUs in system; running 1 parallel copy of tests

Dhrystone 2 using register variables        3059493.4 lps   (10.0 s, 7 samples)
Double-Precision Whetstone                       65.5 MWIPS (9.9 s, 7 samples)
Execl Throughput                                632.2 lps   (29.9 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks         67490.9 KBps  (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks           19132.4 KBps  (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks        194742.9 KBps  (30.0 s, 2 samples)
Pipe Throughput                              183665.5 lps   (10.0 s, 7 samples)
Pipe-based Context Switching                   5654.4 lps   (10.0 s, 7 samples)
Process Creation                               1367.0 lps   (30.0 s, 2 samples)
Shell Scripts (1 concurrent)                   1360.0 lpm   (60.0 s, 2 samples)
Shell Scripts (8 concurrent)                    371.9 lpm   (60.1 s, 2 samples)
System Call Overhead                         611226.1 lps   (10.0 s, 7 samples)

System Benchmarks Index Values               BASELINE       RESULT    INDEX
Dhrystone 2 using register variables         116700.0    3059493.4    262.2
Double-Precision Whetstone                       55.0         65.5     11.9
Execl Throughput                                 43.0        632.2    147.0
File Copy 1024 bufsize 2000 maxblocks          3960.0      67490.9    170.4
File Copy 256 bufsize 500 maxblocks            1655.0      19132.4    115.6
File Copy 4096 bufsize 8000 maxblocks          5800.0     194742.9    335.8
Pipe Throughput                               12440.0     183665.5    147.6
Pipe-based Context Switching                   4000.0       5654.4     14.1
Process Creation                                126.0       1367.0    108.5
Shell Scripts (1 concurrent)                     42.4       1360.0    320.8
Shell Scripts (8 concurrent)                      6.0        371.9    619.9
System Call Overhead                          15000.0     611226.1    407.5
                                                                   ========
System Benchmarks Index Score                                         139.8

------------------------------------------------------------------------
Benchmark Run: Tue Nov 19 2019 19:24:02 - 19:52:06
4 CPUs in system; running 4 parallel copies of tests

Dhrystone 2 using register variables       12272694.2 lps   (10.0 s, 7 samples)
Double-Precision Whetstone                      262.9 MWIPS (9.9 s, 7 samples)
Execl Throughput                               1576.1 lps   (29.9 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks        108784.4 KBps  (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks           28743.1 KBps  (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks        303573.3 KBps  (30.0 s, 2 samples)
Pipe Throughput                              703916.1 lps   (10.0 s, 7 samples)
Pipe-based Context Switching                 125382.9 lps   (10.0 s, 7 samples)
Process Creation                               4787.9 lps   (30.0 s, 2 samples)
Shell Scripts (1 concurrent)                   3012.5 lpm   (60.1 s, 2 samples)
Shell Scripts (8 concurrent)                    401.7 lpm   (60.3 s, 2 samples)
System Call Overhead                        2375803.3 lps   (10.0 s, 7 samples)

System Benchmarks Index Values               BASELINE       RESULT    INDEX
Dhrystone 2 using register variables         116700.0   12272694.2   1051.6
Double-Precision Whetstone                       55.0        262.9     47.8
Execl Throughput                                 43.0       1576.1    366.5
File Copy 1024 bufsize 2000 maxblocks          3960.0     108784.4    274.7
File Copy 256 bufsize 500 maxblocks            1655.0      28743.1    173.7
File Copy 4096 bufsize 8000 maxblocks          5800.0     303573.3    523.4
Pipe Throughput                               12440.0     703916.1    565.8
Pipe-based Context Switching                   4000.0     125382.9    313.5
Process Creation                                126.0       4787.9    380.0
Shell Scripts (1 concurrent)                     42.4       3012.5    710.5
Shell Scripts (8 concurrent)                      6.0        401.7    669.5
System Call Overhead                          15000.0    2375803.3   1583.9                                                                   ========System Benchmarks Index Score                                         411.2

点评回复 支持 反对

使用道具 举报

5

主题

22

帖子

35

积分

A40i/T3/T507/T527通行证

发表于 2019-12-5 16:22:42 | 显示全部楼层
linsheng_111 发表于 2019-11-19 18:24
A40C上跑debian 7 文件系统日志
内核menuconfig 必须去掉 ramdisk支持

请教一下如何才能替换文件系统为debian 7 啊? 官方提供资料只能用 builtroot 自己做的。
点评回复 支持 反对

使用道具 举报

5

主题

22

帖子

35

积分

A40i/T3/T507/T527通行证

发表于 2019-12-6 15:21:06 | 显示全部楼层
linsheng_111 发表于 2019-11-18 14:51
4.2. Kernel 编译
单独编译内核步骤如下:
cd lichee/linux-3.10

单独编译内核是否需要 选`*_defconfig` 信息?
比如
```bash
make distclean
make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- sun8iw11p1smp_defconfig
make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- menuconfig # modify config in GUI
make -j4 ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf-
```
点评回复 支持 反对

使用道具 举报

0

主题

1173

帖子

2194

积分

发表于 2019-12-6 15:33:38 | 显示全部楼层
我们不支持单独编译内核,您从其他途径找一下相关资料吧
点评回复 支持 反对

使用道具 举报

5

主题

22

帖子

35

积分

A40i/T3/T507/T527通行证

发表于 2019-12-11 17:10:25 | 显示全部楼层
zhichao 发表于 2019-11-18 15:33
您看的是官方提供的资料吗,我们的应用手册里没有您说的内容啊

楼主看的应该是 全志linux-3.10/src 中全志的文档。里面FAQ会提到当kernel编译出现`pm_debug.o`的问题时,需要`make distclean`。
点评回复 支持 反对

使用道具 举报

5

主题

22

帖子

35

积分

A40i/T3/T507/T527通行证

发表于 2019-12-11 17:16:29 | 显示全部楼层
linsheng_111 发表于 2019-11-19 19:36
由于只支持全编译,
目前uboot 不支持mmc read rescan 等指令
后续 重新编译uboot 让其支持 mmc read res ...

内核升级感觉比较有挑战。a40i的 kernel 会不会是基于 tinalinux kernel基础上改的,应为tinalinux kernel 有目标`R40` 。

全志 R40几乎就是A40i, 不同之处在于温度上下限等。

tinalinux kernel R40分支也只有 3.10.65 linux kernel的版本。
点评回复 支持 反对

使用道具 举报

5

主题

22

帖子

35

积分

A40i/T3/T507/T527通行证

发表于 2019-12-11 17:21:37 | 显示全部楼层
zhichao 发表于 2019-12-6 15:33
我们不支持单独编译内核,您从其他途径找一下相关资料吧

在brandy 框架下,有办法替换原有内核。

build.sh 选完配置后,编译kernel会自动选择"sun8iw11p1smp_oka40i_c_defconfig".

所以更新kernel实现, 并且将 defconfig 命名为 "sun8iw11p1smp_oka40i_c_defconfig"就行了。
点评回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|小黑屋| 飞凌嵌入式 ( 冀ICP备12004394号-1 )

GMT+8, 2024-4-24 14:25

Powered by Discuz! X3.4

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表