Is this problem kernel configuration?

Hi all.

I am trying to build my custom dual boot image.
I built u-boot, kernel and android5.1 and flashed RK3288UbootLoader.bin, boot.img, system.img.
Before I execute the script “lollipop/mkimage.sh”, I modified two lines.

TARGET=“withoutkernel” → TARGET=“ota”
PARAMETER=FFTools/parameter/rk3288-3.10-uboot-android.parameter.txt → PARAMETER=FFTools/parameter/rk3288-3.10-uboot-dual.parameter.txt

But the kernel seemed to that can’t load android image.

My kernel log as below.
[b]DDR Version 1.00 20160530
In
Channel a: DDR3 200MHz
Bus Width=32 Col=10 Bank=8 Row=15 CS=1 Die Bus-Width=16 Size=1024MB
Channel b: DDR3 200MHz
Bus Width=32 Col=10 Bank=8 Row=15 CS=1 Die Bus-Width=16 Size=1024MB
Memory OK
Memory OK
OUT

U-Boot 2014.10-RK3288-10 (Feb 08 2018 - 10:51:58)

CPU: rk3288
cpu version = 0
CPU’s clock information:
arm pll = 600000000HZ
periph pll = 300000000HZ
ddr pll = 200000000HZ
codec pll = 594000000HZ
Board: Rockchip platform Board
DRAM: Found dram banks: 1
Adding bank:0000000000000000(0000000080000000)
128 MiB
GIC CPU mask = 0x00000001
remotectl v0.1
SdmmcInit = 0 400
SdmmcInit = 2 0
storage init OK!
Using default environment

GetParam
Load FDT from boot image.
power key: bank-0 pin-5
pmic:act8846
can’t find dts node for pwm1
DCDC vdd_logic has been used, pwm regulator not init it.
SecureBootEn = 0, SecureBootLock = 0

#Boot ver: 2018-02-08#2.30
empty serial no.
checkKey
vbus = 1
board_fbt_key_pressed: ir_keycode = 0x0, frt = 0
no fuel gauge found
no fuel gauge found
read logo on state from dts [0]
no fuel gauge found
checkKey
vbus = 1
board_fbt_key_pressed: ir_keycode = 0x0, frt = 0
Hit any key to stop autoboot: 3  2  1  0
Secure Boot state: 0
kernel @ 0x02000000 (0x006f70d8)
ramdisk @ 0x05bf0000 (0x00146474)
bootrk: do_bootm_linux…
Loading Device Tree to 05600000, end 0561c06a … OK
Add bank:0000000000000000, 0000000080000000

Starting kernel …

