Navigation

    全志在线开发者论坛

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • 在线文档
    • 社区主页
    1. Home
    2. Popular
    Log in to post
    • All categories
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • All Time
    • Day
    • Week
    • Month

    • 公告
    • 芯片
    •          T Series
    •          A Series
    •          V Series
    •          MR Series
    •          H/F/TV Series
    •          Wireless & Analog Series
    • Special
    •          创龙科技专区
    •          飞凌嵌入式专区
    •          爱搞机专区
    • Technical topics
    •          RTOS
    •          Linux
    •          GUI
    • Others
    •          代码下载问题专区
    •          编译和烧写问题专区
    •          其它全志芯片讨论区
    •          灌水区
    • vincent1

      请问V853如何将rgb屏幕显示旋转180°?
      V Series • Posted at • Shy

      0 Votes
      1 Replies
      824 Views

      vincent1 Replied at

      @vincent1 我现在已经勾选上a665042e-926b-4470-b346-0fdd0d2e8733-image.png
      并且在board.dts和uboot-board.dts中在disp中加上

      disp_rotation_used = <1>; degree0 = <2>;

      现在开机logo到kernel阶段时候已经旋转了180° 但是我的qt好像不能刷新屏幕了
      我用

      cat /dev/urandom > /dev/fb0

      lcd屏也不会出现花屏 请问接下来要怎么办???

      1
    • L

      T113和rtl8821cs不兼容吗?
      MR Series • Posted at • leomini5

      0 Votes
      1 Replies
      1240 Views

      L Replied at

      @leomini5 这个问题我解决了,不是驱动的锅,是内核其他驱动的锅

      1
    • S

      全志双目TP2815
      T Series • Posted at • shuaige

      0 Votes
      1 Replies
      856 Views

      No one has replied

      1
    • livpo

      实测14us,Linux-RT实时性能及开发案例分享—基于全志T507-H国产平台
      创龙科技专区 • Posted at • livpo

      1 Votes
      1 Replies
      1490 Views

      J Replied at

      @livpo 可以把全志T507-H打rt补丁的教程分享一下吗 我按照myir提供的,没有成功,目前仍然没有找到问题在哪里,非常感谢。

      1
    • Y

      请教一下各位大神,V853怎样实现连续解码多个ts文件,中间不断流?
      V Series • Posted at • yu741373252

      0 Votes
      1 Replies
      1195 Views

      Y Replied at

      我另起一个线程,收到demux的EOF后延时一秒在AW_MPI_DEMUX_SwitchDateSource是可以的

      1
    • J

      全志A40i -Linux5.10内核,修改串口波特率问题
      飞凌嵌入式专区 • Posted at • Jeper

      0 Votes
      1 Replies
      1595 Views

      B Replied at

      把调试串口的时钟频率和uart串口波特率改成一样的,应该就行了

      1
    • C

      t113 i2s 引脚调试
      其它全志芯片讨论区 • Posted at • cjia3254

      1 Votes
      1 Replies
      1448 Views

      F Replied at

      @cjia3254 在 t113 i2s 引脚调试 中说:

      ), cr=10c5387d
      [ 0.000000] CPU: div instructions available: patching division code
      [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
      [ 0.000000] OF: fdt: Machine model: sun8iw20
      [ 0.000000] printk: bootconsole [earlycon0] enabled
      [ 0.000000] Memory policy: Data cache writealloc
      [ 0.000000] cma: Reserved 8 MiB at 0x47800000
      [ 0.000000] On node 0 totalpages: 32768
      [ 0.000000] Normal zone: 256 pages used for memmap
      [ 0.000000] Normal zone: 0 pages reserved
      [ 0.000000] Normal zone: 32768 pages, LIFO batch:7
      [ 0.000000] psci: probing for conduit method from DT.
      [ 0.000000] psci: PSCIv1.0 detected in firmware.

      T113有I2S的文档,可以百度搜一下

      1
    • Y

      怎样将动态库全部换成静态库?
      V Series • Posted at • yu741373252

      0 Votes
      1 Replies
      915 Views

      Y Replied at

      v853代码空间优化 - 副本.doc

      1
    • S

      全志平台底层的pipeline说明
      V Series • Posted at • sun_gogogo

      0 Votes
      1 Replies
      803 Views

      S Replied at

      @sun_gogogo
      我自己来补充一下吧,来自全志客户官网
      vinc00:vinc@5830000 {
      vinc0_csi_sel = <0>; //parser通道sel
      vinc0_mipi_sel = <0>;//mipi通道sel
      vinc0_isp_sel = <0>;//isp通道sel,在线模式只能配为0,离线模式可配置为0~3
      vinc0_isp_tx_ch = <0>;//配为0即可,a523 isp tx只有一个
      vinc0_tdm_rx_sel = <0>;//离线模式需配置为0~3,需要与isp_sel属性相同;在线模式可不配置
      vinc0_rear_sensor_sel = <0>;//后摄使用的sensor_sel
      vinc0_front_sensor_sel = <0>;//前摄使用的senosr_sel
      vinc0_sensor_list = <0>;//是否使用sensor_list功能 0:not_use 1:use
      device_id = <0>;//video节点sel,不可修改
      work_mode = <0x0>;//在线、离线模式配置,0:在线模式、1:离线模式
      status = “okay”;//节点状态,okay:打开 disabled:关闭
      };

      1.需要多个sensor同时出图,则配置为离线模式;反之,配置为在线模式
      2.离线通路配置:
      (1). tdm和isp0需要配置相同的工作模式,vipp0和dma0、vipp1和dma1、vipp2和dma2、vipp3和dma3需要配置相同的工作模式(online和offline),vipp和isp0也需要配置相同的工作模式(online和offline)
      (2). 对应关系:tdm对应tdm0节点,isp对应isp00节点,vipp对应scaler00、scaler10、scaler20、scaler30节点,dma对应vinc00、vinc10、vinc20、vinc30节点,vipp节点与dma节点一一对应即:使用vinc00需要打开scaler00,使用vinc01需要打开scaler01
      (3). 只有tdm0、isp00、scaler00、scaler10、scaler20、scaler30、vinc00、vinc10、vinc20、vinc30可以配置work_mode,其他节点配置会出错
      (4). menuconfig配置:需要打开[*]use isp for time sharing multiples,其余按需选择
      3. 在线模式:在线模式只可使用tdm0、isp00、scaler00、scaler10、scaler20、scaler30、vinc00、vinc10、vinc20、vinc30、vinc40、vinc50节点
      4. vinc40、vinc50节点只支持在线模式,出的图为sensor原分辨率的图或者经过裁剪过的图,无法对图片进行缩放

      1
    • S

      T507是否支持el2模式
      创龙科技专区 • Posted at • szq15001283183

      0 Votes
      1 Replies
      892 Views

      WhycanService Replied at

      更换BL31,使用平台sun50i_h616,即可开启el2

      https://github.com/ARM-software/arm-trusted-firmware

      1
    • DAIZEBIN

      APST的工具释放
      灌水区 • Posted at • DAIZEBIN

      0 Votes
      1 Replies
      1270 Views

      livpo Replied at

      @daizebin 是的😊

      1
    • V

      T113-i longan系统 LCD MIPI驱动开发时显示FB地址分配出错
      Linux • Posted at • vc

      0 Votes
      1 Replies
      1398 Views

      V Replied at

      [123]HELLO! BOOT0 is starting! [126]BOOT0 commit : 09b36272 [129]set pll start [131]fix vccio detect value:0xc0 [138]periph0 has been enabled [141]set pll end [143][pmu]: bus read error [145]board init ok [147]enable_jtag [149]DRAM only have internal ZQ!! [152]get_pmu_exist() = -1 [155]ddr_efuse_type: 0x0 [157]mark_id: 0x34 [159]trefi:7.8ms [161][AUTO DEBUG] single rank and full DQ! [165]ddr_efuse_type: 0x0 [168]mark_id: 0x34 [170]trefi:7.8ms [172][AUTO DEBUG] rank 0 row = 15 [175][AUTO DEBUG] rank 0 bank = 8 [179][AUTO DEBUG] rank 0 page size = 2 KB [183]DRAM BOOT DRIVE INFO: V0.32 [186]DRAM CLK = 792 MHz [188]DRAM Type = 3 (2:DDR2,3:DDR3) [191]DRAMC ZQ value: 0x7b7bfb [194]DRAM ODT value: 0x42. [197]ddr_efuse_type: 0x0 [199]mark_id: 0x34 [202]DRAM SIZE =512 M [204]PLL_DDR_CTRL_REG:0xf8004100 [207]DRAM_CLK_REG:0xc0000000 [210][TIMING DEBUG] MR2= 0x18 [218]DRAM simple test OK. [220]rtc standby flag is 0x0, super standby flag is 0x0 [225]dram size =512 [228]card no is 0 [230]sdcard 0 line count 4 [232][mmc]: mmc driver ver 2021-05-21 14:47 [242][mmc]: Wrong media type 0x0 [245][mmc]: ***Try SD card 0*** [274][mmc]: HSSDR52/SDR25 4 bit [277][mmc]: 50000000 Hz [279][mmc]: 3781 MB [281][mmc]: ***SD/MMC 0 init OK!!!*** [378]Loading boot-pkg Succeed(index=0). [381]Entry_name = u-boot [389]Entry_name = optee [393]Entry_name = dtb [396]mmc not para [397]Jump to second Boot. M/TC: OP-TEE version: 15ee1539 (gcc version 5.3.1 20160412 (Linaro GCC 5.3-2016.05)) #1 Tue Mar 29 06:48:41 UTC 2022 arm U-Boot 2018.05-g512bff9-dirty (Jul 13 2023 - 07:52:56 +0000) Allwinner Technology [00.449]CPU: Allwinner Family [00.452]Model: sun8iw20 [00.454]DRAM: 512 MiB [00.458]Relocation Offset is: 1cebf000 [00.495]secure enable bit: 0 E/TC:0 fdt_getprop_u32:343 prop trace_level not found [00.509]CPU=1008 MHz,PLL6=600 Mhz,AHB=200 Mhz, APB1=100Mhz MBus=300Mhz [00.515]gic: sec monitor mode [00.518]flash init start [00.520]workmode = 0,storage type = 1 [00.523][mmc]: mmc driver ver uboot2018:2021-09-07 19:43:00 [00.529][mmc]: get sdc_type fail and use default host:tm1. [00.535][mmc]: can't find node "mmc0",will add new node [00.540][mmc]: fdt err returned <no error> [00.544][mmc]: Using default timing para [00.547][mmc]: SUNXI SDMMC Controller Version:0x50310 [00.583][mmc]: card_caps:0x3000000a [00.586][mmc]: host_caps:0x3000003f [00.593]sunxi flash init ok [00.595]line:717 init_clocks [00.598]drv_disp_init request pwm success, pwm2:pwm2:0x2000c00. [00.615]drv_disp_init finish [04.631]env/env.c:env_load:232:Waiting for display 1 timeout [04.636]Loading Environment from SUNXI_FLASH... OK [04.667]Item0 (Map) magic is bad [04.669]the secure storage item0 copy0 magic is bad [04.675]Item0 (Map) magic is bad [04.678]the secure storage item0 copy1 magic is bad [04.682]Item0 (Map) magic is bad secure storage read widevine fail [04.688]secure storage read widevine fail with:-1 secure storage read ec_key fail [04.695]secure storage read ec_key fail with:-1 secure storage read ec_cert1 fail [04.703]secure storage read ec_cert1 fail with:-1 secure storage read ec_cert2 fail [04.710]secure storage read ec_cert2 fail with:-1 secure storage read ec_cert3 fail [04.718]secure storage read ec_cert3 fail with:-1 secure storage read rsa_key fail [04.725]secure storage read rsa_key fail with:-1 secure storage read rsa_cert1 fail [04.732]secure storage read rsa_cert1 fail with:-1 secure storage read rsa_cert2 fail [04.740]secure storage read rsa_cert2 fail with:-1 secure storage read rsa_cert3 fail [04.748]secure storage read rsa_cert3 fail with:-1 [04.752]usb burn from boot delay time 0 weak:otg_phy_config [04.763]usb prepare ok [05.566]overtime [05.569]do_burn_from_boot usb : no usb exist List file under ULI/factory ** Unrecognized filesystem type ** [05.586]update part info [05.589]update bootcmd [05.597]change working_fdt 0x5c87ee70 to 0x5c85ee70 [05.617]update dts [05.619]No ethernet found. Hit any key to stop autoboot: 0 [09.485]no vendor_boot partition is found Android's image name: sun8i_arm [09.508]Starting kernel ... [09.510][mmc]: MMC Device 2 not found [09.514][mmc]: mmc 2 not find, so not exit [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 5.4.61+ (damon@t113-VirtualBox) (arm-linux-gnueabi-gcc (Linaro GCC 5.3-2016.05) 5.3.1 20160412, GNU ld (Linaro_Binutils-2016.05) 2.25.0 Linaro 2016_02) #28 SMP PREEMPT Tue May 7 09:15:57 CST 2024 [ 0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d [ 0.000000] CPU: div instructions available: patching division code [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache [ 0.000000] OF: fdt: Machine model: sun8iw20 [ 0.000000] earlycon: uart8250 at MMIO32 0x02501400 (options '') [ 0.000000] printk: bootconsole [uart8250] enabled [ 0.000000] Memory policy: Data cache writealloc [ 0.000000] cma: Reserved 16 MiB at 0x5f000000 [ 0.000000] psci: probing for conduit method from DT. [ 0.000000] psci: PSCIv1.0 detected in firmware. [ 0.000000] psci: Using standard PSCI v0.2 function IDs [ 0.000000] psci: MIGRATE_INFO_TYPE not supported. [ 0.000000] psci: SMC Calling Convention v1.0 [ 0.000000] percpu: Embedded 15 pages/cpu s31744 r8192 d21504 u61440 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 129792 [ 0.000000] Kernel command line: earlycon=uart8250,mmio32,0x02501400 clk_ignore_unused initcall_debug=0 console=ttyAS5,115200 loglevel=7 root=/dev/mmcblk0p5 rootdelay=5 init=/init partitions=boot-resource@mmcblk0p1:env@mmcblk0p2:env-redund@mmcblk0p3:boot@mmcblk0p4:rootfs@mmcblk0p5:dsp0@mmcblk0p6:private@mmcblk0p7:UDISK@mmcblk0p8 cma=16M snum= mac_addr= wifi_mac= bt_mac= specialstr= gpt=1 androidboot.mode=normal androidboot.hardware=sun8iw20p1 boot_type=1 androidboot.boot_type=1 gpt=1 uboot_message=2018.05-g512bff9-dirty(07/13/2023-07:52:56) androidboot.dramsize=512 [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes, linear) [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.000000] Memory: 479548K/523264K available (9216K kernel code, 629K rwdata, 3192K rodata, 1024K init, 235K bss, 27332K reserved, 16384K cma-reserved, 0K highmem) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] rcu: Preemptible hierarchical RCU implementation. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=2. [ 0.000000] Tasks RCU enabled. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2 [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16 [ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys). [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns [ 0.000005] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns [ 0.008372] Switching to timer-based delay loop, resolution 41ns [ 0.014830] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns [ 0.025038] Console: colour dummy device 80x30 [ 0.029724] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000) [ 0.040589] pid_max: default: 32768 minimum: 301 [ 0.045574] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.053250] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.061985] CPU: Testing write buffer coherency: ok [ 0.067458] /cpus/cpu@0 missing clock-frequency property [ 0.073045] /cpus/cpu@1 missing clock-frequency property [ 0.078625] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 [ 0.085123] Setting up static identity map for 0x40100000 - 0x40100060 [ 0.092099] rcu: Hierarchical SRCU implementation. [ 0.097430] BOOTEVENT: 97.421040: ON [ 0.102023] smp: Bringing up secondary CPUs ... [ 0.107969] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001 [ 0.108123] smp: Brought up 1 node, 2 CPUs [ 0.118367] SMP: Total of 2 processors activated (96.00 BogoMIPS). [ 0.124850] CPU: All CPU(s) started in SVC mode. [ 0.130152] devtmpfs: initialized [ 0.145956] random: get_random_u32 called from bucket_table_alloc+0xf8/0x124 with crng_init=0 [ 0.146751] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5 [ 0.164239] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.174590] futex hash table entries: 512 (order: 3, 32768 bytes, linear) [ 0.182466] pinctrl core: initialized pinctrl subsystem [ 0.189396] NET: Registered protocol family 16 [ 0.196321] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.204877] cpuidle: using governor menu [ 0.244572] rtc_ccu: sunxi ccu init OK [ 0.250952] ccu: sunxi ccu init OK [ 0.255048] r_ccu: sunxi ccu init OK [ 0.353160] Deinterlace Module initialized. [ 0.357822] iommu: Default domain type: Translated [ 0.363338] sunxi iommu: irq = 24 [ 0.367879] SCSI subsystem initialized [ 0.372245] usbcore: registered new interface driver usbfs [ 0.378300] usbcore: registered new interface driver hub [ 0.383986] usbcore: registered new device driver usb [ 0.389561] mc: Linux media interface: v0.10 [ 0.394103] videodev: Linux video capture interface: v2.00 [ 0.401109] Advanced Linux Sound Architecture Driver Initialized. [ 0.408176] Bluetooth: Core ver 2.22 [ 0.412031] NET: Registered protocol family 31 [ 0.416696] Bluetooth: HCI device and connection manager initialized [ 0.423391] Bluetooth: HCI socket layer initialized [ 0.428484] Bluetooth: L2CAP socket layer initialized [ 0.433802] Bluetooth: SCO socket layer initialized [ 0.439219] pwm module init! [ 0.443714] g2d 5410000.g2d: Adding to iommu group 0 [ 0.449391] G2D: rcq version initialized.major:250 [ 0.455132] input: sunxi-keyboard as /devices/virtual/input/input0 [ 0.463668] clocksource: Switched to clocksource arch_sys_counter [ 0.480120] sun8iw20-pinctrl pio: initialized sunXi PIO driver [ 0.500727] thermal_sys: Registered thermal governor 'step_wise' [ 0.500735] thermal_sys: Registered thermal governor 'user_space' [ 0.507647] NET: Registered protocol family 2 [ 0.519316] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear) [ 0.528140] TCP established hash table entries: 4096 (order: 2, 16384 bytes, linear) [ 0.536346] TCP bind hash table entries: 4096 (order: 3, 32768 bytes, linear) [ 0.543718] TCP: Hash tables configured (established 4096 bind 4096) [ 0.550291] UDP hash table entries: 256 (order: 1, 8192 bytes, linear) [ 0.557208] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear) [ 0.564762] NET: Registered protocol family 1 [ 0.572123] Initialise system trusted keyrings [ 0.577001] workingset: timestamp_bits=30 max_order=17 bucket_order=0 [ 0.598844] fuse: init (API version 7.31) [ 0.632799] NET: Registered protocol family 38 [ 0.637539] Key type asymmetric registered [ 0.641848] Asymmetric key parser 'x509' registered [ 0.647074] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248) [ 0.654859] io scheduler mq-deadline registered [ 0.659610] io scheduler kyber registered [ 0.663926] atomic64_test: passed [ 0.669982] [DISP]disp_module_init [ 0.674138] disp 5000000.disp: Adding to iommu group 0 [ 0.680177] [DISP] disp_init_lcd,line:3094: [ 0.680182] [damon_lcd] disp_init_lcd [ 0.688432] [DISP] disp_lcd_init,line:2843: [ 0.688436] [damon_lcd] disp_lcd_init [ 0.713303] [DISP] disp_init_hdmi,line:1047: [ 0.713307] dont support hdmi [ 0.721203] [DISP] disp_lcd_set_panel_funs,line:2441: [ 0.721208] [damon_lcd] disp_lcd_set_panel_funs [ 0.731298] [DISP] disp_lcd_set_panel_funs,line:2453: [ 0.731304] [damon_lcd] lcd 0, driver_name jd9365da, panel_name default_lcd [ 0.744018] [DISP] lcd_set_panel_funs,line:146: [ 0.744022] [damon_lcd] sunxi_lcd_set_panel_funs ret 0 [ 0.754143] [DISP] disp_lcd_set_panel_funs,line:2441: [ 0.754145] [damon_lcd] disp_lcd_set_panel_funs [ 0.764178] [DISP] disp_lcd_set_panel_funs,line:2453: [ 0.764183] [damon_lcd] lcd 0, driver_name jd9365da, panel_name jd9365da [ 0.776556] [DISP] disp_lcd_set_panel_funs,line:2455: [ 0.776559] [damon_lcd] strcmp(lcdp->panel_info.lcd_driver_name, name) [ 0.788674] [DISP] lcd_set_panel_funs,line:146: [ 0.788677] [damon_lcd] sunxi_lcd_set_panel_funs ret 0 [ 0.798788] [DISP] disp_lcd_set_panel_funs,line:2441: [ 0.798790] [damon_lcd] disp_lcd_set_panel_funs [ 0.808814] [DISP] disp_lcd_set_panel_funs,line:2453: [ 0.808819] [damon_lcd] lcd 0, driver_name jd9365da, panel_name he0801a068 [ 0.821391] [DISP] lcd_set_panel_funs,line:146: [ 0.821394] [damon_lcd] sunxi_lcd_set_panel_funs ret 0 [ 0.831522] [DISP] disp_lcd_set_panel_funs,line:2441: [ 0.831524] [damon_lcd] disp_lcd_set_panel_funs [ 0.841549] [DISP] disp_lcd_set_panel_funs,line:2453: [ 0.841553] [damon_lcd] lcd 0, driver_name jd9365da, panel_name inet_dsi_panel [ 0.854511] [DISP] lcd_set_panel_funs,line:146: [ 0.854515] [damon_lcd] sunxi_lcd_set_panel_funs ret 0 [ 0.864647] [DISP] disp_lcd_set_panel_funs,line:2441: [ 0.864650] [damon_lcd] disp_lcd_set_panel_funs [ 0.874686] [DISP] disp_lcd_set_panel_funs,line:2453: [ 0.874691] [damon_lcd] lcd 0, driver_name jd9365da, panel_name lq101r1sx03 [ 0.887350] [DISP] lcd_set_panel_funs,line:146: [ 0.887353] [damon_lcd] sunxi_lcd_set_panel_funs ret 0 [ 0.897464] [DISP] disp_lcd_set_panel_funs,line:2441: [ 0.897466] [damon_lcd] disp_lcd_set_panel_funs [ 0.907507] [DISP] disp_lcd_set_panel_funs,line:2453: [ 0.907512] [damon_lcd] lcd 0, driver_name jd9365da, panel_name WilliamLcd [ 0.920084] [DISP] lcd_set_panel_funs,line:146: [ 0.920087] [damon_lcd] sunxi_lcd_set_panel_funs ret 0 [ 0.930233] [DISP] disp_lcd_set_panel_funs,line:2441: [ 0.930236] [damon_lcd] disp_lcd_set_panel_funs [ 0.940260] [DISP] disp_lcd_set_panel_funs,line:2453: [ 0.940265] [damon_lcd] lcd 0, driver_name jd9365da, panel_name CC08021801_310_800X1280 [ 0.954025] [DISP] lcd_set_panel_funs,line:146: [ 0.954028] [damon_lcd] sunxi_lcd_set_panel_funs ret 0 [ 0.964147] [DISP] disp_lcd_set_panel_funs,line:2441: [ 0.964150] [damon_lcd] disp_lcd_set_panel_funs [ 0.974199] [DISP] disp_lcd_set_panel_funs,line:2453: [ 0.974204] [damon_lcd] lcd 0, driver_name jd9365da, panel_name bp101wx1 [ 0.986628] [DISP] lcd_set_panel_funs,line:146: [ 0.986632] [damon_lcd] sunxi_lcd_set_panel_funs ret 0 [ 0.996762] [DISP] disp_lcd_set_panel_funs,line:2441: [ 0.996766] [damon_lcd] disp_lcd_set_panel_funs [ 1.006806] [DISP] disp_lcd_set_panel_funs,line:2453: [ 1.006810] [damon_lcd] lcd 0, driver_name jd9365da, panel_name k101im2qa04 [ 1.019489] [DISP] lcd_set_panel_funs,line:146: [ 1.019493] [damon_lcd] sunxi_lcd_set_panel_funs ret 0 [ 1.029621] [DISP] disp_lcd_set_panel_funs,line:2441: [ 1.029624] [damon_lcd] disp_lcd_set_panel_funs [ 1.039640] [DISP] disp_lcd_set_panel_funs,line:2453: [ 1.039644] [damon_lcd] lcd 0, driver_name jd9365da, panel_name fx070 [ 1.051747] [DISP] lcd_set_panel_funs,line:146: [ 1.051750] [damon_lcd] sunxi_lcd_set_panel_funs ret 0 [ 1.061852] [DISP] disp_lcd_set_panel_funs,line:2441: [ 1.061855] [damon_lcd] disp_lcd_set_panel_funs [ 1.071888] [DISP] disp_lcd_set_panel_funs,line:2453: [ 1.071893] [damon_lcd] lcd 0, driver_name jd9365da, panel_name K080_IM2HYL802R_800X1280 [ 1.085751] [DISP] lcd_set_panel_funs,line:146: [ 1.085755] [damon_lcd] sunxi_lcd_set_panel_funs ret 0 [ 1.095865] [DISP] disp_lcd_set_panel_funs,line:2441: [ 1.095868] [damon_lcd] disp_lcd_set_panel_funs [ 1.105917] [DISP] disp_lcd_set_panel_funs,line:2453: [ 1.105922] [damon_lcd] lcd 0, driver_name jd9365da, panel_name K101_IM2BYL02_L_800X1280 [ 1.119785] [DISP] lcd_set_panel_funs,line:146: [ 1.119789] [damon_lcd] sunxi_lcd_set_panel_funs ret 0 [ 1.129917] [DISP] disp_lcd_set_panel_funs,line:2441: [ 1.129920] [damon_lcd] disp_lcd_set_panel_funs [ 1.139956] [DISP] disp_lcd_set_panel_funs,line:2453: [ 1.139960] [damon_lcd] lcd 0, driver_name jd9365da, panel_name kd080d24 [ 1.152355] [DISP] lcd_set_panel_funs,line:146: [ 1.152358] [damon_lcd] sunxi_lcd_set_panel_funs ret 0 [ 1.162492] [DISP] disp_lcd_set_panel_funs,line:2441: [ 1.162494] [damon_lcd] disp_lcd_set_panel_funs [ 1.172575] [DISP] disp_lcd_set_panel_funs,line:2453: [ 1.172580] [damon_lcd] lcd 0, driver_name jd9365da, panel_name super_lcd_driver [ 1.185709] [DISP] lcd_set_panel_funs,line:146: [ 1.185712] [damon_lcd] sunxi_lcd_set_panel_funs ret 0 [ 1.195822] [DISP] disp_init,line:2436: [ 1.195825] [damon_lcd] lcd_init [ 1.203184] [DISP] fb_init,line:2321: [ 1.203186] [damon] fb_init [ 1.209961] [DISP] display_fb_request,line:1991: [ 1.209964] [damon] display_fb_request [ 1.218717] display_fb_request,fb_id:0 [ 1.222642] [DISP] fb_map_video_memory,line:104: [ 1.222645] [damon_lcd] is CONFIG_ION [ 1.231317] [DISP] disp_ion_malloc,line:1594: [ 1.231320] [damon_alloc] disp_ion_malloc [ 1.241235] [DISP] disp_dma_map,line:202: [ 1.241239] [damon_alloc] disp_dma_map [ 1.249403] [DISP] disp_dma_map,line:210: [ 1.249408] [damon_alloc] __LINUX_PLAT__ item ddc4dc40 [ 1.259010] [DISP] dma_buf_map_attachment,line:751: [ 1.259013] [damon_alloc] dma_buf_map_attachment [ 1.269133] [DISP] dma_buf_map_attachment,line:782: [ 1.269141] [damon_alloc] ok: sgt 0xddc4dd40, direction 0x00000002, ((sg_table->sgl)->dma_address) 0x00000000, attach->dmabuf->ops->cache_sgt_mapping 0 [ 1.288483] [DISP] disp_dma_map_core,line:174: [ 1.288490] [damon_alloc] item->dmabuf 0xddd04600, item->sgt 0xddc4dd40, item->attachment 0xddc4dcc0, item->dma_addr 0x00000000 [ 1.305172] [DISP] disp_dma_map,line:226: [ 1.305177] [damon_alloc] disp_dma_map_end item ddc4dc40, item->dma_addr 00000000 [ 1.317212] [DISP] __disp_ion_alloc_coherent,line:1560: [ 1.317216] [damon_alloc] mem->p_item ddc4dc40, mem->p_item->dma_addr 00000000 [ 1.330258] [DISP] disp_ion_malloc,line:1626: [ 1.330263] [damon_alloc] disp_ion_malloc ok! mem 0xddc4db48, num_bytes 2560000, paddr 0x00000000 [ 1.344138] [DISP] fb_map_video_memory,line:115: [ 1.344142] [damon] fb_map_video_memory addr 0x00000000 [ 1.354444] [DISP] fb_map_video_memory,line:121: [ 1.354450] fb_map_video_memory(reserve),va=0xe0d01000, pa=0x00000000 size:0x271000 [ 1.368200] [DISP] Fb_map_kernel_logo,line:1806: [ 1.368203] [damon] Fb_map_kernel_logo [ 1.376962] [DISP] Fb_copy_boot_fb,line:1354: [ 1.376965] [damon] Fb_copy_boot_fb [ 1.385201] [DISP] Fb_copy_boot_fb,line:1462: [ 1.385203] no boot_fb0 [ 1.392286] [DISP] var_to_disp_fb,line:416: [ 1.392289] [damon] var_to_disp_fb [ 1.400225] [DISP] display_fb_request,line:2133: [ 1.400229] [damon] config.info.fb.addr[0] = 0x00000000 [ 1.410997] [DISP] start_work,line:1812: [ 1.411004] [damon_lcd]sel=0, output_type=1, lcd_reg=1,hdmi_reg=0 [ 1.414308] [DISP]disp_module_init finish [ 1.415153] [DISP] disp_lcd_enable,line:2051: [ 1.415156] [damon_lcd] disp_lcd_enable [ 1.423045] sunxi_sid_init()563 - insmod ok [ 1.425971] disp_al_manager_apply ouput_type:0 [ 1.430632] of_pwm_get(): can't parse "pwms" property [ 1.434833] [DISP] lcd_clk_config,line:741: [ 1.434845] disp 0, clk: pll(360000000),clk(360000000),dclk(60000000) dsi_rate(60000000) [ 1.434845] clk real:pll(360000000),clk(360000000),dclk(90000000) dsi_rate(150000000) [ 1.438835] pwm-regulator vdd-cpu: Failed to get PWM: -2 [ 1.475840] pwm-regulator: probe of vdd-cpu failed with error -2 [ 1.482987] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled [ 1.491485] sun8iw20-pinctrl pio: pio supply vcc-pe not found, using dummy regulator [ 1.500372] uart uart4: get regulator failed [ 1.504937] uart uart4: uart4 supply uart not found, using dummy regulator [ 1.512398] sw_uart_probe()2167 - error to get uart4_rs485 [ 1.518236] uart4: ttyAS4 at MMIO 0x2501000 (irq = 33, base_baud = 1500000) is a SUNXI [ 1.527323] uart uart5: get regulator failed [ 1.531816] uart uart5: uart5 supply uart not found, using dummy regulator [ 1.539341] sw_uart_probe()2167 - error to get uart5_rs485 [ 1.545164] uart5: ttyAS5 at MMIO 0x2501400 (irq = 34, base_baud = 1500000) is a SUNXI [ 1.553467] sw_console_setup()1887 - console setup baud 115200 parity n bits 8, flow n [ 1.561825] printk: console [ttyAS5] enabled [ 1.561825] printk: console [ttyAS5] enabled [ 1.571104] printk: bootconsole [uart8250] disabled [ 1.571104] printk: bootconsole [uart8250] disabled [ 1.582842] misc dump reg init [ 1.589165] libphy: Fixed MDIO Bus: probed [ 1.594165] CAN device driver interface [ 1.599344] sun8iw20-pinctrl pio: pio supply vcc-pg not found, using dummy regulator [ 1.608679] sun8iw20-pinctrl pio: pio supply vcc-pd not found, using dummy regulator [ 1.614015] sunxi gmac driver's version: 1.0.0 [ 1.622343] sunxi gmac driver's version: 1.0.0 [ 1.627629] gmac-power0: NULL [ 1.630958] gmac-power1: NULL [ 1.634301] gmac-power2: NULL [ 1.638902] Failed to alloc md5 [ 1.642438] eth0: Use random mac address [ 1.647236] PPP generic driver version 2.4.2 [ 1.652314] PPP BSD Compression module registered [ 1.657813] PPP Deflate Compression module registered [ 1.663491] PPP MPPE Compression module registered [ 1.668886] NET: Registered protocol family 24 [ 1.674032] usbcore: registered new interface driver catc [ 1.680151] usbcore: registered new interface driver kaweth [ 1.686435] pegasus: v0.9.3 (2013/04/25), Pegasus/Pegasus II USB Ethernet driver [ 1.694812] usbcore: registered new interface driver pegasus [ 1.701162] hso: /home/damon/t113/auto-t113x-linux/kernel/linux-5.4/drivers/net/usb/hso.c: Option Wireless [ 1.712102] usbcore: registered new interface driver hso [ 1.718171] usbcore: registered new interface driver asix [ 1.724310] usbcore: registered new interface driver ax88179_178a [ 1.731215] usbcore: registered new interface driver cdc_ether [ 1.737844] usbcore: registered new interface driver cdc_eem [ 1.744274] usbcore: registered new interface driver dm9601 [ 1.750579] usbcore: registered new interface driver net1080 [ 1.757005] usbcore: registered new interface driver cdc_subset [ 1.763742] usbcore: registered new interface driver zaurus [ 1.770060] usbcore: registered new interface driver cdc_phonet [ 1.776976] usbcore: registered new interface driver sierra_net [ 1.783751] usbcore: registered new interface driver cdc_ncm [ 1.790162] usbcore: registered new interface driver huawei_cdc_ncm [ 1.797288] usbcore: registered new interface driver qmi_wwan [ 1.803828] usbcore: registered new interface driver qmi_wwan_q [ 1.810530] usbcore: registered new interface driver cdc_mbim [ 1.816999] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.824335] sunxi-ehci: EHCI SUNXI driver [ 1.829326] get ehci0-controller wakeup-source is fail. [ 1.835337] sunxi ehci0-controller don't init wakeup source [ 1.841593] [sunxi-ehci0]: probe, pdev->name: 4101000.ehci0-controller, sunxi_ehci: 0xc0fc6580, 0x:e0833000, irq_no:39 [ 1.853608] [sunxi-ehci0]: Not init ehci0 [ 1.858440] get ehci1-controller wakeup-source is fail. [ 1.864434] sunxi ehci1-controller don't init wakeup source [ 1.870688] [sunxi-ehci1]: probe, pdev->name: 4200000.ehci1-controller, sunxi_ehci: 0xc0fc6aa0, 0x:e0837000, irq_no:3b [ 1.882957] sunxi-ehci 4200000.ehci1-controller: 4200000.ehci1-controller supply hci not found, using dummy regulator [ 1.895312] sunxi-ehci 4200000.ehci1-controller: EHCI Host Controller [ 1.902569] sunxi-ehci 4200000.ehci1-controller: new USB bus registered, assigned bus number 1 [ 1.912611] sunxi-ehci 4200000.ehci1-controller: irq 59, io mem 0x04200000 [ 1.923758] [DISP] lcd_panel_init,line:333: [ 1.923762] [damon_lcd] lcd_panel_init [ 1.943691] sunxi-ehci 4200000.ehci1-controller: USB 2.0 started, EHCI 1.00 [ 1.951515] sunxi-ehci 4200000.ehci1-controller: ehci_irq: highspeed device connect [ 1.960680] hub 1-0:1.0: USB hub found [ 1.964974] hub 1-0:1.0: 1 port detected [ 1.970160] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.977148] sunxi-ohci: OHCI SUNXI driver [ 1.982127] get ohci0-controller wakeup-source is fail. [ 1.988141] sunxi ohci0-controller don't init wakeup source [ 1.994413] [sunxi-ohci0]: probe, pdev->name: 4101400.ohci0-controller, sunxi_ohci: 0xc0fc6810 [ 2.003871] [DISP] disp_device_attached_and_enable,line:235: [ 2.003877] attached ok, mgr0<-->dev0 [ 2.004087] [sunxi-ohci0]: Not init ohci0 [ 2.010427] [DISP] disp_device_attached_and_enable,line:248: [ 2.010436] type:1,mode:0,fmt:rgb,bits:8bits,eotf:4,cs:0 dvi_hdmi:2, range:2 scan:0 ratio:8 [ 2.014865] get ohci1-controller wakeup-source is fail. [ 2.019300] [DISP] start_work,line:1812: [ 2.019305] [damon_lcd]sel=1, output_type=4, lcd_reg=0,hdmi_reg=0 [ 2.025521] sunxi ohci1-controller don't init wakeup source [ 2.058143] [sunxi-ohci1]: probe, pdev->name: 4200400.ohci1-controller, sunxi_ohci: 0xc0fc6d30 [ 2.068091] sunxi-ohci 4200400.ohci1-controller: 4200400.ohci1-controller supply hci not found, using dummy regulator [ 2.080601] sunxi-ohci 4200400.ohci1-controller: OHCI Host Controller [ 2.087901] sunxi-ohci 4200400.ohci1-controller: new USB bus registered, assigned bus number 2 [ 2.097837] sunxi-ohci 4200400.ohci1-controller: irq 60, io mem 0x04200400 [ 2.178669] hub 2-0:1.0: USB hub found [ 2.182925] hub 2-0:1.0: 1 port detected [ 2.189031] usbcore: registered new interface driver cdc_wdm [ 2.195712] usbcore: registered new interface driver uas [ 2.201791] usbcore: registered new interface driver usb-storage [ 2.208632] usbcore: registered new interface driver ums-alauda [ 2.215358] usbcore: registered new interface driver ums-cypress [ 2.222153] usbcore: registered new interface driver ums-datafab [ 2.228975] usbcore: registered new interface driver ums_eneub6250 [ 2.235988] usbcore: registered new interface driver ums-freecom [ 2.242803] usbcore: registered new interface driver ums-isd200 [ 2.249533] usbcore: registered new interface driver ums-jumpshot [ 2.256447] usbcore: registered new interface driver ums-karma [ 2.263055] usbcore: registered new interface driver ums-onetouch [ 2.270129] usbcore: registered new interface driver ums-realtek [ 2.276979] usbcore: registered new interface driver ums-sddr09 [ 2.283716] usbcore: registered new interface driver ums-sddr55 [ 2.290420] usbcore: registered new interface driver ums-usbat [ 2.297313] usbcore: registered new interface driver ipw [ 2.303319] usbserial: USB Serial support registered for IPWireless converter [ 2.311442] usbcore: registered new interface driver option [ 2.317766] usbserial: USB Serial support registered for GSM modem (1-port) [ 2.325781] usbcore: registered new interface driver qcserial [ 2.332273] usbserial: USB Serial support registered for Qualcomm USB modem [ 2.340130] usb 1-1: new high-speed USB device number 2 using sunxi-ehci [ 2.343929] usbcore: registered new interface driver usb_serial_simple [ 2.355222] usbserial: USB Serial support registered for carelink [ 2.362177] usbserial: USB Serial support registered for zio [ 2.368674] usbserial: USB Serial support registered for funsoft [ 2.375499] usbserial: USB Serial support registered for flashloader [ 2.382667] usbserial: USB Serial support registered for google [ 2.389373] usbserial: USB Serial support registered for libtransistor [ 2.396777] usbserial: USB Serial support registered for vivopay [ 2.403562] usbserial: USB Serial support registered for moto_modem [ 2.410673] usbserial: USB Serial support registered for motorola_tetra [ 2.418164] usbserial: USB Serial support registered for novatel_gps [ 2.425368] usbserial: USB Serial support registered for hp4x [ 2.431851] usbserial: USB Serial support registered for suunto [ 2.438553] usbserial: USB Serial support registered for siemens_mpi [ 2.446668] tp_key_probe: start [ 2.450321] key adc value:210 key code:115 [ 2.454961] key adc value:410 key code:114 [ 2.459578] key adc value:590 key code:119 [ 2.464191] key adc value:750 key code:373 [ 2.468801] channel_tpadc val : 49 [ 2.555142] hub 1-1:1.0: USB hub found [ 2.559539] hub 1-1:1.0: 4 ports detected [ 2.983693] usb 1-1.4: new high-speed USB device number 3 using sunxi-ehci [ 2.983901] input: sunxi-tpadc as /devices/virtual/input/input1 [ 2.999275] sunxi_gpadc_init,2137, success [ 3.004220] sunxi_gpadc_setup: get channel scan data failed [ 3.010818] input: sunxi-gpadc0 as /devices/virtual/input/input2 [ 3.018737] i2c /dev entries driver [ 3.022894] IR NEC protocol handler initialized [ 3.028089] IR RC5(x/sz) protocol handler initialized [ 3.034234] sun8iw20-pinctrl pio: pio supply vcc-pb not found, using dummy regulator [ 3.043262] sunxi_ir_startup: get ir protocol failed [ 3.043281] (NULL device *): deviceless supply not found, using dummy regulator [ 3.057317] Registered IR keymap rc_map_sunxi [ 3.062412] rc rc0: sunxi-ir as /devices/platform/soc@3000000/7040000.s_cir/rc/rc0 [ 3.071148] input: sunxi-ir as /devices/platform/soc@3000000/7040000.s_cir/rc/rc0/s_cir_rx [ 3.083346] usbcore: registered new interface driver uvcvideo [ 3.089846] USB Video Class driver (1.1.1) [ 3.094542] gspca_main: v2.14.0 registered [ 3.099143] sunxi cedar version 1.1 [ 3.103308] sunxi-cedar 1c0e000.ve: Adding to iommu group 0 [ 3.109939] VE: cedar-ve the get irq is 41 [ 3.109939] [ 3.116452] VE: ve_debug_proc_info:(ptrval), data:(ptrval), lock:(ptrval) [ 3.116452] [ 3.127093] sunxi-wdt 20500a0.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0) [ 3.136490] Bluetooth: HCI UART driver ver 2.3 [ 3.141545] Bluetooth: HCI UART protocol H4 registered [ 3.149241] sun8iw20-pinctrl pio: pio supply vcc-pc not found, using dummy regulator [ 3.158225] sunxi-mmc 4022000.sdmmc: SD/MMC/SDIO Host Controller Driver(v4.21 2021-05-24 16:10) [ 3.168275] sunxi-mmc 4022000.sdmmc: ***ctl-spec-caps*** 308 [ 3.174761] sunxi-mmc 4022000.sdmmc: No vmmc regulator found [ 3.181115] sunxi-mmc 4022000.sdmmc: No vqmmc regulator found [ 3.187604] sunxi-mmc 4022000.sdmmc: No vdmmc regulator found [ 3.194079] sunxi-mmc 4022000.sdmmc: No vd33sw regulator found [ 3.200641] sunxi-mmc 4022000.sdmmc: No vd18sw regulator found [ 3.207234] sunxi-mmc 4022000.sdmmc: No vq33sw regulator found [ 3.213820] sunxi-mmc 4022000.sdmmc: No vq18sw regulator found [ 3.220409] sunxi-mmc 4022000.sdmmc: Cann't get pin bias hs pinstate,check if needed [ 3.230051] sunxi-mmc 4022000.sdmmc: sdc set ios:clk 0Hz bm PP pm UP vdd 21 width 1 timing LEGACY(SDR12) dt B [ 3.253840] sunxi-mmc 4022000.sdmmc: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B [ 3.278189] sunxi-mmc 4022000.sdmmc: detmode:alway in(non removable) [ 3.285403] sunxi-mmc 4022000.sdmmc: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B [ 3.294968] sunxi-mmc 4020000.sdmmc: SD/MMC/SDIO Host Controller Driver(v4.21 2021-05-24 16:10) [ 3.300549] sunxi-mmc 4022000.sdmmc: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B [ 3.307042] sunxi-mmc 4020000.sdmmc: ***ctl-spec-caps*** 8 [ 3.319914] sunxi-mmc 4022000.sdmmc: sdc set ios:clk 400000Hz bm OD pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B [ 3.324718] sunxi-mmc 4020000.sdmmc: No vmmc regulator found [ 3.342672] sunxi-mmc 4020000.sdmmc: No vqmmc regulator found [ 3.342707] random: fast init done [ 3.349132] sunxi-mmc 4020000.sdmmc: No vdmmc regulator found [ 3.359377] sunxi-mmc 4020000.sdmmc: No vd33sw regulator found [ 3.365940] sunxi-mmc 4020000.sdmmc: No vd18sw regulator found [ 3.372483] sunxi-mmc 4020000.sdmmc: No vq33sw regulator found [ 3.376873] sunxi-mmc 4022000.sdmmc: sdc set ios:clk 400000Hz bm OD pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B [ 3.379039] sunxi-mmc 4020000.sdmmc: No vq18sw regulator found [ 3.390774] sunxi-mmc 4022000.sdmmc: sdc set ios:clk 400000Hz bm OD pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B [ 3.409282] sunxi-mmc 4020000.sdmmc: Got CD GPIO [ 3.411857] sunxi-mmc 4022000.sdmmc: sdc set ios:clk 400000Hz bm OD pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B [ 3.426580] sunxi-mmc 4020000.sdmmc: sdc set ios:clk 0Hz bm PP pm UP vdd 21 width 1 timing LEGACY(SDR12) dt B [ 3.437769] sunxi-mmc 4020000.sdmmc: no vqmmc,Check if there is regulator [ 3.454473] sunxi-mmc 4022000.sdmmc: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B [ 3.457928] sunxi-mmc 4020000.sdmmc: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B [ 3.478777] sunxi-mmc 4022000.sdmmc: avoid to switch power_off_notification to POWERED_ON(0x01) [ 3.488581] sunxi-mmc 4022000.sdmmc: avoid to switch power_off_notification to POWERED_ON(0x01) [ 3.490354] sunxi-mmc 4020000.sdmmc: detmode:gpio polling [ 3.498373] sunxi-mmc 4022000.sdmmc: avoid to switch power_off_notification to POWERED_ON(0x01) [ 3.504451] sunxi-mmc 4020000.sdmmc: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B [ 3.514211] sunxi-mmc 4022000.sdmmc: avoid to switch power_off_notification to POWERED_ON(0x01) [ 3.537006] sunxi-mmc 4022000.sdmmc: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 4 timing LEGACY(SDR12) dt B [ 3.537047] usbcore: registered new interface driver usbhid [ 3.552616] sunxi-mmc 4022000.sdmmc: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 4 timing MMC-HS200 dt B [ 3.554934] usbhid: USB HID core driver [ 3.554984] RTW: module init start [ 3.566673] sunxi-mmc 4022000.sdmmc: sdc set ios:clk 150000000Hz bm PP pm ON vdd 21 width 4 timing MMC-HS200 dt B [ 3.570513] sunxi-mmc 4020000.sdmmc: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B [ 3.574601] mmc0: new HS200 MMC card at address 0001 [ 3.585872] RTW: rtl8733bu v5.13.0-36-g1780015fd.20210304_COEX20210106-2002_beta [ 3.598996] mmcblk0: mmc0:0001 88A398 7.28 GiB [ 3.603073] RTW: build time: Apr 23 2024 20:14:05 [ 3.611878] mmcblk0rpmb: mmc0:0001 88A398 partition 3 4.00 MiB, chardev (242:0) [ 3.616623] RTW: rtl8733bu BT-Coex version = COEX20210106-2002 [ 3.625534] mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 [ 3.630116] RTW: rtw_inetaddr_notifier_register [ 3.646732] RTW: [ 3.646732] usb_endpoint_descriptor(0): [ 3.653206] RTW: bLength=7 [ 3.656271] RTW: bDescriptorType=5 [ 3.660083] RTW: bEndpointAddress=84 [ 3.664136] sunxi-mmc 4020000.sdmmc: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B [ 3.673699] RTW: wMaxPacketSize=512 [ 3.679694] RTW: bInterval=0 [ 3.680960] sunxi-mmc 4020000.sdmmc: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B [ 3.682925] RTW: RT_usb_endpoint_is_bulk_in = 4 [ 3.699717] RTW: [ 3.699717] usb_endpoint_descriptor(1): [ 3.706194] RTW: bLength=7 [ 3.709247] RTW: bDescriptorType=5 [ 3.713064] RTW: bEndpointAddress=5 [ 3.716992] RTW: wMaxPacketSize=512 [ 3.720905] RTW: bInterval=0 [ 3.724180] RTW: RT_usb_endpoint_is_bulk_out = 5 [ 3.729371] RTW: [ 3.729371] usb_endpoint_descriptor(2): [ 3.735835] RTW: bLength=7 [ 3.738886] RTW: bDescriptorType=5 [ 3.742720] RTW: bEndpointAddress=6 [ 3.746664] RTW: wMaxPacketSize=512 [ 3.750578] RTW: bInterval=0 [ 3.753824] RTW: RT_usb_endpoint_is_bulk_out = 6 [ 3.759012] RTW: [ 3.759012] usb_endpoint_descriptor(3): [ 3.765483] RTW: bLength=7 [ 3.768528] RTW: bDescriptorType=5 [ 3.772354] RTW: bEndpointAddress=87 [ 3.776394] RTW: wMaxPacketSize=64 [ 3.780222] RTW: bInterval=3 [ 3.783462] RTW: RT_usb_endpoint_is_int_in = 7, Interval = 3 [ 3.789839] RTW: [ 3.789839] usb_endpoint_descriptor(4): [ 3.796322] RTW: bLength=7 [ 3.799369] RTW: bDescriptorType=5 [ 3.803194] RTW: bEndpointAddress=8 [ 3.807127] RTW: wMaxPacketSize=512 [ 3.811057] mmc1: host does not support reading read-only switch, assuming write-enable [ 3.820070] sunxi-mmc 4020000.sdmmc: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing SD-HS(SDR25) dt B [ 3.831609] RTW: bInterval=0 [ 3.831675] sunxi-mmc 4020000.sdmmc: sdc set ios:clk 50000000Hz bm PP pm ON vdd 21 width 1 timing SD-HS(SDR25) dt B [ 3.834856] RTW: RT_usb_endpoint_is_bulk_out = 8 [ 3.834863] RTW: nr_endpoint=5, in_num=2, out_num=3 [ 3.834863] [ 3.858944] sunxi-mmc 4020000.sdmmc: sdc set ios:clk 50000000Hz bm PP pm ON vdd 21 width 4 timing SD-HS(SDR25) dt B [ 3.859005] mmc1: new high speed SDHC card at address aaaa [ 3.870672] RTW: USB_SPEED_HIGH [ 3.870679] RTW: CHIP TYPE: RTL8733B [ 3.877946] mmcblk1: mmc1:aaaa SU04G 3.69 GiB [ 3.880614] RTW: [HALMAC]129 [ 3.880614] HALMAC_MAJOR_VER = 1 [ 3.880614] HALMAC_PROTOTYPE_VER = 6 [ 3.880614] HALMAC_MINOR_VER = 6 [ 3.880614] HALMAC_PATCH_VER = 0 [ 3.908409] RTW: Chip Version Info: CHIP_8733B_U4_1T1R_RomVer(3) [ 3.915284] RTW: config_chip_out_EP OutEpQueueSel(0x07), OutEpNumber(3) [ 3.915321] mmcblk1: p1 p2 p3 p4 p5 p6 p7 p8 [ 3.923036] RTW: ERROR [HALMAC][ERR]Dump efuse in suspend [ 4.062039] RTW: is_valid_id_status: HALMAC_FEATURE_DUMP_LOGICAL_EFUSE [ 4.069452] RTW: HW EFUSE [ 4.072397] RTW: 0x000: 29 81 80 86 10 00 84 00 B0 0D B4 10 08 94 8A 1B [ 4.080363] RTW: 0x010: 00 00 00 00 00 00 00 00 00 06 06 FF FF FF FF FF [ 4.088328] RTW: 0x020: FF FF 09 0B 07 0C 09 0A 0B 0A 10 0E 0A 0B 08 0A [ 4.096283] RTW: 0x030: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF [ 4.104235] RTW: 0x040: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF [ 4.112173] RTW: 0x050: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF [ 4.120129] RTW: 0x060: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF [ 4.128134] RTW: 0x070: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF [ 4.136091] RTW: 0x080: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF [ 4.144045] RTW: 0x090: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF [ 4.151978] RTW: 0x0A0: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF [ 4.159936] RTW: 0x0B0: FF FF FF FF FF FF FF FF 7F 61 21 00 FF FF FF FF [ 4.167884] RTW: 0x0C0: FF 21 00 10 00 00 00 00 40 11 05 FF FF FF FF FF [ 4.175840] RTW: 0x0D0: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF [ 4.183788] RTW: 0x0E0: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF [ 4.191738] RTW: 0x0F0: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF [ 4.199688] RTW: 0x100: DA 0B 33 B7 E0 67 02 00 54 F2 9F 50 25 35 09 03 [ 4.207647] RTW: 0x110: 52 65 61 6C 74 65 6B 17 03 38 30 32 2E 31 31 6E [ 4.215608] RTW: 0x120: 20 20 57 4C 41 4E 20 41 64 61 70 74 65 72 0E 03 [ 4.223546] RTW: 0x130: 30 30 65 30 34 63 30 30 30 30 30 31 FF FF FF FF [ 4.231507] RTW: 0x140: FF FF FF FF FF FF FF FF 00 00 00 0F FF FF FF FF [ 4.239458] RTW: 0x150: 9F 38 7B 8D C8 58 90 C1 25 EF 00 00 00 11 06 66 [ 4.247410] RTW: 0x160: FC 8C 00 11 9B 15 00 0E FF FF FF FF FF FF FF FF [ 4.255358] RTW: 0x170: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF [ 4.263308] RTW: 0x180: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF [ 4.271257] RTW: 0x190: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF [ 4.279210] RTW: 0x1A0: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF [ 4.287159] RTW: 0x1B0: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF [ 4.295112] RTW: 0x1C0: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF [ 4.303046] RTW: 0x1D0: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF [ 4.311000] RTW: 0x1E0: D0 B0 58 59 32 07 55 C0 C0 00 A0 C4 63 DD 98 BB [ 4.318953] RTW: 0x1F0: 14 05 24 E7 FF FF FF FF FF FF FF FF FF FF FF FF [ 4.326908] RTW: 0x200: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF [ 4.334856] RTW: 0x210: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF [ 4.342794] RTW: 0x220: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF [ 4.350746] RTW: 0x230: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF [ 4.358699] RTW: 0x240: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF [ 4.366651] RTW: 0x250: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF [ 4.374619] RTW: 0x260: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF [ 4.382553] RTW: 0x270: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF [ 4.390501] RTW: 0x280: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF [ 4.398456] RTW: 0x290: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF [ 4.406404] RTW: 0x2A0: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF [ 4.414363] RTW: 0x2B0: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF [ 4.422298] RTW: 0x2C0: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF [ 4.430252] RTW: 0x2D0: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF [ 4.438203] RTW: 0x2E0: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF [ 4.446155] RTW: 0x2F0: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF [ 4.454107] RTW: check_phy_efuse_tx_power_info_valid: tpt_mode is TSSI, skip check [ 4.462607] RTW: EEPROM ID = 0x8129 [ 4.466536] RTW: EEPROM Version = 0 [ 4.470461] RTW: Hal_EfuseParseTxPowerInfo tpt_mode=4, PG with TSSI_OFFSET [ 4.478198] RTW: EEPROM Regulatory=0x01 [ 4.482505] RTW: EEPROM Board Type=0x01 [ 4.486824] RTW: EEPROM Enable BT-coex, ant_num=2 [ 4.492113] RTW: hal_com_config_channel_plan chplan:0x7F [ 4.498088] RTW: EEPROM crystal_cap=0x61 [ 4.502489] RTW: EEPROM ThermalMeter=0x21 [ 4.507002] RTW: EEPROM efuse[0xc9]=0x11 is valid [ 4.512286] RTW: EEPROM Customer ID=0x00 [ 4.516708] RTW: EEPROM SupportRemoteWakeup=0 [ 4.521597] RTW: EEPROM PAType_2G is 0x0, ExternalPA_2G = 0 [ 4.527874] RTW: EEPROM PAType_5G is 0x0, external_pa_5g = 0 [ 4.534238] RTW: EEPROM LNAType_2G is 0x0, ExternalLNA_2G = 0 [ 4.540706] RTW: EEPROM LNAType_5G is 0x0, external_lna_5g = 0 [ 4.547267] RTW: EEPROM TypeGPA = 0x0 [ 4.551375] RTW: EEPROM TypeAPA = 0x0 [ 4.555498] RTW: EEPROM TypeGLNA = 0x0 [ 4.559710] RTW: EEPROM TypeALNA = 0x0 [ 4.563931] RTW: EEPROM rfe_type=0x5 [ 4.567945] RTW: EEPROM USB Switch=0 [ 4.571964] RTW: EEPROM VID = 0x0BDA, PID = 0xB733 [ 4.587272] RTW: SetHwReg: bMacPwrCtrlOn=1 [ 4.594519] RTW: rtl8733b_fw_dl fw source from array [ 5.324526] RTW: ERROR [HALMAC][ERR]Check 0x80 = 0xC078 fail [ 5.331272] RTW: ERROR download_fw: download firmware FAIL! status=0x69 [ 5.338897] RTW: _debug_dlfw_fail: 0x80 = 0x6078 [ 5.344272] RTW: _debug_dlfw_fail: 0x10F8 = 0x03ffffff [ 5.350147] RTW: _debug_dlfw_fail: 0x10FC = 0x0000ffff (0/5) [ 5.356647] RTW: _debug_dlfw_fail: 0x10FC = 0x0000ffff (1/5) [ 5.363146] RTW: _debug_dlfw_fail: 0x10FC = 0x0000ffff (2/5) [ 5.369647] RTW: _debug_dlfw_fail: 0x10FC = 0x0000ffff (3/5) [ 5.376147] RTW: _debug_dlfw_fail: 0x10FC = 0x0000ffff (4/5) [ 5.382776] RTW: _debug_dlfw_fail: 0x3A = 0x28 [ 5.388020] RTW: _debug_dlfw_fail: 0xF6 = 0x01 [ 5.393147] RTW: _debug_dlfw_fail: 0xC0 = 0x6180d600 (0/5) [ 5.399522] RTW: _debug_dlfw_fail: 0xC0 = 0x6180d600 (1/5) [ 5.405896] RTW: _debug_dlfw_fail: 0xC0 = 0x6180d602 (2/5) [ 5.412146] RTW: _debug_dlfw_fail: 0xC0 = 0x6180d600 (3/5) [ 5.418523] RTW: _debug_dlfw_fail: 0xC0 = 0x6180d601 (4/5) [ 5.424716] RTW: ======= MAC REG ======= [ 5.429117] RTW: 0x0000 0xdc1f8f98 0x30030012 0x0020fc23 0x00000000 [ 5.437089] RTW: 0x0010 0x0009a200 0x0000ffff 0x00400100 0x874bd100 [ 5.445096] RTW: 0x0020 0x077777ff 0x32171150 0x07286000 0x0051b54b [ 5.453074] RTW: 0x0030 0xa7a1ffff 0x34000000 0x10280000 0x00000000 [ 5.461102] RTW: 0x0040 0x00040004 0x00000000 0x00100000 0x08428282 [ 5.469089] RTW: 0x0050 0x00000000 0x00000e02 0x00000000 0x00000040 [ 5.477093] RTW: 0x0060 0x00000040 0x3e040800 0x8000c0e4 0x0000000f [ 5.485091] RTW: 0x0070 0x04180000 0x87000405 0x08000000 0x08c00000 [ 5.493080] RTW: 0x0080 0x00606078 0x00000000 0x00000000 0x00000000 [ 5.501094] RTW: 0x0090 0x14008200 0x00be2aaa 0x00000000 0x00000000 [ 5.509094] RTW: 0x00a0 0x008006a0 0x00000000 0x00000000 0x00000000 [ 5.517092] RTW: 0x00b0 0x00000000 0x80000000 0x00000000 0x00000000 [ 5.525103] RTW: 0x00c0 0x6180d602 0x00000000 0xeaeaeaea 0x00ff0069 [ 5.533076] RTW: 0x00d0 0x00000000 0x00000000 0x00005544 0x00000000 [ 5.541106] RTW: 0x00e0 0x00000000 0x00000000 0x00000000 0x0000007f [ 5.549089] RTW: 0x00f0 0x0069333f 0x30010054 0x00058129 0x00000016 [ 5.557088] RTW: 0x0100 0x00000000 0x00000110 0x00000000 0x00000000 [ 5.565089] RTW: 0x0110 0x00000000 0x3fff0ff6 0x00000000 0x00000000 [ 5.573074] RTW: 0x0120 0x00000000 0x00002010 0x00000000 0x00000000 [ 5.581101] RTW: 0x0130 0x00000000 0x00000000 0x00000000 0x00008000 [ 5.589087] RTW: 0x0140 0x00000000 0x00000000 0x00000000 0x00000000 [ 5.597095] RTW: 0x0150 0x00000000 0x00000000 0x00000000 0x00000000 [ 5.605087] RTW: 0x0160 0x00000000 0x00000001 0x00000000 0x00000000 [ 5.613080] RTW: 0x0170 0x00000000 0x00000000 0x00000000 0x00000000 [ 5.621098] RTW: 0x0180 0x00000000 0x00000000 0x00000000 0x01312d00 [ 5.629097] RTW: 0x0190 0x00000000 0x00000800 0x00000002 0x00008000 [ 5.637087] RTW: 0x01a0 0x34060019 0x1fe56c2b 0xffffffff 0x00fefcf8 [ 5.645098] RTW: 0x01b0 0x00000000 0x0a000512 0x00000000 0x80045929 [ 5.653074] RTW: 0x01c0 0x8020ffc0 0x00000000 0x00000000 0x00000000 [ 5.661105] RTW: 0x01d0 0x00000000 0x00000000 0x00000000 0x00000000 [ 5.669088] RTW: 0x01e0 0x00000000 0x00000000 0x00000000 0x00000000 [ 5.677095] RTW: 0x01f0 0x00000000 0x00000000 0x00000000 0x00000000 [ 5.685087] RTW: 0x0200 0x00000000 0x00000000 0x00000010 0x00fd0000 [ 5.693080] RTW: 0x0210 0x00000000 0x00000000 0x00000000 0x00000000 [ 5.701092] RTW: 0x0220 0x00000000 0x00000000 0xfa00f800 0x00000000 [ 5.709099] RTW: 0x0230 0x00000000 0x00000000 0x00000000 0x00000000 [ 5.717090] RTW: 0x0240 0x00000000 0x00000000 0x00000000 0x00000000 [ 5.725103] RTW: 0x0250 0x00000000 0x00000000 0x00000000 0x00000000 [ 5.733075] RTW: 0x0260 0x00000000 0x00000000 0x00000000 0x00000000 [ 5.741107] RTW: 0x0270 0x00000000 0x00000000 0x00000000 0x00000000 [ 5.749090] RTW: 0x0280 0x00002003 0x00020000 0x00000000 0x00000000 [ 5.757089] RTW: 0x0290 0x00000004 0x00000000 0x00000000 0x00000000 [ 5.765087] RTW: 0x02a0 0x00000000 0x00000000 0x00000000 0x00000000 [ 5.773074] RTW: 0x02b0 0x00000000 0x00000000 0x00000000 0x00000000 [ 5.781100] RTW: 0x02c0 0x00000000 0x00000000 0x00000000 0x00000000 [ 5.789088] RTW: 0x02d0 0x00000000 0x00000000 0x00000000 0x00000000 [ 5.797093] RTW: 0x02e0 0x00000000 0x00000000 0x00000000 0x00000000 [ 5.805091] RTW: 0x02f0 0x00000000 0x00000000 0x00000000 0x00000000 [ 5.813079] RTW: 0x0300 0xeaeaeaea 0xeaeaeaea 0xeaeaeaea 0xeaeaeaea [ 5.821097] RTW: 0x0310 0xeaeaeaea 0xeaeaeaea 0xeaeaeaea 0xeaeaeaea [ 5.829093] RTW: 0x0320 0xeaeaeaea 0xeaeaeaea 0xeaeaeaea 0xeaeaeaea [ 5.837094] RTW: 0x0330 0xeaeaeaea 0xeaeaeaea 0xeaeaeaea 0xeaeaeaea [ 5.845094] RTW: 0x0340 0xeaeaeaea 0xeaeaeaea 0xeaeaeaea 0xeaeaeaea [ 5.853074] RTW: 0x0350 0xeaeaeaea 0xeaeaeaea 0xeaeaeaea 0xeaeaeaea [ 5.861099] RTW: 0x0360 0xeaeaeaea 0xeaeaeaea 0xeaeaeaea 0xeaeaeaea [ 5.869090] RTW: 0x0370 0xeaeaeaea 0xeaeaeaea 0xeaeaeaea 0xeaeaeaea [ 5.877096] RTW: 0x0380 0xeaeaeaea 0xeaeaeaea 0xeaeaeaea 0xeaeaeaea [ 5.885089] RTW: 0x0390 0xeaeaeaea 0xeaeaeaea 0xeaeaeaea 0xeaeaeaea [ 5.893079] RTW: 0x03a0 0xeaeaeaea 0xeaeaeaea 0xeaeaeaea 0xeaeaeaea [ 5.901093] RTW: 0x03b0 0xeaeaeaea 0xeaeaeaea 0xeaeaeaea 0xeaeaeaea [ 5.909094] RTW: 0x03c0 0xeaeaeaea 0xeaeaeaea 0xeaeaeaea 0xeaeaeaea [ 5.917092] RTW: 0x03d0 0xeaeaeaea 0xeaeaeaea 0xeaeaeaea 0xeaeaeaea [ 5.925104] RTW: 0x03e0 0xeaeaeaea 0xeaeaeaea 0xeaeaeaea 0xeaeaeaea [ 5.933075] RTW: 0x03f0 0xeaeaeaea 0xeaeaeaea 0xeaeaeaea 0xeaeaeaea [ 5.941108] RTW: 0x0400 0x007f80ff 0x007f80ff 0x007f80ff 0x007f80ff [ 5.949089] RTW: 0x0410 0x007f80ff 0x007f80ff 0x0fff00f6 0x000000f6 [ 5.957089] RTW: 0x0420 0x00703f83 0xf510f6f6 0x20201616 0x0000c000 [ 5.965091] RTW: 0x0430 0x02000000 0x08070504 0x04030201 0x08070605 [ 5.973073] RTW: 0x0440 0x00600011 0x00000000 0x00000000 0x00000000 [ 5.981100] RTW: 0x0450 0x00000000 0xf664f64d 0xffffffff 0x1000f600 [ 5.989087] RTW: 0x0460 0x03000000 0x00ff00ff 0x007f80ff 0x007f80ff [ 5.997094] RTW: 0x0470 0x007f80ff 0x007f80ff 0x00000000 0xfe050000 [ 6.005090] RTW: 0x0480 0x000c0400 0x00000000 0x00000000 0xdeadbeef [ 6.013083] RTW: 0x0490 0x00000000 0x00008028 0x0000fc00 0xdeadbeef [ 6.021094] RTW: 0x04a0 0xdeadbeef 0x00000000 0x00000000 0x00000005 [ 6.029094] RTW: 0x04b0 0x00000000 0x00000000 0x00000000 0x00040040 [ 6.037087] RTW: 0x04c0 0x10001000 0x00040340 0x0c140101 0x0102ff7f [ 6.045108] RTW: 0x04d0 0x00000000 0x00000000 0x00000000 0x00000000 [ 6.053076] RTW: 0x04e0 0x00000000 0x00f23000 0x00000000 0x00000000 [ 6.061101] RTW: 0x04f0 0x00000000 0x00000000 0x00000000 0xffff0000 [ 6.069088] RTW: 0x0500 0x002f3224 0x005e4326 0x0000a42b 0x0000a549 [ 6.077095] RTW: 0x0510 0x281c4413 0x10101010 0x09140002 0x00000500 [ 6.085087] RTW: 0x0520 0x00003f0f 0x0000c80f 0x806c0a8f 0x00000040 [ 6.093082] RTW: 0x0530 0x00000000 0x00100000 0x00000000 0x00000000 [ 6.101095] RTW: 0x0540 0x8000c802 0x00400180 0x00000000 0x00000000 [ 6.109095] RTW: 0x0550 0x00001414 0x00640064 0x00000305 0x0f0f1014 [ 6.117090] RTW: 0x0560 0x00000001 0x00000000 0x0015b2a2 0x00000000 [ 6.125135] RTW: 0x0570 0x7f0a0100 0x88ff1000 0x00141414 0x80808080 [ 6.133072] RTW: 0x0580 0x00000000 0x00000000 0x00000000 0x00200060 [ 6.140982] RTW: 0x0590 0x800f000f 0x00000000 0x00000000 0x00000000 [ 6.148964] RTW: 0x05a0 0x02020202 0x00000000 0x00000000 0x000100ff [ 6.156964] RTW: 0x05b0 0x00000200 0x00021040 0x00640064 0x00040064 [ 6.164962] RTW: 0x05c0 0x00000000 0x00000000 0x00000000 0x01e21051 [ 6.172949] RTW: 0x05d0 0x00000000 0x00000000 0x00000000 0x00000000 [ 6.180968] RTW: 0x05e0 0x00001000 0x00003000 0x00001000 0x00000003 [ 6.188966] RTW: 0x05f0 0x00000000 0x00000000 0x00000000 0xffff0000 [ 6.196969] RTW: 0x0600 0x04000000 0x20300000 0x00000000 0x04000410 [ 6.204964] RTW: 0x0610 0x00000000 0x001f0000 0x00000000 0x00000000 [ 6.212954] RTW: 0x0620 0x00000000 0x00000000 0x00000000 0x00000000 [ 6.220967] RTW: 0x0630 0x08840000 0x00000002 0x100a1414 0x10101010 [ 6.228971] RTW: 0x0640 0x013a1414 0x00c00064 0x00000010 0x00000000 [ 6.236962] RTW: 0x0650 0x00000426 0x00000000 0x00000000 0x00000000 [ 6.244960] RTW: 0x0660 0x00000010 0x00000000 0x0e301000 0x00042007 [ 6.252949] RTW: 0x0670 0x00000000 0x00000000 0x00000000 0x00000000 [ 6.260968] RTW: 0x0680 0x0000000c 0x00000000 0x00000000 0x00000000 [ 6.268963] RTW: 0x0690 0x00000000 0x000a0200 0x00000000 0x00000000 [ 6.276974] RTW: 0x06a0 0x00000000 0x00000000 0x00000000 0x00000000 [ 6.284964] RTW: 0x06b0 0x00000000 0x00000000 0x00000000 0x03800000 [ 6.292954] RTW: 0x06c0 0x00000000 0x00000000 0x00000000 0x00000000 [ 6.300956] RTW: 0x06d0 0x00000000 0x00000000 0x0000003f 0x4b040000 [ 6.308959] RTW: 0x06e0 0x00000000 0x00000000 0x00000000 0x00000000 [ 6.316970] RTW: 0x06f0 0x00000000 0x00000000 0x00000000 0x00000000 [ 6.324976] RTW: 0x0700 0x00000000 0x00000000 0x00000000 0x00000000 [ 6.332948] RTW: 0x0710 0x00000000 0x00000000 0x20000280 0x00000000 [ 6.340976] RTW: 0x0720 0x00000000 0x00000000 0x00000000 0x00000000 [ 6.348964] RTW: 0x0730 0x00000000 0x00000000 0x00000000 0x00000000 [ 6.356963] RTW: 0x0740 0x00000000 0x00000000 0x00000000 0x00000000 [ 6.364966] RTW: 0x0750 0x00000076 0x00000000 0x00000000 0x00000000 [ 6.372946] RTW: 0x0760 0x00000000 0x00000000 0x00000000 0x00000000 [ 6.380844] RTW: 0x0770 0x00000000 0x00000000 0x00000000 0x00000000 [ 6.388837] RTW: 0x0780 0x00000000 0x00000000 0x00000000 0x00000000 [ 6.396846] RTW: 0x0790 0x00000000 0x0000017f 0x04444400 0x02030405 [ 6.404843] RTW: 0x07a0 0x4a004010 0x01223425 0x88e088e0 0x880b880b [ 6.412832] RTW: 0x07b0 0x00000000 0x00000000 0x00000000 0x00000000 [ 6.420841] RTW: 0x07c0 0x00000000 0x00000000 0x00000000 0x00000000 [ 6.428845] RTW: 0x07d0 0x0fff0fff 0x5080a000 0x30810041 0x00000000 [ 6.436839] RTW: 0x07e0 0x001845a5 0x00000000 0x00000000 0x00780064 [ 6.444851] RTW: 0x07f0 0x00000000 0x00000000 0x00000000 0x00000000 [ 6.452823] RTW: 0x1000 0x0003300f 0x00000002 0x0000000b 0x00000000 [ 6.460848] RTW: 0x1010 0xb62d98d8 0x92696aa1 0x0001cdf4 0x30298a41 [ 6.468840] RTW: 0x1020 0x3802611a 0x00110000 0x00000053 0x00000000 [ 6.476845] RTW: 0x1030 0x00000000 0xc0000000 0x0000000c 0x008103ff [ 6.484838] RTW: 0x1040 0xfe1dcb50 0x00000002 0x1b61b61b 0x000001b5 [ 6.492833] RTW: 0x1050 0x00000000 0x00000000 0x00000000 0x00000000 [ 6.500839] RTW: 0x1060 0x00000000 0x0061b2f3 0x001ee0eb 0x6607ffe8 [ 6.508845] RTW: 0x1070 0x00000034 0x63ff7f02 0x0000001e 0x0006007f [ 6.516842] RTW: 0x1080 0x0006ffe8 0x0000001f 0x4275f8aa 0x000000c5 [ 6.524853] RTW: 0x1090 0x00000000 0x00000000 0x00000000 0x00000000 [ 6.532826] RTW: 0x10a0 0x00000000 0x00000000 0x00000000 0xfafafafa [ 6.540853] RTW: 0x10b0 0x00000000 0x03020100 0x07060504 0x00000000 [ 6.548840] RTW: 0x10c0 0x00000000 0x00000000 0x00000000 0x00000000 [ 6.556838] RTW: 0x10d0 0x05050505 0x05000000 0x00000000 0x1b1b0000 [ 6.564840] RTW: 0x10e0 0x00000000 0x00000000 0x00000000 0x000007ff [ 6.572823] RTW: 0x10f0 0x02020202 0x00002222 0x03ffffff 0x0000ffff [ 6.580848] RTW: 0x1100 0x0c000000 0x0004c4b4 0x80000109 0x00200020 [ 6.588839] RTW: 0x1110 0x00000000 0x00000000 0x00000000 0x00000000 [ 6.596847] RTW: 0x1120 0x00000000 0x00000000 0x00000000 0x00000000 [ 6.604839] RTW: 0x1130 0x00000000 0x00000000 0x00000000 0x20000000 [ 6.612830] RTW: 0x1140 0xfffff800 0x00000000 0xfffffffc 0x00000000 [ 6.620846] RTW: 0x1150 0x00000000 0x00000080 0x00000000 0x00000000 [ 6.628845] RTW: 0x1160 0x00000000 0x00000000 0x00000000 0x00000000 [ 6.636839] RTW: 0x1170 0x00000000 0x00000000 0x00000000 0x00000000 [ 6.644846] RTW: 0x1180 0x00000000 0x00000000 0x00000000 0x07e00000 [ 6.652823] RTW: 0x1190 0x00000000 0x00000000 0x00000000 0x00000000 [ 6.660844] RTW: 0x11a0 0x00000000 0x00000000 0x00000000 0x00000000 [ 6.668842] RTW: 0x11b0 0x00000000 0x00000000 0x00000000 0x00000000 [ 6.676845] RTW: 0x11c0 0x00000000 0x00000000 0x00000000 0x00000000 [ 6.684839] RTW: 0x11d0 0x00000000 0x00000000 0x00000000 0x00000000 [ 6.692830] RTW: 0x11e0 0x00000000 0x00000000 0x00000000 0x00000000 [ 6.700838] RTW: 0x11f0 0x00000000 0x00000000 0x00000000 0x00000000 [ 6.708847] RTW: 0x1200 0x18780028 0x14058000 0x21000ae0 0x00000000 [ 6.716842] RTW: 0x1210 0x00000000 0x00000000 0x00000000 0x00000000 [ 6.724852] RTW: 0x1220 0x00000000 0x00000000 0x00000000 0x00000000 [ 6.732824] RTW: 0x1230 0x00000000 0x00000000 0x00000000 0x00000000 [ 6.740852] RTW: 0x1240 0x00000000 0x00000000 0x00000000 0x00000000 [ 6.748840] RTW: 0x1250 0x00000000 0x00000000 0x00000000 0x00000000 [ 6.756841] RTW: 0x1260 0x00000000 0x00000000 0x00000000 0x00000000 [ 6.764838] RTW: 0x1270 0x00000000 0x00000000 0x00000000 0x00000000 [ 6.772825] RTW: 0x1280 0x00000000 0x00000000 0x00000000 0x00000000 [ 6.780845] RTW: 0x1290 0x00000000 0x00000000 0x00000000 0x00000000 [ 6.788838] RTW: 0x12a0 0x00000000 0x00000000 0x00000000 0x00000000 [ 6.796848] RTW: 0x12b0 0x00000000 0x00000000 0x00000000 0x00000000 [ 6.804838] RTW: 0x12c0 0x00000000 0x00000000 0x00000000 0x00000000 [ 6.812830] RTW: 0x12d0 0x00000000 0x00000000 0x00000000 0x00000000 [ 6.820841] RTW: 0x12e0 0x0000003f 0x00000000 0x00000000 0x00000000 [ 6.828847] RTW: 0x12f0 0x00000000 0x00000000 0x00000000 0x00000000 [ 6.836839] RTW: 0x1300 0xeaeaeaea 0xeaeaeaea 0xeaeaeaea 0xeaeaeaea [ 6.844849] RTW: 0x1310 0xeaeaeaea 0xeaeaeaea 0xeaeaeaea 0xeaeaeaea [ 6.852823] RTW: 0x1320 0xeaeaeaea 0xeaeaeaea 0xeaeaeaea 0xeaeaeaea [ 6.860846] RTW: 0x1330 0xeaeaeaea 0xeaeaeaea 0xeaeaeaea 0xeaeaeaea [ 6.868838] RTW: 0x1340 0xeaeaeaea 0xeaeaeaea 0xeaeaeaea 0xeaeaeaea [ 6.876846] RTW: 0x1350 0xeaeaeaea 0xeaeaeaea 0xeaeaeaea 0xeaeaeaea [ 6.884841] RTW: 0x1360 0xeaeaeaea 0xeaeaeaea 0xeaeaeaea 0xeaeaeaea [ 6.892831] RTW: 0x1370 0xeaeaeaea 0xeaeaeaea 0xeaeaeaea 0xeaeaeaea [ 6.900840] RTW: 0x1380 0xeaeaeaea 0xeaeaeaea 0xeaeaeaea 0xeaeaeaea [ 6.908846] RTW: 0x1390 0xeaeaeaea 0xeaeaeaea 0xeaeaeaea 0xeaeaeaea [ 6.916842] RTW: 0x13a0 0xeaeaeaea 0xeaeaeaea 0xeaeaeaea 0xeaeaeaea [ 6.924853] RTW: 0x13b0 0xeaeaeaea 0xeaeaeaea 0xeaeaeaea 0xeaeaeaea [ 6.932824] RTW: 0x13c0 0xeaeaeaea 0xeaeaeaea 0xeaeaeaea 0xeaeaeaea [ 6.940853] RTW: 0x13d0 0xeaeaeaea 0xeaeaeaea 0xeaeaeaea 0xeaeaeaea [ 6.948840] RTW: 0x13e0 0xeaeaeaea 0xeaeaeaea 0xeaeaeaea 0xeaeaeaea [ 6.956839] RTW: 0x13f0 0xeaeaeaea 0xeaeaeaea 0xeaeaeaea 0xeaeaeaea [ 6.964840] RTW: 0x1400 0x00000000 0x00000000 0x00000000 0x00000000 [ 6.972826] RTW: 0x1410 0x00000000 0x00000000 0x00000000 0x00000000 [ 6.980848] RTW: 0x1420 0x00000000 0x00000000 0x0fffffff 0x0fffffff [ 6.988838] RTW: 0x1430 0x00000303 0x00000000 0x00000000 0x00000000 [ 6.996845] RTW: 0x1440 0x00000000 0x00000000 0x08040804 0x08040804 [ 7.004839] RTW: 0x1450 0x00000000 0x00000000 0x00000000 0x00000000 [ 7.012832] RTW: 0x1460 0x00000000 0x00000000 0x00000000 0x00000000 [ 7.020842] RTW: 0x1470 0x10000000 0x00000000 0x10000000 0x00000000 [ 7.028845] RTW: 0x1480 0x00000000 0x00000000 0x00000000 0x00000000 [ 7.036838] RTW: 0x1490 0x00000000 0x00000000 0x00000000 0x00000000 [ 7.044845] RTW: 0x14a0 0x00000000 0x00000000 0x00000000 0x00000000 [ 7.052822] RTW: 0x14b0 0x00000000 0x00000000 0x00000000 0x00000000 [ 7.060850] RTW: 0x14c0 0x00000000 0x00000000 0x00000000 0x00000000 [ 7.068838] RTW: 0x14d0 0x00000000 0x00000000 0x00000000 0x00000000 [ 7.076845] RTW: 0x14e0 0x00000000 0x00000000 0x00000000 0x00000000 [ 7.084849] RTW: 0x14f0 0x00000000 0x00000000 0x00000000 0x00000000 [ 7.092830] RTW: 0x1500 0x00000000 0x00000000 0x00000000 0x00000000 [ 7.100842] RTW: 0x1510 0x05050505 0x00000000 0x00003224 0x00000000 [ 7.108845] RTW: 0x1520 0x00000000 0x00000000 0x00000000 0x00000000 [ 7.116842] RTW: 0x1530 0x00000000 0x00000000 0x00000000 0x00000000 [ 7.124853] RTW: 0x1540 0x00000000 0x00000000 0x00000000 0x00000000 [ 7.132823] RTW: 0x1550 0x00000000 0x00000000 0x00000000 0x00000000 [ 7.140853] RTW: 0x1560 0x00000000 0x00000000 0x00000000 0x00000000 [ 7.148841] RTW: 0x1570 0x00000000 0x00000000 0x00000000 0x00000000 [ 7.156838] RTW: 0x1580 0x00000000 0x00000000 0x00000000 0x00000000 [ 7.164860] RTW: 0x1590 0x00000000 0x00000000 0x00000000 0x00000000 [ 7.172823] RTW: 0x15a0 0x00000000 0x00000000 0x00000000 0x00000000 [ 7.180846] RTW: 0x15b0 0x00000000 0x00000000 0x00000000 0x00000000 [ 7.188844] RTW: 0x15c0 0x00000000 0x00000000 0x00000000 0x00000000 [ 7.196844] RTW: 0x15d0 0x00000000 0x00000000 0x00000000 0x00000000 [ 7.204838] RTW: 0x15e0 0x00000000 0x00000000 0x00000000 0x00000000 [ 7.212832] RTW: 0x15f0 0x00000000 0x00000000 0x00000000 0x00000000 [ 7.220841] RTW: 0x1600 0x00000000 0x00000000 0x00000000 0xffffffff [ 7.228845] RTW: 0x1610 0x000400c0 0x00000000 0x00000024 0x00000000 [ 7.236842] RTW: 0x1620 0x00000000 0x00000000 0x00000000 0x00000000 [ 7.244845] RTW: 0x1630 0x00000000 0x00000000 0x00000000 0x00000000 [ 7.252823] RTW: 0x1640 0x00000000 0x00000000 0x00000000 0x00000000 [ 7.260845] RTW: 0x1650 0x00000000 0x00000000 0x00000000 0x00000000 [ 7.268838] RTW: 0x1660 0x00000000 0x00000000 0x00000000 0x00000000 [ 7.276847] RTW: 0x1670 0x00000000 0x00000000 0x00000000 0x1f2a4800 [ 7.284839] RTW: 0x1680 0x00000000 0x00000000 0x00000000 0x00000000 [ 7.292832] RTW: 0x1690 0x00000000 0x02000000 0x00000000 0x0f1607ce [ 7.300839] RTW: 0x16a0 0x00000000 0x00000000 0x00000000 0x00000000 [ 7.308845] RTW: 0x16b0 0x00000000 0x00000000 0x00000000 0x00000000 [ 7.316841] RTW: 0x16c0 0x00000000 0x00000000 0x00000000 0x00000000 [ 7.324856] RTW: 0x16d0 0x00000000 0x00000000 0x00000000 0x00000000 [ 7.332823] RTW: 0x16e0 0x00000000 0x00000000 0x00000000 0x00000000 [ 7.340853] RTW: 0x16f0 0x00000000 0x00000000 0x00000000 0x00000000 [ 7.348838] RTW: 0x1700 0x20000000 0x00000000 0x00000000 0x00000000 [ 7.356838] RTW: 0x1710 0x00000000 0x00000000 0x00000000 0x00000000 [ 7.364843] RTW: 0x1720 0x00000000 0x00000000 0x00000000 0x00000000 [ 7.372823] RTW: 0x1730 0x00000000 0x00000000 0x00000000 0x00000000 [ 7.380845] RTW: 0x1740 0x00000000 0x00000000 0x00000000 0x00000000 [ 7.388869] RTW: 0x1750 0x00000000 0x00000000 0x00000000 0x00000000 [ 7.396851] RTW: 0x1760 0x00000000 0x00000000 0x00000000 0x00000000 [ 7.404839] RTW: 0x1770 0x00000000 0x00000000 0x00000000 0x00000000 [ 7.412833] RTW: 0x1780 0x00000000 0x00000000 0x00000000 0x00000000 [ 7.420842] RTW: 0x1790 0x00000000 0x00000000 0x00000000 0x00000000 [ 7.428846] RTW: 0x17a0 0x00000000 0x00000000 0x00000000 0x00000000 [ 7.436839] RTW: 0x17b0 0x00000000 0x00000000 0x00000000 0x00000000 [ 7.444846] RTW: 0x17c0 0x00000000 0x00000000 0x00000000 0x00000000 [ 7.452826] RTW: 0x17d0 0x00000000 0x00000000 0x00000000 0x00000000 [ 7.460845] RTW: 0x17e0 0x00000000 0x00000000 0x00000000 0x00000000 [ 7.468839] RTW: 0x17f0 0x00000000 0x00000000 0x00000000 0x00000000 [ 10.458254] random: crng init done [ 17.803782] RTW: _debug_dlfw_fail: 0x80 = 0x6078 (after 10 secs) [ 17.810539] RTW: ERROR rtl8733b_fw_dl Download Firmware from array failed [ 17.818197] RTW: SetHwReg: bMacPwrCtrlOn=0 [ 17.830525] RTW: hal_read_mac_hidden_rpt Fail! (0, 13250ms), fwdl:0, id:0xfd [ 17.838466] RTW: rtw_hal_read_chip_info in 13920 ms [ 17.843986] RTW: [RF_PATH] ver_id.RF_TYPE:RF_1T1R [ 17.849282] RTW: [RF_PATH] HALSPEC's rf_reg_trx_path_bmp:0x11, rf_reg_path_avail_num:1, max_tx_cnt:1 [ 17.859560] RTW: [RF_PATH] PG's trx_path_bmp:0x11, max_tx_cnt:0 [ 17.866227] RTW: [RF_PATH] Registry's trx_path_bmp:0x00, tx_path_lmt:0, rx_path_lmt:0 [ 17.875050] RTW: [RF_PATH] HALDATA's trx_path_bmp:0x11, max_tx_cnt:1 [ 17.882182] RTW: [RF_PATH] HALDATA's rf_type:RF_1T1R, NumTotalRFPath:1 [ 17.889526] RTW: rtw_hal_rfpath_init trx_path_bmp:0x11(RF_1T1R), NumTotalRFPath:1, max_tx_cnt:1 [ 17.899312] RTW: [TRX_Nss] HALSPEC - tx_nss:1, rx_nss:1 [ 17.905203] RTW: [TRX_Nss] Registry - tx_nss:0, rx_nss:0 [ 17.911172] RTW: [TRX_Nss] HALDATA - tx_nss:1, rx_nss:1 [ 17.917050] RTW: rtw_hal_trxnss_init tx_nss:1, rx_nss:1 [ 17.922917] RTW: txpath=0x1, rxpath=0x1 [ 17.927241] RTW: txpath_1ss:0x1, num:1 [ 17.932065] RTW: NR_RECVBUFF: 8, recvbuf_nr: 8 [ 17.937118] RTW: MAX_RECVBUF_SZ: 32768 [ 17.941376] RTW: NR_PREALLOC_RECV_SKB: 8 [ 17.946054] RTW: rtw_alloc_macid((null)) if1, mac_addr:ff:ff:ff:ff:ff:ff macid:1 [ 17.954409] RTW: rtw_init_pwrctrl_priv: IPS_mode=1, LPS_mode=2, LPS_level=0 [ 17.962256] RTW: IQK FW offload:disable [ 17.966592] RTW: init_phydm_cominfo: Fv=1 Cv=3 [ 17.971586] RTW: rtw_regsty_chk_target_tx_power_valid return _FALSE for band:0, path:0, rs:0, t:-1 [ 17.981752] RTW: phy_ConfigBBWithPgParaFile(): No File PHY_REG_PG.txt, Load from HWImg Array! [ 17.991411] RTW: default power by rate loaded [ 17.996381] RTW: WARN HW band_cap has no intersection with SW wireless_mode setting [ 18.005021] RTW: can't get autopm: [ 18.008869] RTW: rtw_macaddr_cfg mac addr:54:f2:9f:50:25:35 [ 18.015150] RTW: bDriverStopped:True, bSurpriseRemoved:False, bup:0, hw_init_completed:0 [ 18.024293] RTW: rtw_cfg80211_init_wiphy_band:rf_type=0 [ 18.030160] RTW: rtw_wiphy_alloc(phy0) [ 18.034449] RTW: rtw_wdev_alloc(padapter=7d8cf5dd) [ 18.039832] RTW: rtw_wiphy_register(phy0) [ 18.044359] RTW: Register RTW cfg80211 vendor cmd(0x67) interface [ 18.051198] ------------[ cut here ]------------ [ 18.056408] WARNING: CPU: 0 PID: 1 at /home/damon/t113/auto-t113x-linux/kernel/linux-5.4/net/wireless/core.c:872 wiphy_register+0x7f8/0x9c4 [ 18.070476] Modules linked in: [ 18.073927] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 5.4.61+ #28 [ 18.080760] Hardware name: Generic DT based system [ 18.086153] [<c010d96c>] (unwind_backtrace) from [<c010a1e4>] (show_stack+0x10/0x14) [ 18.094845] [<c010a1e4>] (show_stack) from [<c08ea01c>] (dump_stack+0x7c/0x98) [ 18.102954] [<c08ea01c>] (dump_stack) from [<c0118df0>] (__warn+0xac/0xdc) [ 18.110671] [<c0118df0>] (__warn) from [<c0118e84>] (warn_slowpath_fmt+0x64/0x78) [ 18.119070] [<c0118e84>] (warn_slowpath_fmt) from [<c08bd008>] (wiphy_register+0x7f8/0x9c4) [ 18.128445] [<c08bd008>] (wiphy_register) from [<c0671f80>] (rtw_wiphy_register+0x64/0x70) [ 18.137720] [<c0671f80>] (rtw_wiphy_register) from [<c0672424>] (rtw_cfg80211_dev_res_register+0xc/0x18) [ 18.148361] [<c0672424>] (rtw_cfg80211_dev_res_register) from [<c0652208>] (rtw_os_ndevs_register+0x14/0x170) [ 18.159488] [<c0652208>] (rtw_os_ndevs_register) from [<c06523b0>] (rtw_os_ndevs_init+0x1c/0x44) [ 18.169346] [<c06523b0>] (rtw_os_ndevs_init) from [<c06547f0>] (rtw_drv_init+0x608/0x6cc) [ 18.178527] [<c06547f0>] (rtw_drv_init) from [<c04ac9e0>] (usb_probe_interface+0x168/0x204) [ 18.187901] [<c04ac9e0>] (usb_probe_interface) from [<c0420508>] (really_probe+0x1a8/0x418) [ 18.197274] [<c0420508>] (really_probe) from [<c04209bc>] (driver_probe_device+0x10c/0x158) [ 18.206646] [<c04209bc>] (driver_probe_device) from [<c0420b94>] (device_driver_attach+0x44/0x5c) [ 18.216602] [<c0420b94>] (device_driver_attach) from [<c0420c58>] (__driver_attach+0xac/0xb8) [ 18.226171] [<c0420c58>] (__driver_attach) from [<c041eb60>] (bus_for_each_dev+0x54/0x78) [ 18.235352] [<c041eb60>] (bus_for_each_dev) from [<c041f964>] (bus_add_driver+0xdc/0x1bc) [ 18.244531] [<c041f964>] (bus_add_driver) from [<c04213e8>] (driver_register+0xb0/0xf8) [ 18.253514] [<c04213e8>] (driver_register) from [<c04ab528>] (usb_register_driver+0x70/0x124) [ 18.263084] [<c04ab528>] (usb_register_driver) from [<c0e21be4>] (rtw_drv_entry+0xf0/0x15c) [ 18.272458] [<c0e21be4>] (rtw_drv_entry) from [<c0102f38>] (do_one_initcall+0x70/0x198) [ 18.281443] [<c0102f38>] (do_one_initcall) from [<c0e00d7c>] (kernel_init_freeable+0x108/0x1cc) [ 18.291208] [<c0e00d7c>] (kernel_init_freeable) from [<c08fd818>] (kernel_init+0x8/0x118) [ 18.300386] [<c08fd818>] (kernel_init) from [<c01010e8>] (ret_from_fork+0x14/0x2c) [ 18.308876] Exception stack(0xde43dfb0 to 0xde43dff8) [ 18.314542] dfa0: 00000000 00000000 00000000 00000000 [ 18.323717] dfc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 [ 18.332891] dfe0: 00000000 00000000 00000000 00000000 00000013 00000000 [ 18.340416] ---[ end trace 3bd1e33f9ddd11c4 ]--- [ 18.345637] ------------[ cut here ]------------ [ 18.350828] WARNING: CPU: 0 PID: 1 at /home/damon/t113/auto-t113x-linux/out/kernel/build/source/drivers/staging/rtl8733BU//os_dep/linux/os_intfs.c:3705 rtw_os_ndevs_register+0x54/0x170 [ 18.369281] Modules linked in: [ 18.372719] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 5.4.61+ #28 [ 18.381110] Hardware name: Generic DT based system [ 18.386493] [<c010d96c>] (unwind_backtrace) from [<c010a1e4>] (show_stack+0x10/0x14) [ 18.395184] [<c010a1e4>] (show_stack) from [<c08ea01c>] (dump_stack+0x7c/0x98) [ 18.403290] [<c08ea01c>] (dump_stack) from [<c0118df0>] (__warn+0xac/0xdc) [ 18.411006] [<c0118df0>] (__warn) from [<c0118e84>] (warn_slowpath_fmt+0x64/0x78) [ 18.419404] [<c0118e84>] (warn_slowpath_fmt) from [<c0652248>] (rtw_os_ndevs_register+0x54/0x170) [ 18.429359] [<c0652248>] (rtw_os_ndevs_register) from [<c06523b0>] (rtw_os_ndevs_init+0x1c/0x44) [ 18.439217] [<c06523b0>] (rtw_os_ndevs_init) from [<c06547f0>] (rtw_drv_init+0x608/0x6cc) [ 18.448396] [<c06547f0>] (rtw_drv_init) from [<c04ac9e0>] (usb_probe_interface+0x168/0x204) [ 18.457769] [<c04ac9e0>] (usb_probe_interface) from [<c0420508>] (really_probe+0x1a8/0x418) [ 18.467141] [<c0420508>] (really_probe) from [<c04209bc>] (driver_probe_device+0x10c/0x158) [ 18.476513] [<c04209bc>] (driver_probe_device) from [<c0420b94>] (device_driver_attach+0x44/0x5c) [ 18.486469] [<c0420b94>] (device_driver_attach) from [<c0420c58>] (__driver_attach+0xac/0xb8) [ 18.496037] [<c0420c58>] (__driver_attach) from [<c041eb60>] (bus_for_each_dev+0x54/0x78) [ 18.505217] [<c041eb60>] (bus_for_each_dev) from [<c041f964>] (bus_add_driver+0xdc/0x1bc) [ 18.514396] [<c041f964>] (bus_add_driver) from [<c04213e8>] (driver_register+0xb0/0xf8) [ 18.523379] [<c04213e8>] (driver_register) from [<c04ab528>] (usb_register_driver+0x70/0x124) [ 18.532947] [<c04ab528>] (usb_register_driver) from [<c0e21be4>] (rtw_drv_entry+0xf0/0x15c) [ 18.542319] [<c0e21be4>] (rtw_drv_entry) from [<c0102f38>] (do_one_initcall+0x70/0x198) [ 18.551302] [<c0102f38>] (do_one_initcall) from [<c0e00d7c>] (kernel_init_freeable+0x108/0x1cc) [ 18.561065] [<c0e00d7c>] (kernel_init_freeable) from [<c08fd818>] (kernel_init+0x8/0x118) [ 18.570243] [<c08fd818>] (kernel_init) from [<c01010e8>] (ret_from_fork+0x14/0x2c) [ 18.578732] Exception stack(0xde43dfb0 to 0xde43dff8) [ 18.584396] dfa0: 00000000 00000000 00000000 00000000 [ 18.593571] dfc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 [ 18.602744] dfe0: 00000000 00000000 00000000 00000000 00000013 00000000 [ 18.610249] ---[ end trace 3bd1e33f9ddd11c5 ]--- [ 18.615474] RTW: rtw_wdev_free(wdev=9c59dee1) [ 18.620389] RTW: rtw_wiphy_free(phy0) [ 18.624562] RTW: rtw_usb_primary_adapter_deinit((null)) [ 18.630430] RTW: rtw_dev_unload: bup==_FALSE [ 18.635247] RTW: +r871xu_dev_remove, hw_init_completed=0 [ 18.641695] RTW: WARN free_recv_skb_queue not empty, 8 [ 18.647751] usbcore: registered new interface driver rtl8733bu [ 18.654339] RTW: module init ret=0 [ 18.659165] rpmsg_tty_init: Sunxi rpmsg tty driver will init [ 18.665618] rpmsg_tty_init: Sunxi rpmsg tty driver init ok [ 18.675739] [AUDIOCODEC][sunxi_codec_parse_params][2412]:digital_vol:0, lineout_vol:26, mic1gain:31, mic2gain:31 pa_msleep:120, pa_level:1, pa_pwr_level:1 [ 18.675739] [ 18.693000] [AUDIOCODEC][sunxi_codec_parse_params][2448]:adcdrc_cfg:0, adchpf_cfg:1, dacdrc_cfg:0, dachpf:0 [ 18.704479] [AUDIOCODEC][sunxi_internal_codec_probe][2609]:codec probe finished [ 18.713938] debugfs: Directory '203034c.dummy_cpudai' with parent 'audiocodec' already present! [ 18.723797] [SNDCODEC][sunxi_card_init][583]:card init finished [ 18.731123] sunxi-codec-machine 2030340.sound: 2030000.codec <-> 203034c.dummy_cpudai mapping ok [ 18.742327] input: audiocodec sunxi Audio Jack as /devices/platform/soc@3000000/2030340.sound/sound/card0/input4 [ 18.754512] [SNDCODEC][sunxi_card_dev_probe][836]:register card finished [ 18.763803] NET: Registered protocol family 10 [ 18.769969] Segment Routing with IPv6 [ 18.774196] [SNDCODEC][sunxi_hs_init_work][259]:resume-->report switch [ 18.781646] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver [ 18.790004] NET: Registered protocol family 17 [ 18.795094] NET: Registered protocol family 15 [ 18.800089] can: controller area network core (rev 20170425 abi 9) [ 18.807150] NET: Registered protocol family 29 [ 18.812166] can: raw protocol (rev 20170425) [ 18.816991] can: broadcast manager protocol (rev 20170425 t) [ 18.823355] can: netlink gateway (rev 20190810) max_hops=1 [ 18.829986] Bluetooth: RFCOMM TTY layer initialized [ 18.835523] Bluetooth: RFCOMM socket layer initialized [ 18.841359] Bluetooth: RFCOMM ver 1.11 [ 18.845653] NET: Registered protocol family 35 [ 18.851736] Registering SWP/SWPB emulation handler [ 18.857539] Loading compiled-in X.509 certificates [ 18.865335] HDMI2.0 module init end [ 18.888063] sunxi-i2c sunxi-i2c1: sunxi-i2c1 supply twi not found, using dummy regulator [ 18.898500] rtc-rx8025t 1-0032: power-on reset was detected, you may have to readjust the clock [ 18.908375] rtc-rx8025t 1-0032: a power voltage drop was detected, you may have to readjust the clock [ 18.918904] rtc-rx8025t 1-0032: bad conditions detected, resetting date [ 18.927262] rtc-rx8025t 1-0032: registered as rtc0 [ 18.933786] sunxi-i2c sunxi-i2c1: SLA+W has been transmitted; ACK not received [ 18.941946] sunxi-i2c sunxi-i2c1: engine-mode: xfer failed(dev addr:0x38) [ 18.949615] edt_ft5x06 1-0038: touchscreen probe failed [ 18.955542] edt_ft5x06: probe of 1-0038 failed with error -22 [ 18.962060] i2c i2c-1: of_i2c: modalias failure on /soc@3000000/twi@2502400/ctp [ 18.970284] i2c i2c-1: Failed to create I2C device for /soc@3000000/twi@2502400/ctp [ 18.978912] sunxi-i2c sunxi-i2c1: probe success [ 18.984535] sunxi-i2c sunxi-i2c3: sunxi-i2c3 supply twi not found, using dummy regulator [ 18.995192] at24 3-0050: 4096 byte 24c32 EEPROM, writable, 1 bytes/write [ 19.003989] ptn5150 3-003d: NXP PTN5150: Version ID:0x1, Vendor ID:0x3 [ 19.012496] at9555 gpio_base=224 [ 19.017616] at9555_gpio 3-0020: probed [ 19.021965] sunxi-i2c sunxi-i2c3: probe success [ 19.027344] deinterlace 5400000.deinterlace: Adding to iommu group 0 [ 19.035091] deinterlace 5400000.deinterlace: version[1.0.0], ip=0x110 [ 19.043873] sunxi-thermal 2009400.ths: sun8iw20 cp version:15 [ 19.052202] cpu_reg=0xdd135100 [ 19.055768] cpu cpu0: Failed to set regulator for cpu0: -517 [ 19.066727] get det_vbus is fail, -84 [ 19.072055] input: gpio-keys as /devices/platform/gpio-keys/input/input6 [ 19.084762] cfg80211: Loading compiled-in X.509 certificates for regulatory database [ 19.096331] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' [ 19.104057] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2 [ 19.113776] clk: Not disabling unused clocks [ 19.118571] ALSA device list: [ 19.121896] #0: audiocodec [ 19.125310] cfg80211: failed to load regulatory.db [ 19.130775] alloc_fd: slot 0 not NULL! [ 19.135299] Waiting 5 sec before mounting root device... [ 23.163682] [ 23.163682] insmod_device_driver [ 23.163682] [ 23.170915] sunxi_usb_udc 4100000.udc-controller: 4100000.udc-controller supply udc not found, using dummy regulator [ 24.216878] EXT4-fs (mmcblk0p5): INFO: recovery required on readonly filesystem [ 24.225156] EXT4-fs (mmcblk0p5): write access will be enabled during recovery [ 24.245955] EXT4-fs (mmcblk0p5): recovery complete [ 24.252495] EXT4-fs (mmcblk0p5): mounted filesystem with ordered data mode. Opts: (null) [ 24.261713] VFS: Mounted root (ext4 filesystem) readonly on device 179:5. [ 24.271393] Freeing unused kernel memory: 1024K [ 24.313900] Kernel init done [ 24.317145] Run /init as init process can't run '/etc/preinit': No such file or directory [ 24.384272] EXT4-fs (mmcblk0p5): re-mounted. Opts: (null) Starting syslogd: OK Starting klogd: OK Populating /dev using udev: [ 24.608068] udevd[1364]: starting version 3.2.7 [ 24.628086] udevd[1364]: specified group 'input' unknown [ 24.635038] udevd[1364]: specified group 'kvm' unknown [ 24.661039] udevd[1365]: starting eudev-3.2.7 [ 24.666282] udevd[1365]: inotify_init failed: Function not implemented [ 24.673822] udevd[1365]: error initializing inotify done Initializing random number generator... done. Starting system message bus: done Starting network: [ 25.233292] libphy: 4500000.eth: probed [ 25.333937] 8531 val=620 [ 25.337452] yt8521_config_init, 8521 init call out. [ 25.343705] sunxi-gmac 4500000.eth eth0: eth0: Type(8) PHY ID 4f51e91a at 0 IRQ poll (4500000.eth-0:00) udhcpc: started, v1.29.3 udhcpc: sending discover udhcpc: sending discover udhcpc: sending discover udhcpc: no lease, failing FAIL Starting dropbear sshd: OK Initializing postgresql data base... su: unknown user postgres done Starting postgresql: su: unknown user postgres OK Starting sshd: Privilege separation user sshd does not exist OK Starting telnetd: OK >>>PN:MYD-YT113i-8E512D-110-I >>>SN:WK202307130090012 create /dev/mmcblk1p7 mount: mounting /dev/mmcblk1p7 on /mnt/sdcard/mmcblk1p7 failed: Invalid argument NTFS signature is missing. Failed to mount '/dev/mmcblk1p7': Invalid argument The device '/dev/mmcblk1p7' doesn't seem to have a valid NTFS. Maybe the wrong device is used? Or the whole disk instead of a partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around? FUSE exf[ 35.232812] fuseblk: Unknown parameter 'errors' at 1.3.0 ERROR: exFAT file system is not found. mount: mounting /dev/mmcblk1p7 on /mnt/sdcard/mmcblk1p7 failed: Invalid argument create /dev/mmcblk1p5 mount: mounting /dev/mmcblk1p5 on /mnt/sdcard/mmcblk1p5 failed: Invalid argument NTFS signature is missing. Failed to mount '/dev/mmcblk1p5': Invalid argument The device '/dev/mmcblk1p5' doesn't seem to have a valid NTFS. Maybe the wrong device is used? Or the whole disk instead of a partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around? FUSE exfat 1.3.0 ERROR: exFAT file system is not found. [ 35.332279] EXT4-fs (mmcblk1p5): mounted filesystem with ordered data mode. Opts: errors=continue create /dev/mmcblk1p8 mount: mounting /dev/mmcblk1p8 on /mnt/sdcard/mmcblk1p8 failed: Invalid argument NTFS signature is missing. Failed to mount '/dev/mmcblk1p8': Invalid argument The device '/dev/mmcblk1p8' doesn't seem to have a valid NTFS. Maybe the wrong device is used? Or the whole disk instead of a partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around? FUSE exf[ 35.424740] fuseblk: Unknown parameter 'errors' at 1.3.0 ERROR: exFAT file system is not found. mount: mounting /dev/mmcblk1p8 on /mnt/sdcard/mmcblk1p8 failed: Invalid argument create /dev/mmcblk1p3 mount: mounting /dev/mmcblk1p3 on /mnt/sdcard/mmcblk1p3 failed: Invalid argument NTFS signature is missing. Failed to mount '/dev/mmcblk1p3': Invalid argument The device '/dev/mmcblk1p3' doesn't seem to have a valid NTFS. Maybe the wrong device is used? Or the whole disk instead of a partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around? FUSE exf[ 35.509704] fuseblk: Unknown parameter 'errors' at 1.3.0 ERROR: exFAT file system is not found. mount: mounting /dev/mmcblk1p3 on /mnt/sdcard/mmcblk1p3 failed: Invalid argument create /dev/mmcblk1 /etc/mdev/sdcard_insert: line 2: [: too many arguments create /dev/mmcblk1p6 mount: mounting /dev/mmcblk1p6 on /mnt/sdcard/mmcblk1p6 failed: Invalid argument NTFS signature is missing. Failed to mount '/dev/mmcblk1p6': Invalid argument The device '/dev/mmcblk1p6' doesn't seem to have a valid NTFS. Maybe the wrong device is used? Or the whole disk instead of a partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around? FUSE exf[ 35.628964] fuseblk: Unknown parameter 'errors' at 1.3.0 ERROR: exFAT file system is not found. mount: mounting /dev/mmcblk1p6 on /mnt/sdcard/mmcblk1p6 failed: Invalid argument create /dev/mmcblk1p4 mount: mounting /dev/mmcblk1p4 on /mnt/sdcard/mmcblk1p4 failed: Invalid argument NTFS signature is missing. Failed to mount '/dev/mmcblk1p4': Invalid argument The device '/dev/mmcblk1p4' doesn't seem to have a valid NTFS. Maybe the wrong device is used? Or the whole disk instead of a partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around? FUSE exf[ 35.717793] fuseblk: Unknown parameter 'errors' at 1.3.0 ERROR: exFAT file system is not found. mount: mounting /dev/mmcblk1p4 on /mnt/sdcard/mmcblk1p4 failed: Invalid argument create /dev/mmcblk1p2 mount: mounting /dev/mmcblk1p2 on /mnt/sdcard/mmcblk1p2 failed: Invalid argument NTFS signature is missing. Failed to mount '/dev/mmcblk1p2': Invalid argument The device '/dev/mmcblk1p2' doesn't seem to have a valid NTFS. Maybe the wrong device is used? Or the whole disk instead of a partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around? FUSE exf[ 35.809262] fuseblk: Unknown parameter 'errors' at 1.3.0 ERROR: exFAT file system is not found. mount: mounting /dev/mmcblk1p2 on /mnt/sdcard/mmcblk1p2 failed: Invalid argument create /dev/mmcblk1p1 Starting adb [ 36.023002] file system registered Error:Input device generic ft5x06 (79) can not be found,plz check it! find qt5 installed done install_listener('tcp:5037','*smartsocket*') [ 36.110588] read descriptors [ 36.117537] read strings Welcome to MYIR myd-yt113-i login: [ 36.537644] sunxi-mmc 4022000.sdmmc: retry:start [ 36.542862] sunxi-mmc 4022000.sdmmc: retry:stop [ 36.548064] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 36.553999] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000080 [ 36.561094] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 36.567912] sunxi-mmc 4022000.sdmmc: retry:start [ 36.573099] sunxi-mmc 4022000.sdmmc: retry:stop [ 36.578252] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 36.584147] sunxi-mmc 4022000.sdmmc: send manual stop command failed 100 [ 36.591818] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000282 [ 36.598936] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 36.605750] sunxi-mmc 4022000.sdmmc: retry:start [ 36.610947] sunxi-mmc 4022000.sdmmc: retry:stop [ 36.616081] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 36.621955] sunxi-mmc 4022000.sdmmc: send manual stop command failed 100 [ 36.629632] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000484 [ 36.636731] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 36.643519] sunxi-mmc 4022000.sdmmc: retry:start [ 36.648738] sunxi-mmc 4022000.sdmmc: retry:stop [ 36.653868] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 36.659749] sunxi-mmc 4022000.sdmmc: send manual stop command failed 100 [ 36.667417] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000686 [ 36.674542] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 36.681280] 4,end [ 37.115606] [ 37.115606] rmmod_device_driver [ 37.115606] [ 37.122585] rmmod_device_driver()223 WARN: get power supply failed [ 37.129795] [ 37.129795] insmod_device_driver [ 37.129795] device_chose finished! QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root' [ 37.608503] [DISP] sunxi_fb_mmap,line:812: [ 37.608509] [damon] sunxi_fb_mmap ok xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb Failed to create xkb context Cannot open mouse input device /dev/input/event6 (No such file or directory) evdevmouse: Failed to open mouse device /dev/input/event6 sh: ./adl10-e: No such file or directory qml: index=0 qml: currentIndex=0 qml: index=0 [ 38.516199] sunxi-mmc 4022000.sdmmc: retry:start [ 38.521416] sunxi-mmc 4022000.sdmmc: retry:stop [ 38.526612] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 38.532513] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000888 [ 38.539615] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 38.546431] sunxi-mmc 4022000.sdmmc: retry:start [ 38.551620] sunxi-mmc 4022000.sdmmc: retry:stop [ 38.556780] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 38.562685] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000a8a [ 38.569770] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 38.576569] sunxi-mmc 4022000.sdmmc: retry:start [ 38.581756] sunxi-mmc 4022000.sdmmc: retry:stop [ 38.586894] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 38.592798] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000c8c [ 38.599880] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 38.606672] sunxi-mmc 4022000.sdmmc: retry:start [ 38.611867] sunxi-mmc 4022000.sdmmc: retry:stop [ 38.616996] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 38.622900] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000e8e [ 38.629989] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 38.636778] sunxi-mmc 4022000.sdmmc: retry:start [ 38.641971] sunxi-mmc 4022000.sdmmc: retry:stop [ 38.647104] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 38.652991] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001090 [ 38.660089] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 38.666894] sunxi-mmc 4022000.sdmmc: retry:start [ 38.672081] sunxi-mmc 4022000.sdmmc: retry:stop [ 38.677221] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 38.683112] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001292 [ 38.690196] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 38.697011] sunxi-mmc 4022000.sdmmc: retry:start [ 38.702196] sunxi-mmc 4022000.sdmmc: retry:stop [ 38.707364] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 38.713253] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001494 [ 38.720341] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 38.727155] sunxi-mmc 4022000.sdmmc: retry:start [ 38.732346] sunxi-mmc 4022000.sdmmc: retry:stop [ 38.737481] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 38.743383] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001696 [ 38.750467] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 38.757257] sunxi-mmc 4022000.sdmmc: retry:start [ 38.762452] sunxi-mmc 4022000.sdmmc: retry:stop [ 38.767587] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 38.773474] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001898 [ 38.780573] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 38.787362] sunxi-mmc 4022000.sdmmc: retry:start [ 38.792558] sunxi-mmc 4022000.sdmmc: retry:stop [ 38.797697] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 38.803585] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001a9a [ 38.810695] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 38.817489] sunxi-mmc 4022000.sdmmc: retry:start [ 38.822677] sunxi-mmc 4022000.sdmmc: retry:stop [ 38.827833] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 38.833738] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001c9c [ 38.840823] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 38.847625] sunxi-mmc 4022000.sdmmc: retry:start [ 38.852814] sunxi-mmc 4022000.sdmmc: retry:stop [ 38.857982] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 38.863887] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001e9e [ 38.870945] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 38.877746] sunxi-mmc 4022000.sdmmc: retry:start [ 38.882932] sunxi-mmc 4022000.sdmmc: retry:stop [ 38.888070] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 38.893970] sunxi-mmc 4022000.sdmmc: send manual stop command failed 100 [ 38.901613] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000020a0 [ 38.908716] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 38.915513] sunxi-mmc 4022000.sdmmc: retry:start [ 38.920697] sunxi-mmc 4022000.sdmmc: retry:stop [ 38.925841] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 38.931741] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000022a2 [ 38.938829] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 38.945635] sunxi-mmc 4022000.sdmmc: retry:start [ 38.950830] sunxi-mmc 4022000.sdmmc: retry:stop [ 38.955964] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 38.961863] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000024a4 [ 38.968956] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 38.975758] sunxi-mmc 4022000.sdmmc: retry:start [ 38.980949] sunxi-mmc 4022000.sdmmc: retry:stop [ 38.986080] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 38.991984] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000026a6 [ 38.999072] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 39.005862] sunxi-mmc 4022000.sdmmc: retry:start [ 39.011064] sunxi-mmc 4022000.sdmmc: retry:stop [ 39.016200] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 39.022086] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000028a8 [ 39.029182] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 39.035981] sunxi-mmc 4022000.sdmmc: retry:start [ 39.041196] sunxi-mmc 4022000.sdmmc: retry:stop [ 39.046336] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 39.052229] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00002aaa [ 39.059332] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 39.066128] sunxi-mmc 4022000.sdmmc: retry:start [ 39.071313] sunxi-mmc 4022000.sdmmc: retry:stop [ 39.076455] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 39.082347] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00002cac [ 39.089432] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 39.096236] sunxi-mmc 4022000.sdmmc: retry:start [ 39.101423] sunxi-mmc 4022000.sdmmc: retry:stop [ 39.106554] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 39.112448] sunxi-mmc 4022000.sdmmc: send manual stop command failed 100 [ 39.120114] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00002eae [ 39.127207] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 39.134002] sunxi-mmc 4022000.sdmmc: retry:start [ 39.139201] sunxi-mmc 4022000.sdmmc: retry:stop [ 39.144349] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 39.150222] sunxi-mmc 4022000.sdmmc: send manual stop command failed 100 [ 39.157918] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000030b0 [ 39.164997] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 39.171772] sunxi-mmc 4022000.sdmmc: retry:start [ 39.177007] sunxi-mmc 4022000.sdmmc: retry:stop [ 39.182121] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 39.188042] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000032b2 [ 39.195146] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 39.201914] sunxi-mmc 4022000.sdmmc: retry:start [ 39.207125] sunxi-mmc 4022000.sdmmc: retry:stop [ 39.212259] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 39.218174] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000034b4 [ 39.225261] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 39.232114] sunxi-mmc 4022000.sdmmc: retry:start [ 39.237406] sunxi-mmc 4022000.sdmmc: retry:stop sh: ./adl10-e_client: No such file or directory [ 39.242633] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 39.252715] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000036b6 [ 39.259868] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 39.266729] sunxi-mmc 4022000.sdmmc: retry:start [ 39.271921] sunxi-mmc 4022000.sdmmc: retry:stop [ 39.277162] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 39.283098] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000038b8 [ 39.290216] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 39.297105] sunxi-mmc 4022000.sdmmc: retry:start [ 39.302301] sunxi-mmc 4022000.sdmmc: retry:stop [ 39.307576] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 39.313505] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00003aba [ 39.320673] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 39.327602] sunxi-mmc 4022000.sdmmc: retry:start [ 39.332806] sunxi-mmc 4022000.sdmmc: retry:stop [ 39.337975] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 39.343921] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00003cbc [ 39.350992] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 39.357823] sunxi-mmc 4022000.sdmmc: retry:start [ 39.363014] sunxi-mmc 4022000.sdmmc: retry:stop [ 39.368157] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 39.374089] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00003ebe [ 39.381151] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 39.387955] sunxi-mmc 4022000.sdmmc: retry:start [ 39.393153] sunxi-mmc 4022000.sdmmc: retry:stop [ 39.398294] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 39.404196] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000080 [ 39.411292] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 39.418083] sunxi-mmc 4022000.sdmmc: retry:start [ 39.423271] sunxi-mmc 4022000.sdmmc: retry:stop [ 39.428419] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 39.434330] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000282 [ 39.441413] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 39.448213] sunxi-mmc 4022000.sdmmc: retry:start [ 39.453398] sunxi-mmc 4022000.sdmmc: retry:stop [ 39.458564] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 39.464452] sunxi-mmc 4022000.sdmmc: send manual stop command failed 100 [ 39.472093] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000484 [ 39.479206] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 39.486016] sunxi-mmc 4022000.sdmmc: retry:start [ 39.491229] sunxi-mmc 4022000.sdmmc: retry:stop [ 39.496376] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 39.502268] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000686 [ 39.509386] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 39.516180] sunxi-mmc 4022000.sdmmc: retry:start [ 39.521372] sunxi-mmc 4022000.sdmmc: retry:stop [ 39.526518] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 39.532408] sunxi-mmc 4022000.sdmmc: sunxi v4p5x/v4p6x retry give up! [ 39.539665] sunxi-mmc 4022000.sdmmc: retry:set phase failed or over retry times [ 39.547901] sunxi-mmc 4022000.sdmmc: retry:give up [ 39.554484] sunxi-mmc 4022000.sdmmc: retry:start [ 39.559689] sunxi-mmc 4022000.sdmmc: retry:stop [ 39.564844] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 39.570729] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000888 [ 39.577810] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 39.584585] sunxi-mmc 4022000.sdmmc: retry:start [ 39.589769] sunxi-mmc 4022000.sdmmc: retry:stop [ 39.594912] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 39.600799] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000a8a [ 39.607903] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 39.614712] sunxi-mmc 4022000.sdmmc: retry:start [ 39.619898] sunxi-mmc 4022000.sdmmc: retry:stop [ 39.625058] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 39.630946] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000c8c [ 39.638033] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 39.644837] sunxi-mmc 4022000.sdmmc: retry:start [ 39.650027] sunxi-mmc 4022000.sdmmc: retry:stop [ 39.655166] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 39.661066] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000e8e [ 39.668149] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 39.674966] sunxi-mmc 4022000.sdmmc: retry:start [ 39.680150] sunxi-mmc 4022000.sdmmc: retry:stop [ 39.685285] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 39.691191] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001090 [ 39.698279] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 39.705075] sunxi-mmc 4022000.sdmmc: retry:start [ 39.710270] sunxi-mmc 4022000.sdmmc: retry:stop [ 39.715402] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 39.721289] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001292 [ 39.728377] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 39.735173] sunxi-mmc 4022000.sdmmc: retry:start [ 39.740361] sunxi-mmc 4022000.sdmmc: retry:stop [ 39.745514] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 39.751401] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001494 [ 39.758517] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 39.765306] sunxi-mmc 4022000.sdmmc: retry:start [ 39.770492] sunxi-mmc 4022000.sdmmc: retry:stop [ 39.775632] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 39.781523] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001696 [ 39.788601] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 39.795400] sunxi-mmc 4022000.sdmmc: retry:start [ 39.800585] sunxi-mmc 4022000.sdmmc: retry:stop [ 39.805722] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 39.811618] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001898 [ 39.818700] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 39.825501] sunxi-mmc 4022000.sdmmc: retry:start [ 39.830687] sunxi-mmc 4022000.sdmmc: retry:stop [ 39.835817] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 39.841729] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001a9a [ 39.848812] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 39.855603] sunxi-mmc 4022000.sdmmc: retry:start [ 39.860807] sunxi-mmc 4022000.sdmmc: retry:stop [ 39.865944] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 39.871834] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001c9c [ 39.878940] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 39.885746] sunxi-mmc 4022000.sdmmc: retry:start [ 39.890960] sunxi-mmc 4022000.sdmmc: retry:stop [ 39.896097] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 39.901988] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001e9e [ 39.909088] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 39.915887] sunxi-mmc 4022000.sdmmc: retry:start [ 39.921070] sunxi-mmc 4022000.sdmmc: retry:stop [ 39.926209] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 39.932094] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000020a0 [ 39.939176] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 39.945972] sunxi-mmc 4022000.sdmmc: retry:start [ 39.951157] sunxi-mmc 4022000.sdmmc: retry:stop [ 39.956286] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 39.962180] sunxi-mmc 4022000.sdmmc: send manual stop command failed 100 [ 39.969843] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000022a2 [ 39.976925] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 39.983711] sunxi-mmc 4022000.sdmmc: retry:start [ 39.988897] sunxi-mmc 4022000.sdmmc: retry:stop [ 39.994035] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 39.999926] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000024a4 [ 40.007013] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 40.013808] sunxi-mmc 4022000.sdmmc: retry:start [ 40.018991] sunxi-mmc 4022000.sdmmc: retry:stop [ 40.024143] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 40.030030] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000026a6 [ 40.037112] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 40.043911] sunxi-mmc 4022000.sdmmc: retry:start [ 40.049096] sunxi-mmc 4022000.sdmmc: retry:stop [ 40.054226] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 40.060128] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000028a8 [ 40.067223] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 40.074043] sunxi-mmc 4022000.sdmmc: retry:start [ 40.079229] sunxi-mmc 4022000.sdmmc: retry:stop [ 40.084366] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 40.090259] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00002aaa [ 40.097355] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 40.104154] sunxi-mmc 4022000.sdmmc: retry:start [ 40.109350] sunxi-mmc 4022000.sdmmc: retry:stop [ 40.114482] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 40.120372] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00002cac [ 40.127466] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 40.134260] sunxi-mmc 4022000.sdmmc: retry:start [ 40.139444] sunxi-mmc 4022000.sdmmc: retry:stop [ 40.144583] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 40.150453] sunxi-mmc 4022000.sdmmc: send manual stop command failed 100 [ 40.158133] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00002eae [ 40.165206] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 40.171981] sunxi-mmc 4022000.sdmmc: retry:start [ 40.177197] sunxi-mmc 4022000.sdmmc: retry:stop [ 40.182310] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 40.188224] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000030b0 [ 40.195320] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 40.202085] sunxi-mmc 4022000.sdmmc: retry:start [ 40.207308] sunxi-mmc 4022000.sdmmc: retry:stop [ 40.212438] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 40.218350] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000032b2 [ 40.225429] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 40.232193] sunxi-mmc 4022000.sdmmc: retry:start [ 40.237403] sunxi-mmc 4022000.sdmmc: retry:stop [ 40.242520] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 40.248429] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000034b4 [ 40.255499] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 40.262275] sunxi-mmc 4022000.sdmmc: retry:start [ 40.267483] sunxi-mmc 4022000.sdmmc: retry:stop [ 40.272598] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 40.278523] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000036b6 [ 40.285597] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 40.292368] sunxi-mmc 4022000.sdmmc: retry:start [ 40.297576] sunxi-mmc 4022000.sdmmc: retry:stop [ 40.302685] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 40.308614] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000038b8 [ 40.315690] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 40.322456] sunxi-mmc 4022000.sdmmc: retry:start [ 40.327681] sunxi-mmc 4022000.sdmmc: retry:stop [ 40.332803] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 40.338780] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00003aba [ 40.345939] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 40.352721] sunxi-mmc 4022000.sdmmc: retry:start [ 40.358035] sunxi-mmc 4022000.sdmmc: retry:stop [ 40.363183] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 40.369170] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00003cbc [ 40.376282] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 40.383073] sunxi-mmc 4022000.sdmmc: retry:start [ 40.388346] sunxi-mmc 4022000.sdmmc: retry:stop [ 40.393524] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 40.399519] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00003ebe [ 40.406673] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 40.413494] sunxi-mmc 4022000.sdmmc: retry:start [ 40.418735] sunxi-mmc 4022000.sdmmc: retry:stop [ 40.423874] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 40.429778] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000080 [ 40.436871] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 40.443688] sunxi-mmc 4022000.sdmmc: retry:start [ 40.448876] sunxi-mmc 4022000.sdmmc: retry:stop [ 40.454011] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 40.459920] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000282 [ 40.467012] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 40.473802] sunxi-mmc 4022000.sdmmc: retry:start [ 40.479015] sunxi-mmc 4022000.sdmmc: retry:stop [ 40.484161] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 40.490037] sunxi-mmc 4022000.sdmmc: send manual stop command failed 100 [ 40.497719] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000484 [ 40.504795] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 40.511581] sunxi-mmc 4022000.sdmmc: retry:start [ 40.516791] sunxi-mmc 4022000.sdmmc: retry:stop [ 40.521901] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 40.527826] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000686 [ 40.534897] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 40.541700] sunxi-mmc 4022000.sdmmc: retry:start [ 40.546909] sunxi-mmc 4022000.sdmmc: retry:stop [ 40.552025] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 40.557956] sunxi-mmc 4022000.sdmmc: sunxi v4p5x/v4p6x retry give up! [ 40.565203] sunxi-mmc 4022000.sdmmc: retry:set phase failed or over retry times [ 40.573414] sunxi-mmc 4022000.sdmmc: retry:give up [ 40.579992] sunxi-mmc 4022000.sdmmc: retry:start [ 40.585226] sunxi-mmc 4022000.sdmmc: retry:stop [ 40.590340] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 40.596267] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000888 [ 40.603334] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 40.610159] sunxi-mmc 4022000.sdmmc: retry:start [ 40.615360] sunxi-mmc 4022000.sdmmc: retry:stop [ 40.620472] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 40.626388] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000a8a [ 40.633450] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 40.640238] sunxi-mmc 4022000.sdmmc: retry:start [ 40.645446] sunxi-mmc 4022000.sdmmc: retry:stop [ 40.650555] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 40.656467] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000c8c [ 40.663532] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 40.670319] sunxi-mmc 4022000.sdmmc: retry:start [ 40.675522] sunxi-mmc 4022000.sdmmc: retry:stop [ 40.680637] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 40.686555] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000e8e [ 40.693623] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 40.700433] sunxi-mmc 4022000.sdmmc: retry:start [ 40.705661] sunxi-mmc 4022000.sdmmc: retry:stop [ 40.710782] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 40.716695] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001090 [ 40.723765] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 40.730542] sunxi-mmc 4022000.sdmmc: retry:start [ 40.735751] sunxi-mmc 4022000.sdmmc: retry:stop [ 40.740893] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 40.746808] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001292 [ 40.753881] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 40.760664] sunxi-mmc 4022000.sdmmc: retry:start [ 40.765871] sunxi-mmc 4022000.sdmmc: retry:stop [ 40.770983] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 40.776898] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001494 [ 40.783980] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 40.790779] sunxi-mmc 4022000.sdmmc: retry:start [ 40.795992] sunxi-mmc 4022000.sdmmc: retry:stop [ 40.801104] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 40.807032] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001696 [ 40.814129] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 40.820895] sunxi-mmc 4022000.sdmmc: retry:start [ 40.826111] sunxi-mmc 4022000.sdmmc: retry:stop [ 40.831227] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 40.837136] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001898 [ 40.844218] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 40.850982] sunxi-mmc 4022000.sdmmc: retry:start [ 40.856190] sunxi-mmc 4022000.sdmmc: retry:stop [ 40.861308] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 40.867217] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001a9a [ 40.874315] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 40.881082] sunxi-mmc 4022000.sdmmc: retry:start [ 40.886289] sunxi-mmc 4022000.sdmmc: retry:stop [ 40.891419] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 40.897334] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001c9c [ 40.904418] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 40.911192] sunxi-mmc 4022000.sdmmc: retry:start [ 40.916400] sunxi-mmc 4022000.sdmmc: retry:stop [ 40.921516] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 40.927448] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001e9e [ 40.934529] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 40.941319] sunxi-mmc 4022000.sdmmc: retry:start [ 40.946541] sunxi-mmc 4022000.sdmmc: retry:stop [ 40.951656] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 40.957570] sunxi-mmc 4022000.sdmmc: send manual stop command failed 100 [ 40.965233] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000020a0 [ 40.972292] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 40.979093] sunxi-mmc 4022000.sdmmc: retry:start [ 40.984290] sunxi-mmc 4022000.sdmmc: retry:stop [ 40.989401] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 40.995298] sunxi-mmc 4022000.sdmmc: send manual stop command failed 100 [ 41.002953] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000022a2 [ 41.010058] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 41.016851] sunxi-mmc 4022000.sdmmc: retry:start [ 41.022036] sunxi-mmc 4022000.sdmmc: retry:stop [ 41.027180] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 41.033067] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000024a4 [ 41.040148] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 41.046947] sunxi-mmc 4022000.sdmmc: retry:start [ 41.052137] sunxi-mmc 4022000.sdmmc: retry:stop [ 41.057268] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 41.063170] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000026a6 [ 41.070257] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 41.077070] sunxi-mmc 4022000.sdmmc: retry:start [ 41.082256] sunxi-mmc 4022000.sdmmc: retry:stop [ 41.087393] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 41.093295] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000028a8 [ 41.100379] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 41.107185] sunxi-mmc 4022000.sdmmc: retry:start [ 41.112381] sunxi-mmc 4022000.sdmmc: retry:stop [ 41.117513] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 41.123400] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00002aaa [ 41.130490] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 41.137283] sunxi-mmc 4022000.sdmmc: retry:start [ 41.142479] sunxi-mmc 4022000.sdmmc: retry:stop [ 41.147610] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 41.153496] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00002cac [ 41.160585] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 41.167381] sunxi-mmc 4022000.sdmmc: retry:start [ 41.172567] sunxi-mmc 4022000.sdmmc: retry:stop [ 41.177703] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 41.183580] sunxi-mmc 4022000.sdmmc: send manual stop command failed 100 [ 41.191271] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00002eae [ 41.198352] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 41.205160] sunxi-mmc 4022000.sdmmc: retry:start [ 41.210370] sunxi-mmc 4022000.sdmmc: retry:stop [ 41.215507] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 41.221395] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000030b0 [ 41.228485] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 41.235276] sunxi-mmc 4022000.sdmmc: retry:start [ 41.240460] sunxi-mmc 4022000.sdmmc: retry:stop [ 41.245597] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 41.251484] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000032b2 [ 41.258590] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 41.265380] sunxi-mmc 4022000.sdmmc: retry:start [ 41.270571] sunxi-mmc 4022000.sdmmc: retry:stop [ 41.275714] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 41.281602] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000034b4 [ 41.288679] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 41.295475] sunxi-mmc 4022000.sdmmc: retry:start [ 41.300659] sunxi-mmc 4022000.sdmmc: retry:stop [ 41.305799] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 41.311710] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000036b6 [ 41.318792] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 41.325592] sunxi-mmc 4022000.sdmmc: retry:start [ 41.330792] sunxi-mmc 4022000.sdmmc: retry:stop [ 41.335924] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 41.341849] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000038b8 [ 41.348927] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 41.355717] sunxi-mmc 4022000.sdmmc: retry:start [ 41.360920] sunxi-mmc 4022000.sdmmc: retry:stop [ 41.366047] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 41.371937] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00003aba [ 41.379026] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 41.385814] sunxi-mmc 4022000.sdmmc: retry:start [ 41.391018] sunxi-mmc 4022000.sdmmc: retry:stop [ 41.396151] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 41.402040] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00003cbc [ 41.409138] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 41.415972] sunxi-mmc 4022000.sdmmc: retry:start [ 41.421167] sunxi-mmc 4022000.sdmmc: retry:stop [ 41.426414] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 41.432343] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00003ebe [ 41.439469] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 41.446306] sunxi-mmc 4022000.sdmmc: retry:start [ 41.451521] sunxi-mmc 4022000.sdmmc: retry:stop [ 41.456692] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 41.462638] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000080 [ 41.469768] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 41.476623] sunxi-mmc 4022000.sdmmc: retry:start [ 41.481818] sunxi-mmc 4022000.sdmmc: retry:stop [ 41.487017] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 41.493002] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000282 [ 41.500152] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 41.506968] sunxi-mmc 4022000.sdmmc: retry:start [ 41.512198] sunxi-mmc 4022000.sdmmc: retry:stop [ 41.517357] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 41.523231] sunxi-mmc 4022000.sdmmc: send manual stop command failed 100 [ 41.530919] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000484 [ 41.538002] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 41.544819] sunxi-mmc 4022000.sdmmc: retry:start [ 41.550005] sunxi-mmc 4022000.sdmmc: retry:stop [ 41.555146] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 41.561050] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000686 [ 41.568134] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 41.574959] sunxi-mmc 4022000.sdmmc: retry:start [ 41.580146] sunxi-mmc 4022000.sdmmc: retry:stop [ 41.585279] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 41.591184] sunxi-mmc 4022000.sdmmc: sunxi v4p5x/v4p6x retry give up! [ 41.598440] sunxi-mmc 4022000.sdmmc: retry:set phase failed or over retry times [ 41.606664] sunxi-mmc 4022000.sdmmc: retry:give up [ 41.613251] sunxi-mmc 4022000.sdmmc: retry:start [ 41.618502] sunxi-mmc 4022000.sdmmc: retry:stop [ 41.623625] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 41.629555] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000888 [ 41.636625] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 41.643399] sunxi-mmc 4022000.sdmmc: retry:start [ 41.648598] sunxi-mmc 4022000.sdmmc: retry:stop [ 41.653721] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 41.659620] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000a8a [ 41.666700] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 41.673467] sunxi-mmc 4022000.sdmmc: retry:start [ 41.678707] sunxi-mmc 4022000.sdmmc: retry:stop [ 41.683833] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 41.689716] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000c8c [ 41.696805] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 41.703575] sunxi-mmc 4022000.sdmmc: retry:start [ 41.708790] sunxi-mmc 4022000.sdmmc: retry:stop [ 41.713911] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 41.719807] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000e8e [ 41.726892] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 41.733688] sunxi-mmc 4022000.sdmmc: retry:start [ 41.738872] sunxi-mmc 4022000.sdmmc: retry:stop [ 41.744011] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 41.749901] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001090 [ 41.756994] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 41.763798] sunxi-mmc 4022000.sdmmc: retry:start [ 41.768986] sunxi-mmc 4022000.sdmmc: retry:stop [ 41.774163] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 41.780063] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001292 [ 41.787151] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 41.793959] sunxi-mmc 4022000.sdmmc: retry:start [ 41.799146] sunxi-mmc 4022000.sdmmc: retry:stop [ 41.804279] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 41.810179] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001494 [ 41.817258] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 41.824087] sunxi-mmc 4022000.sdmmc: retry:start [ 41.829274] sunxi-mmc 4022000.sdmmc: retry:stop [ 41.834408] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 41.840298] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001696 [ 41.847387] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 41.854177] sunxi-mmc 4022000.sdmmc: retry:start [ 41.859370] sunxi-mmc 4022000.sdmmc: retry:stop [ 41.864503] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 41.870389] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001898 [ 41.877498] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 41.884301] sunxi-mmc 4022000.sdmmc: retry:start [ 41.889488] sunxi-mmc 4022000.sdmmc: retry:stop [ 41.894633] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 41.900521] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001a9a [ 41.907626] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 41.914416] sunxi-mmc 4022000.sdmmc: retry:start [ 41.919600] sunxi-mmc 4022000.sdmmc: retry:stop [ 41.924764] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 41.930650] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001c9c [ 41.937733] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 41.944530] sunxi-mmc 4022000.sdmmc: retry:start [ 41.949715] sunxi-mmc 4022000.sdmmc: retry:stop [ 41.954843] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 41.960743] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001e9e [ 41.967842] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 41.974670] sunxi-mmc 4022000.sdmmc: retry:start [ 41.979855] sunxi-mmc 4022000.sdmmc: retry:stop [ 41.984992] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 41.990904] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000020a0 [ 41.997989] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 42.004783] sunxi-mmc 4022000.sdmmc: retry:start [ 42.009983] sunxi-mmc 4022000.sdmmc: retry:stop [ 42.015115] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 42.020987] sunxi-mmc 4022000.sdmmc: send manual stop command failed 42 [ 42.028586] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000022a2 [ 42.035661] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 42.042436] sunxi-mmc 4022000.sdmmc: retry:start [ 42.047650] sunxi-mmc 4022000.sdmmc: retry:stop [ 42.052766] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 42.058696] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000024a4 [ 42.065771] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 42.072539] sunxi-mmc 4022000.sdmmc: retry:start [ 42.077765] sunxi-mmc 4022000.sdmmc: retry:stop [ 42.082879] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 42.088786] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000026a6 [ 42.095869] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 42.102636] sunxi-mmc 4022000.sdmmc: retry:start [ 42.107870] sunxi-mmc 4022000.sdmmc: retry:stop [ 42.112982] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 42.118893] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000028a8 [ 42.125996] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 42.132774] sunxi-mmc 4022000.sdmmc: retry:start [ 42.137982] sunxi-mmc 4022000.sdmmc: retry:stop [ 42.143112] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 42.149026] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00002aaa [ 42.156099] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 42.162889] sunxi-mmc 4022000.sdmmc: retry:start [ 42.168095] sunxi-mmc 4022000.sdmmc: retry:stop [ 42.173206] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 42.179140] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00002cac [ 42.186216] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 42.192991] sunxi-mmc 4022000.sdmmc: retry:start [ 42.198197] sunxi-mmc 4022000.sdmmc: retry:stop [ 42.203312] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 42.209214] sunxi-mmc 4022000.sdmmc: send manual stop command failed 100 [ 42.216870] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00002eae [ 42.223952] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 42.230741] sunxi-mmc 4022000.sdmmc: retry:start [ 42.235957] sunxi-mmc 4022000.sdmmc: retry:stop [ 42.241100] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 42.246999] sunxi-mmc 4022000.sdmmc: send manual stop command failed 100 [ 42.254655] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000030b0 [ 42.261724] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 42.268516] sunxi-mmc 4022000.sdmmc: retry:start [ 42.273721] sunxi-mmc 4022000.sdmmc: retry:stop [ 42.278855] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 42.284764] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000032b2 [ 42.291861] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 42.298650] sunxi-mmc 4022000.sdmmc: retry:start [ 42.303848] sunxi-mmc 4022000.sdmmc: retry:stop [ 42.308971] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 42.314883] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000034b4 [ 42.321942] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 42.328740] sunxi-mmc 4022000.sdmmc: retry:start [ 42.333940] sunxi-mmc 4022000.sdmmc: retry:stop [ 42.339061] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 42.344976] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000036b6 [ 42.352037] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 42.358836] sunxi-mmc 4022000.sdmmc: retry:start [ 42.364033] sunxi-mmc 4022000.sdmmc: retry:stop [ 42.369142] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 42.375080] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000038b8 [ 42.382139] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 42.388928] sunxi-mmc 4022000.sdmmc: retry:start [ 42.394142] sunxi-mmc 4022000.sdmmc: retry:stop [ 42.399255] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 42.405167] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00003aba [ 42.412239] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 42.419025] sunxi-mmc 4022000.sdmmc: retry:start [ 42.424264] sunxi-mmc 4022000.sdmmc: retry:stop [ 42.429375] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 42.435286] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00003cbc [ 42.442378] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 42.449168] sunxi-mmc 4022000.sdmmc: retry:start [ 42.454365] sunxi-mmc 4022000.sdmmc: retry:stop [ 42.459483] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 42.465393] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00003ebe [ 42.472452] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 42.479268] sunxi-mmc 4022000.sdmmc: retry:start [ 42.484464] sunxi-mmc 4022000.sdmmc: retry:stop [ 42.489574] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 42.495488] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000080 [ 42.502585] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 42.509463] sunxi-mmc 4022000.sdmmc: retry:start [ 42.514705] sunxi-mmc 4022000.sdmmc: retry:stop [ 42.519856] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 42.525805] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000282 [ 42.532902] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 42.539764] sunxi-mmc 4022000.sdmmc: retry:start [ 42.545014] sunxi-mmc 4022000.sdmmc: retry:stop [ 42.550145] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 42.556113] sunxi-mmc 4022000.sdmmc: send manual stop command failed 100 [ 42.563847] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000484 [ 42.570937] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 42.577807] sunxi-mmc 4022000.sdmmc: retry:start [ 42.583001] sunxi-mmc 4022000.sdmmc: retry:stop [ 42.588151] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 42.594070] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000686 [ 42.601136] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 42.607957] sunxi-mmc 4022000.sdmmc: retry:start [ 42.613147] sunxi-mmc 4022000.sdmmc: retry:stop [ 42.618284] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 42.624237] sunxi-mmc 4022000.sdmmc: sunxi v4p5x/v4p6x retry give up! [ 42.631469] sunxi-mmc 4022000.sdmmc: retry:set phase failed or over retry times [ 42.639701] sunxi-mmc 4022000.sdmmc: retry:give up [ 42.655009] sunxi-mmc 4022000.sdmmc: retry:start [ 42.660224] sunxi-mmc 4022000.sdmmc: retry:stop [ 42.665401] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 42.671300] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000888 [ 42.678403] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 42.685211] sunxi-mmc 4022000.sdmmc: retry:start [ 42.690395] sunxi-mmc 4022000.sdmmc: retry:stop [ 42.695540] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 42.701428] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000a8a [ 42.708564] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 42.715365] sunxi-mmc 4022000.sdmmc: retry:start [ 42.720551] sunxi-mmc 4022000.sdmmc: retry:stop [ 42.725714] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 42.731600] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000c8c [ 42.738697] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 42.745507] sunxi-mmc 4022000.sdmmc: retry:start [ 42.750695] sunxi-mmc 4022000.sdmmc: retry:stop [ 42.755830] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 42.761726] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000e8e [ 42.768807] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 42.775606] sunxi-mmc 4022000.sdmmc: retry:start [ 42.780792] sunxi-mmc 4022000.sdmmc: retry:stop [ 42.785922] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 42.791833] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001090 [ 42.798920] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 42.805705] sunxi-mmc 4022000.sdmmc: retry:start [ 42.810899] sunxi-mmc 4022000.sdmmc: retry:stop [ 42.816036] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 42.821924] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001292 [ 42.829023] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 42.835827] sunxi-mmc 4022000.sdmmc: retry:start [ 42.841039] sunxi-mmc 4022000.sdmmc: retry:stop [ 42.846183] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 42.852068] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001494 [ 42.859160] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 42.865949] sunxi-mmc 4022000.sdmmc: retry:start [ 42.871134] sunxi-mmc 4022000.sdmmc: retry:stop [ 42.876275] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 42.882163] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001696 [ 42.889247] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 42.896047] sunxi-mmc 4022000.sdmmc: retry:start [ 42.901233] sunxi-mmc 4022000.sdmmc: retry:stop [ 42.906366] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 42.912262] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001898 [ 42.919346] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 42.926141] sunxi-mmc 4022000.sdmmc: retry:start [ 42.931330] sunxi-mmc 4022000.sdmmc: retry:stop [ 42.936472] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 42.942368] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001a9a [ 42.949459] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 42.956262] sunxi-mmc 4022000.sdmmc: retry:start [ 42.961456] sunxi-mmc 4022000.sdmmc: retry:stop [ 42.966589] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 42.972479] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001c9c [ 42.979574] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 42.986364] sunxi-mmc 4022000.sdmmc: retry:start [ 42.991576] sunxi-mmc 4022000.sdmmc: retry:stop [ 42.996709] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 43.002597] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001e9e [ 43.009687] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 43.016482] sunxi-mmc 4022000.sdmmc: retry:start [ 43.021666] sunxi-mmc 4022000.sdmmc: retry:stop [ 43.026804] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 43.032674] sunxi-mmc 4022000.sdmmc: send manual stop command failed 100 [ 43.040349] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000020a0 [ 43.047430] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 43.054223] sunxi-mmc 4022000.sdmmc: retry:start [ 43.059423] sunxi-mmc 4022000.sdmmc: retry:stop [ 43.064565] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 43.070436] sunxi-mmc 4022000.sdmmc: send manual stop command failed 42 [ 43.078019] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000022a2 [ 43.085111] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 43.091896] sunxi-mmc 4022000.sdmmc: retry:start [ 43.097105] sunxi-mmc 4022000.sdmmc: retry:stop [ 43.102229] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 43.108163] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000024a4 [ 43.115240] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 43.122006] sunxi-mmc 4022000.sdmmc: retry:start [ 43.127222] sunxi-mmc 4022000.sdmmc: retry:stop [ 43.132333] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 43.138243] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000026a6 [ 43.145338] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 43.152105] sunxi-mmc 4022000.sdmmc: retry:start [ 43.157317] sunxi-mmc 4022000.sdmmc: retry:stop [ 43.162453] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 43.168362] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000028a8 [ 43.175457] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 43.182221] sunxi-mmc 4022000.sdmmc: retry:start [ 43.187428] sunxi-mmc 4022000.sdmmc: retry:stop [ 43.192551] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 43.198459] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00002aaa [ 43.205533] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 43.212307] sunxi-mmc 4022000.sdmmc: retry:start [ 43.217516] sunxi-mmc 4022000.sdmmc: retry:stop [ 43.222627] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 43.228557] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00002cac [ 43.235634] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 43.242410] sunxi-mmc 4022000.sdmmc: retry:start [ 43.247618] sunxi-mmc 4022000.sdmmc: retry:stop [ 43.252728] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 43.258649] sunxi-mmc 4022000.sdmmc: send manual stop command failed 100 [ 43.266304] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00002eae [ 43.273363] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 43.280161] sunxi-mmc 4022000.sdmmc: retry:start [ 43.285360] sunxi-mmc 4022000.sdmmc: retry:stop [ 43.290469] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 43.296387] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000030b0 [ 43.303447] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 43.310243] sunxi-mmc 4022000.sdmmc: retry:start [ 43.315438] sunxi-mmc 4022000.sdmmc: retry:stop [ 43.320552] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 43.326469] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000032b2 [ 43.333540] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 43.340326] sunxi-mmc 4022000.sdmmc: retry:start [ 43.345538] sunxi-mmc 4022000.sdmmc: retry:stop [ 43.350645] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 43.356554] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000034b4 [ 43.363694] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 43.370465] sunxi-mmc 4022000.sdmmc: retry:start [ 43.375679] sunxi-mmc 4022000.sdmmc: retry:stop [ 43.380794] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 43.386702] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000036b6 [ 43.393785] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 43.400549] sunxi-mmc 4022000.sdmmc: retry:start [ 43.405756] sunxi-mmc 4022000.sdmmc: retry:stop [ 43.410879] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 43.416787] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000038b8 [ 43.423857] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 43.430632] sunxi-mmc 4022000.sdmmc: retry:start [ 43.435837] sunxi-mmc 4022000.sdmmc: retry:stop [ 43.440982] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 43.446890] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00003aba [ 43.453965] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 43.460756] sunxi-mmc 4022000.sdmmc: retry:start [ 43.465967] sunxi-mmc 4022000.sdmmc: retry:stop [ 43.471079] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 43.476994] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00003cbc [ 43.484064] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 43.490849] sunxi-mmc 4022000.sdmmc: retry:start [ 43.496061] sunxi-mmc 4022000.sdmmc: retry:stop [ 43.501171] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 43.507077] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00003ebe [ 43.514155] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 43.520921] sunxi-mmc 4022000.sdmmc: retry:start [ 43.526133] sunxi-mmc 4022000.sdmmc: retry:stop [ 43.531243] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 43.537149] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000080 [ 43.544230] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 43.550998] sunxi-mmc 4022000.sdmmc: retry:start [ 43.556205] sunxi-mmc 4022000.sdmmc: retry:stop [ 43.561333] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 43.567250] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000282 [ 43.574394] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 43.581175] sunxi-mmc 4022000.sdmmc: retry:start [ 43.586458] sunxi-mmc 4022000.sdmmc: retry:stop [ 43.591648] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 43.597575] sunxi-mmc 4022000.sdmmc: send manual stop command failed 100 [ 43.605250] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000484 [ 43.612342] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 43.619213] sunxi-mmc 4022000.sdmmc: retry:start [ 43.624494] sunxi-mmc 4022000.sdmmc: retry:stop [ 43.629651] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 43.635628] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000686 [ 43.642753] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 43.649586] sunxi-mmc 4022000.sdmmc: retry:start [ 43.654805] sunxi-mmc 4022000.sdmmc: retry:stop [ 43.659962] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 43.665883] sunxi-mmc 4022000.sdmmc: sunxi v4p5x/v4p6x retry give up! [ 43.673138] sunxi-mmc 4022000.sdmmc: retry:set phase failed or over retry times [ 43.681389] sunxi-mmc 4022000.sdmmc: retry:give up [ 43.687017] sunxi-mmc 4022000.sdmmc: sdc set ios:clk 0Hz bm PP pm OFF vdd 0 width 1 timing LEGACY(SDR12) dt B [ 43.704769] sunxi-mmc 4022000.sdmmc: sdc set ios:clk 0Hz bm PP pm UP vdd 21 width 1 timing LEGACY(SDR12) dt B [ 43.726209] sunxi-mmc 4022000.sdmmc: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B [ 43.748179] sunxi-mmc 4022000.sdmmc: sdc set ios:clk 400000Hz bm OD pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B [ 43.759998] sunxi-mmc 4022000.sdmmc: sdc set ios:clk 400000Hz bm OD pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B [ 43.775167] sunxi-mmc 4022000.sdmmc: sdc set ios:clk 400000Hz bm OD pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B [ 43.810094] sunxi-mmc 4022000.sdmmc: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B [ 43.823040] sunxi-mmc 4022000.sdmmc: avoid to switch power_off_notification to POWERED_ON(0x01) [ 43.833116] sunxi-mmc 4022000.sdmmc: avoid to switch power_off_notification to POWERED_ON(0x01) [ 43.842927] sunxi-mmc 4022000.sdmmc: avoid to switch power_off_notification to POWERED_ON(0x01) [ 43.852895] sunxi-mmc 4022000.sdmmc: avoid to switch power_off_notification to POWERED_ON(0x01) [ 43.863446] sunxi-mmc 4022000.sdmmc: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 4 timing LEGACY(SDR12) dt B [ 43.878727] sunxi-mmc 4022000.sdmmc: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 4 timing MMC-HS200 dt B [ 43.890423] sunxi-mmc 4022000.sdmmc: sdc set ios:clk 150000000Hz bm PP pm ON vdd 21 width 4 timing MMC-HS200 dt B [ 43.903188] sunxi-mmc 4022000.sdmmc: retry:start [ 43.908435] sunxi-mmc 4022000.sdmmc: retry:stop [ 43.913549] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 43.919450] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000888 [ 43.926524] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 43.933291] sunxi-mmc 4022000.sdmmc: retry:start [ 43.938484] sunxi-mmc 4022000.sdmmc: retry:stop [ 43.943596] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 43.949490] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000a8a [ 43.956565] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 43.963331] sunxi-mmc 4022000.sdmmc: retry:start [ 43.968526] sunxi-mmc 4022000.sdmmc: retry:stop [ 43.973629] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 43.979540] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000c8c [ 43.986605] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 43.993371] sunxi-mmc 4022000.sdmmc: retry:start [ 43.998564] sunxi-mmc 4022000.sdmmc: retry:stop [ 44.003677] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 44.009571] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000e8e [ 44.016635] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 44.023397] sunxi-mmc 4022000.sdmmc: retry:start [ 44.028598] sunxi-mmc 4022000.sdmmc: retry:stop [ 44.033715] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 44.039607] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001090 [ 44.046686] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 44.053452] sunxi-mmc 4022000.sdmmc: retry:start [ 44.058662] sunxi-mmc 4022000.sdmmc: retry:stop [ 44.063784] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 44.069666] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001292 [ 44.076740] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 44.083511] sunxi-mmc 4022000.sdmmc: retry:start [ 44.088706] sunxi-mmc 4022000.sdmmc: retry:stop [ 44.093824] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 44.099708] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001494 [ 44.106799] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 44.113579] sunxi-mmc 4022000.sdmmc: retry:start [ 44.118792] sunxi-mmc 4022000.sdmmc: retry:stop [ 44.123928] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 44.129823] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001696 [ 44.136908] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 44.143708] sunxi-mmc 4022000.sdmmc: retry:start [ 44.148895] sunxi-mmc 4022000.sdmmc: retry:stop [ 44.154054] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 44.159952] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001898 [ 44.167037] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 44.173827] sunxi-mmc 4022000.sdmmc: retry:start [ 44.179022] sunxi-mmc 4022000.sdmmc: retry:stop [ 44.184159] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 44.190054] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001a9a [ 44.197147] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 44.203936] sunxi-mmc 4022000.sdmmc: retry:start [ 44.209131] sunxi-mmc 4022000.sdmmc: retry:stop [ 44.214261] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 44.220148] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001c9c [ 44.227244] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 44.234040] sunxi-mmc 4022000.sdmmc: retry:start [ 44.239229] sunxi-mmc 4022000.sdmmc: retry:stop [ 44.244384] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 44.250269] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001e9e [ 44.257379] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 44.264169] sunxi-mmc 4022000.sdmmc: retry:start [ 44.269354] sunxi-mmc 4022000.sdmmc: retry:stop [ 44.274501] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 44.280374] sunxi-mmc 4022000.sdmmc: send manual stop command failed 42 [ 44.287951] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000020a0 [ 44.295044] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 44.301808] sunxi-mmc 4022000.sdmmc: retry:start [ 44.307015] sunxi-mmc 4022000.sdmmc: retry:stop [ 44.312134] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 44.318026] sunxi-mmc 4022000.sdmmc: send manual stop command failed 42 [ 44.325612] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000022a2 [ 44.332680] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 44.339465] sunxi-mmc 4022000.sdmmc: retry:start [ 44.344671] sunxi-mmc 4022000.sdmmc: retry:stop [ 44.349779] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 44.355688] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000024a4 [ 44.362751] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 44.369547] sunxi-mmc 4022000.sdmmc: retry:start [ 44.374771] sunxi-mmc 4022000.sdmmc: retry:stop [ 44.379884] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 44.385796] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000026a6 [ 44.392879] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 44.399678] sunxi-mmc 4022000.sdmmc: retry:start [ 44.404886] sunxi-mmc 4022000.sdmmc: retry:stop [ 44.410004] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 44.415917] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000028a8 [ 44.422974] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 44.429772] sunxi-mmc 4022000.sdmmc: retry:start [ 44.434969] sunxi-mmc 4022000.sdmmc: retry:stop [ 44.440080] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 44.445993] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00002aaa [ 44.453055] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 44.459857] sunxi-mmc 4022000.sdmmc: retry:start [ 44.465056] sunxi-mmc 4022000.sdmmc: retry:stop [ 44.470171] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 44.476083] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00002cac [ 44.483141] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 44.489927] sunxi-mmc 4022000.sdmmc: retry:start [ 44.495159] sunxi-mmc 4022000.sdmmc: retry:stop [ 44.500280] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 44.506179] sunxi-mmc 4022000.sdmmc: send manual stop command failed 100 [ 44.513855] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00002eae [ 44.520916] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 44.527711] sunxi-mmc 4022000.sdmmc: retry:start [ 44.532898] sunxi-mmc 4022000.sdmmc: retry:stop [ 44.538027] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 44.543937] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000030b0 [ 44.550994] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 44.557807] sunxi-mmc 4022000.sdmmc: retry:start [ 44.562992] sunxi-mmc 4022000.sdmmc: retry:stop [ 44.568122] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 44.574049] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000032b2 [ 44.581108] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 44.587896] sunxi-mmc 4022000.sdmmc: retry:start [ 44.593094] sunxi-mmc 4022000.sdmmc: retry:stop [ 44.598229] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 44.604129] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000034b4 [ 44.611206] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 44.617994] sunxi-mmc 4022000.sdmmc: retry:start [ 44.623179] sunxi-mmc 4022000.sdmmc: retry:stop [ 44.628321] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 44.634228] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000036b6 [ 44.641307] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 44.648096] sunxi-mmc 4022000.sdmmc: retry:start [ 44.653306] sunxi-mmc 4022000.sdmmc: retry:stop [ 44.658522] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 44.664464] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000038b8 [ 44.671540] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 44.678434] sunxi-mmc 4022000.sdmmc: retry:start [ 44.683650] sunxi-mmc 4022000.sdmmc: retry:stop [ 44.688835] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 44.694853] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00003aba [ 44.701982] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 44.708878] sunxi-mmc 4022000.sdmmc: retry:start [ 44.714086] sunxi-mmc 4022000.sdmmc: retry:stop [ 44.719214] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 44.725234] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00003cbc [ 44.732350] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 44.739190] sunxi-mmc 4022000.sdmmc: retry:start [ 44.744415] sunxi-mmc 4022000.sdmmc: retry:stop [ 44.749538] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 44.755458] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00003ebe [ 44.762539] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 44.769352] sunxi-mmc 4022000.sdmmc: retry:start [ 44.774587] sunxi-mmc 4022000.sdmmc: retry:stop [ 44.779703] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 44.785613] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000080 [ 44.792687] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 44.799478] sunxi-mmc 4022000.sdmmc: retry:start [ 44.804684] sunxi-mmc 4022000.sdmmc: retry:stop [ 44.809822] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 44.815724] sunxi-mmc 4022000.sdmmc: send manual stop command failed 100 [ 44.823368] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000282 [ 44.830475] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 44.837269] sunxi-mmc 4022000.sdmmc: retry:start [ 44.842472] sunxi-mmc 4022000.sdmmc: retry:stop [ 44.847607] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 44.853484] sunxi-mmc 4022000.sdmmc: send manual stop command failed 100 [ 44.861157] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000484 [ 44.868233] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 44.875047] sunxi-mmc 4022000.sdmmc: retry:start [ 44.880237] sunxi-mmc 4022000.sdmmc: retry:stop [ 44.885370] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 44.891283] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000686 [ 44.898371] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 44.905169] sunxi-mmc 4022000.sdmmc: retry:start [ 44.910376] sunxi-mmc 4022000.sdmmc: retry:stop [ 44.915508] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 44.921395] sunxi-mmc 4022000.sdmmc: sunxi v4p5x/v4p6x retry give up! [ 44.928659] sunxi-mmc 4022000.sdmmc: retry:set phase failed or over retry times [ 44.936881] sunxi-mmc 4022000.sdmmc: retry:give up [ 44.942477] blk_update_request: I/O error, dev mmcblk0, sector 642286 op 0x0:(READ) flags 0x80700 phys_seg 12 prio class 0 [ 44.955787] sunxi-mmc 4022000.sdmmc: retry:start [ 44.960999] sunxi-mmc 4022000.sdmmc: retry:stop [ 44.966166] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 44.972063] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000888 [ 44.979157] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 44.985950] sunxi-mmc 4022000.sdmmc: retry:start [ 44.991164] sunxi-mmc 4022000.sdmmc: retry:stop [ 44.996300] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 45.002189] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000a8a [ 45.009303] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 45.016086] sunxi-mmc 4022000.sdmmc: retry:start [ 45.021274] sunxi-mmc 4022000.sdmmc: retry:stop [ 45.026418] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 45.032306] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000c8c [ 45.039374] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 45.046165] sunxi-mmc 4022000.sdmmc: retry:start [ 45.051349] sunxi-mmc 4022000.sdmmc: retry:stop [ 45.056479] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 45.062376] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000e8e [ 45.069456] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 45.076269] sunxi-mmc 4022000.sdmmc: retry:start [ 45.081459] sunxi-mmc 4022000.sdmmc: retry:stop [ 45.086594] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 45.092513] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001090 [ 45.099586] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 45.106373] sunxi-mmc 4022000.sdmmc: retry:start [ 45.111587] sunxi-mmc 4022000.sdmmc: retry:stop [ 45.116725] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 45.122613] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001292 [ 45.129696] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 45.136477] sunxi-mmc 4022000.sdmmc: retry:start [ 45.141691] sunxi-mmc 4022000.sdmmc: retry:stop [ 45.146824] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 45.152712] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001494 [ 45.159804] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 45.166590] sunxi-mmc 4022000.sdmmc: retry:start [ 45.171774] sunxi-mmc 4022000.sdmmc: retry:stop [ 45.176926] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 45.182813] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001696 [ 45.189884] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 45.196674] sunxi-mmc 4022000.sdmmc: retry:start [ 45.201864] sunxi-mmc 4022000.sdmmc: retry:stop [ 45.206999] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 45.212912] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001898 [ 45.219985] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 45.226792] sunxi-mmc 4022000.sdmmc: retry:start [ 45.231978] sunxi-mmc 4022000.sdmmc: retry:stop [ 45.237110] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 45.243015] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001a9a [ 45.250089] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 45.256866] sunxi-mmc 4022000.sdmmc: retry:start [ 45.262072] sunxi-mmc 4022000.sdmmc: retry:stop [ 45.267206] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 45.273094] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001c9c [ 45.280171] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 45.286955] sunxi-mmc 4022000.sdmmc: retry:start [ 45.292161] sunxi-mmc 4022000.sdmmc: retry:stop [ 45.297293] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 45.303180] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001e9e [ 45.310259] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 45.317044] sunxi-mmc 4022000.sdmmc: retry:start [ 45.322230] sunxi-mmc 4022000.sdmmc: retry:stop [ 45.327367] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 45.333275] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000020a0 [ 45.340349] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 45.347145] sunxi-mmc 4022000.sdmmc: retry:start [ 45.352330] sunxi-mmc 4022000.sdmmc: retry:stop [ 45.357509] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 45.363385] sunxi-mmc 4022000.sdmmc: send manual stop command failed 42 [ 45.370953] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000022a2 [ 45.378040] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 45.384824] sunxi-mmc 4022000.sdmmc: retry:start [ 45.390008] sunxi-mmc 4022000.sdmmc: retry:stop [ 45.395149] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 45.401036] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000024a4 [ 45.408131] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 45.414914] sunxi-mmc 4022000.sdmmc: retry:start [ 45.420114] sunxi-mmc 4022000.sdmmc: retry:stop [ 45.425261] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 45.431150] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000026a6 [ 45.438217] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 45.445007] sunxi-mmc 4022000.sdmmc: retry:start [ 45.450189] sunxi-mmc 4022000.sdmmc: retry:stop [ 45.455320] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 45.461230] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000028a8 [ 45.468304] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 45.475102] sunxi-mmc 4022000.sdmmc: retry:start [ 45.480288] sunxi-mmc 4022000.sdmmc: retry:stop [ 45.485419] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 45.491326] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00002aaa [ 45.498399] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 45.505180] sunxi-mmc 4022000.sdmmc: retry:start [ 45.510373] sunxi-mmc 4022000.sdmmc: retry:stop [ 45.515504] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 45.521403] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00002cac [ 45.528490] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 45.535269] sunxi-mmc 4022000.sdmmc: retry:start [ 45.540454] sunxi-mmc 4022000.sdmmc: retry:stop [ 45.545588] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 45.551470] sunxi-mmc 4022000.sdmmc: send manual stop command failed 100 [ 45.559151] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00002eae [ 45.566212] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 45.572969] sunxi-mmc 4022000.sdmmc: retry:start [ 45.578182] sunxi-mmc 4022000.sdmmc: retry:stop [ 45.583292] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 45.589202] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000030b0 [ 45.596277] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 45.603033] sunxi-mmc 4022000.sdmmc: retry:start [ 45.608271] sunxi-mmc 4022000.sdmmc: retry:stop [ 45.613382] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 45.619293] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000032b2 [ 45.626371] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 45.633130] sunxi-mmc 4022000.sdmmc: retry:start [ 45.638339] sunxi-mmc 4022000.sdmmc: retry:stop [ 45.643460] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 45.649366] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000034b4 [ 45.656428] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 45.663204] sunxi-mmc 4022000.sdmmc: retry:start [ 45.668412] sunxi-mmc 4022000.sdmmc: retry:stop [ 45.673523] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 45.679446] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000036b6 [ 45.686505] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 45.693269] sunxi-mmc 4022000.sdmmc: retry:start [ 45.698476] sunxi-mmc 4022000.sdmmc: retry:stop [ 45.703586] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 45.709498] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000038b8 [ 45.716559] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 45.723317] sunxi-mmc 4022000.sdmmc: retry:start [ 45.728536] sunxi-mmc 4022000.sdmmc: retry:stop [ 45.733645] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 45.739597] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00003aba [ 45.746765] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 45.753540] sunxi-mmc 4022000.sdmmc: retry:start [ 45.758850] sunxi-mmc 4022000.sdmmc: retry:stop [ 45.764015] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 45.769953] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00003cbc [ 45.777111] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 45.783950] sunxi-mmc 4022000.sdmmc: retry:start [ 45.789164] sunxi-mmc 4022000.sdmmc: retry:stop [ 45.794360] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 45.800290] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00003ebe [ 45.807509] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 45.814342] sunxi-mmc 4022000.sdmmc: retry:start [ 45.819536] sunxi-mmc 4022000.sdmmc: retry:stop [ 45.824728] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 45.830641] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000080 [ 45.837733] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 45.844535] sunxi-mmc 4022000.sdmmc: retry:start [ 45.849726] sunxi-mmc 4022000.sdmmc: retry:stop [ 45.854863] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 45.860760] sunxi-mmc 4022000.sdmmc: send manual stop command failed 100 [ 45.868438] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000282 [ 45.875528] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 45.882290] sunxi-mmc 4022000.sdmmc: retry:start [ 45.887501] sunxi-mmc 4022000.sdmmc: retry:stop [ 45.892628] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 45.898520] sunxi-mmc 4022000.sdmmc: send manual stop command failed 42 [ 45.906077] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000484 [ 45.913136] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 45.919918] sunxi-mmc 4022000.sdmmc: retry:start [ 45.925140] sunxi-mmc 4022000.sdmmc: retry:stop [ 45.930252] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 45.936168] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000686 [ 45.943234] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 45.950013] sunxi-mmc 4022000.sdmmc: retry:start [ 45.955209] sunxi-mmc 4022000.sdmmc: retry:stop [ 45.960338] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 45.966247] sunxi-mmc 4022000.sdmmc: sunxi v4p5x/v4p6x retry give up! [ 45.973480] sunxi-mmc 4022000.sdmmc: retry:set phase failed or over retry times [ 45.981725] sunxi-mmc 4022000.sdmmc: retry:give up [ 45.987646] sunxi-mmc 4022000.sdmmc: retry:start [ 45.992852] sunxi-mmc 4022000.sdmmc: retry:stop [ 45.998002] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 46.003916] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000888 [ 46.010982] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 46.017774] sunxi-mmc 4022000.sdmmc: retry:start [ 46.022962] sunxi-mmc 4022000.sdmmc: retry:stop [ 46.028108] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 46.034017] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000a8a [ 46.041109] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 46.047897] sunxi-mmc 4022000.sdmmc: retry:start [ 46.053082] sunxi-mmc 4022000.sdmmc: retry:stop [ 46.058267] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 46.064172] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000c8c [ 46.071225] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 46.078020] sunxi-mmc 4022000.sdmmc: retry:start [ 46.083208] sunxi-mmc 4022000.sdmmc: retry:stop [ 46.088340] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 46.094253] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000e8e [ 46.101302] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 46.108103] sunxi-mmc 4022000.sdmmc: retry:start [ 46.113289] sunxi-mmc 4022000.sdmmc: retry:stop [ 46.118434] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 46.124386] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001090 [ 46.131439] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 46.138218] sunxi-mmc 4022000.sdmmc: retry:start [ 46.143425] sunxi-mmc 4022000.sdmmc: retry:stop [ 46.148561] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 46.154464] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001292 [ 46.161524] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 46.168306] sunxi-mmc 4022000.sdmmc: retry:start [ 46.173488] sunxi-mmc 4022000.sdmmc: retry:stop [ 46.178630] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 46.184529] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001494 [ 46.191598] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 46.198403] sunxi-mmc 4022000.sdmmc: retry:start [ 46.203594] sunxi-mmc 4022000.sdmmc: retry:stop [ 46.208738] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 46.214645] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001696 [ 46.221694] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 46.228488] sunxi-mmc 4022000.sdmmc: retry:start [ 46.233684] sunxi-mmc 4022000.sdmmc: retry:stop [ 46.238794] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 46.244718] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001898 [ 46.251773] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 46.258576] sunxi-mmc 4022000.sdmmc: retry:start [ 46.263776] sunxi-mmc 4022000.sdmmc: retry:stop [ 46.268891] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 46.274823] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001a9a [ 46.281882] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 46.288666] sunxi-mmc 4022000.sdmmc: retry:start [ 46.293884] sunxi-mmc 4022000.sdmmc: retry:stop [ 46.298997] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 46.304915] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001c9c [ 46.311973] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 46.318755] sunxi-mmc 4022000.sdmmc: retry:start [ 46.323953] sunxi-mmc 4022000.sdmmc: retry:stop [ 46.329071] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 46.334994] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001e9e [ 46.342056] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 46.348852] sunxi-mmc 4022000.sdmmc: retry:start [ 46.354054] sunxi-mmc 4022000.sdmmc: retry:stop [ 46.359170] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 46.365081] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000020a0 [ 46.372129] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 46.378928] sunxi-mmc 4022000.sdmmc: retry:start [ 46.384129] sunxi-mmc 4022000.sdmmc: retry:stop [ 46.389237] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 46.395144] sunxi-mmc 4022000.sdmmc: send manual stop command failed 100 [ 46.402785] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000022a2 [ 46.409866] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 46.416647] sunxi-mmc 4022000.sdmmc: retry:start [ 46.421839] sunxi-mmc 4022000.sdmmc: retry:stop [ 46.426989] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 46.432875] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000024a4 [ 46.439947] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 46.446735] sunxi-mmc 4022000.sdmmc: retry:start [ 46.451930] sunxi-mmc 4022000.sdmmc: retry:stop [ 46.457061] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 46.462963] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000026a6 [ 46.470042] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 46.476841] sunxi-mmc 4022000.sdmmc: retry:start [ 46.482027] sunxi-mmc 4022000.sdmmc: retry:stop [ 46.487157] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 46.493053] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000028a8 [ 46.500132] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 46.506922] sunxi-mmc 4022000.sdmmc: retry:start [ 46.512119] sunxi-mmc 4022000.sdmmc: retry:stop [ 46.517252] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 46.523140] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00002aaa [ 46.530219] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 46.537006] sunxi-mmc 4022000.sdmmc: retry:start [ 46.542197] sunxi-mmc 4022000.sdmmc: retry:stop [ 46.547328] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 46.553229] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00002cac [ 46.560306] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 46.567085] sunxi-mmc 4022000.sdmmc: retry:start [ 46.572270] sunxi-mmc 4022000.sdmmc: retry:stop [ 46.577404] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 46.583278] sunxi-mmc 4022000.sdmmc: send manual stop command failed 100 [ 46.590965] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00002eae [ 46.598042] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 46.604823] sunxi-mmc 4022000.sdmmc: retry:start [ 46.610023] sunxi-mmc 4022000.sdmmc: retry:stop [ 46.615154] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 46.621047] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000030b0 [ 46.628124] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 46.634910] sunxi-mmc 4022000.sdmmc: retry:start [ 46.640093] sunxi-mmc 4022000.sdmmc: retry:stop [ 46.645234] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 46.651119] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000032b2 [ 46.658218] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 46.664998] sunxi-mmc 4022000.sdmmc: retry:start [ 46.670185] sunxi-mmc 4022000.sdmmc: retry:stop [ 46.675323] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 46.681211] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000034b4 [ 46.688283] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 46.695079] sunxi-mmc 4022000.sdmmc: retry:start [ 46.700262] sunxi-mmc 4022000.sdmmc: retry:stop [ 46.705392] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 46.711287] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000036b6 [ 46.718359] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 46.725155] sunxi-mmc 4022000.sdmmc: retry:start [ 46.730344] sunxi-mmc 4022000.sdmmc: retry:stop [ 46.735474] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 46.741366] sunxi-mmc 4022000.sdmmc: send manual stop command failed 100 [ 46.749032] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000038b8 [ 46.756097] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 46.762873] sunxi-mmc 4022000.sdmmc: retry:start [ 46.768084] sunxi-mmc 4022000.sdmmc: retry:stop [ 46.773197] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 46.779114] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00003aba [ 46.786177] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 46.792941] sunxi-mmc 4022000.sdmmc: retry:start [ 46.798153] sunxi-mmc 4022000.sdmmc: retry:stop [ 46.803262] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 46.809178] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00003cbc [ 46.816281] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 46.823050] sunxi-mmc 4022000.sdmmc: retry:start [ 46.828347] sunxi-mmc 4022000.sdmmc: retry:stop [ 46.833474] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 46.839447] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00003ebe [ 46.846620] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 46.853397] sunxi-mmc 4022000.sdmmc: retry:start [ 46.858689] sunxi-mmc 4022000.sdmmc: retry:stop [ 46.863847] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 46.869736] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000080 [ 46.876907] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 46.883741] sunxi-mmc 4022000.sdmmc: retry:start [ 46.888952] sunxi-mmc 4022000.sdmmc: retry:stop [ 46.894160] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 46.900037] sunxi-mmc 4022000.sdmmc: send manual stop command failed 100 [ 46.907756] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000282 [ 46.914831] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 46.921598] sunxi-mmc 4022000.sdmmc: retry:start [ 46.926815] sunxi-mmc 4022000.sdmmc: retry:stop [ 46.931930] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 46.937851] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000484 [ 46.944942] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 46.951703] sunxi-mmc 4022000.sdmmc: retry:start [ 46.956916] sunxi-mmc 4022000.sdmmc: retry:stop [ 46.962037] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 46.967959] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000686 [ 46.975050] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 46.981809] sunxi-mmc 4022000.sdmmc: retry:start [ 46.987019] sunxi-mmc 4022000.sdmmc: retry:stop [ 46.992148] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 46.998068] sunxi-mmc 4022000.sdmmc: sunxi v4p5x/v4p6x retry give up! [ 47.005323] sunxi-mmc 4022000.sdmmc: retry:set phase failed or over retry times [ 47.013540] sunxi-mmc 4022000.sdmmc: retry:give up [ 47.019464] sunxi-mmc 4022000.sdmmc: retry:start [ 47.024710] sunxi-mmc 4022000.sdmmc: retry:stop [ 47.029828] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 47.035736] sunxi-mmc 4022000.sdmmc: send manual stop command failed 100 [ 47.043393] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000888 [ 47.050476] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 47.057265] sunxi-mmc 4022000.sdmmc: retry:start [ 47.062464] sunxi-mmc 4022000.sdmmc: retry:stop [ 47.067602] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 47.073509] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000a8a [ 47.080597] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 47.087383] sunxi-mmc 4022000.sdmmc: retry:start [ 47.092577] sunxi-mmc 4022000.sdmmc: retry:stop [ 47.097736] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 47.103625] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000c8c [ 47.110709] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 47.117491] sunxi-mmc 4022000.sdmmc: retry:start [ 47.122680] sunxi-mmc 4022000.sdmmc: retry:stop [ 47.127818] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 47.133721] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000e8e [ 47.140794] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 47.147582] sunxi-mmc 4022000.sdmmc: retry:start [ 47.152767] sunxi-mmc 4022000.sdmmc: retry:stop [ 47.157932] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 47.163847] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001090 [ 47.170901] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 47.177703] sunxi-mmc 4022000.sdmmc: retry:start [ 47.182891] sunxi-mmc 4022000.sdmmc: retry:stop [ 47.188025] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 47.193946] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001292 [ 47.200995] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 47.207795] sunxi-mmc 4022000.sdmmc: retry:start [ 47.212986] sunxi-mmc 4022000.sdmmc: retry:stop [ 47.218122] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 47.224047] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001494 [ 47.231097] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 47.237876] sunxi-mmc 4022000.sdmmc: retry:start [ 47.243072] sunxi-mmc 4022000.sdmmc: retry:stop [ 47.248205] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 47.254110] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001696 [ 47.261165] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 47.267947] sunxi-mmc 4022000.sdmmc: retry:start [ 47.273132] sunxi-mmc 4022000.sdmmc: retry:stop [ 47.278298] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 47.284197] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001898 [ 47.291286] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 47.298071] sunxi-mmc 4022000.sdmmc: retry:start [ 47.303257] sunxi-mmc 4022000.sdmmc: retry:stop [ 47.308423] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 47.314330] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001a9a [ 47.321378] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 47.328177] sunxi-mmc 4022000.sdmmc: retry:start [ 47.333374] sunxi-mmc 4022000.sdmmc: retry:stop [ 47.338509] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 47.344422] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001c9c [ 47.351471] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 47.358269] sunxi-mmc 4022000.sdmmc: retry:start [ 47.363456] sunxi-mmc 4022000.sdmmc: retry:stop [ 47.368586] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 47.374507] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001e9e [ 47.381568] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 47.388351] sunxi-mmc 4022000.sdmmc: retry:start [ 47.393547] sunxi-mmc 4022000.sdmmc: retry:stop [ 47.398680] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 47.404583] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000020a0 [ 47.411660] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 47.418436] sunxi-mmc 4022000.sdmmc: retry:start [ 47.423624] sunxi-mmc 4022000.sdmmc: retry:stop [ 47.428781] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 47.434664] sunxi-mmc 4022000.sdmmc: send manual stop command failed 100 [ 47.442314] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000022a2 [ 47.449387] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 47.456166] sunxi-mmc 4022000.sdmmc: retry:start [ 47.461367] sunxi-mmc 4022000.sdmmc: retry:stop [ 47.466498] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 47.472389] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000024a4 [ 47.479468] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 47.486254] sunxi-mmc 4022000.sdmmc: retry:start [ 47.491464] sunxi-mmc 4022000.sdmmc: retry:stop [ 47.496595] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 47.502484] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000026a6 [ 47.509572] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 47.516358] sunxi-mmc 4022000.sdmmc: retry:start [ 47.521542] sunxi-mmc 4022000.sdmmc: retry:stop [ 47.526681] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 47.532566] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000028a8 [ 47.539637] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 47.546421] sunxi-mmc 4022000.sdmmc: retry:start [ 47.551608] sunxi-mmc 4022000.sdmmc: retry:stop [ 47.556734] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 47.562634] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00002aaa [ 47.569704] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 47.576491] sunxi-mmc 4022000.sdmmc: retry:start [ 47.581674] sunxi-mmc 4022000.sdmmc: retry:stop [ 47.586809] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 47.592705] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00002cac [ 47.599778] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 47.606557] sunxi-mmc 4022000.sdmmc: retry:start [ 47.611763] sunxi-mmc 4022000.sdmmc: retry:stop [ 47.616893] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 47.622766] sunxi-mmc 4022000.sdmmc: send manual stop command failed 100 [ 47.630441] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00002eae [ 47.637500] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 47.644290] sunxi-mmc 4022000.sdmmc: retry:start [ 47.649477] sunxi-mmc 4022000.sdmmc: retry:stop [ 47.654606] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 47.660501] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000030b0 [ 47.667570] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 47.674372] sunxi-mmc 4022000.sdmmc: retry:start [ 47.679559] sunxi-mmc 4022000.sdmmc: retry:stop [ 47.684689] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 47.690578] sunxi-mmc 4022000.sdmmc: send manual stop command failed 100 [ 47.698246] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000032b2 [ 47.705311] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 47.712086] sunxi-mmc 4022000.sdmmc: retry:start [ 47.717294] sunxi-mmc 4022000.sdmmc: retry:stop [ 47.722405] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 47.728320] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000034b4 [ 47.735384] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 47.742152] sunxi-mmc 4022000.sdmmc: retry:start [ 47.747358] sunxi-mmc 4022000.sdmmc: retry:stop [ 47.752469] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 47.758404] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000036b6 [ 47.765464] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 47.772221] sunxi-mmc 4022000.sdmmc: retry:start [ 47.777437] sunxi-mmc 4022000.sdmmc: retry:stop [ 47.782547] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 47.788454] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000038b8 [ 47.795531] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 47.802288] sunxi-mmc 4022000.sdmmc: retry:start [ 47.807525] sunxi-mmc 4022000.sdmmc: retry:stop [ 47.812634] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 47.818542] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00003aba [ 47.825615] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 47.832371] sunxi-mmc 4022000.sdmmc: retry:start [ 47.837577] sunxi-mmc 4022000.sdmmc: retry:stop [ 47.842694] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 47.848600] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00003cbc [ 47.855658] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 47.862426] sunxi-mmc 4022000.sdmmc: retry:start [ 47.867633] sunxi-mmc 4022000.sdmmc: retry:stop [ 47.872745] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 47.878658] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00003ebe [ 47.885738] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 47.892562] sunxi-mmc 4022000.sdmmc: retry:start [ 47.897804] sunxi-mmc 4022000.sdmmc: retry:stop [ 47.902953] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 47.908934] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000080 [ 47.916062] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 47.922858] sunxi-mmc 4022000.sdmmc: retry:start [ 47.928160] sunxi-mmc 4022000.sdmmc: retry:stop [ 47.933289] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 47.939246] sunxi-mmc 4022000.sdmmc: send manual stop command failed 100 [ 47.946939] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000282 [ 47.954080] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 47.960898] sunxi-mmc 4022000.sdmmc: retry:start [ 47.966175] sunxi-mmc 4022000.sdmmc: retry:stop [ 47.971304] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 47.977235] sunxi-mmc 4022000.sdmmc: send manual stop command failed 100 [ 47.984895] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000484 [ 47.991965] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 47.998763] sunxi-mmc 4022000.sdmmc: retry:start [ 48.003964] sunxi-mmc 4022000.sdmmc: retry:stop [ 48.009108] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 48.015030] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000686 [ 48.022085] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 48.028892] sunxi-mmc 4022000.sdmmc: retry:start [ 48.034093] sunxi-mmc 4022000.sdmmc: retry:stop [ 48.039208] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 48.045136] sunxi-mmc 4022000.sdmmc: sunxi v4p5x/v4p6x retry give up! [ 48.052374] sunxi-mmc 4022000.sdmmc: retry:set phase failed or over retry times [ 48.060626] sunxi-mmc 4022000.sdmmc: retry:give up [ 48.066537] sunxi-mmc 4022000.sdmmc: retry:start [ 48.071730] sunxi-mmc 4022000.sdmmc: retry:stop [ 48.076907] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 48.082806] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000888 [ 48.089900] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 48.096698] sunxi-mmc 4022000.sdmmc: retry:start [ 48.101894] sunxi-mmc 4022000.sdmmc: retry:stop [ 48.107038] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 48.112936] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000a8a [ 48.120012] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 48.126807] sunxi-mmc 4022000.sdmmc: retry:start [ 48.131993] sunxi-mmc 4022000.sdmmc: retry:stop [ 48.137124] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 48.143022] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000c8c [ 48.150096] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 48.156879] sunxi-mmc 4022000.sdmmc: retry:start [ 48.162071] sunxi-mmc 4022000.sdmmc: retry:stop [ 48.167206] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 48.173094] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000e8e [ 48.180174] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 48.186958] sunxi-mmc 4022000.sdmmc: retry:start [ 48.192153] sunxi-mmc 4022000.sdmmc: retry:stop [ 48.197296] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 48.203202] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001090 [ 48.210296] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 48.217087] sunxi-mmc 4022000.sdmmc: retry:start [ 48.222271] sunxi-mmc 4022000.sdmmc: retry:stop [ 48.227412] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 48.233299] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001292 [ 48.240380] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 48.247167] sunxi-mmc 4022000.sdmmc: retry:start [ 48.252354] sunxi-mmc 4022000.sdmmc: retry:stop [ 48.257520] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 48.263410] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001494 [ 48.270482] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 48.277273] sunxi-mmc 4022000.sdmmc: retry:start [ 48.282458] sunxi-mmc 4022000.sdmmc: retry:stop [ 48.287591] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 48.293488] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001696 [ 48.300566] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 48.307394] sunxi-mmc 4022000.sdmmc: retry:start [ 48.312584] sunxi-mmc 4022000.sdmmc: retry:stop [ 48.317728] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 48.323614] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001898 [ 48.330736] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 48.337519] sunxi-mmc 4022000.sdmmc: retry:start [ 48.342722] sunxi-mmc 4022000.sdmmc: retry:stop [ 48.347858] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 48.353758] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001a9a [ 48.360817] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 48.367597] sunxi-mmc 4022000.sdmmc: retry:start [ 48.372781] sunxi-mmc 4022000.sdmmc: retry:stop [ 48.377927] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 48.383833] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001c9c [ 48.390911] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 48.397689] sunxi-mmc 4022000.sdmmc: retry:start [ 48.402876] sunxi-mmc 4022000.sdmmc: retry:stop [ 48.408047] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 48.413949] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001e9e [ 48.420996] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 48.427783] sunxi-mmc 4022000.sdmmc: retry:start [ 48.432970] sunxi-mmc 4022000.sdmmc: retry:stop [ 48.438099] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 48.443994] sunxi-mmc 4022000.sdmmc: send manual stop command failed 42 [ 48.451538] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000020a0 [ 48.458625] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 48.465407] sunxi-mmc 4022000.sdmmc: retry:start [ 48.470591] sunxi-mmc 4022000.sdmmc: retry:stop [ 48.475734] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 48.481603] sunxi-mmc 4022000.sdmmc: send manual stop command failed 42 [ 48.489169] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000022a2 [ 48.496240] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 48.502998] sunxi-mmc 4022000.sdmmc: retry:start [ 48.508242] sunxi-mmc 4022000.sdmmc: retry:stop [ 48.513353] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 48.519264] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000024a4 [ 48.526343] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 48.533100] sunxi-mmc 4022000.sdmmc: retry:start [ 48.538308] sunxi-mmc 4022000.sdmmc: retry:stop [ 48.543428] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 48.549339] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000026a6 [ 48.556399] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 48.563170] sunxi-mmc 4022000.sdmmc: retry:start [ 48.568375] sunxi-mmc 4022000.sdmmc: retry:stop [ 48.573521] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 48.579445] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000028a8 [ 48.586509] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 48.593290] sunxi-mmc 4022000.sdmmc: retry:start [ 48.598496] sunxi-mmc 4022000.sdmmc: retry:stop [ 48.603607] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 48.609553] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00002aaa [ 48.616617] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 48.623375] sunxi-mmc 4022000.sdmmc: retry:start [ 48.628589] sunxi-mmc 4022000.sdmmc: retry:stop [ 48.633722] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 48.639607] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00002cac [ 48.646696] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 48.653463] sunxi-mmc 4022000.sdmmc: retry:start [ 48.658682] sunxi-mmc 4022000.sdmmc: retry:stop [ 48.663805] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 48.669677] sunxi-mmc 4022000.sdmmc: send manual stop command failed 100 [ 48.677347] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00002eae [ 48.684410] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 48.691199] sunxi-mmc 4022000.sdmmc: retry:start [ 48.696412] sunxi-mmc 4022000.sdmmc: retry:stop [ 48.701524] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 48.707467] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000030b0 [ 48.714537] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 48.721295] sunxi-mmc 4022000.sdmmc: retry:start [ 48.726509] sunxi-mmc 4022000.sdmmc: retry:stop [ 48.731622] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 48.737533] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000032b2 [ 48.744606] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 48.751362] sunxi-mmc 4022000.sdmmc: retry:start [ 48.756576] sunxi-mmc 4022000.sdmmc: retry:stop [ 48.761695] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 48.767605] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000034b4 [ 48.774706] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 48.781470] sunxi-mmc 4022000.sdmmc: retry:start [ 48.786676] sunxi-mmc 4022000.sdmmc: retry:stop [ 48.791810] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 48.797718] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000036b6 [ 48.804782] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 48.811559] sunxi-mmc 4022000.sdmmc: retry:start [ 48.816772] sunxi-mmc 4022000.sdmmc: retry:stop [ 48.821881] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 48.827804] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000038b8 [ 48.834865] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 48.841645] sunxi-mmc 4022000.sdmmc: retry:start [ 48.846852] sunxi-mmc 4022000.sdmmc: retry:stop [ 48.851967] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 48.857899] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00003aba [ 48.864966] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 48.871726] sunxi-mmc 4022000.sdmmc: retry:start [ 48.876947] sunxi-mmc 4022000.sdmmc: retry:stop [ 48.882058] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 48.887966] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00003cbc [ 48.895042] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 48.901798] sunxi-mmc 4022000.sdmmc: retry:start [ 48.907005] sunxi-mmc 4022000.sdmmc: retry:stop [ 48.912152] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 48.918069] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00003ebe [ 48.925164] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 48.931923] sunxi-mmc 4022000.sdmmc: retry:start [ 48.937128] sunxi-mmc 4022000.sdmmc: retry:stop [ 48.942249] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 48.948156] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000080 [ 48.955218] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 48.961987] sunxi-mmc 4022000.sdmmc: retry:start [ 48.967194] sunxi-mmc 4022000.sdmmc: retry:stop [ 48.972303] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 48.978265] sunxi-mmc 4022000.sdmmc: send manual stop command failed 100 [ 48.985980] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000282 [ 48.993075] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 48.999942] sunxi-mmc 4022000.sdmmc: retry:start [ 49.005187] sunxi-mmc 4022000.sdmmc: retry:stop [ 49.010396] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 49.016311] sunxi-mmc 4022000.sdmmc: send manual stop command failed 42 [ 49.023904] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000484 [ 49.030985] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 49.037829] sunxi-mmc 4022000.sdmmc: retry:start [ 49.043049] sunxi-mmc 4022000.sdmmc: retry:stop [ 49.048263] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 49.054179] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000686 [ 49.061265] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 49.068104] sunxi-mmc 4022000.sdmmc: retry:start [ 49.073300] sunxi-mmc 4022000.sdmmc: retry:stop [ 49.078467] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 49.084376] sunxi-mmc 4022000.sdmmc: sunxi v4p5x/v4p6x retry give up! [ 49.091650] sunxi-mmc 4022000.sdmmc: retry:set phase failed or over retry times [ 49.099887] sunxi-mmc 4022000.sdmmc: retry:give up [ 49.105845] sunxi-mmc 4022000.sdmmc: retry:start [ 49.111054] sunxi-mmc 4022000.sdmmc: retry:stop [ 49.116222] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 49.122121] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000888 [ 49.129226] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 49.136021] sunxi-mmc 4022000.sdmmc: retry:start [ 49.141233] sunxi-mmc 4022000.sdmmc: retry:stop [ 49.146372] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 49.152260] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000a8a [ 49.159362] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 49.166154] sunxi-mmc 4022000.sdmmc: retry:start [ 49.171340] sunxi-mmc 4022000.sdmmc: retry:stop [ 49.176483] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 49.182372] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000c8c [ 49.189447] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 49.196237] sunxi-mmc 4022000.sdmmc: retry:start [ 49.201421] sunxi-mmc 4022000.sdmmc: retry:stop [ 49.206561] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 49.212457] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000e8e [ 49.219536] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 49.226320] sunxi-mmc 4022000.sdmmc: retry:start [ 49.231517] sunxi-mmc 4022000.sdmmc: retry:stop [ 49.236654] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 49.242553] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001090 [ 49.249626] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 49.256412] sunxi-mmc 4022000.sdmmc: retry:start [ 49.261610] sunxi-mmc 4022000.sdmmc: retry:stop [ 49.266750] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 49.272637] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001292 [ 49.279718] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 49.286499] sunxi-mmc 4022000.sdmmc: retry:start [ 49.291712] sunxi-mmc 4022000.sdmmc: retry:stop [ 49.296846] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 49.302736] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001494 [ 49.309829] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 49.316613] sunxi-mmc 4022000.sdmmc: retry:start [ 49.321798] sunxi-mmc 4022000.sdmmc: retry:stop [ 49.326941] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 49.332849] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001696 [ 49.339923] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 49.346715] sunxi-mmc 4022000.sdmmc: retry:start [ 49.351904] sunxi-mmc 4022000.sdmmc: retry:stop [ 49.357035] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 49.362933] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001898 [ 49.370004] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 49.376801] sunxi-mmc 4022000.sdmmc: retry:start [ 49.381989] sunxi-mmc 4022000.sdmmc: retry:stop [ 49.387121] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 49.393036] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001a9a [ 49.400116] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 49.406899] sunxi-mmc 4022000.sdmmc: retry:start [ 49.412112] sunxi-mmc 4022000.sdmmc: retry:stop [ 49.417252] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 49.423142] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001c9c [ 49.430228] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 49.437023] sunxi-mmc 4022000.sdmmc: retry:start [ 49.442218] sunxi-mmc 4022000.sdmmc: retry:stop [ 49.447348] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 49.453234] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001e9e [ 49.460316] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 49.467095] sunxi-mmc 4022000.sdmmc: retry:start [ 49.472281] sunxi-mmc 4022000.sdmmc: retry:stop [ 49.477415] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 49.483307] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000020a0 [ 49.490377] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 49.497169] sunxi-mmc 4022000.sdmmc: retry:start [ 49.502353] sunxi-mmc 4022000.sdmmc: retry:stop [ 49.507525] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 49.513398] sunxi-mmc 4022000.sdmmc: send manual stop command failed 100 [ 49.521062] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000022a2 [ 49.528154] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 49.534935] sunxi-mmc 4022000.sdmmc: retry:start [ 49.540132] sunxi-mmc 4022000.sdmmc: retry:stop [ 49.545279] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 49.551168] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000024a4 [ 49.558266] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 49.565048] sunxi-mmc 4022000.sdmmc: retry:start [ 49.570238] sunxi-mmc 4022000.sdmmc: retry:stop [ 49.575410] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 49.581299] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000026a6 [ 49.588368] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 49.595160] sunxi-mmc 4022000.sdmmc: retry:start [ 49.600344] sunxi-mmc 4022000.sdmmc: retry:stop [ 49.605474] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 49.611389] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000028a8 [ 49.618461] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 49.625253] sunxi-mmc 4022000.sdmmc: retry:start [ 49.630439] sunxi-mmc 4022000.sdmmc: retry:stop [ 49.635564] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 49.641492] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00002aaa [ 49.648571] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 49.655354] sunxi-mmc 4022000.sdmmc: retry:start [ 49.660561] sunxi-mmc 4022000.sdmmc: retry:stop [ 49.665692] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 49.671581] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00002cac [ 49.678665] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 49.685444] sunxi-mmc 4022000.sdmmc: retry:start [ 49.690630] sunxi-mmc 4022000.sdmmc: retry:stop [ 49.695767] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 49.701643] sunxi-mmc 4022000.sdmmc: send manual stop command failed 100 [ 49.709323] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00002eae [ 49.716385] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 49.723145] sunxi-mmc 4022000.sdmmc: retry:start [ 49.728362] sunxi-mmc 4022000.sdmmc: retry:stop [ 49.733473] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 49.739382] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000030b0 [ 49.746462] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 49.753219] sunxi-mmc 4022000.sdmmc: retry:start [ 49.758445] sunxi-mmc 4022000.sdmmc: retry:stop [ 49.763559] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 49.769467] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000032b2 [ 49.776544] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 49.783301] sunxi-mmc 4022000.sdmmc: retry:start [ 49.788509] sunxi-mmc 4022000.sdmmc: retry:stop [ 49.793643] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 49.799557] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000034b4 [ 49.806625] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 49.813408] sunxi-mmc 4022000.sdmmc: retry:start [ 49.818615] sunxi-mmc 4022000.sdmmc: retry:stop [ 49.823738] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 49.829644] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000036b6 [ 49.836715] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 49.843481] sunxi-mmc 4022000.sdmmc: retry:start [ 49.848694] sunxi-mmc 4022000.sdmmc: retry:stop [ 49.853815] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 49.859712] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000038b8 [ 49.866780] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 49.873544] sunxi-mmc 4022000.sdmmc: retry:start [ 49.878757] sunxi-mmc 4022000.sdmmc: retry:stop [ 49.883879] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 49.889763] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00003aba [ 49.896839] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 49.903594] sunxi-mmc 4022000.sdmmc: retry:start [ 49.908828] sunxi-mmc 4022000.sdmmc: retry:stop [ 49.913949] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 49.919837] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00003cbc [ 49.926914] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 49.933694] sunxi-mmc 4022000.sdmmc: retry:start [ 49.938877] sunxi-mmc 4022000.sdmmc: retry:stop [ 49.944016] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 49.949913] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00003ebe [ 49.956984] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 49.963772] sunxi-mmc 4022000.sdmmc: retry:start [ 49.968958] sunxi-mmc 4022000.sdmmc: retry:stop [ 49.974106] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 49.979995] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000080 [ 49.987066] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 49.993853] sunxi-mmc 4022000.sdmmc: retry:start [ 49.999037] sunxi-mmc 4022000.sdmmc: retry:stop [ 50.004167] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 50.010062] sunxi-mmc 4022000.sdmmc: send manual stop command failed 100 [ 50.017725] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000282 [ 50.024807] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 50.031566] sunxi-mmc 4022000.sdmmc: retry:start [ 50.036773] sunxi-mmc 4022000.sdmmc: retry:stop [ 50.041905] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 50.047798] sunxi-mmc 4022000.sdmmc: send manual stop command failed 42 [ 50.055368] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000484 [ 50.062446] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 50.069288] sunxi-mmc 4022000.sdmmc: retry:start [ 50.074569] sunxi-mmc 4022000.sdmmc: retry:stop [ 50.079720] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 50.085709] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000686 [ 50.092819] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 50.099628] sunxi-mmc 4022000.sdmmc: retry:start [ 50.104870] sunxi-mmc 4022000.sdmmc: retry:stop [ 50.110041] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 50.116027] sunxi-mmc 4022000.sdmmc: sunxi v4p5x/v4p6x retry give up! [ 50.123274] sunxi-mmc 4022000.sdmmc: retry:set phase failed or over retry times [ 50.131595] sunxi-mmc 4022000.sdmmc: retry:give up [ 50.137220] sunxi-mmc 4022000.sdmmc: sdc set ios:clk 0Hz bm PP pm OFF vdd 0 width 1 timing LEGACY(SDR12) dt B [ 50.151180] sunxi-mmc 4022000.sdmmc: sdc set ios:clk 0Hz bm PP pm UP vdd 21 width 1 timing LEGACY(SDR12) dt B [ 50.174991] sunxi-mmc 4022000.sdmmc: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B [ 50.199287] sunxi-mmc 4022000.sdmmc: sdc set ios:clk 400000Hz bm OD pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B [ 50.211031] sunxi-mmc 4022000.sdmmc: sdc set ios:clk 400000Hz bm OD pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B [ 50.225899] sunxi-mmc 4022000.sdmmc: sdc set ios:clk 400000Hz bm OD pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B [ 50.264603] sunxi-mmc 4022000.sdmmc: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B [ 50.277371] sunxi-mmc 4022000.sdmmc: avoid to switch power_off_notification to POWERED_ON(0x01) [ 50.287168] sunxi-mmc 4022000.sdmmc: avoid to switch power_off_notification to POWERED_ON(0x01) [ 50.297215] sunxi-mmc 4022000.sdmmc: avoid to switch power_off_notification to POWERED_ON(0x01) [ 50.307022] sunxi-mmc 4022000.sdmmc: avoid to switch power_off_notification to POWERED_ON(0x01) [ 50.317713] sunxi-mmc 4022000.sdmmc: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 4 timing LEGACY(SDR12) dt B [ 50.332979] sunxi-mmc 4022000.sdmmc: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 4 timing MMC-HS200 dt B [ 50.344666] sunxi-mmc 4022000.sdmmc: sdc set ios:clk 150000000Hz bm PP pm ON vdd 21 width 4 timing MMC-HS200 dt B [ 50.357017] sunxi-mmc 4022000.sdmmc: retry:start [ 50.362224] sunxi-mmc 4022000.sdmmc: retry:stop [ 50.367385] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 50.373271] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000888 [ 50.380341] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 50.387107] sunxi-mmc 4022000.sdmmc: retry:start [ 50.392297] sunxi-mmc 4022000.sdmmc: retry:stop [ 50.397414] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 50.403307] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000a8a [ 50.410378] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 50.417143] sunxi-mmc 4022000.sdmmc: retry:start [ 50.422325] sunxi-mmc 4022000.sdmmc: retry:stop [ 50.427447] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 50.433328] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000c8c [ 50.440384] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 50.447157] sunxi-mmc 4022000.sdmmc: retry:start [ 50.452342] sunxi-mmc 4022000.sdmmc: retry:stop [ 50.457484] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 50.463368] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000e8e [ 50.470432] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 50.477202] sunxi-mmc 4022000.sdmmc: retry:start [ 50.482384] sunxi-mmc 4022000.sdmmc: retry:stop [ 50.487502] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 50.493391] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001090 [ 50.500461] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 50.507237] sunxi-mmc 4022000.sdmmc: retry:start [ 50.512432] sunxi-mmc 4022000.sdmmc: retry:stop [ 50.517550] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 50.523434] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001292 [ 50.530500] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 50.537266] sunxi-mmc 4022000.sdmmc: retry:start [ 50.542454] sunxi-mmc 4022000.sdmmc: retry:stop [ 50.547571] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 50.553452] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001494 [ 50.560515] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 50.567310] sunxi-mmc 4022000.sdmmc: retry:start [ 50.572512] sunxi-mmc 4022000.sdmmc: retry:stop [ 50.577656] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 50.583547] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001696 [ 50.590629] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 50.597422] sunxi-mmc 4022000.sdmmc: retry:start [ 50.602608] sunxi-mmc 4022000.sdmmc: retry:stop [ 50.607781] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 50.613689] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001898 [ 50.620742] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 50.627537] sunxi-mmc 4022000.sdmmc: retry:start [ 50.632722] sunxi-mmc 4022000.sdmmc: retry:stop [ 50.637855] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 50.643764] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001a9a [ 50.650814] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 50.657611] sunxi-mmc 4022000.sdmmc: retry:start [ 50.662801] sunxi-mmc 4022000.sdmmc: retry:stop [ 50.667933] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 50.673852] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001c9c [ 50.680910] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 50.687690] sunxi-mmc 4022000.sdmmc: retry:start [ 50.692882] sunxi-mmc 4022000.sdmmc: retry:stop [ 50.698012] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 50.703913] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001e9e [ 50.710971] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 50.717750] sunxi-mmc 4022000.sdmmc: retry:start [ 50.722935] sunxi-mmc 4022000.sdmmc: retry:stop [ 50.728072] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 50.733994] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000020a0 [ 50.741064] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 50.747854] sunxi-mmc 4022000.sdmmc: retry:start [ 50.753039] sunxi-mmc 4022000.sdmmc: retry:stop [ 50.758191] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 50.764075] sunxi-mmc 4022000.sdmmc: send manual stop command failed 100 [ 50.771714] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000022a2 [ 50.778797] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 50.785579] sunxi-mmc 4022000.sdmmc: retry:start [ 50.790786] sunxi-mmc 4022000.sdmmc: retry:stop [ 50.795917] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 50.801805] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000024a4 [ 50.808885] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 50.815672] sunxi-mmc 4022000.sdmmc: retry:start [ 50.820859] sunxi-mmc 4022000.sdmmc: retry:stop [ 50.825995] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 50.831884] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000026a6 [ 50.838960] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 50.845763] sunxi-mmc 4022000.sdmmc: retry:start [ 50.850947] sunxi-mmc 4022000.sdmmc: retry:stop [ 50.856078] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 50.861973] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000028a8 [ 50.869042] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 50.875829] sunxi-mmc 4022000.sdmmc: retry:start [ 50.881027] sunxi-mmc 4022000.sdmmc: retry:stop [ 50.886156] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 50.892051] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00002aaa [ 50.899124] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 50.905903] sunxi-mmc 4022000.sdmmc: retry:start [ 50.911097] sunxi-mmc 4022000.sdmmc: retry:stop [ 50.916225] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 50.922115] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00002cac [ 50.929193] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 50.935979] sunxi-mmc 4022000.sdmmc: retry:start [ 50.941185] sunxi-mmc 4022000.sdmmc: retry:stop [ 50.946324] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 50.952196] sunxi-mmc 4022000.sdmmc: send manual stop command failed 100 [ 50.959869] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00002eae [ 50.966935] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 50.973715] sunxi-mmc 4022000.sdmmc: retry:start [ 50.978908] sunxi-mmc 4022000.sdmmc: retry:stop [ 50.984048] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 50.989934] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000030b0 [ 50.997012] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 51.003797] sunxi-mmc 4022000.sdmmc: retry:start [ 51.008989] sunxi-mmc 4022000.sdmmc: retry:stop [ 51.014127] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 51.020012] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000032b2 [ 51.027093] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 51.033871] sunxi-mmc 4022000.sdmmc: retry:start [ 51.039056] sunxi-mmc 4022000.sdmmc: retry:stop [ 51.044195] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 51.050086] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000034b4 [ 51.057167] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 51.063964] sunxi-mmc 4022000.sdmmc: retry:start [ 51.069148] sunxi-mmc 4022000.sdmmc: retry:stop [ 51.074309] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 51.080197] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000036b6 [ 51.087298] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 51.094134] sunxi-mmc 4022000.sdmmc: retry:start [ 51.099351] sunxi-mmc 4022000.sdmmc: retry:stop [ 51.104518] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 51.110433] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000038b8 [ 51.117520] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 51.124347] sunxi-mmc 4022000.sdmmc: retry:start [ 51.129533] sunxi-mmc 4022000.sdmmc: retry:stop [ 51.134673] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 51.140567] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00003aba [ 51.147664] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 51.154484] sunxi-mmc 4022000.sdmmc: retry:start [ 51.159694] sunxi-mmc 4022000.sdmmc: retry:stop [ 51.164926] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 51.170853] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00003cbc [ 51.178000] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 51.184833] sunxi-mmc 4022000.sdmmc: retry:start [ 51.190068] sunxi-mmc 4022000.sdmmc: retry:stop [ 51.195268] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 51.201194] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00003ebe [ 51.208349] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 51.215151] sunxi-mmc 4022000.sdmmc: retry:start [ 51.220374] sunxi-mmc 4022000.sdmmc: retry:stop [ 51.225564] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 51.231472] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000080 [ 51.238597] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 51.245431] sunxi-mmc 4022000.sdmmc: retry:start [ 51.250618] sunxi-mmc 4022000.sdmmc: retry:stop [ 51.255761] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 51.261646] sunxi-mmc 4022000.sdmmc: send manual stop command failed 100 [ 51.269315] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000282 [ 51.276394] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 51.283154] sunxi-mmc 4022000.sdmmc: retry:start [ 51.288361] sunxi-mmc 4022000.sdmmc: retry:stop [ 51.293502] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 51.299398] sunxi-mmc 4022000.sdmmc: send manual stop command failed 100 [ 51.307061] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000484 [ 51.314157] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 51.320929] sunxi-mmc 4022000.sdmmc: retry:start [ 51.326154] sunxi-mmc 4022000.sdmmc: retry:stop [ 51.331282] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 51.337194] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000686 [ 51.344278] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 51.351037] sunxi-mmc 4022000.sdmmc: retry:start [ 51.356241] sunxi-mmc 4022000.sdmmc: retry:stop [ 51.361368] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 51.367275] sunxi-mmc 4022000.sdmmc: sunxi v4p5x/v4p6x retry give up! [ 51.374551] sunxi-mmc 4022000.sdmmc: retry:set phase failed or over retry times [ 51.382761] sunxi-mmc 4022000.sdmmc: retry:give up [ 51.388387] blk_update_request: I/O error, dev mmcblk0, sector 642374 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0 [ 51.400752] sunxi-mmc 4022000.sdmmc: retry:start [ 51.405996] sunxi-mmc 4022000.sdmmc: retry:stop [ 51.411135] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 51.417070] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000888 [ 51.424171] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 51.430935] sunxi-mmc 4022000.sdmmc: retry:start [ 51.436149] sunxi-mmc 4022000.sdmmc: retry:stop [ 51.441287] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 51.447205] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000a8a [ 51.454272] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 51.461041] sunxi-mmc 4022000.sdmmc: retry:start [ 51.466250] sunxi-mmc 4022000.sdmmc: retry:stop [ 51.471358] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 51.477277] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000c8c [ 51.484339] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 51.491122] sunxi-mmc 4022000.sdmmc: retry:start [ 51.496330] sunxi-mmc 4022000.sdmmc: retry:stop [ 51.501454] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 51.507387] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000e8e [ 51.514479] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 51.521235] sunxi-mmc 4022000.sdmmc: retry:start [ 51.526450] sunxi-mmc 4022000.sdmmc: retry:stop [ 51.531561] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 51.537475] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001090 [ 51.544548] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 51.551304] sunxi-mmc 4022000.sdmmc: retry:start [ 51.556518] sunxi-mmc 4022000.sdmmc: retry:stop [ 51.561639] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 51.567558] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001292 [ 51.574648] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 51.581409] sunxi-mmc 4022000.sdmmc: retry:start [ 51.586617] sunxi-mmc 4022000.sdmmc: retry:stop [ 51.591745] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 51.597664] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001494 [ 51.604738] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 51.611504] sunxi-mmc 4022000.sdmmc: retry:start [ 51.616717] sunxi-mmc 4022000.sdmmc: retry:stop [ 51.621832] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 51.627747] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001696 [ 51.634811] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 51.641590] sunxi-mmc 4022000.sdmmc: retry:start [ 51.646798] sunxi-mmc 4022000.sdmmc: retry:stop [ 51.651909] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 51.657835] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001898 [ 51.664903] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 51.671660] sunxi-mmc 4022000.sdmmc: retry:start [ 51.676872] sunxi-mmc 4022000.sdmmc: retry:stop [ 51.681983] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 51.687894] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001a9a [ 51.694979] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 51.701735] sunxi-mmc 4022000.sdmmc: retry:start [ 51.706949] sunxi-mmc 4022000.sdmmc: retry:stop [ 51.712079] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 51.718005] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001c9c [ 51.725089] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 51.731848] sunxi-mmc 4022000.sdmmc: retry:start [ 51.737056] sunxi-mmc 4022000.sdmmc: retry:stop [ 51.742175] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 51.748084] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001e9e [ 51.755156] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 51.761920] sunxi-mmc 4022000.sdmmc: retry:start [ 51.767129] sunxi-mmc 4022000.sdmmc: retry:stop [ 51.772240] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 51.778141] sunxi-mmc 4022000.sdmmc: send manual stop command failed 100 [ 51.785793] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000020a0 [ 51.792849] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 51.799635] sunxi-mmc 4022000.sdmmc: retry:start [ 51.804833] sunxi-mmc 4022000.sdmmc: retry:stop [ 51.809960] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 51.815866] sunxi-mmc 4022000.sdmmc: send manual stop command failed 100 [ 51.823506] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000022a2 [ 51.830587] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 51.837360] sunxi-mmc 4022000.sdmmc: retry:start [ 51.842556] sunxi-mmc 4022000.sdmmc: retry:stop [ 51.847686] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 51.853574] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000024a4 [ 51.860652] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 51.867434] sunxi-mmc 4022000.sdmmc: retry:start [ 51.872617] sunxi-mmc 4022000.sdmmc: retry:stop [ 51.877751] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 51.883642] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000026a6 [ 51.890737] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 51.897515] sunxi-mmc 4022000.sdmmc: retry:start [ 51.902701] sunxi-mmc 4022000.sdmmc: retry:stop [ 51.907850] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 51.913766] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000028a8 [ 51.920812] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 51.927604] sunxi-mmc 4022000.sdmmc: retry:start [ 51.932788] sunxi-mmc 4022000.sdmmc: retry:stop [ 51.937918] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 51.943821] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00002aaa [ 51.950870] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 51.957668] sunxi-mmc 4022000.sdmmc: retry:start [ 51.962855] sunxi-mmc 4022000.sdmmc: retry:stop [ 51.967986] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 51.973890] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00002cac [ 51.980946] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 51.987727] sunxi-mmc 4022000.sdmmc: retry:start [ 51.992918] sunxi-mmc 4022000.sdmmc: retry:stop [ 51.998050] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 52.003933] sunxi-mmc 4022000.sdmmc: send manual stop command failed 100 [ 52.011582] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00002eae [ 52.018668] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 52.025461] sunxi-mmc 4022000.sdmmc: retry:start [ 52.030645] sunxi-mmc 4022000.sdmmc: retry:stop [ 52.035777] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 52.041683] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000030b0 [ 52.048757] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 52.055544] sunxi-mmc 4022000.sdmmc: retry:start [ 52.060746] sunxi-mmc 4022000.sdmmc: retry:stop [ 52.065880] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 52.071772] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000032b2 [ 52.078855] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 52.085637] sunxi-mmc 4022000.sdmmc: retry:start [ 52.090844] sunxi-mmc 4022000.sdmmc: retry:stop [ 52.095978] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 52.101867] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000034b4 [ 52.108951] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 52.115740] sunxi-mmc 4022000.sdmmc: retry:start [ 52.120937] sunxi-mmc 4022000.sdmmc: retry:stop [ 52.126082] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 52.131973] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000036b6 [ 52.139044] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 52.145837] sunxi-mmc 4022000.sdmmc: retry:start [ 52.151021] sunxi-mmc 4022000.sdmmc: retry:stop [ 52.156151] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 52.162046] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000038b8 [ 52.169117] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 52.175910] sunxi-mmc 4022000.sdmmc: retry:start [ 52.181099] sunxi-mmc 4022000.sdmmc: retry:stop [ 52.186229] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 52.192144] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00003aba [ 52.199217] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 52.206011] sunxi-mmc 4022000.sdmmc: retry:start [ 52.211210] sunxi-mmc 4022000.sdmmc: retry:stop [ 52.216346] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 52.222250] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00003cbc [ 52.229348] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 52.236168] sunxi-mmc 4022000.sdmmc: retry:start [ 52.241409] sunxi-mmc 4022000.sdmmc: retry:stop [ 52.246608] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 52.252511] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00003ebe [ 52.259681] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 52.266541] sunxi-mmc 4022000.sdmmc: retry:start [ 52.271753] sunxi-mmc 4022000.sdmmc: retry:stop [ 52.276944] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 52.282873] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000080 [ 52.289984] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 52.296842] sunxi-mmc 4022000.sdmmc: retry:start [ 52.302061] sunxi-mmc 4022000.sdmmc: retry:stop [ 52.307287] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 52.313194] sunxi-mmc 4022000.sdmmc: send manual stop command failed 100 [ 52.320926] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000282 [ 52.328079] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 52.334883] sunxi-mmc 4022000.sdmmc: retry:start [ 52.340074] sunxi-mmc 4022000.sdmmc: retry:stop [ 52.345228] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 52.351101] sunxi-mmc 4022000.sdmmc: send manual stop command failed 100 [ 52.358775] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000484 [ 52.365846] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 52.372606] sunxi-mmc 4022000.sdmmc: retry:start [ 52.377831] sunxi-mmc 4022000.sdmmc: retry:stop [ 52.382939] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 52.388847] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000686 [ 52.395918] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 52.402677] sunxi-mmc 4022000.sdmmc: retry:start [ 52.407920] sunxi-mmc 4022000.sdmmc: retry:stop [ 52.413035] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 52.418926] sunxi-mmc 4022000.sdmmc: send manual stop command failed 100 [ 52.426600] sunxi-mmc 4022000.sdmmc: sunxi v4p5x/v4p6x retry give up! [ 52.433858] sunxi-mmc 4022000.sdmmc: retry:set phase failed or over retry times [ 52.442081] sunxi-mmc 4022000.sdmmc: retry:give up [ 52.448004] sunxi-mmc 4022000.sdmmc: retry:start [ 52.453201] sunxi-mmc 4022000.sdmmc: retry:stop [ 52.458402] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 52.464311] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000888 [ 52.471364] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 52.478159] sunxi-mmc 4022000.sdmmc: retry:start [ 52.483347] sunxi-mmc 4022000.sdmmc: retry:stop [ 52.488481] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 52.494416] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000a8a [ 52.501471] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 52.508277] sunxi-mmc 4022000.sdmmc: retry:start [ 52.513464] sunxi-mmc 4022000.sdmmc: retry:stop [ 52.518608] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 52.524552] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000c8c [ 52.531603] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 52.538402] sunxi-mmc 4022000.sdmmc: retry:start [ 52.543598] sunxi-mmc 4022000.sdmmc: retry:stop [ 52.548735] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 52.554635] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000e8e [ 52.561695] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 52.568475] sunxi-mmc 4022000.sdmmc: retry:start [ 52.573684] sunxi-mmc 4022000.sdmmc: retry:stop [ 52.578800] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 52.584713] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001090 [ 52.591786] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 52.598567] sunxi-mmc 4022000.sdmmc: retry:start [ 52.603765] sunxi-mmc 4022000.sdmmc: retry:stop [ 52.608886] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 52.614795] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001292 [ 52.621849] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 52.628659] sunxi-mmc 4022000.sdmmc: retry:start [ 52.633873] sunxi-mmc 4022000.sdmmc: retry:stop [ 52.638981] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 52.644909] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001494 [ 52.651960] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 52.658750] sunxi-mmc 4022000.sdmmc: retry:start [ 52.663946] sunxi-mmc 4022000.sdmmc: retry:stop [ 52.669056] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 52.674992] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001696 [ 52.682044] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 52.688822] sunxi-mmc 4022000.sdmmc: retry:start [ 52.694030] sunxi-mmc 4022000.sdmmc: retry:stop [ 52.699140] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 52.705050] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001898 [ 52.712108] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 52.718892] sunxi-mmc 4022000.sdmmc: retry:start [ 52.724121] sunxi-mmc 4022000.sdmmc: retry:stop [ 52.729234] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 52.735143] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001a9a [ 52.742204] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 52.748990] sunxi-mmc 4022000.sdmmc: retry:start [ 52.754192] sunxi-mmc 4022000.sdmmc: retry:stop [ 52.759313] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 52.765223] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001c9c [ 52.772273] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 52.779078] sunxi-mmc 4022000.sdmmc: retry:start [ 52.784276] sunxi-mmc 4022000.sdmmc: retry:stop [ 52.789389] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 52.795308] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001e9e [ 52.802361] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 52.809150] sunxi-mmc 4022000.sdmmc: retry:start [ 52.814348] sunxi-mmc 4022000.sdmmc: retry:stop [ 52.819457] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 52.825381] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000020a0 [ 52.832430] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 52.839210] sunxi-mmc 4022000.sdmmc: retry:start [ 52.844423] sunxi-mmc 4022000.sdmmc: retry:stop [ 52.849532] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 52.855428] sunxi-mmc 4022000.sdmmc: send manual stop command failed 42 [ 52.862983] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000022a2 [ 52.870054] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 52.876843] sunxi-mmc 4022000.sdmmc: retry:start [ 52.882029] sunxi-mmc 4022000.sdmmc: retry:stop [ 52.887158] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 52.893057] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000024a4 [ 52.900132] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 52.906911] sunxi-mmc 4022000.sdmmc: retry:start [ 52.912117] sunxi-mmc 4022000.sdmmc: retry:stop [ 52.917245] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 52.923134] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000026a6 [ 52.930225] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 52.937013] sunxi-mmc 4022000.sdmmc: retry:start [ 52.942207] sunxi-mmc 4022000.sdmmc: retry:stop [ 52.947337] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 52.953222] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000028a8 [ 52.960309] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 52.967089] sunxi-mmc 4022000.sdmmc: retry:start [ 52.972275] sunxi-mmc 4022000.sdmmc: retry:stop [ 52.977414] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 52.983302] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00002aaa [ 52.990370] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 52.997159] sunxi-mmc 4022000.sdmmc: retry:start [ 53.002342] sunxi-mmc 4022000.sdmmc: retry:stop [ 53.007494] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 53.013380] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00002cac [ 53.020455] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 53.027250] sunxi-mmc 4022000.sdmmc: retry:start [ 53.032436] sunxi-mmc 4022000.sdmmc: retry:stop [ 53.037563] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 53.043445] sunxi-mmc 4022000.sdmmc: send manual stop command failed 100 [ 53.051106] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00002eae [ 53.058198] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 53.064989] sunxi-mmc 4022000.sdmmc: retry:start [ 53.070178] sunxi-mmc 4022000.sdmmc: retry:stop [ 53.075333] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 53.081223] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000030b0 [ 53.088295] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 53.095088] sunxi-mmc 4022000.sdmmc: retry:start [ 53.100273] sunxi-mmc 4022000.sdmmc: retry:stop [ 53.105405] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 53.111307] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000032b2 [ 53.118377] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 53.125187] sunxi-mmc 4022000.sdmmc: retry:start [ 53.130375] sunxi-mmc 4022000.sdmmc: retry:stop [ 53.135505] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 53.141415] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000034b4 [ 53.148487] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 53.155273] sunxi-mmc 4022000.sdmmc: retry:start [ 53.160476] sunxi-mmc 4022000.sdmmc: retry:stop [ 53.165612] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 53.171499] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000036b6 [ 53.178599] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 53.185380] sunxi-mmc 4022000.sdmmc: retry:start [ 53.190567] sunxi-mmc 4022000.sdmmc: retry:stop [ 53.195728] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 53.201614] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000038b8 [ 53.208705] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 53.215485] sunxi-mmc 4022000.sdmmc: retry:start [ 53.220668] sunxi-mmc 4022000.sdmmc: retry:stop [ 53.225816] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 53.231710] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00003aba [ 53.238783] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 53.245586] sunxi-mmc 4022000.sdmmc: retry:start [ 53.250772] sunxi-mmc 4022000.sdmmc: retry:stop [ 53.255903] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 53.261803] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00003cbc [ 53.268883] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 53.275682] sunxi-mmc 4022000.sdmmc: retry:start [ 53.280869] sunxi-mmc 4022000.sdmmc: retry:stop [ 53.286005] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 53.291923] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00003ebe [ 53.298994] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 53.305775] sunxi-mmc 4022000.sdmmc: retry:start [ 53.310970] sunxi-mmc 4022000.sdmmc: retry:stop [ 53.316106] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 53.322031] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000080 [ 53.329198] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 53.336057] sunxi-mmc 4022000.sdmmc: retry:start [ 53.341300] sunxi-mmc 4022000.sdmmc: retry:stop [ 53.346516] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 53.352422] sunxi-mmc 4022000.sdmmc: send manual stop command failed 100 [ 53.360150] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000282 [ 53.367254] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 53.374122] sunxi-mmc 4022000.sdmmc: retry:start [ 53.379341] sunxi-mmc 4022000.sdmmc: retry:stop [ 53.384529] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 53.390426] sunxi-mmc 4022000.sdmmc: send manual stop command failed 42 [ 53.398061] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000484 [ 53.405141] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 53.411920] sunxi-mmc 4022000.sdmmc: retry:start [ 53.417136] sunxi-mmc 4022000.sdmmc: retry:stop [ 53.422251] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 53.428194] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000686 [ 53.435259] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 53.442029] sunxi-mmc 4022000.sdmmc: retry:start [ 53.447242] sunxi-mmc 4022000.sdmmc: retry:stop [ 53.452355] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 53.458315] sunxi-mmc 4022000.sdmmc: sunxi v4p5x/v4p6x retry give up! [ 53.465564] sunxi-mmc 4022000.sdmmc: retry:set phase failed or over retry times [ 53.473800] sunxi-mmc 4022000.sdmmc: retry:give up [ 53.479700] sunxi-mmc 4022000.sdmmc: retry:start [ 53.484945] sunxi-mmc 4022000.sdmmc: retry:stop [ 53.490068] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 53.496022] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000888 [ 53.503089] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 53.509888] sunxi-mmc 4022000.sdmmc: retry:start [ 53.515087] sunxi-mmc 4022000.sdmmc: retry:stop [ 53.520201] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 53.526118] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000a8a [ 53.533168] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 53.539949] sunxi-mmc 4022000.sdmmc: retry:start [ 53.545162] sunxi-mmc 4022000.sdmmc: retry:stop [ 53.550269] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 53.556180] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000c8c [ 53.563238] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 53.570018] sunxi-mmc 4022000.sdmmc: retry:start [ 53.575244] sunxi-mmc 4022000.sdmmc: retry:stop [ 53.580368] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 53.586280] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000e8e [ 53.593342] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 53.600131] sunxi-mmc 4022000.sdmmc: retry:start [ 53.605336] sunxi-mmc 4022000.sdmmc: retry:stop [ 53.610455] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 53.616375] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001090 [ 53.623429] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 53.630228] sunxi-mmc 4022000.sdmmc: retry:start [ 53.635431] sunxi-mmc 4022000.sdmmc: retry:stop [ 53.640542] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 53.646479] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001292 [ 53.653537] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 53.660334] sunxi-mmc 4022000.sdmmc: retry:start [ 53.665534] sunxi-mmc 4022000.sdmmc: retry:stop [ 53.670647] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 53.676571] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001494 [ 53.683635] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 53.690420] sunxi-mmc 4022000.sdmmc: retry:start [ 53.695636] sunxi-mmc 4022000.sdmmc: retry:stop [ 53.700747] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 53.706655] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001696 [ 53.713726] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 53.720486] sunxi-mmc 4022000.sdmmc: retry:start [ 53.725704] sunxi-mmc 4022000.sdmmc: retry:stop [ 53.730814] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 53.736730] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001898 [ 53.743813] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 53.750572] sunxi-mmc 4022000.sdmmc: retry:start [ 53.755779] sunxi-mmc 4022000.sdmmc: retry:stop [ 53.760907] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 53.766822] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001a9a [ 53.773884] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 53.780650] sunxi-mmc 4022000.sdmmc: retry:start [ 53.785862] sunxi-mmc 4022000.sdmmc: retry:stop [ 53.791002] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 53.796929] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001c9c [ 53.803990] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 53.810760] sunxi-mmc 4022000.sdmmc: retry:start [ 53.815969] sunxi-mmc 4022000.sdmmc: retry:stop [ 53.821081] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 53.826995] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001e9e [ 53.834060] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 53.840835] sunxi-mmc 4022000.sdmmc: retry:start [ 53.846046] sunxi-mmc 4022000.sdmmc: retry:stop [ 53.851161] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 53.857067] sunxi-mmc 4022000.sdmmc: send manual stop command failed 100 [ 53.864740] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000020a0 [ 53.871794] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 53.878597] sunxi-mmc 4022000.sdmmc: retry:start [ 53.883798] sunxi-mmc 4022000.sdmmc: retry:stop [ 53.888935] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 53.894852] sunxi-mmc 4022000.sdmmc: send manual stop command failed 42 [ 53.902397] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000022a2 [ 53.909481] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 53.916261] sunxi-mmc 4022000.sdmmc: retry:start [ 53.921447] sunxi-mmc 4022000.sdmmc: retry:stop [ 53.926583] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 53.932469] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000024a4 [ 53.939542] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 53.946338] sunxi-mmc 4022000.sdmmc: retry:start [ 53.951522] sunxi-mmc 4022000.sdmmc: retry:stop [ 53.956652] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 53.962548] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000026a6 [ 53.969620] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 53.976406] sunxi-mmc 4022000.sdmmc: retry:start [ 53.981594] sunxi-mmc 4022000.sdmmc: retry:stop [ 53.986723] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 53.992633] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000028a8 [ 53.999704] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 54.006483] sunxi-mmc 4022000.sdmmc: retry:start [ 54.011686] sunxi-mmc 4022000.sdmmc: retry:stop [ 54.016818] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 54.022704] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00002aaa [ 54.029787] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 54.036565] sunxi-mmc 4022000.sdmmc: retry:start [ 54.041774] sunxi-mmc 4022000.sdmmc: retry:stop [ 54.046904] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 54.052796] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00002cac [ 54.059882] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 54.066667] sunxi-mmc 4022000.sdmmc: retry:start [ 54.071855] sunxi-mmc 4022000.sdmmc: retry:stop [ 54.077001] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 54.082872] sunxi-mmc 4022000.sdmmc: send manual stop command failed 100 [ 54.090537] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00002eae [ 54.097620] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 54.104403] sunxi-mmc 4022000.sdmmc: retry:start [ 54.109608] sunxi-mmc 4022000.sdmmc: retry:stop [ 54.114747] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 54.120633] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000030b0 [ 54.127722] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 54.134504] sunxi-mmc 4022000.sdmmc: retry:start [ 54.139689] sunxi-mmc 4022000.sdmmc: retry:stop [ 54.144826] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 54.150714] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000032b2 [ 54.157822] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 54.164605] sunxi-mmc 4022000.sdmmc: retry:start [ 54.169789] sunxi-mmc 4022000.sdmmc: retry:stop [ 54.174952] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 54.180824] sunxi-mmc 4022000.sdmmc: send manual stop command failed 100 [ 54.188489] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000034b4 [ 54.195577] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 54.202353] sunxi-mmc 4022000.sdmmc: retry:start [ 54.207589] sunxi-mmc 4022000.sdmmc: retry:stop [ 54.212707] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 54.218605] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000036b6 [ 54.225677] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 54.232433] sunxi-mmc 4022000.sdmmc: retry:start [ 54.237641] sunxi-mmc 4022000.sdmmc: retry:stop [ 54.242764] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 54.248672] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000038b8 [ 54.255732] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 54.262498] sunxi-mmc 4022000.sdmmc: retry:start [ 54.267706] sunxi-mmc 4022000.sdmmc: retry:stop [ 54.272816] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 54.278733] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00003aba [ 54.285798] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 54.292567] sunxi-mmc 4022000.sdmmc: retry:start [ 54.297776] sunxi-mmc 4022000.sdmmc: retry:stop [ 54.302887] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 54.308828] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00003cbc [ 54.315900] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 54.322659] sunxi-mmc 4022000.sdmmc: retry:start [ 54.327885] sunxi-mmc 4022000.sdmmc: retry:stop [ 54.333014] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 54.338927] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00003ebe [ 54.346006] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 54.352764] sunxi-mmc 4022000.sdmmc: retry:start [ 54.357995] sunxi-mmc 4022000.sdmmc: retry:stop [ 54.363106] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 54.369015] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000080 [ 54.376088] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 54.382847] sunxi-mmc 4022000.sdmmc: retry:start [ 54.388051] sunxi-mmc 4022000.sdmmc: retry:stop [ 54.393220] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 54.399137] sunxi-mmc 4022000.sdmmc: send manual stop command failed 100 [ 54.406823] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000282 [ 54.413999] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 54.420789] sunxi-mmc 4022000.sdmmc: retry:start [ 54.426081] sunxi-mmc 4022000.sdmmc: retry:stop [ 54.431215] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 54.437169] sunxi-mmc 4022000.sdmmc: send manual stop command failed 100 [ 54.444917] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000484 [ 54.452001] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 54.458842] sunxi-mmc 4022000.sdmmc: retry:start [ 54.464083] sunxi-mmc 4022000.sdmmc: retry:stop [ 54.469241] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 54.475233] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000686 [ 54.482299] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 54.489098] sunxi-mmc 4022000.sdmmc: retry:start [ 54.494312] sunxi-mmc 4022000.sdmmc: retry:stop [ 54.499430] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 54.505343] sunxi-mmc 4022000.sdmmc: sunxi v4p5x/v4p6x retry give up! [ 54.512588] sunxi-mmc 4022000.sdmmc: retry:set phase failed or over retry times [ 54.520831] sunxi-mmc 4022000.sdmmc: retry:give up [ 54.529981] sunxi-mmc 4022000.sdmmc: retry:start [ 54.535210] sunxi-mmc 4022000.sdmmc: retry:stop [ 54.540337] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 54.546278] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000888 [ 54.553341] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 54.560142] sunxi-mmc 4022000.sdmmc: retry:start [ 54.565340] sunxi-mmc 4022000.sdmmc: retry:stop [ 54.570454] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 54.576379] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000a8a [ 54.583431] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 54.590213] sunxi-mmc 4022000.sdmmc: retry:start [ 54.595438] sunxi-mmc 4022000.sdmmc: retry:stop [ 54.600550] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 54.606461] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000c8c [ 54.613519] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 54.620292] sunxi-mmc 4022000.sdmmc: retry:start [ 54.625503] sunxi-mmc 4022000.sdmmc: retry:stop [ 54.630615] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 54.636524] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000e8e [ 54.643585] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 54.650364] sunxi-mmc 4022000.sdmmc: retry:start [ 54.655586] sunxi-mmc 4022000.sdmmc: retry:stop [ 54.660706] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 54.666626] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001090 [ 54.673695] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 54.680467] sunxi-mmc 4022000.sdmmc: retry:start [ 54.685674] sunxi-mmc 4022000.sdmmc: retry:stop [ 54.690819] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 54.696742] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001292 [ 54.703809] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 54.710575] sunxi-mmc 4022000.sdmmc: retry:start [ 54.715784] sunxi-mmc 4022000.sdmmc: retry:stop [ 54.720895] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 54.726823] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001494 [ 54.733893] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 54.740649] sunxi-mmc 4022000.sdmmc: retry:start [ 54.745878] sunxi-mmc 4022000.sdmmc: retry:stop [ 54.750992] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 54.756899] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001696 [ 54.763971] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 54.770731] sunxi-mmc 4022000.sdmmc: retry:start [ 54.775946] sunxi-mmc 4022000.sdmmc: retry:stop [ 54.781056] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 54.786970] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001898 [ 54.794061] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 54.800822] sunxi-mmc 4022000.sdmmc: retry:start [ 54.806031] sunxi-mmc 4022000.sdmmc: retry:stop [ 54.811159] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 54.817069] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001a9a [ 54.824156] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 54.830924] sunxi-mmc 4022000.sdmmc: retry:start [ 54.836134] sunxi-mmc 4022000.sdmmc: retry:stop [ 54.841262] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 54.847175] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001c9c [ 54.854250] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 54.861018] sunxi-mmc 4022000.sdmmc: retry:start [ 54.866227] sunxi-mmc 4022000.sdmmc: retry:stop [ 54.871337] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 54.877237] sunxi-mmc 4022000.sdmmc: send manual stop command failed 100 [ 54.884892] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001e9e [ 54.891947] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 54.898738] sunxi-mmc 4022000.sdmmc: retry:start [ 54.903936] sunxi-mmc 4022000.sdmmc: retry:stop [ 54.909056] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 54.914970] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000020a0 [ 54.922023] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 54.928821] sunxi-mmc 4022000.sdmmc: retry:start [ 54.934040] sunxi-mmc 4022000.sdmmc: retry:stop [ 54.939150] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 54.945054] sunxi-mmc 4022000.sdmmc: send manual stop command failed 42 [ 54.952597] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000022a2 [ 54.959678] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 54.966458] sunxi-mmc 4022000.sdmmc: retry:start [ 54.971644] sunxi-mmc 4022000.sdmmc: retry:stop [ 54.976779] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 54.982668] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000024a4 [ 54.989742] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 54.996539] sunxi-mmc 4022000.sdmmc: retry:start [ 55.001724] sunxi-mmc 4022000.sdmmc: retry:stop [ 55.006855] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 55.012751] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000026a6 [ 55.019825] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 55.026612] sunxi-mmc 4022000.sdmmc: retry:start [ 55.031805] sunxi-mmc 4022000.sdmmc: retry:stop [ 55.036940] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 55.042840] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000028a8 [ 55.049917] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 55.056715] sunxi-mmc 4022000.sdmmc: retry:start [ 55.061909] sunxi-mmc 4022000.sdmmc: retry:stop [ 55.067046] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 55.072938] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00002aaa [ 55.080023] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 55.086807] sunxi-mmc 4022000.sdmmc: retry:start [ 55.092002] sunxi-mmc 4022000.sdmmc: retry:stop [ 55.097142] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 55.103032] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00002cac [ 55.110114] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 55.116899] sunxi-mmc 4022000.sdmmc: retry:start [ 55.122084] sunxi-mmc 4022000.sdmmc: retry:stop [ 55.127221] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 55.133091] sunxi-mmc 4022000.sdmmc: send manual stop command failed 100 [ 55.140789] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00002eae [ 55.147854] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 55.154635] sunxi-mmc 4022000.sdmmc: retry:start [ 55.159830] sunxi-mmc 4022000.sdmmc: retry:stop [ 55.164975] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 55.170863] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000030b0 [ 55.177954] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 55.184749] sunxi-mmc 4022000.sdmmc: retry:start [ 55.189936] sunxi-mmc 4022000.sdmmc: retry:stop [ 55.195085] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 55.200974] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000032b2 [ 55.208071] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 55.214852] sunxi-mmc 4022000.sdmmc: retry:start [ 55.220037] sunxi-mmc 4022000.sdmmc: retry:stop [ 55.225186] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 55.231073] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000034b4 [ 55.238145] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 55.244941] sunxi-mmc 4022000.sdmmc: retry:start [ 55.250130] sunxi-mmc 4022000.sdmmc: retry:stop [ 55.255256] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 55.261157] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000036b6 [ 55.268227] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 55.275031] sunxi-mmc 4022000.sdmmc: retry:start [ 55.280216] sunxi-mmc 4022000.sdmmc: retry:stop [ 55.285348] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 55.291260] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000038b8 [ 55.298333] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 55.305118] sunxi-mmc 4022000.sdmmc: retry:start [ 55.310325] sunxi-mmc 4022000.sdmmc: retry:stop [ 55.315455] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 55.321344] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00003aba [ 55.328439] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 55.335228] sunxi-mmc 4022000.sdmmc: retry:start [ 55.340411] sunxi-mmc 4022000.sdmmc: retry:stop [ 55.345565] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 55.351452] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00003cbc [ 55.358548] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 55.365334] sunxi-mmc 4022000.sdmmc: retry:start [ 55.370519] sunxi-mmc 4022000.sdmmc: retry:stop [ 55.375656] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 55.381544] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00003ebe [ 55.388620] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 55.395410] sunxi-mmc 4022000.sdmmc: retry:start [ 55.400594] sunxi-mmc 4022000.sdmmc: retry:stop [ 55.405722] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 55.411629] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000080 [ 55.418701] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 55.425492] sunxi-mmc 4022000.sdmmc: retry:start [ 55.430678] sunxi-mmc 4022000.sdmmc: retry:stop [ 55.435802] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 55.441705] sunxi-mmc 4022000.sdmmc: send manual stop command failed 100 [ 55.449365] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000282 [ 55.456427] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 55.463193] sunxi-mmc 4022000.sdmmc: retry:start [ 55.468400] sunxi-mmc 4022000.sdmmc: retry:stop [ 55.473545] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 55.479482] sunxi-mmc 4022000.sdmmc: send manual stop command failed 100 [ 55.487201] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000484 [ 55.494328] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 55.501104] sunxi-mmc 4022000.sdmmc: retry:start [ 55.506370] sunxi-mmc 4022000.sdmmc: retry:stop [ 55.511562] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 55.517554] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000686 [ 55.524689] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 55.531459] sunxi-mmc 4022000.sdmmc: retry:start [ 55.536740] sunxi-mmc 4022000.sdmmc: retry:stop [ 55.541954] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 55.547944] sunxi-mmc 4022000.sdmmc: sunxi v4p5x/v4p6x retry give up! [ 55.555211] sunxi-mmc 4022000.sdmmc: retry:set phase failed or over retry times [ 55.563444] sunxi-mmc 4022000.sdmmc: retry:give up [ 55.569479] sunxi-mmc 4022000.sdmmc: retry:start [ 55.574740] sunxi-mmc 4022000.sdmmc: retry:stop [ 55.579863] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 55.585786] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000888 [ 55.592856] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 55.599658] sunxi-mmc 4022000.sdmmc: retry:start [ 55.604875] sunxi-mmc 4022000.sdmmc: retry:stop [ 55.609996] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 55.615909] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000a8a [ 55.622958] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 55.629753] sunxi-mmc 4022000.sdmmc: retry:start [ 55.634967] sunxi-mmc 4022000.sdmmc: retry:stop [ 55.640079] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 55.645999] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000c8c [ 55.653051] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 55.659847] sunxi-mmc 4022000.sdmmc: retry:start [ 55.665048] sunxi-mmc 4022000.sdmmc: retry:stop [ 55.670157] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 55.676081] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000e8e [ 55.683138] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 55.689924] sunxi-mmc 4022000.sdmmc: retry:start [ 55.695138] sunxi-mmc 4022000.sdmmc: retry:stop [ 55.700252] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 55.706162] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001090 [ 55.713239] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 55.720025] sunxi-mmc 4022000.sdmmc: retry:start [ 55.725247] sunxi-mmc 4022000.sdmmc: retry:stop [ 55.730366] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 55.736278] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001292 [ 55.743342] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 55.750127] sunxi-mmc 4022000.sdmmc: retry:start [ 55.755324] sunxi-mmc 4022000.sdmmc: retry:stop [ 55.760446] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 55.766361] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001494 [ 55.773417] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 55.780215] sunxi-mmc 4022000.sdmmc: retry:start [ 55.785414] sunxi-mmc 4022000.sdmmc: retry:stop [ 55.790522] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 55.796437] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001696 [ 55.803489] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 55.810278] sunxi-mmc 4022000.sdmmc: retry:start [ 55.815478] sunxi-mmc 4022000.sdmmc: retry:stop [ 55.820589] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 55.826512] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001898 [ 55.833563] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 55.840344] sunxi-mmc 4022000.sdmmc: retry:start [ 55.845567] sunxi-mmc 4022000.sdmmc: retry:stop [ 55.850677] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 55.856588] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001a9a [ 55.863677] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 55.870448] sunxi-mmc 4022000.sdmmc: retry:start [ 55.875676] sunxi-mmc 4022000.sdmmc: retry:stop [ 55.880790] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 55.886699] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001c9c [ 55.893781] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 55.900538] sunxi-mmc 4022000.sdmmc: retry:start [ 55.905750] sunxi-mmc 4022000.sdmmc: retry:stop [ 55.910871] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 55.916784] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001e9e [ 55.923842] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 55.930609] sunxi-mmc 4022000.sdmmc: retry:start [ 55.935814] sunxi-mmc 4022000.sdmmc: retry:stop [ 55.940954] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 55.946848] sunxi-mmc 4022000.sdmmc: send manual stop command failed 42 [ 55.954404] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000020a0 [ 55.961460] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 55.968238] sunxi-mmc 4022000.sdmmc: retry:start [ 55.973436] sunxi-mmc 4022000.sdmmc: retry:stop [ 55.978587] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 55.984470] sunxi-mmc 4022000.sdmmc: send manual stop command failed 42 [ 55.992028] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000022a2 [ 55.999104] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 56.005886] sunxi-mmc 4022000.sdmmc: retry:start [ 56.011094] sunxi-mmc 4022000.sdmmc: retry:stop [ 56.016224] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 56.022111] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000024a4 [ 56.029194] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 56.035974] sunxi-mmc 4022000.sdmmc: retry:start [ 56.041183] sunxi-mmc 4022000.sdmmc: retry:stop [ 56.046316] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 56.052209] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000026a6 [ 56.059294] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 56.066077] sunxi-mmc 4022000.sdmmc: retry:start [ 56.071261] sunxi-mmc 4022000.sdmmc: retry:stop [ 56.076417] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 56.082311] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000028a8 [ 56.089386] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 56.096174] sunxi-mmc 4022000.sdmmc: retry:start [ 56.101360] sunxi-mmc 4022000.sdmmc: retry:stop [ 56.106485] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 56.112383] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00002aaa [ 56.119452] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 56.126252] sunxi-mmc 4022000.sdmmc: retry:start [ 56.131437] sunxi-mmc 4022000.sdmmc: retry:stop [ 56.136568] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 56.142465] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00002cac [ 56.149540] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 56.156316] sunxi-mmc 4022000.sdmmc: retry:start [ 56.161512] sunxi-mmc 4022000.sdmmc: retry:stop [ 56.166643] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 56.172515] sunxi-mmc 4022000.sdmmc: send manual stop command failed 100 [ 56.180205] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00002eae [ 56.187272] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 56.194086] sunxi-mmc 4022000.sdmmc: retry:start [ 56.199276] sunxi-mmc 4022000.sdmmc: retry:stop [ 56.204410] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 56.210323] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000030b0 [ 56.217397] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 56.224205] sunxi-mmc 4022000.sdmmc: retry:start [ 56.229391] sunxi-mmc 4022000.sdmmc: retry:stop [ 56.234523] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 56.240412] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000032b2 [ 56.247495] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 56.254277] sunxi-mmc 4022000.sdmmc: retry:start [ 56.259474] sunxi-mmc 4022000.sdmmc: retry:stop [ 56.264604] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 56.270491] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000034b4 [ 56.277583] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 56.284375] sunxi-mmc 4022000.sdmmc: retry:start [ 56.289560] sunxi-mmc 4022000.sdmmc: retry:stop [ 56.294700] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 56.300589] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000036b6 [ 56.307685] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 56.314470] sunxi-mmc 4022000.sdmmc: retry:start [ 56.319658] sunxi-mmc 4022000.sdmmc: retry:stop [ 56.324815] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 56.330716] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000038b8 [ 56.337785] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 56.344579] sunxi-mmc 4022000.sdmmc: retry:start [ 56.349763] sunxi-mmc 4022000.sdmmc: retry:stop [ 56.354893] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 56.360794] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00003aba [ 56.367866] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 56.374672] sunxi-mmc 4022000.sdmmc: retry:start [ 56.379859] sunxi-mmc 4022000.sdmmc: retry:stop [ 56.384996] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 56.390913] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00003cbc [ 56.397985] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 56.404765] sunxi-mmc 4022000.sdmmc: retry:start [ 56.409958] sunxi-mmc 4022000.sdmmc: retry:stop [ 56.415089] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 56.420975] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00003ebe [ 56.428062] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 56.434841] sunxi-mmc 4022000.sdmmc: retry:start [ 56.440024] sunxi-mmc 4022000.sdmmc: retry:stop [ 56.445160] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 56.451047] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000080 [ 56.458139] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 56.464917] sunxi-mmc 4022000.sdmmc: retry:start [ 56.470104] sunxi-mmc 4022000.sdmmc: retry:stop [ 56.475267] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 56.481143] sunxi-mmc 4022000.sdmmc: send manual stop command failed 100 [ 56.488813] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000282 [ 56.495886] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 56.502643] sunxi-mmc 4022000.sdmmc: retry:start [ 56.507866] sunxi-mmc 4022000.sdmmc: retry:stop [ 56.512976] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 56.518870] sunxi-mmc 4022000.sdmmc: send manual stop command failed 42 [ 56.526433] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000484 [ 56.533483] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 56.540258] sunxi-mmc 4022000.sdmmc: retry:start [ 56.545465] sunxi-mmc 4022000.sdmmc: retry:stop [ 56.550600] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 56.556587] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000686 [ 56.563707] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 56.570499] sunxi-mmc 4022000.sdmmc: retry:start [ 56.575758] sunxi-mmc 4022000.sdmmc: retry:stop [ 56.580910] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 56.586892] sunxi-mmc 4022000.sdmmc: sunxi v4p5x/v4p6x retry give up! [ 56.594212] sunxi-mmc 4022000.sdmmc: retry:set phase failed or over retry times [ 56.602451] sunxi-mmc 4022000.sdmmc: retry:give up [ 56.608504] sunxi-mmc 4022000.sdmmc: retry:start [ 56.613756] sunxi-mmc 4022000.sdmmc: retry:stop [ 56.618889] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 56.624861] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000888 [ 56.631926] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 56.638724] sunxi-mmc 4022000.sdmmc: retry:start [ 56.643937] sunxi-mmc 4022000.sdmmc: retry:stop [ 56.649062] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 56.654974] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000a8a [ 56.662036] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 56.668820] sunxi-mmc 4022000.sdmmc: retry:start [ 56.674064] sunxi-mmc 4022000.sdmmc: retry:stop [ 56.679179] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 56.685098] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000c8c [ 56.692164] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 56.698957] sunxi-mmc 4022000.sdmmc: retry:start [ 56.704155] sunxi-mmc 4022000.sdmmc: retry:stop [ 56.709274] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 56.715184] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000e8e [ 56.722235] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 56.729024] sunxi-mmc 4022000.sdmmc: retry:start [ 56.734233] sunxi-mmc 4022000.sdmmc: retry:stop [ 56.739343] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 56.745289] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001090 [ 56.752340] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 56.759141] sunxi-mmc 4022000.sdmmc: retry:start [ 56.764339] sunxi-mmc 4022000.sdmmc: retry:stop [ 56.769454] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 56.775371] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001292 [ 56.782432] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 56.789214] sunxi-mmc 4022000.sdmmc: retry:start [ 56.794413] sunxi-mmc 4022000.sdmmc: retry:stop [ 56.799523] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 56.805429] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001494 [ 56.812487] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 56.819283] sunxi-mmc 4022000.sdmmc: retry:start [ 56.824513] sunxi-mmc 4022000.sdmmc: retry:stop [ 56.829624] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 56.835534] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001696 [ 56.842593] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 56.849372] sunxi-mmc 4022000.sdmmc: retry:start [ 56.854570] sunxi-mmc 4022000.sdmmc: retry:stop [ 56.859687] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 56.865604] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001898 [ 56.872654] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 56.879454] sunxi-mmc 4022000.sdmmc: retry:start [ 56.884670] sunxi-mmc 4022000.sdmmc: retry:stop [ 56.889782] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 56.895697] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001a9a [ 56.902748] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 56.909546] sunxi-mmc 4022000.sdmmc: retry:start [ 56.914747] sunxi-mmc 4022000.sdmmc: retry:stop [ 56.919857] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 56.925776] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001c9c [ 56.932827] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 56.939609] sunxi-mmc 4022000.sdmmc: retry:start [ 56.944833] sunxi-mmc 4022000.sdmmc: retry:stop [ 56.949944] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 56.955939] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00001e9e [ 56.963026] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 56.969868] sunxi-mmc 4022000.sdmmc: retry:start [ 56.975117] sunxi-mmc 4022000.sdmmc: retry:stop [ 56.980246] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 56.986142] sunxi-mmc 4022000.sdmmc: send manual stop command failed 100 [ 56.993827] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000020a0 [ 57.000891] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 57.007717] sunxi-mmc 4022000.sdmmc: retry:start [ 57.012922] sunxi-mmc 4022000.sdmmc: retry:stop [ 57.018060] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 57.023945] sunxi-mmc 4022000.sdmmc: send manual stop command failed 100 [ 57.031611] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000022a2 [ 57.038690] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 57.045486] sunxi-mmc 4022000.sdmmc: retry:start [ 57.050671] sunxi-mmc 4022000.sdmmc: retry:stop [ 57.055801] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 57.061718] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000024a4 [ 57.068795] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 57.075585] sunxi-mmc 4022000.sdmmc: retry:start [ 57.080772] sunxi-mmc 4022000.sdmmc: retry:stop [ 57.085906] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 57.091825] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000026a6 [ 57.098900] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 57.105682] sunxi-mmc 4022000.sdmmc: retry:start [ 57.110877] sunxi-mmc 4022000.sdmmc: retry:stop [ 57.116015] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 57.121902] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000028a8 [ 57.128995] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 57.135775] sunxi-mmc 4022000.sdmmc: retry:start [ 57.141007] sunxi-mmc 4022000.sdmmc: retry:stop [ 57.146143] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 57.152037] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00002aaa [ 57.159135] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 57.165923] sunxi-mmc 4022000.sdmmc: retry:start [ 57.171111] sunxi-mmc 4022000.sdmmc: retry:stop [ 57.176262] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 57.182151] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00002cac [ 57.189225] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 57.196014] sunxi-mmc 4022000.sdmmc: retry:start [ 57.201201] sunxi-mmc 4022000.sdmmc: retry:stop [ 57.206328] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 57.212210] sunxi-mmc 4022000.sdmmc: send manual stop command failed 100 [ 57.219883] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00002eae [ 57.226962] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 57.233742] sunxi-mmc 4022000.sdmmc: retry:start [ 57.238933] sunxi-mmc 4022000.sdmmc: retry:stop [ 57.244071] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 57.249958] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000030b0 [ 57.257035] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 57.263845] sunxi-mmc 4022000.sdmmc: retry:start [ 57.269030] sunxi-mmc 4022000.sdmmc: retry:stop [ 57.274188] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 57.280077] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000032b2 [ 57.287150] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 57.293940] sunxi-mmc 4022000.sdmmc: retry:start [ 57.299126] sunxi-mmc 4022000.sdmmc: retry:stop [ 57.304256] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 57.310155] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000034b4 [ 57.317226] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 57.324035] sunxi-mmc 4022000.sdmmc: retry:start [ 57.329221] sunxi-mmc 4022000.sdmmc: retry:stop [ 57.334364] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 57.340252] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000036b6 [ 57.347335] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 57.354115] sunxi-mmc 4022000.sdmmc: retry:start [ 57.359308] sunxi-mmc 4022000.sdmmc: retry:stop [ 57.364437] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 57.370324] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x000038b8 [ 57.377413] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 57.384199] sunxi-mmc 4022000.sdmmc: retry:start [ 57.389389] sunxi-mmc 4022000.sdmmc: retry:stop [ 57.394536] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 57.400425] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00003aba [ 57.407520] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 57.414301] sunxi-mmc 4022000.sdmmc: retry:start [ 57.419485] sunxi-mmc 4022000.sdmmc: retry:stop [ 57.424642] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 57.430530] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00003cbc [ 57.437606] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 57.444401] sunxi-mmc 4022000.sdmmc: retry:start [ 57.449584] sunxi-mmc 4022000.sdmmc: retry:stop [ 57.454713] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 57.460613] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00003ebe [ 57.467683] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 57.474490] sunxi-mmc 4022000.sdmmc: retry:start [ 57.479680] sunxi-mmc 4022000.sdmmc: retry:stop [ 57.484812] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 57.490720] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000080 [ 57.497789] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 57.504569] sunxi-mmc 4022000.sdmmc: retry:start [ 57.509762] sunxi-mmc 4022000.sdmmc: retry:stop [ 57.514892] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 57.520766] sunxi-mmc 4022000.sdmmc: send manual stop command failed 100 [ 57.528443] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000282 [ 57.535506] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 57.542273] sunxi-mmc 4022000.sdmmc: retry:start [ 57.547479] sunxi-mmc 4022000.sdmmc: retry:stop [ 57.552590] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 57.558500] sunxi-mmc 4022000.sdmmc: send manual stop command failed 42 [ 57.566059] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000484 [ 57.573107] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 57.579905] sunxi-mmc 4022000.sdmmc: retry:start [ 57.585102] sunxi-mmc 4022000.sdmmc: retry:stop [ 57.590210] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 57.596124] sunxi-mmc 4022000.sdmmc: RETRY: REG_SAMP_DL: 0x00000686 [ 57.603174] sunxi-mmc 4022000.sdmmc: *****retry:re-send cmd***** [ 57.609963] sunxi-mmc 4022000.sdmmc: retry:start [ 57.615161] sunxi-mmc 4022000.sdmmc: retry:stop [ 57.620269] sunxi-mmc 4022000.sdmmc: retry:stop recover [ 57.626187] sunxi-mmc 4022000.sdmmc: sunxi v4p5x/v4p6x retry give up! [ 57.633431] sunxi-mmc 4022000.sdmmc: retry:set phase failed or over retry times [ 57.641685] sunxi-mmc 4022000.sdmmc: retry:give up [ 57.647252] blk_update_request: I/O error, dev mmcblk0, sector 642374 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0 [ 57.813523] [DISP] sunxi_fb_release,line:567: [ 57.813529] [damon] sunxi_fb_release

      这里是log信息,可以看到disp部分dma分配到最后开始地址dma_addr却是0,有大佬知道为什么吗😟

      1
    • q1215200171

      4月全志芯片开源项目分享合辑
      爱搞机专区 • Posted at • budbool

      1 Votes
      1 Replies
      1942 Views

      S Replied at

      都是T113的项目,但是T113没有开放SDK

      1
    • S

      使用论坛提供编译好的工具链,编译出的程序执行报错
      MR Series • Posted at • star905

      0 Votes
      1 Replies
      1028 Views

      H Replied at

      看起来像是glibc版本的问题。
      对于简单的程序(不依赖第三方库),可尝试编译成静态可执行文件,即在编译命令中添加 -static -static-libstdc++ -static-libgcc 。
      对于比较复杂的程序,建议制作成TinaLinux的软件包,这样就可以使用与根文件系统编译相同的glibc版本。

      1
    • L

      T507 tslib移植出现:Couldn't open tslib config file : No such file or directory
      Linux • Posted at • liuyongguang

      0 Votes
      1 Replies
      1483 Views

      L Replied at

      这个问题应该是/etc/profile的环境变量在/etc/qtenv.sh执行之前没有导出来导致的,我把在/etc/profile中的设置放到了/etc/qtenv.sh中就没有这个错误提示了。关于/etc/profile和/etc/qtenv.sh的执行顺序还得再研究一下 。

      1
    • Y

      T113如何在rootfs文件系统添加脚本 启动,
      T Series • Posted at • ysc3650145

      1 Votes
      1 Replies
      900 Views

      Z Replied at

      T113 TinaLinux在启动时会执行/etc/init.d/rcS,可以参考一下里面代码

      1
    • Z

      tina linux系统中没有日志文件
      Linux • Posted at • ZiFeiYu

      0 Votes
      1 Replies
      1021 Views

      DAIZEBIN Replied at

      @zifeiyu 在 tina linux系统中没有日志文件 中说:

      全志的T133芯片,我的tina linux系统中没有日志文件,该怎么办?
      要怎么配置menuconfig才能使能系统日子功能?

      具体一点,啥叫没有日志?没有log?还是没有syslog的打印?

      1
    • G

      melis开机启动进入不了应用
      MR Series • Posted at • godzhou0909

      0 Votes
      1 Replies
      1112 Views

      G Replied at

      @godzhou0909 贴的NOR FLASH是MX25L6406EM,是不是flash不行呢?
      [141]HELLO! BOOT0 is starting!
      [144]BOOT0 commit : 889f614
      [147]set pll start
      [149]fix vccio detect value:0xc0
      [152]periph0 has been enabled
      [155]set pll end
      [156][pmu]: bus read error
      [159]board init ok
      [161]ZQ value = 0x30
      [163]get_pmu_exist() = -1
      [165]DRAM BOOT DRIVE INFO: V0.32
      [168]DRAM CLK = 528 MHz
      [170]DRAM Type = 2 (2:DDR2,3:DDR3)
      [173]DRAMC read ODT off.
      [176]DRAM ODT off.
      [178]ddr_efuse_type: 0xa
      [180]mark_id: 0x74
      [182]DRAM SIZE =64 M
      [184]PLL_DDR_CTRL_REG:0xf9002b00
      [187]DRAM_CLK_REG:0xc0000000
      [190][TIMING DEBUG] MR2= 0x0
      [194]DRAM simple test OK.
      [197]dram size =64
      [199]spinor id is: c2 20 17, read cmd: 0b
      [202]Succeed in reading toc file head.
      [206]The size of toc is a0000.
      [314]Entry_name = melis-lzma
      [317]LZMA: Image address............... 0x41000400
      [322]LZMA: Properties address.......... 0x41000400
      [326]LZMA: Uncompressed size address... 0x41000405
      [331]LZMA: Compressed data address..... 0x4100040d
      [336]LZMA: Destination address......... 0x40000000
      [340]LZMA: Uncompresed size............ 0xffffffffffffffff
      [346]LZMA: Compresed size.............. 0xfffffffa
      [537]LZMA: Uncompressed ............... 0x0013a0f8
      [542]Entry_name = melis-config
      [546]image_base:43000000
      [548]Jump to second Boot.
      [550]jump to rtos
      sbi2ekernel | /'_/\ (_ ) _ ( )( ) /' _\ /' \ | | | __ | | (_) ___ ______ _ _ | || | | ( ) | | ( ) | | | (_) | /'__\ | | | |/',)()( ) ( )| || | | | | | | | | |
      | | | | |( / | | | |_, \ | _/ |( ,
      ) _ | () | _ | () |
      | () ()\____)(___)(_)(____/ _/' () ()\___/'(_)_/'
      |version : V3.9.0 |
      |commitid: a850c7b6b408b36ea58bcce024f7c788688ca5ab |
      |sunxiver: 40000 |
      |timever : Sat, 11 May 2024 19:51:43 -0700 |
      |compiler: gcc version 8.4.0 (T-HEAD RISCV Tools V1.10.2 B20201104) |
      |optimal : -Os -g -gdwarf-2 -gstrict-dwarf |
      |linker : GNU ld (GNU Binutils) 2.32 |
      |newlibc : 3.0.0 |
      |author : root |

      [DBG]: [__mount_parts:0299]: classname=DMS
      [DBG]: [__mount_parts:0300]: devname=dms01
      [DBG]: [__mount_parts:0327]: find last lun.
      [DBG]: [__mount_parts:0357]: nPart = 1.
      [DBG]: [__mount_parts:0486]: dmsPart: "DMS\dms010" is linked to symbel "B".
      [ERR]: [esFSYS_pread:0331]: fs fatal err
      [ERR]: [esFSYS_pread:0331]: fs fatal err
      [ERR]: [esFSYS_pread:0331]: fs fatal err
      [ERR]: [esFSYS_pread:0331]: fs fatal err
      mount errno: -19!
      [DBG]: [esFSYS_mntfs:0333]: melis_devfs,mount on B.
      [DBG]: [kservice_maintask:0845]: partition [B] plug in..
      [DBG]: [__mount_parts:0299]: classname=DISK
      [DBG]: [__mount_parts:0300]: devname=RAMDISK
      [DBG]: [__mount_parts:0327]: find last lun.
      [DBG]: [__mount_parts:0357]: nPart = 1.
      [DBG]: [__mount_parts:0486]: rawpart: "DISK\RAMDISK0" is linked to symbel "C".
      [ERR]: [esFSYS_mntfs:0314]: identify the filesystem failure.
      [ERR]: [__mount_parts:0541]: mount C failure.
      dfs already init.
      flash : 1
      sip : 0
      hal_spi_hw_config()2025 [spi0] clock_frequency = 50000000HZ
      hal_spi_init()2215 [spi0] DMA xfer enable
      nor_scan
      [ERR]: [nor_mxic_quad_mode:0079]: spinor: set mxic QE failed (0x0)

      [ERR]: [nor_scan:0537]: spinor: enable quad mode failed

      [ERR]: [nor_scan:0544]: spinor: scan nor flash failed

      [ERR]: [nor_init:0636]: spinor: init nor flash failed

      init nor flash failed
      [ERR]: [nor_read:0950]: spinor: read address 0xc000 with len 16384 failed

      [ERR]: [register_blk_device:0851]: get gpt from nor flash failed - -5

      SDC:hal_sdc_create host:0x402105d8 id:0
      host debug mask 3c[ERR] SDC:name ???,port 6,port_num 0,mul_sel 2, pull 1, drv_level 1
      [ERR] SDC:name ???,port 6,port_num 1,mul_sel 2, pull 1, drv_level 1
      [ERR] SDC:name ???,port 6,port_num 2,mul_sel 2, pull 1, drv_level 1
      [ERR] SDC:name ???,port 6,port_num 3,mul_sel 2, pull 1, drv_level 1
      [ERR] SDC:name ???,port 6,port_num 4,mul_sel 2, pull 1, drv_level 1
      [ERR] SDC:name ???,port 6,port_num 5,mul_sel 2, pull 1, drv_level 1
      SDC:Not implement __mci_restore_io,819
      SDC:Not imp hal_sdc_init,2236
      SDC:hal_sdc_init,2269 no imp
      SDC:hal_sdc_init,2278 no imp
      SDC:SDC Host Capability:0x3820f Ocr avail:0x3f0000
      SDC:Not implement __mci_hold_io,804
      SDC:SDC cd_mode:2 present_val:0
      SDC:SDC id:0 dma_use:1 present:0
      driver version SD/MMC/SDIO Host Controller Driver(v0.29 2022-09-01 16:50) init ok.
      host_id =0!
      [ERR]: [hal_ths_init:0094]: 0x2009404, 0x2009400, 0x2009430, 0x2009408

      key name:thermal_sensor key size:64 key offset:20

      thermal_sensor:
      02 c1 73 79 0f 30 e9 01
      ERR ekernel/drivers/hal/source/usb/manager/usb_manager.c 276 usb_script_parse :script_parser_fetch usbc0 usb_drv_vbus_gpio fail
      port_info->port.port_type:2
      the cir_master_init success
      Warning: clk pll-audio0 should not be changed, please recheck whether the operation is correct

      [ehci-usb1] insmod host driver!
      phy_vbase : 0x4200800, usbc_no : 1, efuse : 0x1e9300f
      scheduler startup

      [ohci-usb1] insmod host driver!
      phy_vbase : 0x4200800, usbc_no : 1, efuse : 0x1e9300f
      d: partition open failed, please check board storage device!card_detect removed sdmmc_test->card_id=0
      [WRN] SD:mmc_card_open card not exit! id:0
      card open fail

      1
    • I

      请教OV9281摄像头在V851SE的Tinyvision板子上的移植。
      V Series • Posted at • iamseer

      0 Votes
      1 Replies
      1344 Views

      I Replied at

      更新一下,
      这两份教程对于驱动编写很有帮助

      Tina Linux Camera开发指南
      https://www.cnblogs.com/weidongshan/articles/17183702.html

      全志Linux Tina-SDK开发完全手册
      https://tina.100ask.net/SdkModule/Linux_MIPI_CSI_DevelopmentGuide-05/

      我的配置里没有 info->time_hs 项。加入后调为0x30,仍然不出图。但是改为0x20,就可以出图了。

      1
    • W

      关于屏的TE脚的使用方法
      MR Series • Posted at • wj8331585

      0 Votes
      1 Replies
      867 Views

      W Replied at

      lcd_gpio_0 = <&pio PE 11 GPIO_ACTIVE_HIGH>; lcd_vsync = <&pio PD 21 2 0 3 0>; //lcd_vsync = port:PD21<2><0><3><default> pinctrl-0 = <&dsi4lane_pins_a>; pinctrl-1 = <&dsi4lane_pins_b>;

      设备树这样写,好像没起到作用。

      1
    • C

      T113 开机报错
      MR Series • Posted at • cwj1986521

      0 Votes
      1 Replies
      1284 Views

      W Replied at

      @cwj1986521 在 T113 开机报错 中说:

      back

      log信息上面说了,overlay文件系统的问题,可以先不要挂载overlay了验证下,然后自己去找根本原因

      1
    • S

      H616和H618的引脚定义是一制的吗
      H/F/TV Series • Posted at • SLearn

      1 Votes
      1 Replies
      1224 Views

      L Replied at

      @slearn 是一样的

      1
    • Forlinx

      加入AWOL「体验官」 免费玩转T527开发板
      飞凌嵌入式专区 • Posted at • Forlinx

      3 Votes
      1 Replies
      1586 Views

      S Replied at

      这么好的活动,没人顶? 已经报名,坐等审核~

      1
    • B

      【T527 SDK编译报错】
      T Series • Posted at • bill_j

      3 Votes
      1 Replies
      1799 Views

      KunYi Replied at

      @bill_j

      我用Docker 裝 ubuntu 20.04

      安裝下面 package 可以正常build core and full 版本

      RUN dpkg --add-architecture i386 && \ apt-get update && \ apt-get install -y locales && \ localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8 ENV LANG en_US.UTF-8 RUN apt-get install --no-install-recommends --no-install-suggests --yes \ build-essential ca-certificates gcc gcc-multilib clang curl \ git git-lfs gnupg gperf build-essential zip libc6-dev python \ x11proto-core-dev libgl1-mesa-dev g++-multilib tofrodos zlib1g-dev \ libncurses5-dev:i386 libx11-dev:i386 libreadline6-dev:i386 \ libgl1-mesa-glx:i386 zlib1g-dev:i386 linux-libc-dev:i386 gawk \ libncurses5-dev bc bison flex gettext libssl-dev autoconf libtool \ wget patch dos2unix tree u-boot-tools libelf-dev libncurses5 \ libxml2-utils xsltproc markdown texinfo gettext busybox \ fakeroot cpio unzip rsync ccache xxd vim liblzo2-2 && \ apt-get clean && \ rm -rf /var/lib/apt/* /var/cache/apt/* /tmp/* /var/tmp/*

      後面是完整的 Dockerfile 還有怎樣build docker image 跟進入docker環境用的shell script

      進 container 後 
      直接 ./build.sh config && ./build.sh 即可
      文件講的環境變數
      只需要
      export ARCH=arm64
      export CROSS_COMPILE=aarch64-none-linux-gnu-
      用我的Dockerfile 已經寫在裡面了
      加上其他會產生類似你的錯誤
      entrycontainer
      build-container
      Dockerfile

      1
    • H

      求R329智能音箱方案,对接ChatGpt做智能音箱
      Linux • Posted at • hewenhao2024

      0 Votes
      1 Replies
      837 Views

      R Replied at

      个人BSP工程师,求带?

      1
    • W

      100s tina 3.5.1 跑fbtft spi接口屏,LVGL 做长跑测试出现报错
      Linux • Posted at • wyljkl

      0 Votes
      1 Replies
      1213 Views

      J Replied at

      @wyljkl 看上去是驱动有问题导致锁有竞争,可以把相应得debug打开看下有没有有效信息

      1
    • G

      T113 fb0怎样配置双缓冲?
      MR Series • Posted at • gundam

      0 Votes
      1 Replies
      869 Views

      G Replied at

      24644647-7a32-40d8-8cf5-25bef30e2bb2-image.png
      找到了

      1
    • B

      R128 通过百问提供的100ask_PhoneixSuit工具无法烧写
      MR Series • Posted at • bayi.ty

      0 Votes
      1 Replies
      1040 Views

      B Replied at

      【自问自答】
      在启动烧写工具看到 Clos image OK以后,按住FEL,同时按复位键或插入USB,这个时候FEL不能放,直到界面有反应再放FEL。(之前T113用惯了,通常是马上就放手)

      不过100ask的回复效率还是要提高一下。我找了论坛里的好多相关问题,都是没有找到回复。

      @韦老师

      1
    • S

      T507 linux lvds与hdmi双屏同显或异显如何实现
      其它全志芯片讨论区 • Posted at • sun404537318

      0 Votes
      1 Replies
      1084 Views

      X Replied at

      @sun404537318 你好,请问解决了吗?

      1
    • C

      做视频播放,使用F133还是T113合适,哪个版本的sdk最方便
      MR Series • Posted at • chenld

      0 Votes
      1 Replies
      941 Views

      WhycanService Replied at

      视频大于800*600,T113,小于F133

      1
    • Z

      opencv编译报错,怎么搞
      灌水区 • Posted at • zhengsiyuan

      0 Votes
      1 Replies
      899 Views

      WhycanService Replied at

      @zhengsiyuan 有没有log

      1
    • Y

      通过物联网管理多台MQTT设备-基于米尔T527开发板
      T Series • Posted at • giao

      1 Votes
      1 Replies
      1077 Views

      Y Replied at

      mqtt 服务器也在板子上吗?

      1
    • C

      t113-i sdc0做sdio接口wifi
      其它全志芯片讨论区 • Posted at • CNDY123

      0 Votes
      1 Replies
      802 Views

      Z Replied at

      对头,根据框图,sdc1用于蓝牙wifi,sdc0用于nor/nand flash

      1
    • D

      A40i 下uboot引导内核方式改为hyp引导失败
      Linux • Posted at • duanzhh

      0 Votes
      1 Replies
      1129 Views

      D Replied at

      @duanzhh u-boot.map部分的symbol

      4cbae4b1-6f25-43f6-aab4-54409913598e-image.png

      1
    • Z

      D1s和F133是什么关系
      MR Series • Posted at • zhuxy

      0 Votes
      1 Replies
      1051 Views

      newcastle Replied at

      ✔

      1
    • czlz_fun

      T113 Tina-Linux编译报错
      其它全志芯片讨论区 • Posted at • 粗制乱造

      0 Votes
      1 Replies
      1233 Views

      YuzukiTsuru Replied at

      这个不是报错,eyesee-mpp是v系列芯片用的,t113不支持这个包有一个警告,不影响正常编译

      1
    • A

      T113-S3怎么制作量产卡并通过量产卡烧录镜像到SPI_NAND里
      其它全志芯片讨论区 • Posted at • a06041114

      0 Votes
      1 Replies
      879 Views

      Z Replied at

      有量产工具,直接烧到spi

      1
    • A

      V3S添加AXP PMU驱动问题
      其它全志芯片讨论区 • Posted at • atms2013

      0 Votes
      1 Replies
      1189 Views

      A Replied at

      @atms2013 此外,还有一个问题,我设置LDO1电压为3.0V,但是启动时提示如下:
      [ 0.996978] input: axp20x-pek as /devices/platform/soc/1c2ac00.i2c/i2c-0/0-0034/axp20x-pek/input/input0
      [ 1.016100] vcc-rtc: Bringing 1300000uV into 3000000-3000000uV
      [ 1.025572] vcc-rtc: failed to apply 3000000-3000000uV constraint(-22)
      [ 1.035720] axp20x-regulator axp20x-regulator: Failed to register ldo1
      [ 1.045858] axp20x-regulator: probe of axp20x-regulator failed with error -22
      [ 1.057347] axp20x-i2c 0-0034: AXP20X driver loaded
      [ 1.066519] input: ns2009_ts as /devices/platform/soc/1c2ac00.i2c/i2c-0/0-0048/input/input1

      求教这个默认参数 1300000uV是从哪来的,如何更改?

      1
    • A

      从nand切换到TF卡,分区文件sys_partition.fex怎么修改
      Linux • Posted at • a06041114

      0 Votes
      1 Replies
      915 Views

      N Replied at

      @a06041114 https://bbs.aw-ol.com/topic/1701

      1
    • J

      T113 无法启动
      Linux • Posted at • jeffrey

      0 Votes
      1 Replies
      984 Views

      No one has replied

      1
    • newcastle

      基于debian发行版的AvaotaOS下的dpkg和apt工具使用方法详解
      T Series • Posted at • newcastle

      1 Votes
      1 Replies
      1174 Views

      S Replied at

      @livpo 那么问题来了。avaotaos,有没有可以直接用的apt的源~ 有的话,就跟树莓派一样,用起来很舒服~

      1
    • N

      关于调试gt911触摸驱动的问题
      Linux • Posted at • navik

      1 Votes
      1 Replies
      947 Views

      W Replied at

      @navik I2c没通,检查地址,硬件引脚配置

      1
    • q1215200171

      用旧世代的显像管技术做一款安卓智能手机,全开源
      H/F/TV Series • Posted at • budbool

      0 Votes
      1 Replies
      1488 Views

      I Replied at

      H616 可以直接用香橙派的固件刷?

      机器真的漂亮!!

      1
    • S

      移植RTL8822CS模组 wlan0加载不出来
      其它全志芯片讨论区 • Posted at • SkrLOU

      1 Votes
      1 Replies
      971 Views

      S Replied at

      @skrlou 在 移植RTL8822CS模组 wlan0加载不出来 中说:

      61dc175c-533c-498f-baf4-ddca7fd7d3cb-图片.png
      模组是用的sdio接口,板子背面贴了一块8733bs模组 已经调通了 都正常了

      现在把这个8733bs模组拆下来 正面贴了8822cs模组 原理图上硬件引脚都是一样的 同样是sdio接口

      dts不用改什么东西 现在8822cs模组的蓝牙已经通了 wifi不行 这个要修改哪里啊

      搞定了搞定了

      1
    • M

      【求助】V853安装node
      V Series • Posted at • MrLuck173

      0 Votes
      1 Replies
      975 Views

      YuzukiTsuru Replied at

      node 需要systemd,默认是busybox应该不行,可以移植一个ubuntu上去

      1
    • C

      T113 uboot 识别不到u盘设备
      其它全志芯片讨论区 • Posted at • Cohen0415

      0 Votes
      1 Replies
      845 Views

      A Replied at

      uboot下是否开启usb储存设备的驱动?默认没有进行配置

      1
    • C

      T527 SDK下载
      T Series • Posted at • chaogai

      1 Votes
      1 Replies
      946 Views

      A Replied at

      请提供完整的报错截图

      1
    • T

      V851编译错误
      编译和烧写问题专区 • Posted at • T17872981069

      1 Votes
      1 Replies
      927 Views

      A Replied at

      opencv编译错误,编译opencv需要虚拟机内存 >16G,CPU > 4核,否则编译任务会被Linux强制结束

      1
    • M

      NPU onnx模型转换
      V Series • Posted at • minjialong

      2 Votes
      1 Replies
      1310 Views

      M Replied at

      @minjialong 本人已解决

      1
    • L

      苹果电脑怎么才能烧写程序
      编译和烧写问题专区 • Posted at • lanmeng

      0 Votes
      1 Replies
      824 Views

      aldfaaa Replied at

      @lanmeng 曾几何时也想用M系列芯片....但一想到要做嵌入式...

      1
    • H

      F133系列 使用emmc启动的同时也使用emmc作存储介质
      其它全志芯片讨论区 • Posted at • hisino_dusihao

      0 Votes
      1 Replies
      706 Views

      H Replied at

      现在已经可以把盘符映射到电脑上了,接下来应该怎么做没有头绪了有没有大神指点一下

      1
    • Y

      D1s编译问题
      MR Series • Posted at • y13616519006

      0 Votes
      1 Replies
      724 Views

      livpo Replied at

      @y13616519006 正常

      1
    • L

      启用cpufreq子系统却没有作用
      其它全志芯片讨论区 • Posted at • KoGu

      0 Votes
      1 Replies
      656 Views

      L Replied at

      补充一下,在内核启动过程中报的信息,不是太明白cpuerror.png

      还有cpuinfo也没看到频率信息catcpuinfo.png

      1
    • D

      T113 Tina - GStreamer Error
      其它全志芯片讨论区 • Posted at • dazb3

      0 Votes
      1 Replies
      1174 Views

      D Replied at

      @dazb3 我找到了解决方案:

      在 gst1-omx Makefile(位于 t113-sdk/package/multimedia/gst1-omx)中,您需要将 t113 添加到 TARGET_BOARD_PLATFORM

      之前:
      ifeq ($(TARGET_BOARD_PLATFORM),$(filter $(TARGET_BOARD_PLATFORM), r16 r311 r58 r40 g102 r11 r7 r528))
      OMX_COMPILE_TOOL_CHAIN = arm-openwrt-linux
      endif

      之后:
      ifeq ($(TARGET_BOARD_PLATFORM),$(filter $(TARGET_BOARD_PLATFORM), r16 r311 r58 r40 g102 r11 r7 r528 t113))
      OMX_COMPILE_TOOL_CHAIN = arm-openwrt-linux
      endif

      1
    • D

      [付费] T113-S3 视频播放系统
      其它全志芯片讨论区 • Posted at • dazb3

      1 Votes
      1 Replies
      1280 Views

      Z Replied at

      @dazb3 在 [付费] T113-S3 视频播放系统 中说:

      T113-S3

      看上去或许可以用多个/dev/fbX配合zorder的修改做到?

      1
    • C

      全志T113-S3 longan SDK 配置uart0为控制台,只有输出没有输入(已解决)
      Linux • Posted at • creaznico

      0 Votes
      1 Replies
      1118 Views

      C Replied at

      @creaznico 补充一点,可以直接在sdk里把getty去掉,就没有密码登陆验证了

      1
    • Y

      R329代码里找不到BOOT0启动打印“HELLO! BOOT0 is starting!”
      其它全志芯片讨论区 • Posted at • yimu163com

      0 Votes
      1 Replies
      1201 Views

      A Replied at

      @yimu163com 在 R329代码里找不到BOOT0启动打印“HELLO! BOOT0 is starting!” 中说:

      Binary file ./device/config/chips/r329/bin/boot0_nand_sun50iw11p1.bin matches
      Binary file ./device/config/chips/r329/bin/sboot_sun50iw11p1.bin matches
      Binary file ./device/config/chips/r329/bin/boot0_spinor_sun50iw11p1.bin matches
      Binary file ./device/config/chips/r329/bin/boot0_sdcard_sun50iw11p1.bin matches

      在这几个bin里,BOOT0不开源

      1
    • S

      连接ISP调试工具时出现打开ISP设备失败
      V Series • Posted at • shyDragon

      0 Votes
      1 Replies
      751 Views

      W Replied at

      @shydragon 注意sensor驱动是都已经正常加载,帧率,分辨率要对上

      1
    • K

      A40i串口设置成230400后,向板子串口发送数据一直报错
      其它全志芯片讨论区 • Posted at • Kato_Megumi

      0 Votes
      1 Replies
      1259 Views

      K Replied at

      行吧,我自己解决了,跟大家分享一下。
      首先修改sun8iw11p1.dtsi文件中的uart0(调试串口)和uart2串口,确保二者使用相同的配置。

      uart0: uart@1c28000 { compatible = "allwinner,sun8i-uart"; device_type = "uart0"; reg = <0x0 0x01c28000 0x0 0x400>; interrupts = <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>; clocks = <&ccu CLK_BUS_UART0>, <&ccu CLK_APB2>, //新加 <&ccu CLK_PLL_PERIPH0_2X>; //新加 resets = <&ccu RST_BUS_UART0>; clock-frequency = <30000000>; //新加,需要将频率设置为30MHz uart0_port = <0>; uart0_type = <2>; sunxi,uart-fifosize = <64>; status = "okay"; }; ... ... uart2: uart@1c28800 { compatible = "allwinner,sun8i-uart"; device_type = "uart2"; reg = <0x0 0x01c28800 0x0 0x400>; interrupts = <GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>; clocks = <&ccu CLK_BUS_UART2>, <&ccu CLK_APB2>, //新加 <&ccu CLK_PLL_PERIPH0_2X>; //新加 resets = <&ccu RST_BUS_UART2>; clock-frequency = <30000000>; //新加 clock-names = "uart2"; uart2_port = <2>; uart2_type = <2>; sunxi,uart-fifosize = <64>; status = "okay"; };

      随后修改bsp/drivers/uart/sunxi-uart.c文件中对于port->uartclk的最后配置信息,修改为从设备树中获取,即代码的2094行的逻辑需要被注释,转而通过设备树中的配置获取其clk信息(2092行代码为修改后的逻辑)。

      2071 /* uart clk come from apb2, apb2 default clk is hosc. if change rate 2072 * needed, must switch apb2's source clk first and then set its rate 2073 * */ 2074 sw_uport->sclk = of_clk_get(np, 1); 2075 if (!IS_ERR(sw_uport->sclk)) { 2076 sw_uport->pclk = of_clk_get(np, 2); 2077 port->uartclk = clk_get_rate(sw_uport->sclk); 2078 /* config a fixed divider before switch source clk for apb2 */ 2079 clk_set_rate(sw_uport->sclk, port->uartclk/6); 2080 /* switch source clock for apb2 */ 2081 clk_set_parent(sw_uport->sclk, sw_uport->pclk); 2082 ret = of_property_read_u32(np, "clock-frequency", 2083 &port->uartclk); 2084 if (ret) { 2085 SERIAL_MSG("uart%d get clock-freq failed\n", pdev->id); 2086 return -EINVAL; 2087 } 2088 /* set apb2 clock frequency now */ 2089 clk_set_rate(sw_uport->sclk, port->uartclk); 2090 } 2091 2092 ret = of_property_read_u32(np, "clock-frequency", 2093 &port->uartclk); 2094 // port->uartclk = clk_get_rate(sw_uport->mclk); //原处理 2095 #else 2096 port->uartclk = 24000000; 2097 #endif 2098 2099 res = platform_get_resource(pdev, IORESOURCE_MEM, 0); 2100 if (res == NULL) { 2101 dev_err(&pdev->dev, "uart%d error to get MEM resource\n", pdev->id); 2102 return -EINVAL; 2103 } 2104 port->mapbase = res->start;

      按照上述方法修改后,A40i黑匣子的调试串口会出现一段正常一段乱码(uart2阶段)随后又恢复正常的现象。同时开机后可以同时实现uart2串口(/dev/ttyS2)在波特率9600,115200,230400情况下收发均正常,且无乱码。

      1
    • G

      自制TLT-113的最小系统板子,发现12V转5VSOM的EC2232E芯片总是烧
      创龙科技专区 • Posted at • gegegeda

      0 Votes
      1 Replies
      827 Views

      Tronlong_support Replied at

      @gegegeda 您好,可以联系我司技术服务检查底板原理图。
      技术热线:020-3893-9734
      技术邮箱:support@tronlong.com

      1
    • S

      A133 ISP 连接上位机报错
      其它全志芯片讨论区 • Posted at • shyDragon

      0 Votes
      1 Replies
      980 Views

      S Replied at

      是不是要一个ISP文件,在mnt目录中。对于这种新的sensor要放一个模板文件

      1
    • S

      Tina Linux 为什么那么大?
      Linux • Posted at • Secrets7s

      1 Votes
      1 Replies
      930 Views

      N Replied at

      @secrets7s https://dongshanpi.com/YuzukiHD-Lizard/07-TinaSDK_DevelopmentGuide/

      1
    • L

      T113的usb0问题
      其它全志芯片讨论区 • Posted at • KoGu

      0 Votes
      1 Replies
      1275 Views

      L Replied at

      我发现是有个开机脚本给切换了...

      #!/bin/sh # # Start the adbd.... # # config adb serialnumber for adb devices adb_serialnumber=/etc/.adb_sn disable_udc="/etc/.disable_udc" udc_config=/sys/kernel/config/usb_gadget/g1/UDC otg_role_file="/sys/devices/platform/soc/usbc0/otg_role" usb_device_file="/sys/devices/platform/soc/usbc0/usb_device" hardware_type=`cat /proc/cmdline | tr ' ' '\n' | grep 'hardware' | awk -F "=" '{print $2}'` function enable_udc(){ while [ 1 ];do udc=`ls /sys/class/udc 2>/dev/null` isudc=`cat $udc_config 2>/dev/null` if [ "x$isudc" = "x" ] && [ -f $udc_config ]; then echo $udc > $udc_config fi sleep 1 if [ -f $disable_udc ];then rm $disable_udc break fi done } function start_adb(){ serialnumber=$1 if [ "x$serialnumber" = "x" ];then serialnumber="0402101560" fi printf "Starting adb: " # for adbd compatibilities mkdir -p /system/ mkdir -p /system/bin if [ ! -f /system/bin/sh ];then ln -s /bin/sh /system/bin/sh fi # config ptmx mkdir -p /dev/pts mount -t devpts none /dev/pts # config adb function mount -t configfs none /sys/kernel/config > /dev/null 2>&1 mkdir -p /sys/kernel/config/usb_gadget/g1 echo "0x18d1" > /sys/kernel/config/usb_gadget/g1/idVendor echo "0x0002" > /sys/kernel/config/usb_gadget/g1/idProduct mkdir -p /sys/kernel/config/usb_gadget/g1/strings/0x409 echo "$serialnumber" > /sys/kernel/config/usb_gadget/g1/strings/0x409/serialnumber echo "Google.Inc" > /sys/kernel/config/usb_gadget/g1/strings/0x409/manufacturer echo "Configfs ffs gadget" > /sys/kernel/config/usb_gadget/g1/strings/0x409/product mkdir -p /sys/kernel/config/usb_gadget/g1/functions/ffs.adb mkdir -p /sys/kernel/config/usb_gadget/g1/configs/c.1 mkdir -p /sys/kernel/config/usb_gadget/g1/configs/c.1/strings/0x409 echo 0xc0 > /sys/kernel/config/usb_gadget/g1/configs/c.1/bmAttributes echo 500 > /sys/kernel/config/usb_gadget/g1/configs/c.1/MaxPower ln -s /sys/kernel/config/usb_gadget/g1/functions/ffs.adb/ /sys/kernel/config/usb_gadget/g1/configs/c.1/ffs.adb > /dev/null 2>&1 mkdir -p /dev/usb-ffs mkdir -p /dev/usb-ffs/adb if [ "x`ls -A /dev/usb-ffs/adb`" = "x" ];then mount -o uid=2000,gid=2000 -t functionfs adb /dev/usb-ffs/adb/ fi # start adbd daemon adbd & [ $? -eq 0 ] && echo "OK" || "FAIL" # enable_udc & } case "$1" in start|"") if [ "x$hardware_type" = "xsun8iw11p1" ];then otg_role_file="/sys/devices/platform/soc@1c00000/soc@1c00000:usbc0@0/otg_role" elif [ "x$hardware_type" = "xsun8iw20p1" ];then otg_role_file="/sys/devices/platform/soc@3000000/soc@3000000:usbc0@0/otg_role" fi [ -f "$otg_role_file" ] && otg_role=`cat "$otg_role_file"` echo "usb0 current mode: $otg_role" if [ -f "$otg_role_file" ] && [ "x$otg_role" != "xusb_device" ];then # force switch usb0 to device mode echo "Starting switch usb0 to device mode." if [ "x$hardware_type" = "xsun8iw11p1" ];then usb_device_file="/sys/devices/platform/soc@1c00000/soc@1c00000:usbc0@0/usb_device" elif [ "x$hardware_type" = "xsun8iw20p1" ];then usb_device_file="/sys/devices/platform/soc@3000000/soc@3000000:usbc0@0/usb_device" fi [ -f "$usb_device_file" ] && cat $usb_device_file fi [ -f $adb_serialnumber ] && serialnumber=`cat $adb_serialnumber` if [ "x$serialnumber" = "x" ];then serialnumber=`cat /proc/cmdline | tr ' ' '\n' | grep 'snum' | awk -F "=" '{print $2}'` fi start_adb $serialnumber ;; stop) printf "Stopping adbd " # touch $disable_udc # sleep 2 killall adbd & [ $? -eq 0 ] && echo "OK" || "FAIL" ;; restart|reload) "$0" stop "$0" start ;; *) echo "Usage: $0 {start|stop|restart}" exit 1 ;; esac
      1
    • S

      tiny version 编译遇到问题
      编译和烧写问题专区 • Posted at • shyDragon

      0 Votes
      1 Replies
      1176 Views

      No one has replied

      1
    • H

      echo 7> export 导出时候报错误怎么办
      MR Series • Posted at • hahahaha

      0 Votes
      1 Replies
      659 Views

      W Replied at

      @hahahaha 应该是这个引脚已经被屏幕驱动注册了

      1
    • Y

      R128S2 SDK 编译错误
      MR Series • Posted at • yilan7805

      0 Votes
      1 Replies
      664 Views

      A Replied at

      @yilan7805 看上去解压工具链压缩文件有损坏,重新下载一下?

      1
    • S

      全志适配TP9930时csi&isp setup link failed
      T Series • Posted at • shuaige

      0 Votes
      1 Replies
      1128 Views

      S Replied at

      已解决,csi驱动未成功注册驱动的原因

      1
    • Y

      T113如何移植RT补丁包
      Special • Posted at • ysc3650145

      2 Votes
      1 Replies
      860 Views

      A Replied at

      联系板卡提供商,目前几家都已经提供rt补丁

      1
    • Z

      t113i + openwrt 21.02 RCU报错,严重时导致板子卡死
      Linux • Posted at • zenghw

      0 Votes
      1 Replies
      1332 Views

      A Replied at

      看一下编写的驱动是否出现死锁

      1
    • G

      热插拔TF卡重启
      MR Series • Posted at • godzhou0909

      0 Votes
      1 Replies
      679 Views

      W Replied at

      @godzhou0909 硬件电路 tf卡供电串2.2R电阻+对地10uf电容。

      1
    • Y

      t113 适配ICNL9707 480x1280mipi屏 屏幕只显示一半 且显示还有阴影
      其它全志芯片讨论区 • Posted at • yyyyppppp

      1 Votes
      1 Replies
      649 Views

      A Replied at

      看一下屏幕dclk,是否由于dclk过高导致错误

      1
    • W

      触摸零点偏移
      其它全志芯片讨论区 • Posted at • whyousheng

      0 Votes
      1 Replies
      620 Views

      A Replied at

      如果是CTP,GT911驱动需要设置校准数组,FT系列需要配置零点
      如果是RTP,需要tslib单独校准

      1
    • R

      麻雀d1s的麦克风有大大成功使用过吗?
      MR Series • Posted at • razor7788

      0 Votes
      1 Replies
      583 Views

      No one has replied

      1
    • A

      R128-EVT开发板 在哪里可以买到?
      A Series • Posted at • allen123

      1 Votes
      1 Replies
      704 Views

      xiaowenge Replied at

      这里:韦东山淘宝个人店
      https://item.taobao.com/item.htm?abbucket=1&id=736154682975&ns=1&skuId=5103473888507&spm=a21n57.1.0.0.6f0c523c4bue3e

      1
    • A

      全志的智能语音音响方案支持亚马逊 Alexa吗?
      Linux • Posted at • arno007

      2 Votes
      1 Replies
      733 Views

      xiaowenge Replied at

      之前做过亚马逊的产品,有方案商能做的,linkplay

      1
    • Z

      求带有入门例子的全志开发板v851se Get Started Guide
      V Series • Posted at • Zhijun1

      0 Votes
      1 Replies
      726 Views

      Z Replied at

      @zhijun1 我是参考TinyVision来做

      1
    • Z

      D1 测试 HDMI 播放视频没声音
      MR Series • Posted at • zxdplay

      0 Votes
      1 Replies
      969 Views

      Z Replied at

      @zxdplay

      问题已经解决了
      修改etc/asound.conf文件,将pcm.!default里面的playback.pcm,从"Playback"改成"PlaybackHDMI"

      1
    • N

      求助大佬,T113 串口连接之后没有反应,烧录也是一直卡在0
      编译和烧写问题专区 • Posted at • NathanLiu

      0 Votes
      1 Replies
      582 Views

      N Replied at

      串口是正常的,只是没有数据,SPI-NAND有问题,后面方案换了换成EMMC了,详见EMMC适配专题

      1
    • S

      小白V853烧录成功后,一直停在这里,是哪里出了问题了吗
      V Series • Posted at • sunxi

      0 Votes
      1 Replies
      477 Views

      Y Replied at

      @sunxi 卡在uboot里面了,没有正确加载内核,建议你按照步骤重新做一遍。

      1
    • gharibi

      仍在努力編譯 C906 專案數週!
      MR Series • Posted at • gharibi

      1 Votes
      1 Replies
      1042 Views

      xiaowenge Replied at

      谢谢你 你太执着了,我们即将官方释放一个新版本的SDK,或许你可以用新版本的SDK试试

      1
    • G

      tlt113-MiniEVM调试问题
      创龙科技专区 • Posted at • gegegeda

      2 Votes
      1 Replies
      1082 Views

      Tronlong_support Replied at

      @gegegeda UART0是供电和调试二合一,需要供5V电源。

      1
    • A

      谁t113烧写rotpk成功过
      Linux • Posted at • anonjo123

      0 Votes
      1 Replies
      742 Views

      A Replied at

      @anonjo123 串口错误信息提示: offset=116
      ready to burn rootkey
      smc tee probe share memory base failed
      rotpk not found
      verity the rootkey failed, stop burn it
      SUNXI_USB_SEND_DATA=68

      1
    • Z

      V853工作温度是多少啊?
      V Series • Posted at • zhuxy

      0 Votes
      1 Replies
      639 Views

      N Replied at

      @zhuxy c52edb16-17a6-4666-83a1-720c58c57be0-image.png

      1
    • D

      想问一下,XR8052是什么芯片,没有看到相关资料
      Wireless & Analog Series • Posted at • DINGDING_GO

      0 Votes
      1 Replies
      558 Views

      xiaowenge Replied at

      全志并没有这个型号的芯片

      1
    • W

      修改固件下vendor目录下的文件的方法
      编译和烧写问题专区 • Posted at • wcqniuniu

      0 Votes
      1 Replies
      1087 Views

      X Replied at

      同志,你解决了没有,我也遇到了这个问题?

      1
    • N

      T113-S3适配GT9xx触摸
      其它全志芯片讨论区 • Posted at • NathanLiu

      1 Votes
      1 Replies
      944 Views

      L Replied at

      @nathanliu DTS中PE4 PE5 IO占用了?

      1
    • L

      A133芯片uboot运行时,SDK的uboot源码电源芯片有一个2s的超时机制,是否可将这个超时时间减少
      Linux • Posted at • li32134134

      1 Votes
      1 Replies
      868 Views

      KunYi Replied at

      @li32134134

      沒試過不過看起來這段代碼有bugs
      應該 if() else break; 讀到後就離開 while()

      1
    • Z

      V853 isp编译问题
      V Series • Posted at • zhuangjinfu

      0 Votes
      1 Replies
      524 Views

      S Replied at

      @zhuangjinfu sdk还是论坛下载的。nda的sdk好像有这个问题,我是直接不编译这个应用

      1
    • S

      【V853开发板试用】V853开发板填坑记--模拟usb摄像头
      V Series • Posted at • soso90

      1 Votes
      1 Replies
      1094 Views

      M Replied at

      @soso90 具体操作啥时候贴出😊😊😋

      1
    • q1215200171

      8月全志芯片开源项目分享合集
      爱搞机专区 • Posted at • budbool

      0 Votes
      1 Replies
      1178 Views

      S Replied at

      偷偷恢复,目前usb副屏的,已经支持触摸,真正好用副屏来了,哈哈哈

      1
    • X

      是不支持DDR3还是什么原因吗?
      H/F/TV Series • Posted at • xiqiaou

      0 Votes
      1 Replies
      576 Views

      X Replied at

      @xiqiaou 我的DDR3用dragonhd测试是正常的

      1
    • E

      t113-i板子编译openwrt,打包rootfs.img但是文件不全
      其它全志芯片讨论区 • Posted at • embfly

      0 Votes
      1 Replies
      810 Views

      W Replied at

      @embfly 你这是没有跟你编译的库产生依赖,pack的时候不会打包到img里面去

      1
    • S

      V853S mipi LCD显示驱动调试,colorbar显示异常
      V Series • Posted at • steven73

      1 Votes
      1 Replies
      852 Views

      A Replied at

      dclk过高,屏幕分屏了?
      这里提供一个py脚本计算分频系数,这里对应的是HV屏,DSI也可以参考

      def find_closest_clock(target_clock, clock_list): clock_list = sorted(clock_list) low, high = 0, len(clock_list) - 1 closest = clock_list[low] while low <= high: mid = (low + high) // 2 if clock_list[mid] < target_clock: low = mid + 1 elif clock_list[mid] > target_clock: high = mid - 1 else: return clock_list[mid] if abs(clock_list[mid] - target_clock) < abs(closest - target_clock): closest = clock_list[mid] return closest def calculate_divisor(clock_need, clock_list, min_divisor=6): is_perfect = True for i in clock_list: for j in range(0, 255): if (clock_need * j) == i: closest_clock = i divisor = j return closest_clock, divisor, is_perfect is_perfect = False closest_clock = find_closest_clock(clock_need, clock_list) if closest_clock == 0: return None, None, None divisor = closest_clock // clock_need if divisor < min_divisor: min_diff = float('inf') best_clock = None for clock in clock_list: if clock >= clock_need * min_divisor: current_divisor = clock // clock_need if current_divisor < min_divisor: continue diff = abs(clock - clock_need * current_divisor) if diff < min_diff: min_diff = diff best_clock = clock if best_clock is not None: return best_clock, best_clock // clock_need, is_perfect return closest_clock, divisor, is_perfect clock_list = [ 408, 420, 432, 444, 456, 468, 480, 492, 504, 516, 528, 540, 552, 564, 576, 588, 600, 612, 624, 636, 648, 660, 672, 684, 696, 708, 720, 732, 744, 756, 768, 780, 792, 804, 816, 828, 840, 852, 864, 876, 888, 900, 912, 924, 936, 948, 960, 972, 984, 996, 1008, 1020, 1032, 1044, 1056, 1068, 1080, 1092, 1104, 1116, 1128, 1140, 1152, 1164, 1176, 1188, 1200, 1212, 1224, 1236, 1248, 1260, 1272, 1284, 1296, 1308, 1320, 1332, 1344, 1356, 1368, 1380, 1392, 1404, 1416, 1428, 1440, 1452, 1464, 1476, 1488, 1500, 1512, 1524, 1536, 1548, 1560, 1572, 1584, 1596, 1608, 1620, 1632, 1644, 1656, 1668, 1680, 1692 ] clock_need = int(input("请输入需要的时钟(MHz): ")) closest_clock, divisor, is_perfect = calculate_divisor(clock_need, clock_list) if is_perfect: print(f"父时钟: {closest_clock}MHz, 分频系数: {divisor}, 分频后的频率: {closest_clock / divisor}MHz") else: print(f"无法找到完美,最近的父时钟: {closest_clock}, 分频系数: {divisor}, 分频后的频率: {closest_clock / divisor}MHz") print("请修改分频系数表 clk_tbl 中 HV 分频系数为: {LCD_IF_HV, " + hex(divisor) + ", 1, 1, 0}")
      1
    • K

      求助D1的隐藏分区分布讲解
      MR Series • Posted at • kangjingbobo

      0 Votes
      1 Replies
      450 Views

      A Replied at

      可以查看《Tina_Linux_OTA_开发指南.pdf》 文档

      1
    • B

      TinaLinux 无法创建 swap 分区吗?
      V Series • Posted at • b13322485475

      1 Votes
      1 Replies
      417 Views

      livpo Replied at

      可以的,
      【FAQ】全志V853芯片 swap功能简介与tina上swap分区使用方法
      https://bbs.aw-ol.com/topic/1626/share/1

      1
    • Z

      T527的芯片资料和软件包在哪里下载啊
      T Series • Posted at • zero2024

      2 Votes
      1 Replies
      675 Views

      livpo Replied at

      @zero2024 卖家应该有提供的呀,tb客服问一下

      1
    • Y

      全志t113tina如何在内核阶段显示进度条!!!
      其它全志芯片讨论区 • Posted at • yyyyppppp

      0 Votes
      1 Replies
      508 Views

      A Replied at

      需要在内核中实现这个功能的UI,可以采用手绘UI方法,操作内核DISP的接口实现。或者使用开机动画轮播图片实现

      1
    • D

      打补丁后,编译失败
      V Series • Posted at • dnvwf

      0 Votes
      1 Replies
      625 Views

      A Replied at

      第一次编译时候请取消勾选 mpp sample smartIPC_demo 编译完成一次之后使用 cleanmpp && mkmpp 来编译mpp相关demo。

      a8dd20c7-6698-4ab4-800d-348903622b78-image.png

      1
    • Y

      各位大佬 如何解决SPI发送数据后 大概有个30us时间CS管脚才拉高
      其它全志芯片讨论区 • Posted at • ysc3650145

      0 Votes
      1 Replies
      428 Views

      C Replied at

      @ysc3650145 你得去看看你用的SPI驱动,这个只能优化驱动

      1
    • L

      oat-burnboot需要完整编译和打包固件吗
      编译和烧写问题专区 • Posted at • linxingqianglai

      0 Votes
      1 Replies
      985 Views

      Z Replied at

      @linxingqianglai 参考前面的说明:

      u-boot.fex 使用 linux3.4/uboot2011 的平台最终用到的 uboot,其实是uboot+sys_config。
      boot_package.fex 使用 linux3.10/uboot2014 及更高版本的平台最终用到的 uboot,其实包含的文件由配置文件 boot_package.cfg决定,一般至少包含了 uboot和 dtb,安全方案会包含一些安全所需文件文件,可能还有 bootlogo 等文件。
      toc1.fex 安全方案使用的 uboot, 类似 boot_package.fex说明,其中实际也包含了 dts 等多个文件。

      1

    精华推荐

    • 【水经验混下载权限专用贴】如何升级LV2拉取SDK
    • T113/D1-H (MQ-Pro)驱动 OV5640 摄像头(内含驱动源码)
    • 全志在线开源芯片 新 SDK 平台下载方法汇总
    • 新 SDK 平台下载 D1-H/D1s SDK
    • 新 SDK 平台下载 V853 SDK
    • 新 SDK 平台下载 R329 SDK
    • 新 SDK 平台下载 MR813 SDK
    • 新 SDK 平台下载 XR806 SDK
    • D1s 哪吒开发板,电阻屏的配置方法
    • V85x E907 小核开发与使用
    • [哪吒开发板]Tina Linux SPI主从通信验证实录
    • T113-S3入门资料汇总(避坑指南)一
    • 【加精】D1 tina Docker 编译环境制作和使用
    • Tina Linux 存储介质切换:eMMC,SPI NAND,SPI NOR,SD Card,SD NAND
    • 【资料】V853&&V851 硬件参考设计
    换一批

    随便看看

    • t113s3由 TF 卡启动改 NAND-Flash 启动
    • A133 longan 平台 RT8723DS WIFI 测试
    • 各位大佬,安装 onnxsim 工具,简化yolo v5模型时报错。
    • rootfs.ubifs无法正确挂载到t113i的mtd分区
    • 其实你细品,H616还挺有意思的
    • 【T113 S3】【spi驱动】【DMA 连续内存分配】【dma_alloc_coherent】【失败】
    • D1 裸机 DMA
    • T113-S3连接WiFi部分WiFi连接不上?
    • V853的NPURuntime有资料提供吗
    • D1-H芯片用户手册中文版
    • V536支持raw8数据的sensor吗
    • T113-S3 运行可执行文件出错
    • V536H加入python3编译出错
    • Tinalinux4.9打包出错
    • 【模块第一弹】哪吒D1中GPIO及PWM使用
    • 1
    • 2
    • 37
    • 38
    • 39
    • 40
    • 41
    • 60
    • 61
    • 39 / 61

    精华推荐

    • 【水经验混下载权限专用贴】如何升级LV2拉取SDK
    • T113/D1-H (MQ-Pro)驱动 OV5640 摄像头(内含驱动源码)
    • 全志在线开源芯片 新 SDK 平台下载方法汇总
    • 新 SDK 平台下载 D1-H/D1s SDK
    • 新 SDK 平台下载 V853 SDK
    • 新 SDK 平台下载 R329 SDK
    • 新 SDK 平台下载 MR813 SDK
    • 新 SDK 平台下载 XR806 SDK
    • D1s 哪吒开发板,电阻屏的配置方法
    • V85x E907 小核开发与使用
    • [哪吒开发板]Tina Linux SPI主从通信验证实录
    • T113-S3入门资料汇总(避坑指南)一
    • 【加精】D1 tina Docker 编译环境制作和使用
    • Tina Linux 存储介质切换:eMMC,SPI NAND,SPI NOR,SD Card,SD NAND
    • 【资料】V853&&V851 硬件参考设计
    换一批

    随便看看

    • t113s3由 TF 卡启动改 NAND-Flash 启动
    • A133 longan 平台 RT8723DS WIFI 测试
    • 各位大佬,安装 onnxsim 工具,简化yolo v5模型时报错。
    • rootfs.ubifs无法正确挂载到t113i的mtd分区
    • 其实你细品,H616还挺有意思的
    • 【T113 S3】【spi驱动】【DMA 连续内存分配】【dma_alloc_coherent】【失败】
    • D1 裸机 DMA
    • T113-S3连接WiFi部分WiFi连接不上?
    • V853的NPURuntime有资料提供吗
    • D1-H芯片用户手册中文版
    • V536支持raw8数据的sensor吗
    • T113-S3 运行可执行文件出错
    • V536H加入python3编译出错
    • Tinalinux4.9打包出错
    • 【模块第一弹】哪吒D1中GPIO及PWM使用