[ 0.000000] Booting Linux on physical CPU 0x500
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 3.10.0 (gykim@gykim) (gcc version 4.6.x-google 20120106 (prerelease) (GCC) ) #29 SMP PREEMPT Tue Feb 6 15:09:48 KST 2018
[ 0.000000] Machine: Rockchip RK3288 (Flattened Device Tree), model: rockchip,rk3288
[ 0.000000] hdmi init vic is -1
[ 0.000000] ion heap(drm): base(0) size(0) align(0)
[ 0.000000] ion heap(cma): base(0) size(1000000) align(0)
[ 0.000000] ion heap(vmalloc): base(0) size(0) align(0)
[ 0.000000] cma: CMA: reserved 16 MiB at 7f000000
[ 0.000000] ion_reserve: cma reserved base 7f000000 size 16777216
[ 0.000000] cma: CMA: reserved 16 MiB at 1f000000
[ 0.000000] PERCPU: Embedded 9 pages/cpu @c1fb6000 s13312 r8192 d15360 u36864
[ 0.000000] Kernel command line: vmalloc=496M console=tty0 console=ttyS2 earlyprintk androidboot.selinux=permissive androidboot.hardware=rk30board androidboot.console=ttyS2 root=/dev/block/mtd/by-name/linuxroot rw rootfstype=ext4 init=/sbin/init mtdparts=rk29xxnand:0x00002000@0x00002000(uboot),0x00002000@0x00004000(misc),0x00008000@0x00006000(resource),0x00008000@0x0000e000(kernel),0x00010000@0x00016000(boot),0x00010000@0x00026000(recovery),0x0001a000@0x00036000(backup),0x00040000@0x00050000(cache),0x00002000@0x00090000(kpanic),0x00300000@0x00092000(system),0x00008000@0x00392000(metadata),0x00002000@0x0039A000(baseparamer),0x00200000@0x0039C000(userdata),0x00620000@0x0059C000(linuxroot),-@0x00BBC000(user) storagemedia=emmc loader.timestamp=2018-02-08_10:51:58 hdmi.vic=-1 tve.format=-1
[ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.000000] allocated 4194304 bytes of page_cgroup
[ 0.000000] please try ‘cgroup_disable=memory’ option if you don’t want memory cgroups
[ 0.000000] Memory: 2048MB = 2048MB total
[ 0.000000] Memory: 2025816k/2025816k available, 71336k reserved, 1556480K highmem
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
[ 0.000000] vmalloc : 0xe0800000 - 0xff000000 ( 488 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xe0000000 ( 512 MB)
[ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
[ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
[ 0.000000] .text : 0xc0008000 - 0xc0c3f6c0 (12510 kB)
[ 0.000000] .init : 0xc0c40000 - 0xc0c9a400 ( 361 kB)
[ 0.000000] .data : 0xc0c9c000 - 0xc0e37040 (1645 kB)
[ 0.000000] .bss : 0xc0e37040 - 0xc0f5bd9c (1172 kB)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
[ 0.000000] NR_IRQS:16 nr_irqs:16 16
[ 0.000000] rkclk: _rkclk_add_provider: fail to get ehci1phy_12m_div
[ 0.000000] rkclk: rkclk_cache_parents: ehci1phy_12m_div clk_get error
[ 0.000000] Architected cp15 timer(s) running at 24.00MHz (phys).
[ 0.000000] Switching to timer-based delay loop
[ 0.000000] sched_clock: ARM arch timer >56 bits at 24000kHz, resolution 41ns
[ 0.000000] process version: 3
[ 0.000000] channel:0, lkg:12
[ 0.000000] target-temp:80
[ 0.000000] channel:2, lkg:0
[ 0.000000] channel:0, lkg:12
[ 0.000000] channel:1, lkg:10
[ 0.000000] sched_clock: 32 bits at 100 Hz, resolution 10000000ns, wraps every 4294967286ms
[ 0.000000] Console: colour dummy device 80x30
[ 0.000000] console [tty0] enabled
[ 0.499093] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000)
[ 0.499124] pid_max: default: 32768 minimum: 301
[ 0.499245] Security Framework initialized
[ 0.499269] SELinux: Initializing.
[ 0.499349] Mount-cache hash table entries: 512
[ 0.500004] Initializing cgroup subsys debug
[ 0.500027] Initializing cgroup subsys memory
[ 0.500061] Initializing cgroup subsys freezer
[ 0.500099] CPU: Testing write buffer coherency: ok
[ 0.500427] /cpus/cpu@0 missing clock-frequency property
[ 0.500452] /cpus/cpu@1 missing clock-frequency property
[ 0.500470] /cpus/cpu@2 missing clock-frequency property
[ 0.500487] /cpus/cpu@3 missing clock-frequency property
[ 0.500550] CPU0: thread -1, cpu 0, socket 5, mpidr 80000500
[ 0.500609] Setting up static identity map for 0xc08dbae0 - 0xc08dbb38
[ 0.502922] last_log: 0x1e900000 map to 0xe0804000 and copy to 0xe0886000, size 0x80000 early 0x17f5 (version 3.1)
[ 0.576617] CPU1: thread -1, cpu 1, socket 5, mpidr 80000501
[ 0.596276] CPU2: thread -1, cpu 2, socket 5, mpidr 80000502
[ 0.615985] CPU3: thread -1, cpu 3, socket 5, mpidr 80000503
[ 0.616086] Brought up 4 CPUs
[ 0.616150] SMP: Total of 4 processors activated (192.00 BogoMIPS).
[ 0.616168] CPU: All CPU(s) started in SVC mode.
[ 0.616907] devtmpfs: initialized
[ 0.621688] VFP support v0.3: implementor 41 architecture 3 part 30 variant d rev 0
[ 0.622796] pinctrl core: initialized pinctrl subsystem
[ 0.623060] regulator-dummy: no parameters
[ 0.637022] NET: Registered protocol family 16
[ 0.639022] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.639422] ion_snapshot: 0x1e9e8000 map to 0xe0907000 and copy to 0xc0f3454c (version 0.1)
[ 0.639660] Registered FIQ tty driver
[ 0.640049] fiq-debugger is disabled in device tree
[ 0.653059] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[ 0.653090] hw-breakpoint: maximum watchpoint size is 4 bytes.
[ 0.653666] rk3368_init_rockchip_pmu_ops: could not find pmu dt node
[ 0.679937] bio: create slab at 0
[ 0.680435] Rockchip hdmi driver version 2.0
[ 0.680435] .
[ 0.681587] SCSI subsystem initialized
[ 0.681759] usbcore: registered new interface driver usbfs
[ 0.681819] usbcore: registered new interface driver hub
[ 0.681916] usbcore: registered new device driver usb
[ 0.686607] rockchip_i2c ff650000.i2c: i2c-0: Rockchip I2C adapter
[ 0.687272] rockchip_i2c ff140000.i2c: i2c-1: Rockchip I2C adapter
[ 0.687731] rockchip_i2c ff660000.i2c: i2c-2: Rockchip I2C adapter
[ 0.687992] rockchip_i2c ff150000.i2c: i2c-3: Rockchip I2C adapter
[ 0.688438] rockchip_i2c ff160000.i2c: i2c-4: Rockchip I2C adapter
[ 0.688567] media: Linux media interface: v0.10
[ 0.688616] Linux video capture interface: v2.00
[ 0.688687] pps_core: LinuxPPS API ver. 1 registered
[ 0.688705] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.688739] PTP clock support registered
[ 0.688805] i2c-core: driver [bq24296] using legacy suspend method
[ 0.688825] i2c-core: driver [bq24296] using legacy resume method
[ 0.689641] Rockchip ion module is successfully loaded (v1.1)
[ 0.689810] Advanced Linux Sound Architecture Driver Initialized.
[ 0.690220] Bluetooth: Core ver 2.16
[ 0.690286] NET: Registered protocol family 31
[ 0.690305] Bluetooth: HCI device and connection manager initialized
[ 0.690331] Bluetooth: HCI socket layer initialized
[ 0.690351] Bluetooth: L2CAP socket layer initialized
[ 0.690386] Bluetooth: SCO socket layer initialized
[ 0.690624] cfg80211: Calling CRDA to update world regulatory domain
[ 0.694890] act_dcdc1: 1200 mV
[ 0.697870] vccio: 3300 mV
[ 0.699723] vdd_logic: 700 ↔ 1500 mV at 1100 mV
[ 0.702665] act_dcdc4: 2000 mV
[ 0.703895] vccio_sd: 1800 ↔ 3300 mV at 3300 mV
[ 0.706197] act_ldo2: 1050 mV
[ 0.708498] act_ldo3: 3300 mV
[ 0.710794] act_ldo4: 3300 mV
[ 0.713095] act_ldo5: 3300 mV
[ 0.715430] act_ldo6: 1100 mV
[ 0.717735] vcc_18: 1800 mV
[ 0.720025] act_ldo8: 1850 mV
[ 0.724760] vdd_arm: 712 ↔ 1500 mV at 1000 mV
[ 0.729441] vdd_gpu: 712 ↔ 1500 mV at 1000 mV
[ 0.731606] rk808: probe of 0-001b failed with error -11
[ 0.731689] i2c-core: driver [rk818] using legacy suspend method
[ 0.731709] i2c-core: driver [rk818] using legacy resume method
[ 0.733640] Switching to clocksource arch_sys_counter
[ 0.757433] rga: Module initialized.
[ 0.758166] rga2 ff920000.rga: rga ion client create success!
[ 0.758338] rga: Driver loaded succesfully
[ 0.758537] fb disp policy is box
[ 0.758604] rk-fb rockchip-fb: rk fb ion client create success!
[ 0.758626] rk-fb rockchip-fb: rockchip framebuffer driver probe
[ 0.758968] rk-screen rk_screen.8: rockchip screen probe success
[ 0.759210] rk32-lvds rk32-lvds: rk32 lvds driver probe success
[ 0.759575] rk32-edp ff970000.edp: screen is not edp!
[ 0.759603] rk32-edp: probe of ff970000.edp failed with error -22
[ 0.760084] rk3288-lcdc lcdc0: can’t find power_ctr node for lcdc0
[ 0.760323] graphics fb0: rockchip framebuffer registerd:fb0
[ 0.760643] graphics fb1: rockchip framebuffer registerd:fb1
[ 0.760818] graphics fb2: rockchip framebuffer registerd:fb2
[ 0.760998] graphics fb3: rockchip framebuffer registerd:fb3
[ 0.761283] vop ver:3007236,unsupport output color:1
[ 0.761423] rk3288-lcdc lcdc0: lcdc0: dclk:148500000>>fps:60
[ 0.761456] rk3288-lcdc lcdc0: wakeup from standby!
[ 0.778148] alloc_buffer:ion_phy_addr=0x7f000000
[ 0.789095] fb0:phy:7f000000>>vir:e0971000>>len:0x1000000
[ 0.789123] rk3288-lcdc lcdc0: lcdc0 probe ok, iommu disabled
[ 0.789325] rk3288-lcdc lcdc1: can’t find power_ctr node for lcdc1
[ 0.789348] rk_fb_trsm_ops_get:un supported transmitter:0!
[ 0.789589] graphics fb4: rockchip framebuffer registerd:fb4
[ 0.789919] graphics fb5: rockchip framebuffer registerd:fb5
[ 0.790100] graphics fb6: rockchip framebuffer registerd:fb6
[ 0.790281] graphics fb7: rockchip framebuffer registerd:fb7
[ 0.790512] unknow screen type: 0
[ 0.790532] vop ver:3007236,unsupport output color:1
[ 0.790589] rk3288-lcdc lcdc1: lcdc1: dclk:148500000>>fps:60
[ 0.790611] rk3288-lcdc lcdc1: wakeup from standby!
[ 0.790630] fb4:phy:7f000000>>vir:e0971000>>len:0x1000000
[ 0.790650] rk3288-lcdc lcdc1: lcdc1 probe ok, iommu disabled
[ 0.801214] tc358749_hdmiin_probe!
[ 0.860495] tc358749_hdmiin_probe OK!
[ 0.861011] NET: Registered protocol family 2
[ 0.861722] TCP established hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.861811] TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.861893] TCP: Hash tables configured (established 4096 bind 4096)
[ 0.861962] TCP: reno registered
[ 0.861984] UDP hash table entries: 256 (order: 1, 8192 bytes)
[ 0.862016] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[ 0.862219] NET: Registered protocol family 1
[ 0.862502] RPC: Registered named UNIX socket transport module.
[ 0.862525] RPC: Registered udp transport module.
[ 0.862541] RPC: Registered tcp transport module.
[ 0.862557] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.863170] Unpacking initramfs…
[ 0.932508] Freeing initrd memory: 1304K (c5bf0000 - c5d36000)
[ 0.933470] hw perfevents: enabled with ARMv7 Cortex-A12 PMU driver, 7 counters available
[ 0.934034] vcodec_service: probe device ff9a0000.vpu_service
[ 0.934249] vcodec_service: No reset resource define
[ 0.934387] vcodec_service: ff9a0000.vpu_service: power on
[ 0.934481] vcodec_service: probe device ff9a0000.vpu_service
[ 0.934507] vcodec_service: checking hw id 4831
[ 0.935054] vcodec_service: ff9a0000.vpu_service: power off…
[ 0.935108] vcodec_service: done
[ 0.935128] vcodec_service: init success
[ 0.935195] vcodec_service: probe device ff9c0000.hevc_service
[ 0.935530] vcodec_service: ff9c0000.hevc_service: power on
[ 0.935601] vcodec_service: probe device ff9c0000.hevc_service
[ 0.935626] vcodec_service: checking hw id 6867
[ 0.935883] vcodec_service: ff9c0000.hevc_service: power off…
[ 0.935929] vcodec_service: done
[ 0.935947] vcodec_service: init success
[ 0.936224] rknand: probe of ff400000.nandc failed with error -1
[ 0.937571] audit: initializing netlink socket (disabled)
[ 0.937652] type=2000 audit(0.430:1): initialized
[ 0.943199] NFS: Registering the id_resolver key type
[ 0.943268] Key type id_resolver registered
[ 0.943286] Key type id_legacy registered
[ 0.943313] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[ 0.943870] fuse init (API version 7.22)
[ 0.944260] msgmni has been set to 951
[ 0.946107] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[ 0.946141] io scheduler noop registered
[ 0.946157] io scheduler deadline registered
[ 0.946254] io scheduler cfq registered (default)
[ 0.947477] rockchip-hdmiv2 ff980000.hdmi: rockchip hdmiv2 probe sucess.
[ 0.949066] dma-pl330 ffb20000.pdma: Loaded driver for PL330 DMAC-2364208
[ 0.949097] dma-pl330 ffb20000.pdma: DBUFF-64x8bytes Num_Chans-5 Num_Peri-6 Num_Events-10
[ 0.950490] dma-pl330 ff250000.pdma: Loaded driver for PL330 DMAC-2364208
[ 0.950520] dma-pl330 ff250000.pdma: DBUFF-128x8bytes Num_Chans-8 Num_Peri-20 Num_Events-16
[ 0.950828] pwm-voltage-regulator pwm_regulator.22: unable to request PWM, trying legacy API
[ 0.950859] pwm-voltage-regulator pwm_regulator.22: unable to request legacy PWM
[ 0.950901] platform pwm_regulator.22: Driver pwm-voltage-regulator requests probe deferral
[ 0.951346] ff180000.serial: ttyS0 at MMIO 0xff180000 (irq = 87) is a rk29_serial.0
[ 0.951551] serial ff180000.serial: membase e1972000
[ 0.951725] ff190000.serial: ttyS1 at MMIO 0xff190000 (irq = 88) is a rk29_serial.1
[ 0.951900] serial ff190000.serial: membase e197e000
[ 0.952049] ff690000.serial: ttyS2 at MMIO 0xff690000 (irq = 89) is a rk29_serial.2
[ 0.953450] console [ttyS2] enabled
[ 0.953628] serial ff690000.serial: membase fed60000
[ 0.953826] ff1b0000.serial: ttyS3 at MMIO 0xff1b0000 (irq = 90) is a rk29_serial.3
[ 0.954050] serial ff1b0000.serial: membase e1992000
[ 0.956854] loop: module loaded
[ 0.957238] zram: Created 1 device(s) …
[ 0.957333] i2c-core: driver [mpu6050B1] using legacy suspend method
[ 0.957356] i2c-core: driver [mpu6050B1] using legacy resume method
[ 0.957383] mpu_init: Probe name mpu6050B1
[ 0.957545] ak8963_mod_init: Probe name ak8963_mod
[ 0.958257] SCSI Media Changer driver v0.25
[ 0.958588] tun: Universal TUN/TAP device driver, 1.6
[ 0.958611] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[ 0.959309] stmmac_probe_config_dt: Can not read property: pmu_regulator.
[ 0.959338] stmmac_probe_config_dt: clock input/output? (input).
[ 0.959360] stmmac_probe_config_dt: TX delay(0x30).
[ 0.959379] stmmac_probe_config_dt: RX delay(0x20).
[ 0.959436] stmmac_probe_config_dt: is rockchip,rk3288-gmac
[ 0.959455] stmmc_pltfr_init:
[ 0.959470] stmmc_pltfr_init: ERROR: Get power-gpio failed.
[ 0.959501] gmac_phy_reset: ERROR: Request pin stmmc_pltfr_init failed.
[ 0.959521] stmmc_pltfr_init: init for RGMII
[ 0.959539] tx delay=0x30
[ 0.959539] rx delay=0x20
[ 0.959565] tx delay=0x30
[ 0.959565] rx delay=0x20
[ 0.960073] stmmac - user ID: 0x10, Synopsys ID: 0x35
[ 0.960095] Normal descriptors
[ 0.960110] Ring mode enabled
[ 0.960125] DMA HW capability register supported
[ 0.960143] RX Checksum Offload Engine supported (type 2)
[ 0.960164] TX Checksum insertion supported
[ 0.960180] Wake-Up On Lan supported
[ 0.960234] Enable RX Mitigation via HW Watchdog Timer
[ 0.960693] PPP generic driver version 2.4.2
[ 0.960846] PPP BSD Compression module registered
[ 0.960875] PPP Deflate Compression module registered
[ 0.960907] PPP MPPE Compression module registered
[ 0.960927] NET: Registered protocol family 24
[ 0.960973] SLIP: version 0.8.4-NET3.019-NEWTTY (dynamic channels, max=256) (6 bit encapsulation enabled).
[ 0.961002rnia.
[ 0.961198] usbcore: registered new interface driver catc
[ 0.961250] usbcore: registered new interface driver kaweth
[ 0.961272] pegasus: v0.9.3 (2013/04/25), Pegasus/Pegasus II USB Ethernet driver
[ 0.961324] usbcore: registered new interface driver pegasus
[ 0.961372] usbcore: registered new interface driver rtl8150
[ 0.961421] usbcore: registered new interface driver r8152
[ 0.961440] hso: drivers/net/usb/hso.c: Option Wireless
[ 0.961525] usbcore: registered new interface driver hso
[ 0.961578] usbcore: registered new interface driver asix
[ 0.961628] usbcore: registered new interface driver ax88179_178a
[ 0.961677] usbcore: registered new interface driver cdc_ether
[ 0.961724] usbcore: registered new interface driver cdc_eem
[ 0.961772] usbcore: registered new interface driver dm9601
[ 0.961819] usbcore: registered new interface driver dm9620
[ 0.961881] usbcore: registered new interface driver smsc75xx
[ 0.961938] usbcore: registered new interface driver smsc95xx
[ 0.961986] usbcore: registered new interface driver gl620a
[ 0.962034] usbcore: registered new interface driver net1080
[ 0.962081] usbcore: registered new interface driver plusb
[ 0.962130] usbcore: registered new interface driver rndis_host
[ 0.962182] usbcore: registered new interfaerface driver zaurus
[ 0.962280] usbcore: registered new interface driver MOSCHIP usb-ethernet driver
[ 0.962356] usbcore: registered new interface driver int51x1
[ 0.962406] usbcore: registered new interface driver kalmia
[ 0.962454] usbcore: registered new interface driver ipheth
[ 0.962505] usbcore: registered new interface driver sierra_net
[ 0.962560] usbcore: registered new interface driver cx82310_eth
[ 0.962618] usbcore: registered new interface driver cdc_ncm
[ 0.962668] usbcore: registered new interface driver qmi_wwan
[ 0.962716] usbcore: registered new interface driver cdc_mbim
[ 0.962738] ehci_hcd: USB 2.0 ‘Enhanced’ Host Controller (EHCI) Driver
[ 0.965195] EHCI: ehci_rk_probe e1a40000 e1a40010
[ 0.965222] rockchip_ehci_host ff500000.usb: EHCI Host Controller
[ 0.965263] rockchip_ehci_host ff500000.usb: new USB bus registered, assigned bus number 1
[ 0.965636] rockchip_ehci_host ff500000.usb: irq 56, io mem 0xff500000
[ 0.979734] rockchip_ehci_host ff500000.usb: USB 2.0 started, EHCI 1.00
[ 0.979830] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.979857] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.979884] usb usb1: Product: EHCI Host Controller
[ 0.979905] usb usb1: Manufacturer: Linux 3.10.0 ehci_hcd
[ 0.979925] usb usb1: SerialNumber: ff500000.usb
[ 0.980374] hub 1-0:1.0: USB hub found
[ 0.980407] hub 1-0:1.0: 1 port detected
[ 0.980587] EHCI: ehci_rk_probe ok
[ 0.980701] ohci_hcd: USB 1.1 ‘Open’ Host Controller (OHCI) Driver
[ 0.981002] usbcore: registered new interface driver cdc_acm
[ 0.981025] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[ 0.981094] usbcore: registered new interface driver usblp
[ 0.981152] usbcore: registered new interface driver cdc_wdm
[ 0.981229] usbcore: registered new interface driver usb-storage
[ 0.981280] usbcore: registered new interface driver ums-alauda
[ 0.981328] usbcore: registered new interface driver ums-cypress
[ 0.981377] usbcore: registered new interface driver ums-datafab
[ 0.981425] usbcore: registered new interface driver ums_eneub6250
[ 0.981474] usbcore: registered new interface driver ums-freecom
[ 0.981523] usbcore: registered new interface driver ums-isd200
[ 0.981576] usbcore: registered new interface driver ums-jumpshot
[ 0.981626] usbcore: registered new interface driver ums-karma
[ 0.981676] usbcore: registered new interface driver ums-onetouch
[ 0.981726] usbcore: registered new interface driver ums-sddr09
[ 0.981775] usbcore: registered new interface driver ums-sddr55
[ 0.981825] usbcore: registered new interface driver ums-usbat
[ 0.981928] usbcore: registered new interface driver usbserial
[ 0.981979] usbcore: registered new interface driver usbserial_generic
[ 0.982022] usbserial: USB Serial support registered for generic
[ 0.982079] usbcore: registered new interface driver option
[ 0.982122] usbserial: USB Serial support registered for GSM modem (1-port)
[ 0.982227] usbcore: registered new interface driver trancevibrator
[ 0.982250] usb20_otg: version 3.10a 21-DEC-2012
[ 0.983044] usb20_otg ff580000.usb: DWC OTG Controller
[ 0.983084] usb20_otg ff580000.usb: new USB bus registered, assigned bus number 2
[ 0.983129] usb20_otg ff580000.usb: irq 55, io mem 0x00000000
[ 0.983198] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.983224] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.983251] usb usb2: Product: DWC OTG Controller
[ 0.983271] usb usb2: Manufacturer: Linux 3.10.0 dwc_otg_hcd
[ 0.983293] usb usb2: SerialNumber: ff580000.usb
[ 0.983709] hub 2-0:1.0: USB hub found
[ 0.983742] hub 2-0:1.0: 1 port detected
[ 0.984059] usb20_host: version 3.10a 21-DEC-2012
[ 0.986765] usb20_host ff540000.usb: DWC OTG Controller
[ 0.986803] usb20_host ff540000.usb: new USB bus registered, assigned bus number 3
[ 0.986845] usb20_host ff540000.usb: irq 57, io mem 0x00000000
[ 0.987001] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.987028] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.987053] usb usb3: Product: DWC OTG Controller
[ 0.987073] usb usb3: Manufacturer: Linux 3.10.0 dwc_otg_hcd
[ 0.987094] usb usb3: SerialNumber: ff540000.usb
[ 0.987486] hub 3-0:1.0: USB hub found
[ 0.987516] hub 3-0:1.0: 1 port detected
[ 0.988216] usbcore: registered new interface driver xpad
[ 0.988287] usbcore: registered new interface driver usb_acecad
[ 0.988350] usbcore: registered new interface driver aiptek
[ 0.988407] usbcore: registered new interface driver gtco
[ 0.988465] usbcore: registered new interface driver hanwang
[ 0.988520] usbcore: registered new interface driver kbtab
[ 0.988584] usbcore: registered new interface driver wacom
[ 0.989119] .. rk pwm remotectl v1.1 init
[ 0.989373] input: ff680000.pwm as /devices/ff680000.pwm/input/input0
[ 0.994455] rtc_hym8563 0-0051: rtc core: registered hym8563 as rtc0
[ 0.995085] i2c /dev entries driver
[ 0.995785] IR NEC protocol handler initialized
[ 0.995809] IR RC5(x) protocol handler initialized
[ 0.995827] IR RC6 protocol handler initialized
[ 0.995844] IR JVC protocol handler initialized
[ 0.995862] IR Sony protocol handler initialized
[ 0.995879] IR RC5 (streamzap) protocol handler initialized
[ 0.995898] IR SANYO protocol handler initialized
[ 0.995915] IR MCE Keyboard/mouse protocol handler initialized
[ 0.996082] usbcore: registered new interface driver uvcvideo
[ 0.996104] USB Video Class driver (1.1.1)
[ 0.999660] i2c-core: driver [bq27320] using legacy suspend method
[ 0.999690] i2c-core: driver [bq27320] using legacy resume method
[ 1.058443] tsadc ff280000.tsadc: initialized
[ 1.058819] device-mapper: uevent: version 1.0.3
[ 1.059086] device-mapper: ioctl: 4.24.0-ioctl (2013-01-15) initialised: dm-devel@redhat.com
[ 1.059395] Bluetooth: HCI UART driver ver 2.2
[ 1.059419] Bluetooth: HCI H4 protocol initialized
[ 1.059439] Bluetooth: HCILL protocol initialized
[ 1.059457] rtk_btusb: Realtek Bluetooth USB driver module init, version 2.21
[ 1.059479] rtk_btusb: Register usb char device interface for BT driver
[ 1.059682] usbcore: registered new interface driver rtk_btusb
[ 1.060350] DVFS WARNING: clk_enable_dvfs: clk(aclk_vio1) freq table all value are smaller than default(594000), use default, just enable dvfs
[ 1.064672] cpuidle: using governor ladder
[ 1.064695] cpuidle: using governor menu
[ 1.064740] Synopsys Designware Multimedia Card Interface Driver
[ 1.064761] MHSC version = Ver 2.00 2015-06-10
[ 1.065089] dwmmc_rockchip ff0f0000.rksdmmc: Version ID is 270a
[ 1.065142] dwmmc_rockchip ff0f0000.rksdmmc: failed to get hpclk_mmc
[ 1.065472] dwmmc_rockchip ff0f0000.rksdmmc: Using internal DMA controller.
[ 1.097867] dwmmc_rockchip ff0f0000.rksdmmc: DW MMC controller at irq 67, 32 bit host data width, 256 deep fifo
[ 1.097904] dwmmc_rockchip ff0f0000.rksdmmc: 1 slots initialized
[ 1.098252] dwmmc_rockchip ff0c0000.rksdmmc: Version ID is 270a
[ 1.098313] dwmmc_rockchip ff0c0000.rksdmmc: failed to get hpclk_mmc
[ 1.099014] dwmmc_rockchip ff0c0000.rksdmmc: Using internal DMA controller.
[ 1.099738] dwmmc_rockchip ff0c0000.rksdmmc: mmc1: No udbg pinctrl found!
[ 1.129958] mmc0: BKOPS_EN bit is not set
[ 1.134115] mmc_host mmc0: Bus speed (slot 0) = 100000000Hz (slot req 100000000Hz, actual 100000000HZ div = 0)
[ 1.134169] [mmc0] tuning regsbase addr 0x218.
[ 1.134736] [mmc0] Data transmission error !!! MINTSTS: [0x00002000]
[ 1.134752] [mmc0] host was already tuning, Don’t need to retry tune again ignore 0.
[ 1.134780] dwmmc_rockchip ff0f0000.rksdmmc: data FIFO error (status=00002000)
[ 1.134816] dwmmc_rockchip ff0f0000.rksdmmc: Tuning error: cmd.error:0, data.error:-5
[ 1.134868] dwmmc_rockchip ff0f0000.rksdmmc: Tuning error: cmd.error:-84, data.error:-115
[ 1.135106] dwmmc_rockchip ff0f0000.rksdmmc: Good phase range 0-180 (17 len)
[ 1.135125] dwmmc_rockchip ff0f0000.rksdmmc: Good phase range 214-282 (7 len)
[ 1.135143] dwmmc_rockchip ff0f0000.rksdmmc: Best phase range 0-180 (17 len)
[ 1.135159] dwmmc_rockchip ff0f0000.rksdmmc: Successfully tuned phase to 90
[ 1.135209] mmc0: new HS200 MMC card at address 0001
[ 1.135498] mmcblk0: mmc0:0001 AGND3R 14.5 GiB
[ 1.135621] mmcblk0rpmb: mmc0:0001 AGND3R partition 3 4.00 MiB
[ 1.135932] uboot: 0x000400000 – 0x000800000 (4 MB)
[ 1.135950] misc: 0x000800000 – 0x000c00000 (4 MB)
[ 1.135965] resource: 0x000c00000 – 0x001c00000 (16 MB)
[ 1.135980] kernel: 0x001c00000 – 0x002c00000 (16 MB)
[ 1.135993] boot: 0x002c00000 – 0x004c00000 (32 MB)
[ 1.136007] recovery: 0x004c00000 – 0x006c00000 (32 MB)
[ 1.136021] backup: 0x006c00000 – 0x00a000000 (52 MB)
[ 1.136034] cache: 0x00a000000 – 0x012000000 (128 MB)
[ 1.136049] kpanic: 0x012000000 – 0x012400000 (4 MB)
[ 1.136062] system: 0x012400000 – 0x072400000 (1536 MB)
[ 1.136076] metadata: 0x072400000 – 0x073400000 (16 MB)
[ 1.136090] baseparamer: 0x073400000 – 0x073800000 (4 MB)
[ 1.136104] userdata: 0x073800000 – 0x0b3800000 (1024 MB)
[ 1.136117] linuxroot: 0x0b3800000 – 0x177800000 (3136 MB)
[ 1.136132] user: 0x177800000 – 0x3a3a00000 (8898 MB)
[ 1.136170] mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15[ 1.137202] dwmmc_rockchip ff0c0000.rksdmmc: DW MMC controller at irq 64, 32 bit host data width, 256 deep fifo
[ 1.137232] dwmmc_rockchip ff0c0000.rksdmmc: 1 slots initialized
[ 1.137554] dwmmc_rockchip ff0d0000.rksdmmc: Version ID is 270a
[ 1.137599] dwmmc_rockchip ff0d0000.rksdmmc: failed to get hpclk_mmc
[ 1.137855] dwmmc_rockchip ff0d0000.rksdmmc: Using internal DMA controller.
1358..dw_mci_set_ios: no card. [mmc1]
[ 1.176556] dwmmc_rockchip ff0d0000.rksdmmc: DW MMC controller at irq 65, 32 bit host data width, 256 deep fifo
[ 1.176580] dwmmc_rockchip ff0d0000.rksdmmc: 1 slots initialized
[ 1.176868] leds-gpio leds.27: pins are not configured from the driver
[ 1.177143] hidraw: raw HID events driver (C) Jiri Kosina
[ 1.178599] usbcore: registered new interface driver usbhid
[ 1.178618] usbhid: USB HID core driver
[ 1.178741] ashmem: initialized
[ 1.178860] logger: created 256K log ‘log_main’
[ 1.178959] logger: created 256K log ‘log_events’
[ 1.179058] logger: created 256K log ‘log_radio’
[ 1.179164] logger: created 256K log ‘log_system’
[ 1.180245] input: rk29-keypad as /devices/ff100000.adc/key.30/input/input1
[ 1.181087] rockchip-pinctrl ff770000.pinctrl: pin gpio6-8 already requested by ff890000.rockchip-i2s; cannot claim for 2-0010
[ 1.181119] rockchip-pinctrl ff770000.pinctrl: pin-200 (2-0010) status -22
[ 1.181136] rockchip-pinctrl ff770000.pinctrl: could not request pin 200 on device rockchip-pinctrl
[ 1.181157] ES8323 2-0010: Error applying setting, reverse things back
[ 1.182398] rockchip-spdif ff880000.rockchip-spdif: spdif ready.
[ 1.816481] ES8323 2-0010: ASoC: no dapm match for LINPUT1 → NULL → Left Line Mux
[ 1.816506] ES8323 2-0010: ASoC: Failed to add route LINPUT1 → NULL → Left Line Mux
[ 1.816523] ES8323 2-0010: ASoC: no dapm match for LINPUT2 → NULL → Left Line Mux
[ 1.816538] ES8323 2-0010: ASoC: Failed to add route LINPUT2 → NULL → Left Line Mux
[ 1.816554] ES8323 2-0010: ASoC: no dapm match for Left PGA Mux → NULL → Left Line Mux
[ 1.816569] ES8323 2-0010: ASoC: Failed to add route Left PGA Mux → NULL → Left Line Mux
[ 1.816585] ES8323 2-0010: ASoC: no dapm match for RINPUT1 → NULL → Right Line Mux
[ 1.816599] ES8323 2-0010: ASoC: Failed to add route RINPUT1 → NULL → Right Line Mux
[ 1.816615] ES8323 2-0010: ASoC: no dapm match for RINPUT2 → NULL → Right Line Mux
[ 1.816629] ES8323 2-0010: ASoC: Failed to add route RINPUT2 → NULL → Right Line Mux
[ 1.816645] ES8323 2-0010: ASoC: no dapm match for Right PGA Mux → NULL → Right Line Mux
[ 1.816659] ES8323 2-0010: ASoC: Failed to add route Right PGA Mux → NULL → Right Line Mux
[ 1.816675] ES8323 2-0010: ASoC: no dapm match for LINPUT1 → LAMP → Left PGA Mux
[ 1.816689] ES8323 2-0010: ASoC: Failed to add route LINPUT1 → LAMP → Left PGA Mux
[ 1.816706] ES8323 2-0010: ASoC: no dapm match for LINPUT2 → LAMP → Left PGA Mux
[ 1.816720] ES8323 2-0010: ASoC: Failed to add route LINPUT2 → LAMP → Left PGA Mux
[ 1.816735] ES8323 2-0010: ASoC: no dapm match for Differential Mux → LAMP → Left PGA Mux
[ 1.816751] ES8323 2-0010: ASoC: Failed to add route Differential Mux → LAMP → Left PGA Mux
[ 1.816767] ES8323 2-0010: ASoC: no dapm match for RINPUT1 → RAMP → Right PGA Mux
[ 1.816781] ES8323 2-0010: ASoC: Failed to add route RINPUT1 → RAMP → Right PGA Mux
[ 1.816797] ES8323 2-0010: ASoC: no dapm match for RINPUT2 → RAMP → Right PGA Mux
[ 1.816811] ES8323 2-0010: ASoC: Failed to add route RINPUT2 → RAMP → Right PGA Mux
[ 1.816827] ES8323 2-0010: ASoC: no dapm match for Differential Mux → RAMP → Right PGA Mux
[ 1.816842] ES8323 2-0010: ASoC: Failed to add route Differential Mux → RAMP → Right PGA Mux
[ 1.816858] ES8323 2-0010: ASoC: no dapm match for LINPUT1 → LAMP → Differential Mux
[ 1.816873] ES8323 2-0010: ASoC: Failed to add route LINPUT1 → LAMP → Differential Mux
[ 1.816889] ES8323 2-0010: ASoC: no dapm match for RINPUT1 → RAMP → Differential Mux
[ 1.816904] ES8323 2-0010: ASoC: Failed to add route RINPUT1 → RAMP → Differential Mux
[ 1.816919] ES8323 2-0010: ASoC: no dapm match for LINPUT2 → LAMP → Differential Mux
[ 1.816933] ES8323 2-0010: ASoC: Failed to add route LINPUT2 → LAMP → Differential Mux
[ 1.816949] ES8323 2-0010: ASoC: no dapm match for RINPUT2 → RAMP → Differential Mux
[ 1.816963] ES8323 2-0010: ASoC: Failed to add route RINPUT2 → RAMP → Differential Mux
[ 1.816995] ES8323 2-0010: ASoC: no dapm match for LINPUT1 → LAMP → Left Line Mux
[ 1.817010] ES8323 2-0010: ASoC: Failed to add route LINPUT1 → LAMP → Left Line Mux
[ 1.817026] ES8323 2-0010: ASoC: no dapm match for LINPUT2 → LAMP → Left Line Mux
[ 1.817040] ES8323 2-0010: ASoC: Failed to add route LINPUT2 → LAMP → Left Line Mux
[ 1.817056] ES8323 2-0010: ASoC: no dapm match for Left PGA Mux → LAMP → Left Line Mux
[ 1.817071] ES8323 2-0010: ASoC: Failed to add route Left PGA Mux → LAMP → Left Line Mux
[ 1.817087] ES8323 2-0010: ASoC: no dapm match for RINPUT1 → RAMP → Right Line Mux
[ 1.817101] ES8323 2-0010: ASoC: Failed to add route RINPUT1 → RAMP → Right Line Mux
[ 1.817117] ES8323 2-0010: ASoC: no dapm match for RINPUT2 → RAMP → Right Line Mux
[ 1.817131] ES8323 2-0010: ASoC: Failed to add route RINPUT2 → RAMP → Right Line Mux
[ 1.817147] ES8323 2-0010: ASoC: no dapm match for Right PGA Mux → RAMP → Right Line Mux
[ 1.817162] ES8323 2-0010: ASoC: Failed to add route Right PGA Mux → RAMP → Right Line Mux
[ 1.817311] ES8323 2-0010: ASoC: mux Right Line Mux has no paths
[ 1.817329] ES8323 2-0010: ASoC: mux Left Line Mux has no paths
[ 1.817344] ES8323 2-0010: ASoC: mux Right PGA Mux has no paths
[ 1.817359] ES8323 2-0010: ASoC: mux Left PGA Mux has no paths
[ 1.817385] ES8323 2-0010: ASoC: mux Differential Mux has no paths
[ 1.823716] rockchip-es8323 rockchip-es8323.26: ES8323 HiFi ↔ ff890000.rockchip-i2s mapping ok
[ 1.824111] input: RK_ES8323 Headphone Jack as /devices/rockchip-es8323.26/sound/card0/input2
[ 1.824536] u32 classifier
[ 1.824548] Actions configured
[ 1.824562] Netfilter messages via NETLINK v0.30.
[ 1.824617] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[ 1.824900] ctnetlink v0.93: registering with nfnetlink.
[ 1.824965] NF_TPROXY: Transparent proxy support initialized, version 4.1.0
[ 1.824977] NF_TPROXY: Copyright (c) 2006-2007 BalaBit IT Ltd.
[ 1.825205] xt_time: kernel timezone is -0000
[ 1.825384] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 1.825520] arp_tables: (C) 2002 David S. Miller
[ 1.825555] TCP: cubic registered
[ 1.825565] Initializing XFRM netlink socket
[ 1.825742] NET: Registered protocol family 10
[ 1.826248] mip6: Mobile IPv6
[ 1.826277] ip6_tables: (C) 2000-2006 Netfilter Core Team
[ 1.826389] sit: IPv6 over IPv4 tunneling driver
[ 1.826674] NET: Registered protocol family 17
[ 1.826703] NET: Registered protocol family 15
[ 1.826752] Bridge firewalling registered
[ 1.826767] Ebtables v2.0 registered
[ 1.826924] Bluetooth: RFCOMM TTY layer initialized
[ 1.826951] Bluetooth: RFCOMM socket layer initialized
[ 1.826962] Bluetooth: RFCOMM ver 1.11
[ 1.826972] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 1.826982] Bluetooth: BNEP filters: protocol multicast
[ 1.826994] Bluetooth: BNEP socket layer initialized
[ 1.827005] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[ 1.827018] Bluetooth: HIDP socket layer initialized
[ 1.827073] l2tp_core: L2TP core driver, V2.0
[ 1.827089] l2tp_ppp: PPPoL2TP kernel driver, V2.0
[ 1.827100] [WLAN_RFKILL]: Enter rfkill_wlan_init
[ 1.827298] [WLAN_RFKILL]: Enter rfkill_wlan_probe
[ 1.827312] [WLAN_RFKILL]: can’t find rockchip,grf property
[ 1.827324] [WLAN_RFKILL]: wlan_platdata_parse_dt: wifi_chip_type = bcmwifi
[ 1.827336] [WLAN_RFKILL]: wlan_platdata_parse_dt: enable wifi power control.
[ 1.827349] [WLAN_RFKILL]: wlan_platdata_parse_dt: disable wifi io reference voltage control.
[ 1.827363] [WLAN_RFKILL]: wlan_platdata_parse_dt: wifi power controled by gpio.
[ 1.827388] [WLAN_RFKILL]: wlan_platdata_parse_dt: get property: WIFI,poweren_gpio = 156, flags = 0.
[ 1.827414] [WLAN_RFKILL]: wlan_platdata_parse_dt: get property: WIFI,host_wake_irq = 158, flags = 0.
[ 1.827428] [WLAN_RFKILL]: rfkill_wlan_probe: init gpio
[ 1.827457] [WLAN_RFKILL]: rockchip_wifi_voltage_select: wifi & sdio reference voltage: 1.8V
[ 1.827472] [WLAN_RFKILL]: Exit rfkill_wlan_probe
[ 1.827512] [BT_RFKILL]: Enter rfkill_rk_init
[ 1.827638] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: uart_rts_gpios = 147.
[ 1.827663] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,power_gpio = 270.
[ 1.827683] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,reset_gpio = 157.
[ 1.827702] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,wake_gpio = 154.
[ 1.827721] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,wake_host_irq = 159.
[ 1.827771] [BT_RFKILL]: Request irq for bt wakeup host
[ 1.827864] [BT_RFKILL]: ** disable irq
[ 1.827939] [BT_RFKILL]: ap6335 device registered.
[ 1.827995] Key type dns_resolver registered
[ 1.829216] Registering SWP/SWPB emulation handler
[ 1.829581] ddrfreq: verion 1.2 20140526
[ 1.829598] ddrfreq: normal 456MHz video_1080p 0MHz video_4k 492MHz dualview 0MHz idle 0MHz suspend 200MHz reboot 456MHz
[ 1.829613] ddrfreq: auto-freq=0
[ 1.829621] ddrfreq: auto-freq-table[0] 240MHz
[ 1.829630] ddrfreq: auto-freq-table[1] 324MHz
[ 1.829638] ddrfreq: auto-freq-table[2] 456MHz
[ 1.829647] ddrfreq: auto-freq-table[3] 528MHz
[ 1.842697] act_ldo3: operation not allowed
[ 1.842710] rgb2hdmi_probe: turn on ldo3 done.
[ 1.842959] act_ldo4: operation not allowed
[ 1.842969] rgb2hdmi_probe: turn on ldo done.
[ 1.843222] act_ldo2: operation not allowed
[ 1.843232] rgb2hdmi_probe: turn on ldo2 done.
[ 1.843477] act_ldo8: operation not allowed
[ 1.843487] rgb2hdmi_probe: turn on ldo done.
[ 1.843612] switch:en=1,lcdc_id=0,screen type=1,cur type=1
[ 2.091630] rk_fb_switch_screen: wait update_regs_wait timeout
[ 2.091685] rk3288-lcdc lcdc0: lcdc0: dclk:74250000>>fps:60
[ 2.091751] switch:en=1,lcdc_id=0,screen type=1,cur type=1
[ 2.347474] rk_fb_switch_screen: wait update_regs_wait timeout
[ 2.347493] rk3288-lcdc lcdc0: lcdc0: dclk:74250000>>fps:60
[ 2.347538] regulator-dummy: disabling
[ 2.347829] [WLAN_RFKILL]: rockchip_wifi_get_oob_irq: Enter
[ 2.347911] [WLAN_RFKILL]: rockchip_wifi_power: 1
[ 2.347919] file system registered
[ 2.347928] [WLAN_RFKILL]: rockchip_wifi_ref_voltage: 1
[ 2.347938] [WLAN_RFKILL]: rockchip_wifi_ref_voltage: wifi io reference voltage control is disabled.
[ 2.348436] android_usb gadget: Mass Storage Function, version: 2009/09/11
[ 2.348451] android_usb gadget: Number of LUNs=2
[ 2.348463] lun0: LUN: removable file: (no medium)
[ 2.348472] lun1: LUN: removable file: (no medium)
[ 2.348612] android_usb gadget: android_usb ready
[ 2.348692] sensor_init: Probe name sensors
[ 2.349237] rtc_hym8563 0-0051: setting system clock to 2011-01-04 12:14:24 UTC (1294143264)
[ 2.355297] rockchip-spdif-card rockchip-spdif-card.25: rk-hdmi-spdif-hifi ↔ ff880000.rockchip-spdif mapping ok
[ 2.356466] usbcore: registered new interface driver snd-usb-audio
[ 2.356478] ALSA device list:
[ 2.356487] #0: RK_ES8323
[ 2.356494] #1: RK-SPDIF-CARD
[ 2.356922] Freeing unused kernel memory: 360K (c0c40000 - c0c9a000)
[ 2.455730] [WLAN_RFKILL]: wifi turn on power. 156
[ 2.557467] type=1403 audit(1294143264.700:2): policy loaded auid=4294967295 ses=4294967295
[ 2.585411] init: invalid gid ‘trace’
[ 2.662390] mmc2:mmc host rescan start!
[ 2.703824] init: /dev/hw_random not found
[ 2.703895] keychord: using input dev ff680000.pwm for fevent
[ 2.703914] keychord: using input dev rk29-keypad for fevent
[ 2.708460] init: /dev/hw_random not found
[ 2.709316] fs_mgr: Running /sbin/resize2fs on /dev/block/platform/ff0f0000.rksdmmc/by-name/system
[ 2.710132] resize2fs: resize2fs 1.42.9 (28-Dec-2013)resize2fs: The filesystem is already 393216 blocks long. Nothing to do!resize2fs:
[ 2.712634] EXT4-fs (mmcblk0p10): Ignoring removed nomblk_io_submit option
[ 2.716285] EXT4-fs (mmcblk0p10): mounted filesystem with ordered data mode. Opts: nomblk_io_submit,errors=remount-ro
[ 2.716382] fs_mgr: check_fs(): mount(/dev/block/platform/ff0f0000.rksdmmc/by-name/system,/system,ext4)=0
[ 2.717017] fs_mgr: Running /sbin/e2fsck on /dev/block/platform/ff0f0000.rksdmmc/by-name/system
[ 2.721617] e2fsck: e2fsck 1.42.9 (28-Dec-2013)
[ 2.721666] e2fsck: system: clean, 1891/85440 files, 116327/393216 blocks
[ 2.725204] EXT4-fs (mmcblk0p10): mounted filesystem with ordered data mode. Opts: noauto_da_alloc
[ 2.725277] fs_mgr: __mount(source=/dev/block/platform/ff0f0000.rksdmmc/by-name/system,target=/system,type=ext4)=0
[ 2.731723] EXT4-fs (mmcblk0p8): recovery complete
[ 2.732019] EXT4-fs (mmcblk0p8): mounted filesystem with ordered data mode. Opts: noauto_da_alloc,discard
[ 2.732078] fs_mgr: __mount(source=/dev/block/platform/ff0f0000.rksdmmc/by-name/cache,target=/cache,type=ext4)=0
[ 2.732399] EXT4-fs (mmcblk0p11): Ignoring removed nomblk_io_submit option
[ 2.735801] EXT4-fs (mmcblk0p11): recovery complete
[ 2.735822] EXT4-fs (mmcblk0p11): mounted filesystem with ordered data mode. Opts: nomblk_io_submit,errors=remount-ro
[ 2.735877] fs_mgr: check_fs(): mount(/dev/block/platform/ff0f0000.rksdmmc/by-name/metadata,/metadata,ext4)=0
[ 2.736467] fs_mgr: Running /sbin/e2fsck on /dev/block/platform/ff0f0000.rksdmmc/by-name/metadata
[ 2.740444] e2fsck: e2fsck 1.42.9 (28-Dec-2013)
[ 2.740485] e2fsck: /dev/block/platform/ff0f0000.rksdmmc/by-name/metadata: clean, 11/1024 files, 1102/4096 blocks
[ 2.744371] EXT4-fs (mmcblk0p11): mounted filesystem with ordered data mode. Opts: noauto_da_alloc,discard
[ 2.744462] fs_mgr: __mount(source=/dev/block/platform/ff0f0000.rksdmmc/by-name/metadata,target=/metadata,type=ext4)=0
[ 2.744520] fs_mgr: Running /system/bin/fsck.f2fs -f /dev/block/platform/ff0f0000.rksdmmc/by-name/userdata
[ 2.745464] fsck.f2fs: executing /system/bin/fsck.f2fs failed: No such file or directory
[ 2.745516] fsck.f2fs: fsck.f2fs terminated by exit(255)
[ 2.745791] fs_mgr: __mount(source=/dev/block/platform/ff0f0000.rksdmmc/by-name/userdata,target=/data,type=f2fs)=-1
[ 2.746171] EXT4-fs (mmcblk0p13): Ignoring removed nomblk_io_submit option
[ 2.762715] EXT4-fs (mmcblk0p13): 2 orphan inodes deleted
[ 2.762739] EXT4-fs (mmcblk0p13): recovery complete
[ 2.765289] EXT4-fs (mmcblk0p13): mounted filesystem with ordered data mode. Opts: nomblk_io_submit,errors=remount-ro
[ 2.765377] fs_mgr: check_fs(): mount(/dev/block/platform/ff0f0000.rksdmmc/by-name/userdata,/data,ext4)=0
[ 2.766212] fs_mgr: Running /sbin/e2fsck on /dev/block/platform/ff0f0000.rksdmmc/by-name/userdata
[ 2.770828] e2fsck: e2fsck 1.42.9 (28-Dec-2013)
[ 2.770874] e2fsck: /dev/block/platform/ff0f0000.rksdmmc/by-name/userdata: clean, 572/65536 files, 10585/262144 blocks
[ 2.774710] EXT4-fs (mmcblk0p13): mounted filesystem with ordered data mode. Opts: noauto_da_alloc,discard,errors=panic
[ 2.774785] fs_mgr: __mount(source=/dev/block/platform/ff0f0000.rksdmmc/by-name/userdata,target=/data,type=ext4)=0
[ 2.774817] fs_mgr: mount_with_alternatives(): Mounted /dev/block/platform/ff0f0000.rksdmmc/by-name/userdata on /data with fs_type=ext4 instead of f2fs
[ 2.789014] arm_release_ver of this mali_ko is ‘r6p0-02rel0’, rk_ko_ver is ‘13’, built at ‘09:15:10’, on ‘Oct 22 2015’.
[ 2.789107] mali ffa30000.gpu: Continuing without Mali clock control
[ 2.789188] mali_dvfs_infotbl[0].clock=198000,min_threshold=0,max_threshold=70
[ 2.789207] mali_dvfs_infotbl[1].clock=297000,min_threshold=70,max_threshold=80
[ 2.789224] mali_dvfs_infotbl[2].clock=417000,min_threshold=80,max_threshold=90
[ 2.789242] mali_dvfs_infotbl[3].clock=480000,min_threshold=94,max_threshold=100
[ 2.789348] turn on mali power
[ 2.789368] kbase_platform_rk_init,register_reboot_notifier
[ 2.789417] hrtimer: interrupt took 11958 ns
[ 2.789534] mali ffa30000.gpu: GPU identified as 0x0750 r0p0 status 1
[ 2.791778] mali ffa30000.gpu: Probed as mali0
[ 2.792809] rk29_ipp: version magic '3.0.8+ SMP preempt mod_unload ARMv7 ’ should be '3.10.0 SMP preempt mod_unload ARMv7 p2v8 ’
[ 2.793437] rk29_ipp: version magic '3.0.36+ SMP preempt mod_unload ARMv7 ’ should be '3.10.0 SMP preempt mod_unload ARMv7 p2v8 ’
[ 2.794056] rk29_ipp: version magic '3.0.101+ SMP preempt mod_unload ARMv7 ’ should be '3.10.0 SMP preempt mod_unload ARMv7 p2v8 ’
[ 2.794833] zram0: detected capacity change from 0 to 533413888
[ 2.841420] Adding 520908k swap on /dev/block/zram0. Priority:-1 extents:1 across:520908k SS
[ 2.867403] EXT4-fs (mmcblk0p13): Unrecognized mount option “background_gc=on” or missing value
[ 2.875302] drmboot: module license ‘unspecified’ taints kernel.
[ 2.875335] Disabling lock debugging due to kernel taint
[ 2.877659] bat_cap: oldcap path is /sys/devices/ff100000.adc
[ 2.877732] bat_cap: oldcap_path no exist
[ 2.877910] binder: 151:151 transaction failed 29189, size 0-0
[ 2.878460] init: Warning! Service displayd needs a SELinux domain defined; please fix!
[ 2.882787] init: property ‘ro.serialno’ doesn’t exist while expanding ‘${ro.serialno}’
[ 2.882827] init: cannot expand ‘${ro.serialno}’ while writing to ‘/sys/class/android_usb/android0/iSerial’
[ 2.883078] init: using deprecated syntax for specifying property ‘ro.product.usbfactory’, use ${name} instead
[ 2.883652] rtk_btusb: btchr_open: BT usb char device is opening
[ 2.883677] rtk_btusb: btchr_open: Failed to get hci dev[NULL]
[ 2.883703] rtk_btusb: btchr_open: BT usb char device is opening
[ 2.883719] rtk_btusb: btchr_open: Failed to get hci dev[NULL]
[ 2.883749] rtk_btusb: btchr_open: BT usb char device is opening
[ 2.883765] rtk_btusb: btchr_open: Failed to get hci dev[NULL]
[ 2.883785] rtk_btusb: btchr_open: BT usb char device is opening
[ 2.883801] rtk_btusb: btchr_open: Failed to get hci dev[NULL]
[ 2.914156] mmc2: queuing unknown CIS tuple 0x80 (2 bytes)
[ 2.915675] mmc2: queuing unknown CIS tuple 0x80 (3 bytes)
[ 2.917204] mmc2: queuing unknown CIS tuple 0x80 (3 bytes)
[ 2.919970] mmc2: queuing unknown CIS tuple 0x80 (7 bytes)
[ 2.943854] init: cannot find ‘/system/bin/debuggerd64’, disabling ‘debuggerd64’
[ 2.948580] logd.auditd: start
[ 2.957046] init: cannot find ‘/system/bin/install-recovery.sh’, disabling ‘flash_recovery’
[ 2.957519] init: cannot find ‘/system/bin/bplus_helper’, disabling ‘bplus_helper’
[ 2.957588] EHCI: rk_ehci_hcd_enable, disable host controller
[ 2.958875] init: Warning! Service drmservice needs a SELinux domain defined; please fix!
[ 2.967308] init: Warning! Service daemonsu needs a SELinux domain defined; please fix!
[ 2.967610] init: cannot find ‘/system/bin/akmd’, disabling ‘akmd’
[ 2.968537] switch:en=1,lcdc_id=0,screen type=1,cur type=1
[ 2.969374] android_usb: already disabled
[ 2.979451] read descriptors
[ 2.979472] read strings
[ 2.979492] mtp_bind_config
[ 2.982577] mmc_host mmc2: Bus speed (slot 0) = 50000000Hz (slot req 50000000Hz, actual 50000000HZ div = 0)
[ 2.994550] mmc2: queuing unknown CIS tuple 0x91 (3 bytes)
[ 2.994589] mmc2: new high speed SDIO card at address 0001
[ 3.014642] [WLAN_RFKILL]: rockchip_wifi_mac_addr: enter.
[ 3.014662] [WLAN_RFKILL]: falsh wifi_custom_mac_addr=[00:00:00:00:00:00]
[ 3.014675] [WLAN_RFKILL]: This mac address is not valid, ignored…
[ 3.039662] [WLAN_RFKILL]: rockchip_wifi_power: 0
[ 3.144526] [WLAN_RFKILL]: wifi shut off power.
[ 3.144553] [WLAN_RFKILL]: rockchip_wifi_ref_voltage: 0
[ 3.144564] [WLAN_RFKILL]: rockchip_wifi_ref_voltage: wifi io reference voltage control is disabled.
[ 3.252765] rk_fb_switch_screen: wait update_regs_wait timeout
[ 3.252803] rk3288-lcdc lcdc0: lcdc0: dclk:74250000>>fps:60
[ 3.587336] usb 3-1: new high-speed ==================USB device number 2 using usb20_host
[ 3.659580] rockchip_ion_cma: Fail to allocate(3f5000) buffer
[ 3.667608] rockchip_ion_cma: Fail to allocate(1000) buffer
[ 3.682292] rk3288-lcdc lcdc0: blank mode:0
[ 3.784468] usb 3-1: New USB device found, idVendor=1a40, idProduct=0101
[ 3.784497] usb 3-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 3.784512] usb 3-1: Product: USB 2.0 Hub [MTT]
[ 3.785727] hub 3-1:1.0: USB hub found
[ 3.785826] hub 3-1:1.0: 4 ports detected
[ 3.863767] healthd: battery l=50 v=3 t=2.6 h=2 st=3 chg=au
[ 3.864031] healthd: battery l=50 v=3 t=2.6 h=2 st=3 chg=au
[ 3.864307] healthd: battery l=50 v=3 t=2.6 h=2 st=3 chg=au
[ 4.059784] usb 3-1.2: new low-speed ==================USB device number 3 using usb20_host
[ 4.101619] binder: release 156:188 transaction 33 in, still active
[ 4.101645] binder: send failed reply for transaction 33 to 322:322
[ 4.104793] init: untracked pid 405 killed by signal 9
[ 4.161310] usb 3-1.2: New USB device found, idVendor=2188, idProduct=0ae1
[ 4.161330] usb 3-1.2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 4.161344] usb 3-1.2: Product: USB OPTICAL MOUSE
[ 4.164625] input: USB OPTICAL MOUSE as /devices/ff540000.usb/usb3/3-1/3-1.2/3-1.2:1.0/input/input3
[ 4.164890] hid-generic 0003:2188:0AE1.0001: input,hidraw0: USB HID v1.11 Mouse [USB OPTICAL MOUSE ] on usb-ff540000.usb-1.2/input0
[ 4.236821] usb 3-1.4: new high-speed ==================USB device number 4 using usb20_host
[ 4.336243] usb 3-1.4: New USB device found, idVendor=114d, idProduct=8451
[ 4.336263] usb 3-1.4: New USB device strings: Mfr=1, Product=0, SerialNumber=0
[ 4.336277] usb 3-1.4: Manufacturer: Alpha Imaging Tech. Corp.
[ 4.337032] uvcvideo: Found UVC 1.00 device (114d:8451)
[ 4.337959] input: UVC Camera (114d:8451) as /devices/ff540000.usb/usb3/3-1/3-1.4/3-1.4:1.0/input/input4
shell@firefly:/ $ [ 8.263985] rockchip_ion_cma: Fail to allocate(3f5000) buffer
[ 8.266636] rockchip_ion_cma: Fail to allocate(1000) buffer
[ 8.283689] rk3288-lcdc lcdc0: blank mode:0
[ 8.753682] binder: release 411:416 transaction 96 in, still active
[ 8.753712] binder: send failed reply for transaction 96 to 445:478
[ 8.756246] binder: undelivered death notification, 00000000b88908c0
[ 8.757407] init: untracked pid 595 killed by signal 9
[ 8.871420] [otg id chg] last id -1 current id 1
[ 10.030716] android_work: sent uevent USB_STATE=CONNECTED
[ 10.119463] android_usb gadget: high-speed config #1: android
[ 10.125178] android_work: sent uevent USB_STATE=CONFIGURED
[ 12.796364] rockchip_ion_cma: Fail to allocate(3f5000) buffer
[ 12.804461] rockchip_ion_cma: Fail to allocate(1000) buffer
[ 12.819452] rk3288-lcdc lcdc0: blank mode:0
[ 13.358749] binder: release 600:607 transaction 119 in, still active
[ 13.358783] binder: send failed reply for transaction 119 to 629:629
[ 13.371497] init: untracked pid 687 killed by signal 9
[ 17.546689] rockchip_ion_cma: Fail to allocate(3f5000) buffer
[ 17.552818] rockchip_ion_cma: Fail to allocate(1000) buffer
[ 17.589017] rk3288-lcdc lcdc0: blank mode:0
[ 18.456934] binder: release 696:703 transaction 145 in, still active
[ 18.456980] binder: send failed reply for transaction 145 to 726:726
[ 18.467911] init: untracked pid 789 killed by signal 9
[ 22.586326] rockchip_ion_cma: Fail to allocate(3f5000) buffer
[ 22.588953] rockchip_ion_cma: Fail to allocate(1000) buffer
[ 22.600829] rk3288-lcdc lcdc0: blank mode:0[/b]

Is this problem kernel configuration?

I need your help.
Thanks.

nope
just decompress the dualboot image , change your custom image.
kernel.img or other image just overwrite it . And use mkimage.sh to rebuild it into a update.img without any parameter or boot changing.
And, if the size of system.img or other image are bigger, u need to count your own size and modify the parameter.
wish u luck

leung先森 Posted at 2/8/2018 11:17
nope
just decompress the dualboot image , change your custom image.
kernel.img or other image just …

Thanks your advice.

As your mention, I unpacked origin image “Firefly-RK3288-Reload_DualBoot_201612101121.img” from “Firefly-RK3288-Reload_DualBoot_201612101121.7z”.
And I unpack with afptool, the unpack is OK.
But the pack command is failed.

gykim@gykim:~/proj/test/img/update$ afptool -pack . ../update_new.img
------ PACKAGE ------
File read failed!
Pack failed

I never modify any unpacked files.
And I found the error is occurred at reading the “parameter”.

My OS is ubuntu 16.04 LTS 64bits.
Please help me.

gykim Posted at 2/8/2018 12:21
Thanks your advice.

As your mention, I unpacked origin image "Firefly-RK3288-Reload_DualBoot_20 …

Sorry, my afptool is wrong.
I get the source again, and make it.
It works very well.

I will test continuously.

The kernel must be configured with firefly-rk3288-reload_defconfig for dual boot.

Through this article, my work thinking has significantly improved. Thanks to the Exam COF-C02 online exam, I achieved a promotion and salary raise. Now, I’m offering them to you at no cost!

The article is very rich in content and has introduced me to many new perspectives. Strengthen your IT skills with free Free PMI-ACP questions and answers. Wishing you the best of luck!

話と行動の距離はどのぐらいありますか。これは人の心によることです。意志が強い人にとって、行動は目と鼻の先にあるのです。あなたはきっとこのような人でしょう。FortinetのNSE7_SOC_AR-7.6認定試験に申し込んだ以上、試験に合格しなければならないです。これもあなたの意志が強いことを表示する方法です。PassTestが提供したトレーニング資料はインターネットで最高のものです。FortinetのNSE7_SOC_AR-7.6認定試験に合格したいのなら、PassTestのFortinetのNSE7_SOC_AR-7.6試験トレーニング資料を利用してください。

The article is very practical, and I have gained a lot of specific guidance from it. The Reliable exam Plat-Dev-201 questions vce exam is near! Hope I nail it!