Firefly开源社区

打印 上一主题 下一主题

[Linux] RK3399标准板Build IMG,更换emmc后无法进入Ubuntu

18

积分

0

威望

0

贡献

技术小白

积分
18

RK3399标准板Build IMG,更换emmc后无法进入Ubuntu

发表于 2021-5-12 12:33:25      浏览:4023 | 回复:8        打印      只看该作者   [复制链接] 楼主
本帖最后由 saveu 于 2021-5-13 10:13 编辑

硬件:
Firefly-RK3399
2GB/16GB V15 , 20/12
https://www.t-firefly.com/product/rk3399.html

目的:
  • Ubuntu系统放入TF卡, 系统从TF卡启动, EMMC当着从盘,在Ubuntu下对emmc进行测试操作
  • 我们需要修改kernel的部分emmc driver 重新build IMG

IMG准备:
IMG_RK : ROC-RK3399-PC-UBUNTU18.04-GPT-SDBOOT-20200507-1505.img  //之前rk官方下载的
IMG_DIY: ROC-RK3399-PC-UBUNTU-ROOTFS-GPT-20210512-1129.img  //自己build的IMG

IMG_DIY制作步骤:
  • 按照WIKI搭建环境
  • ./build.sh roc-rk3399-pc-ubuntu.mk
  • ./build.sh 后生成IMG_DIY
  • 通过TF卡制作SD启动

TF卡制作:
IMG_RK ----通过Etcher工具 Flash
IMG_DIY----通过SD_Firmware_Tool.exe (SD_Firmware_Tool_v1.59) > "SD启动" > "创建"

测试结果:
IMG_RK
原板 RK3399 > OK
更换EMMC RK3399 > OK
去掉EMMC RK3399 > OK

IMG_DIY
原板 RK3399 > OK
更换EMMC RK3399 > Fail
去掉EMMC RK3399 > OK

问题:
更换EMMC RK3399 > Fail , 为什么build出来额IMG_DIY, 在更换EMMC后,无法启动呢,串口log在下面这行 就停止了
"rk3x-i2c ff160000.i2c: timeout, ipd: 0x00, state: 1"


但是官方下的 IMG_RK 又没问题, 现在就想知道官方IMG_RK 是如何制作的呢?非常感谢!!!!!

日志:
DIY_IMG_build.log
DIY_IMG_更换EMMC_RK3399.log           //这就是出问题的log, 卡在最后一行不动
DIY_IMG_原板_RK3399.log
RK_IMG_更换EMCC_RK3399.log

make环境:
根据官方wiki git最新
root@bw-MS-7C52:~/rk3399/rk3399_linux_release_v2.5.1_20210301# uname -r
5.8.0-50-generic
root@bw-MS-7C52:~/rk3399/rk3399_linux_release_v2.5.1_20210301# lsb_release -a
No LSB modules are available.
Distributor ID:        Ubuntu
Description:        Ubuntu 20.04.2 LTS
Release:        20.04
Codename:        focal

rootfs:
ubuntu_18.04_arm64_ext4_v2.04-1-g618089a_20210316-1035_DESKTOP.img.7z //官方下载的
rootfs.img //从IMG_RK提取的rootfs.img 也是同样的问题

解决办法1: 希望可以给出 IMG_RK build的详细方法
解决办法2: 可以根据DIY_IMG_更换EMMC_RK3399.log 定位为什么卡住,而不load Ubuntu.



回复

使用道具 举报

18

积分

0

威望

0

贡献

技术小白

积分
18
发表于 2021-5-12 12:37:37        只看该作者  沙发
DIY_IMG_build.log


root@bw-MS-7C52:~/rk3399/rk3399_linux_release_v2.5.1_20210301# ./build.sh roc-rk3399-pc-ubuntu.mk
processing option: roc-rk3399-pc-ubuntu.mk
switching to board: /root/rk3399/rk3399_linux_release_v2.5.1_20210301/device/rockchip/rk3399/roc-rk3399-pc-ubuntu.mk
root@bw-MS-7C52:~/rk3399/rk3399_linux_release_v2.5.1_20210301# ./build.sh
processing option: allff
============================================
TARGET_ARCH=arm64
TARGET_PLATFORM=rk3399
TARGET_UBOOT_CONFIG=roc-rk3399-pc
TARGET_SPL_CONFIG=
TARGET_KERNEL_CONFIG=firefly_roc-rk3399-pc_defconfig
TARGET_KERNEL_DTS=rk3399-roc-pc
TARGET_TOOLCHAIN_CONFIG=
TARGET_BUILDROOT_CONFIG=
TARGET_RECOVERY_CONFIG=
TARGET_PCBA_CONFIG=rockchip_rk3399_pcba
TARGET_RAMBOOT_CONFIG=
============================================
============Start building uboot============
TARGET_UBOOT_CONFIG=roc-rk3399-pc
=========================================
## make roc-rk3399-pc_defconfig -j8
#
# configuration written to .config
#
scripts/kconfig/conf  --silentoldconfig Kconfig
  CHK     include/config.h
  CFG     u-boot.cfg
  GEN     include/autoconf.mk.dep
  CFG     spl/u-boot.cfg
  CFG     tpl/u-boot.cfg
  GEN     include/autoconf.mk
  GEN     spl/include/autoconf.mk
  GEN     tpl/include/autoconf.mk
  CHK     include/config/uboot.release
  CHK     include/generated/timestamp_autogenerated.h
  UPD     include/generated/timestamp_autogenerated.h
  CHK     include/config.h
  CFG     u-boot.cfg
  CHK     include/generated/version_autogenerated.h
  CHK     include/generated/generic-asm-offsets.h
  CHK     include/generated/asm-offsets.h
  HOSTCC  tools/mkenvimage.o
  HOSTCC  tools/fit_image.o
  HOSTCC  tools/image-host.o
  HOSTCC  tools/dumpimage.o
  HOSTCC  tools/mkimage.o
  HOSTCC  tools/rockchip/boot_merger.o
  HOSTCC  tools/rockchip/loaderimage.o
  HOSTLD  tools/loaderimage
  HOSTLD  tools/mkenvimage
  HOSTLD  tools/dumpimage
  HOSTLD  tools/mkimage
tools/rockchip/boot_merger.c: In function ‘main’:
tools/rockchip/boot_merger.c:895:11: warning: array subscript 20 is outside array bounds of ‘char[20]’ [-Warray-bounds]
  895 |  str[len] = 0;
      |  ~~~~~~~~~^~~
tools/rockchip/boot_merger.c:933:7: note: while referencing ‘name’
  933 |  char name[MAX_NAME_LEN];
      |       ^~~~
  HOSTLD  tools/boot_merger
  CC      arch/arm/cpu/armv8/fwcall.o
  LD      arch/arm/cpu/armv8/built-in.o
  CC      cmd/version.o
  CC      common/main.o
  LD      cmd/built-in.o
  LD      common/built-in.o
  CC      drivers/usb/gadget/f_fastboot.o
  CC      lib/smbios.o
  CC      lib/display_options.o
  CC      lib/efi_loader/helloworld.o
  LD      lib/efi_loader/helloworld.so
  OBJCOPY lib/efi_loader/helloworld.efi
  LD      lib/built-in.o
  LD      drivers/usb/gadget/built-in.o
  LD      u-boot
  OBJCOPY u-boot.srec
  OBJCOPY u-boot-nodtb.bin
  SYM     u-boot.sym
start=$(/root/rk3399/rk3399_linux_release_v2.5.1_20210301/prebuilts/gcc/linux-x86/aarch64/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/bin/aarch64-linux-gnu-nm u-boot | grep __rel_dyn_start | cut -f 1 -d ' '); end=$(/root/rk3399/rk3399_linux_release_v2.5.1_20210301/prebuilts/gcc/linux-x86/aarch64/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/bin/aarch64-linux-gnu-nm u-boot | grep __rel_dyn_end | cut -f 1 -d ' '); tools/relocate-rela u-boot-nodtb.bin 0x00200000 $start $end
make[2]: 'arch/arm/dts/rk3399-roc-pc.dtb' is up to date.
  CAT     u-boot-dtb.bin
  MKIMAGE u-boot.img
  COPY    u-boot.dtb
  MKIMAGE u-boot-dtb.img
  COPY    u-boot.bin
  ALIGN   u-boot.bin
  CC      spl/common/spl/spl.o
  CC      spl/arch/arm/cpu/armv8/fwcall.o
  CC      tpl/arch/arm/mach-rockchip/tpl.o
  COPY    spl/u-boot-spl.dtb
  LD      spl/arch/arm/cpu/armv8/built-in.o
  LD      tpl/arch/arm/mach-rockchip/built-in.o
  CC      tpl/arch/arm/cpu/armv8/fwcall.o
  CC      spl/lib/display_options.o
  LD      spl/common/spl/built-in.o
  LD      tpl/arch/arm/cpu/armv8/built-in.o
  CC      tpl/common/spl/spl.o
  LD      spl/lib/built-in.o
  COPY    tpl/u-boot-tpl.dtb
  LD      tpl/common/spl/built-in.o
  CC      tpl/lib/display_options.o
  LD      tpl/lib/built-in.o
  LD      spl/u-boot-spl
  OBJCOPY spl/u-boot-spl-nodtb.bin
  CAT     spl/u-boot-spl-dtb.bin
  COPY    spl/u-boot-spl.bin
  LD      tpl/u-boot-tpl
  OBJCOPY tpl/u-boot-tpl-nodtb.bin
  CAT     tpl/u-boot-tpl-dtb.bin
  COPY    tpl/u-boot-tpl.bin
  CFGCHK  u-boot.cfg

load addr is 0x200000!
pack input u-boot.bin
pack file size: 929944(908 KB)
crc = 0xed40bf73
uboot version: U-Boot 2017.09-gc56bc3a030 #root (May 12 2021 - 11:29:17)
pack uboot.img success!
pack uboot okay! Input: u-boot.bin
out:trust.img
merge success(trust.img)
/root/rk3399/rk3399_linux_release_v2.5.1_20210301/u-boot
pack trust okay! Input: /root/rk3399/rk3399_linux_release_v2.5.1_20210301/rkbin/RKTRUST/RK3399TRUST.ini
out:rk3399_loader_v1.24.126.bin
fix opt:rk3399_loader_v1.24.126.bin
merge success(rk3399_loader_v1.24.126.bin)
/root/rk3399/rk3399_linux_release_v2.5.1_20210301/u-boot
pack rk3399_loader_v1.24.126.bin okay! Input: /root/rk3399/rk3399_linux_release_v2.5.1_20210301/rkbin/RKBOOT/RK3399MINIALL.ini

Platform RK3399 is build OK, with new .config(make roc-rk3399-pc_defconfig -j8)
Running build_uboot succeeded.
Skipping build_loader for missing configs:  RK_LOADER_BUILD_TARGET.
============Start building kernel============
TARGET_ARCH          =arm64
TARGET_KERNEL_CONFIG =firefly_roc-rk3399-pc_defconfig
TARGET_KERNEL_DTS    =rk3399-roc-pc
TARGET_KERNEL_CONFIG_FRAGMENT =
==========================================
/root/rk3399/rk3399_linux_release_v2.5.1_20210301
#
# configuration written to .config
#
scripts/kconfig/conf  --silentoldconfig Kconfig
  CHK     include/config/kernel.release
  CHK     include/generated/uapi/linux/version.h
  CHK     scripts/mod/devicetable-offsets.h
  DTC     arch/arm64/boot/dts/rockchip/rk3399-roc-pc.dtb
  CHK     include/generated/utsrelease.h
  CHK     include/generated/timeconst.h
  CHK     include/generated/bounds.h
  CHK     include/generated/asm-offsets.h
  CALL    scripts/checksyscalls.sh
make[1]: 'include/generated/vdso-offsets.h' is up to date.
  CHK     include/generated/compile.h
make[1]: 'arch/arm64/boot/Image.lz4' is up to date.
  Image:  kernel.img is ready
  CHK     include/config/kernel.release
  CHK     include/generated/uapi/linux/version.h
  CHK     scripts/mod/devicetable-offsets.h
  CHK     include/generated/utsrelease.h
  CHK     include/generated/timeconst.h
  CHK     include/generated/bounds.h
  CHK     include/generated/asm-offsets.h
  CALL    scripts/checksyscalls.sh
make[2]: 'include/generated/vdso-offsets.h' is up to date.
  Building modules, stage 2.
  MODPOST 11 modules
  Image:  resource.img (with rk3399-roc-pc.dtb logo.bmp ) is ready
  Image:  boot.img (with Image ramdisk.img resource.img) is ready
  Image:  zboot.img (with Image.lz4 ramdisk.img resource.img) is ready
Running build_kernel succeeded.
Skipping build_toolchain for missing configs:  RK_CFG_TOOLCHAIN.
Skipping build_buildroot for missing configs:  RK_CFG_BUILDROOT.
buildroot/output//images/rootfs.ext4 not generated?
Running build_rootfs succeeded.
==========Start building recovery==========
TARGET_RECOVERY_CONFIG=
========================================
config is
use prebuilt recovery-arm64.cpio.gz for CPIO image
found kernel image
pack recovery.img...done.
you take 0:00.11 to build recovery
====Build recovery ok!====
Running build_recovery succeeded.
Skipping build_ramboot for missing configs:  RK_CFG_RAMBOOT.
Running build_all succeeded.
/usr/bin/fakeroot
create rootfs.img...done.
create parameter...done.
/root/rk3399/rk3399_linux_release_v2.5.1_20210301/device/rockchip/rk3399/parameter-ubuntu.txt
0x00002000@0x00004000(uboot),0x00002000@0x00006000(trust),0x00002000@0x00008000(misc),0x00010000@0x0000a000(boot),0x00010000@0x0001a000(recovery),0x00010000@0x0002a000(backup),0x00600000@0x0005a000(rootfs),-@0x0065a000(userdata:grow)
create misc.img...done.
warning:   not found!
create uboot.img...done.
create trust.img...done.
create loader...done.
create boot.img...done.
Image: image in rockdev is ready
Make image ok!
File name is  ROC-RK3399-PC-UBUNTU-ROOTFS-GPT
Rename the file? [N|y]N
Make update.img
start to make update.img...
Resize rootfs partition size
dumpe2fs 1.45.5 (07-Jan-2020)
Android Firmware Package Tool v1.66
------ PACKAGE ------
Add file: ./package-file
Add file: ./package-file done,offset=0x800,size=0x136,userspace=0x1
Add file: ./Image/MiniLoaderAll.bin
Add file: ./Image/MiniLoaderAll.bin done,offset=0x1000,size=0x5f94e,userspace=0xc0
Add file: ./Image/parameter.txt
Add file: ./Image/parameter.txt done,offset=0x61000,size=0x1ec,userspace=0x1
Add file: ./Image/trust.img
Add file: ./Image/trust.img done,offset=0x61800,size=0x400000,userspace=0x800
Add file: ./Image/uboot.img
Add file: ./Image/uboot.img done,offset=0x461800,size=0x400000,userspace=0x800
Add file: ./Image/boot.img
Add file: ./Image/boot.img done,offset=0x861800,size=0x1bae800,userspace=0x375d
Add file: ./Image/misc.img
Add file: ./Image/misc.img done,offset=0x2410000,size=0xc000,userspace=0x18
Add file: ./Image/recovery.img
Add file: ./Image/recovery.img done,offset=0x241c000,size=0x1bc8800,userspace=0x3791
Add file: ./Image/rootfs.img
Add file: ./Image/rootfs.img done,offset=0x3fe4800,size=0xb86fbe00,userspace=0x170df8
Add CRC...
Make firmware OK!
------ OK ------
********RKImageMaker ver 1.66********
Generating new image, please wait...
Writing head info...
Writing boot file...
Writing firmware...
Generating MD5 data...
MD5 data generated successfully!
New image generated successfully!
Making ./Image/update.img OK.
Make update image ok!
/root/rk3399/rk3399_linux_release_v2.5.1_20210301/rockdev/pack/ROC-RK3399-PC-UBUNTU-ROOTFS-GPT-20210512-1129.img
Running build_updateimg succeeded.
root@bw-MS-7C52:~/rk3399/rk3399_linux_release_v2.5.1_20210301#
回复

使用道具 举报

18

积分

0

威望

0

贡献

技术小白

积分
18
发表于 2021-5-12 12:40:07        只看该作者  板凳
DIY_IMG_更换EMMC_RK3399.log

DDR Version 1.24 20191016
In
Channel 0: DDR3, 800MHz
Bus Width=32 Col=10 Bank=8 Row=15 CS=1 Die Bus-Width=16 Size=1024MB
Channel 1: DDR3, 800MHz
Bus Width=32 Col=10 Bank=8 Row=15 CS=1 Die Bus-Width=16 Size=1024MB
256B stride
ch 0 ddrconfig = 0x101, ddrsize = 0x20
ch 1 ddrconfig = 0x101, ddrsize = 0x20
pmugrf_os_reg[2] = 0x32817281, stride = 0x9
OUT
Boot1 Release Time: May 29 2020 17:36:36, version: 1.26
CPUId = 0x0
ChipType = 0x10, 337
SdmmcInit=2 0
BootCapSize=100000
UserCapSize=14910MB
FwPartOffset=2000 , 100000
mmc0:cmd5,20
SdmmcInit=0 0
BootCapSize=0
UserCapSize=60906MB
FwPartOffset=2000 , 0
run on sd0
StorageInit ok = 78195
SecureMode = 0
SecureInit read PBA: 0x4
SecureInit read PBA: 0x404
SecureInit read PBA: 0x804
SecureInit read PBA: 0xc04
SecureInit read PBA: 0x1004
SecureInit read PBA: 0x1404
SecureInit read PBA: 0x1804
SecureInit read PBA: 0x1c04
SecureInit ret = 0, SecureMode = 0
atags_set_bootdev: ret:(0)
GPT part:  0, name:            uboot, start:0x4000, size:0x2000
GPT part:  1, name:            trust, start:0x6000, size:0x2000
GPT part:  2, name:             misc, start:0x8000, size:0x2000
GPT part:  3, name:             boot, start:0xa000, size:0x10000
GPT part:  4, name:         recovery, start:0x1a000, size:0x10000
GPT part:  5, name:           backup, start:0x2a000, size:0x10000
GPT part:  6, name:           rootfs, start:0x5a000, size:0x5dbe00
GPT part:  7, name:         userdata, start:0x635e00, size:0x70bf1df
find part:uboot OK. first_lba:0x4000.
find part:trust OK. first_lba:0x6000.
Trust Addr:0x6000, 0x58334c42
No find bl30.bin
Load uboot, ReadLba = 4000
Load OK, addr=0x200000, size=0xe3098
RunBL31 0x40000 @ 244566 us
NOTICE:  BL31: v1.3(release):845ee93
NOTICE:  BL31: Built : 15:51:11, Jul 22 2020
NOTICE:  BL31: Rockchip release version: v1.1
INFO:    GICv3 with legacy support detected. ARM GICV3 driver initialized in EL3
INFO:    Using opteed sec cpu_context!
INFO:    boot cpu mask: 0
INFO:    plat_rockchip_pmu_init(1196): pd status 3e
INFO:    BL31: Initializing runtime services
INFO:    BL31: Initializing BL32
INF [0x0] TEE-CORE:init_primary_helper:337: Initializing (1.1.0-266-gee81607c #1 Mon Aug 17 09:23:30 UTC 2020 aarch64)

INF [0x0] TEE-CORE:init_primary_helper:338: Release version: 1.2

INF [0x0] TEE-CORE:init_teecore:83: teecore inits done
INFO:    BL31: Preparing for EL3 exit to normal world
INFO:    Entry point address = 0x200000
INFO:    SPSR = 0x3c9


U-Boot 2017.09-gc56bc3a030 #root (May 12 2021 - 11:29:17 +0800)

Model: ROC-RK3399-PC Board
PreSerial: 2
DRAM:  2 GiB
Sysmem: init
Relocation Offset: 7dbec000, fdt: 7bdd5728
I2c0 speed: 400000Hz
PMIC:  RK808
vdd_center 900000 uV
vdd_cpu_l 900000 uV
vdd_log init 1100000 uV
MMC:   dwmmc@fe320000: 1, sdhci@fe330000: 0
Using default environment

In:    serial
Out:   serial
Err:   serial
Model: ROC-RK3399-PC Board
switch to partitions #0, OK
mmc1 is current device
Found IDB in SDcard
Bootdev(atags): mmc 1
MMC1: Legacy, 50Mhz
PartType: EFI
boot mode: None
Found DTB in boot part
Rockchip UBOOT DRM driver version: v1.0.1
CLK: (uboot. arml: enter 816000 KHz, init 816000 KHz, kernel 0N/A)
CLK: (uboot. armb: enter 816000 KHz, init 816000 KHz, kernel 0N/A)
  aplll 816000 KHz
  apllb 816000 KHz
  dpll 800000 KHz
  cpll 24000 KHz
  gpll 800000 KHz
  npll 600000 KHz
  vpll 24000 KHz
  aclk_perihp 133333 KHz
  hclk_perihp 66666 KHz
  pclk_perihp 33333 KHz
  aclk_perilp0 266666 KHz
  hclk_perilp0 88888 KHz
  pclk_perilp0 44444 KHz
  hclk_perilp1 100000 KHz
  pclk_perilp1 50000 KHz
Net:   eth0: ethernet@fe300000
Hit key to stop autoboot('CTRL+C'):  0
ANDROID: reboot reason: "(none)"
DTB: rk-kernel.dtb
HASH(c): OK
Android header version 0
Booting IMAGE kernel at 0x00280000 with fdt at 0x08300000...


Fdt Ramdisk skip relocation
## Booting Android Image at 0x0027f800 ...
Kernel load addr 0x00280000 size 19455 KiB
RAM disk load addr 0x0a200000 size 8657 KiB
## Flattened Device Tree blob at 08300000
   Booting using the fdt blob at 0x8300000
   XIP Kernel Image from 0x00280000 to 0x00280000 ... OK
  'reserved-memory' ramoops@110000: addr=110000 size=f0000
   Using Device Tree in place at 0000000008300000, end 000000000831cade
No file: logo_kernel.bmp
Adding bank: 0x00200000 - 0x08400000 (size: 0x08200000)
Adding bank: 0x0a200000 - 0x80000000 (size: 0x75e00000)
Total: 2982.540 ms

Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 4.4.194-g50f0a60241aa-dirty (root@bw-MS-7C52) (firefly: 50f0a60241aa6c9af65d5bdbdaae40df4cd77be3) (gcc version 6.3.1 20170404 (Linaro GCC 6.3-2017.05) ) #6 SMP Tue May 11 17:10:44 CST 2021
[    0.000000] Boot CPU: AArch64 Processor [410fd034]
[    0.000000] earlycon: Early serial console at MMIO32 0xff1a0000 (options '')
[    0.000000] bootconsole [uart0] enabled
[    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: Trusted OS migration not required
[    0.000000] PERCPU: Embedded 21 pages/cpu @ffffffc07fedf000 s46312 r8192 d31512 u86016
[    0.000000] Detected VIPT I-cache on CPU0
[    0.000000] CPU features: enabling workaround for ARM erratum 845719
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 507912
[    0.000000] Kernel command line: storagemedia=sd androidboot.storagemedia=sd androidboot.mode=normal  androidboot.slot_suffix= androidboot.serialno=e76abd2425d6bcef  ro rootwait earlycon=uart8250,mmio32,0xff1a0000 swiotlb=1 console=ttyFIQ0 root=PARTLABEL=rootfs rootfstype=ext4 overlayroot=device:dev=PARTLABEL=userdata,fstype=ext4,mkfs=1 coherent_pool=1m systemd.gpt_auto=0 cgroup_enable=memory swapaccount=1
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.000000] software IO TLB: mapped [mem 0x7fe97000-0x7fed7000] (0MB)
[    0.000000] Memory: 1996272K/2064384K available (11902K kernel code, 1662K rwdata, 4688K rodata, 1152K init, 1920K bss, 68112K reserved, 0K cma-reserved)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     modules : 0xffffff8000000000 - 0xffffff8008000000   (   128 MB)
[    0.000000]     vmalloc : 0xffffff8008000000 - 0xffffffbdbfff0000   (   246 GB)
[    0.000000]       .init : 0xffffff80090c0000 - 0xffffff80091e0000   (  1152 KB)
[    0.000000]       .text : 0xffffff8008080000 - 0xffffff8008c20000   ( 11904 KB)
[    0.000000]     .rodata : 0xffffff8008c20000 - 0xffffff80090c0000   (  4736 KB)
[    0.000000]       .data : 0xffffff80091e0000 - 0xffffff800937f808   (  1663 KB)
[    0.000000]     vmemmap : 0xffffffbdc0000000 - 0xffffffbfc0000000   (     8 GB maximum)
[    0.000000]               0xffffffbdc0008000 - 0xffffffbdc2000000   (    31 MB actual)
[    0.000000]     fixed   : 0xffffffbffe7fb000 - 0xffffffbffec00000   (  4116 KB)
[    0.000000]     PCI I/O : 0xffffffbffee00000 - 0xffffffbfffe00000   (    16 MB)
[    0.000000]     memory  : 0xffffffc000200000 - 0xffffffc080000000   (  2046 MB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000]  Build-time adjustment of leaf fanout to 64.
[    0.000000]  RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=6.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=6
[    0.000000] NR_IRQS:64 nr_irqs:64 0
[    0.000000] GIC: Using split EOI/Deactivate mode
[    0.000000] ITS: /interrupt-controller@fee00000/interrupt-controller@fee20000
[    0.000000] ITS: allocated 65536 Devices @7d480000 (psz 64K, shr 0)
[    0.000000] ITS: using cache flushing for cmd queue
[    0.000000] GIC: using LPI property table @0x000000007d410000
[    0.000000] ITS: Allocated 1792 chunks for LPIs
[    0.000000] CPU0: found redistributor 0 region 0:0x00000000fef00000
[    0.000000] CPU0: using LPI pending table @0x000000007d420000
[    0.000000] GIC: using cache flushing for LPI property table
[    0.000000] GIC: PPI partition interrupt-partition-0[0] { /cpus/cpu@0[0] /cpus/cpu@1[1] /cpus/cpu@2[2] /cpus/cpu@3[3] }
[    0.000000] GIC: PPI partition interrupt-partition-1[1] { /cpus/cpu@100[4] /cpus/cpu@101[5] }
[    0.000000] rockchip_clk_register_frac_branch: could not find dclk_vop0_frac as parent of dclk_vop0, rate changes may not work
[    0.000000] rockchip_clk_register_frac_branch: could not find dclk_vop1_frac as parent of dclk_vop1, rate changes may not work
[    0.000000] Architected 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.002200] Console: colour dummy device 80x25
[    0.002639] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=24000)
[    0.003626] pid_max: default: 32768 minimum: 301
[    0.004144] Security Framework initialized
[    0.004605] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)
[    0.005245] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)
[    0.006589] Initializing cgroup subsys io
[    0.006994] Initializing cgroup subsys memory
[    0.007432] Initializing cgroup subsys devices
[    0.007862] Initializing cgroup subsys freezer
[    0.008301] Initializing cgroup subsys perf_event
[    0.008756] Initializing cgroup subsys net_prio
[    0.009192] Initializing cgroup subsys pids
[    0.009622] ftrace: allocating 44598 entries in 175 pages
[    0.115528] sched-energy: Sched-energy-costs installed from DT
[    0.116091] CPU0: update cpu_capacity 401
[    0.116532] ASID allocator initialised with 32768 entries
[    0.120155] PCI/MSI: /interrupt-controller@fee00000/interrupt-controller@fee20000 domain created
[    0.121491] Platform MSI: /interrupt-controller@fee00000/interrupt-controller@fee20000 domain created
[    0.123684] Detected VIPT I-cache on CPU1
[    0.123713] CPU1: found redistributor 1 region 0:0x00000000fef20000
[    0.123737] CPU1: using LPI pending table @0x000000007d6a0000
[    0.123774] CPU1: update cpu_capacity 401
[    0.123778] CPU1: Booted secondary processor [410fd034]
[    0.124312] Detected VIPT I-cache on CPU2
[    0.124332] CPU2: found redistributor 2 region 0:0x00000000fef40000
[    0.124354] CPU2: using LPI pending table @0x000000007d6d0000
[    0.124379] CPU2: update cpu_capacity 401
[    0.124383] CPU2: Booted secondary processor [410fd034]
[    0.124916] Detected VIPT I-cache on CPU3
[    0.124936] CPU3: found redistributor 3 region 0:0x00000000fef60000
[    0.124958] CPU3: using LPI pending table @0x000000007d730000
[    0.124982] CPU3: update cpu_capacity 401
[    0.124986] CPU3: Booted secondary processor [410fd034]
[    0.125522] Detected PIPT I-cache on CPU4
[    0.125545] CPU4: found redistributor 100 region 0:0x00000000fef80000
[    0.125578] CPU4: using LPI pending table @0x000000007d760000
[    0.125612] CPU4: update cpu_capacity 1024
[    0.125616] CPU4: Booted secondary processor [410fd082]
[    0.126149] Detected PIPT I-cache on CPU5
[    0.126167] CPU5: found redistributor 101 region 0:0x00000000fefa0000
[    0.126198] CPU5: using LPI pending table @0x000000007d790000
[    0.126223] CPU5: update cpu_capacity 1024
[    0.126226] CPU5: Booted secondary processor [410fd082]
[    0.126308] Brought up 6 CPUs
[    0.138646] SMP: Total of 6 processors activated.
[    0.139094] CPU features: detected feature: GIC system register CPU interface
[    0.139781] CPU features: detected feature: 32-bit EL0 Support
[    0.140339] CPU: All CPU(s) started at EL2
[    0.140766] alternatives: patching kernel code
[    0.142538] devtmpfs: initialized
[    0.160632] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.161590] futex hash table entries: 2048 (order: 5, 131072 bytes)
[    0.162629] xor: measuring software checksum speed
[    0.172510]    8regs     :  2856.000 MB/sec
[    0.182564]    8regs_prefetch:  2564.000 MB/sec
[    0.192617]    32regs    :  3208.000 MB/sec
[    0.202671]    32regs_prefetch:  2848.000 MB/sec
[    0.203117] xor: using function: 32regs (3208.000 MB/sec)
[    0.203649] pinctrl core: initialized pinctrl subsystem
[    0.205833] Failed to find legacy iommu devices
[    0.206630] NET: Registered protocol family 16
[    0.212135] cpuidle: using governor ladder
[    0.216143] cpuidle: using governor menu
[    0.216534] Registered FIQ tty driver
[    0.217291] vdso: 2 pages (1 code @ ffffff8008c26000, 1 data @ ffffff80091e4000)
[    0.218016] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.219079] DMA: preallocated 1024 KiB pool for atomic allocations
[    0.243270] console [pstore-1] enabled
[    0.243632] pstore: Registered ramoops as persistent store backend
[    0.244229] ramoops: attached 0xf0000@0x110000, ecc: 0/0
[    0.247508] console [ttyFIQ0] enabled
[    0.247508] console [ttyFIQ0] enabled
[    0.248184] bootconsole [uart0] disabled
[    0.248184] bootconsole [uart0] disabled
[    0.249121] Registered fiq debugger ttyFIQ0
[    0.279172] raid6: int64x1  gen()   468 MB/s
[    0.296204] raid6: int64x1  xor()   412 MB/s
[    0.313343] raid6: int64x2  gen()   675 MB/s
[    0.330422] raid6: int64x2  xor()   601 MB/s
[    0.347491] raid6: int64x4  gen()   980 MB/s
[    0.364584] raid6: int64x4  xor()   673 MB/s
[    0.381724] raid6: int64x8  gen()   781 MB/s
[    0.398749] raid6: int64x8  xor()   630 MB/s
[    0.415877] raid6: neonx1   gen()   964 MB/s
[    0.432944] raid6: neonx1   xor()   675 MB/s
[    0.450023] raid6: neonx2   gen()  1273 MB/s
[    0.467128] raid6: neonx2   xor()   980 MB/s
[    0.484206] raid6: neonx4   gen()  1730 MB/s
[    0.501295] raid6: neonx4   xor()  1166 MB/s
[    0.518404] raid6: neonx8   gen()  1695 MB/s
[    0.535479] raid6: neonx8   xor()  1234 MB/s
[    0.535863] raid6: using algorithm neonx4 gen() 1730 MB/s
[    0.536344] raid6: .... xor() 1166 MB/s, rmw enabled
[    0.536785] raid6: using intx1 recovery algorithm
[    0.542464] iommu: Adding device ff650000.vpu_service to group 0
[    0.543080] iommu: Adding device ff660000.rkvdec to group 1
[    0.543697] iommu: Adding device ff8f0000.vop to group 2
[    0.544265] iommu: Adding device ff900000.vop to group 3
[    0.544839] iommu: Adding device ff910000.rkisp1 to group 4
[    0.545425] iommu: Adding device ff920000.rkisp1 to group 5
[    0.546402] rk_iommu ff650800.iommu: can't get sclk
[    0.547092] rk_iommu ff660480.iommu: can't get sclk
[    0.547730] rk_iommu ff8f3f00.iommu: can't get sclk
[    0.548333] rk_iommu ff903f00.iommu: can't get sclk
[    0.548926] rk_iommu ff914000.iommu: can't get sclk
[    0.549533] rk_iommu ff924000.iommu: can't get sclk
[    0.550306] SCSI subsystem initialized
[    0.551001] usbcore: registered new interface driver usbfs
[    0.551524] usbcore: registered new interface driver hub
[    0.552092] usbcore: registered new device driver usb
[    0.552599] media: Linux media interface: v0.10
[    0.553046] Linux video capture interface: v2.00
[    0.553537] pps_core: LinuxPPS API ver. 1 registered
[    0.553979] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.554810] PTP clock support registered
[    0.556303] Advanced Linux Sound Architecture Driver Initialized.
[    0.557309] Bluetooth: Core ver 2.21
[    0.557646] NET: Registered protocol family 31
[    0.558054] Bluetooth: HCI device and connection manager initialized
[    0.558626] Bluetooth: HCI socket layer initialized
[    0.559067] Bluetooth: L2CAP socket layer initialized
[    0.559536] Bluetooth: SCO socket layer initialized
[    0.560464] nfc: nfc_init: NFC Core ver 0.1
[    0.560870] NET: Registered protocol family 39
[    0.561382] rockchip-cpuinfo cpuinfo: Serial         : e76abd2425d6bcef
[    0.562580] clocksource: Switched to clocksource arch_sys_counter
[    0.612198] thermal thermal_zone1: power_allocator: sustainable_power will be estimated
[    0.613112] NET: Registered protocol family 2
[    0.613910] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[    0.614690] TCP bind hash table entries: 16384 (order: 7, 524288 bytes)
[    0.615722] TCP: Hash tables configured (established 16384 bind 16384)
[    0.616373] UDP hash table entries: 1024 (order: 4, 98304 bytes)
[    0.616997] UDP-Lite hash table entries: 1024 (order: 4, 98304 bytes)
[    0.617824] NET: Registered protocol family 1
[    0.618478] RPC: Registered named UNIX socket transport module.
[    0.619018] RPC: Registered udp transport module.
[    0.619436] RPC: Registered tcp transport module.
[    0.619863] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.621110] Trying to unpack rootfs image as initramfs...
[    1.031615] Freeing initrd memory: 8656K
[    1.032533] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
[    1.033355] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[    1.037344] Initialise system trusted keyring
[    1.045784] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    1.047080] NFS: Registering the id_resolver key type
[    1.047565] Key type id_resolver registered
[    1.047965] Key type id_legacy registered
[    1.048342] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    1.049639] ntfs: driver 2.1.32 [Flags: R/O].
[    1.050398] fuse init (API version 7.23)
[    1.051103] SGI XFS with security attributes, no debug enabled
[    1.056912] NET: Registered protocol family 38
[    1.057328] Key type asymmetric registered
[    1.057708] Asymmetric key parser 'x509' registered
[    1.058296] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[    1.059091] io scheduler noop registered
[    1.059447] io scheduler deadline registered
[    1.059877] io scheduler cfq registered (default)
[    1.065110] ace test_init function.
[    1.065613] ace test_init end.ret=0
[    1.066298] radar end.ret=0
[    1.069070] rockchip-pcie f8000000.pcie: no vpcie3v3 regulator found
[    1.069679] rockchip-pcie f8000000.pcie: no vpcie1v8 regulator found
[    1.070263] rockchip-pcie f8000000.pcie: no vpcie0v9 regulator found
[    1.070832] rockchip-pcie f8000000.pcie: missing "memory-region" property
[    1.071465] PCI host bridge /pcie@f8000000 ranges:
[    1.071945]   MEM 0xfa000000..0xfbdfffff -> 0xfa000000
[    1.072403]    IO 0xfbe00000..0xfbefffff -> 0xfbe00000
[    1.614642] rockchip-pcie f8000000.pcie: PCIe link training gen1 timeout!
[    1.615256] rockchip-pcie f8000000.pcie: deferred probe failed
[    1.615990] rockchip-pcie: probe of f8000000.pcie failed with error -110
[    1.617443] backlight supply power not found, using dummy regulator
[    1.618615] Module initialized.
[    1.619319] rk-vcodec ff650000.vpu_service: no regulator for vcodec
[    1.620197] rk-vcodec ff650000.vpu_service: probe device
[    1.620923] rk-vcodec ff650000.vpu_service: drm allocator with mmu enabled
[    1.622076] rk-vcodec ff650000.vpu_service: could not find power_model node
[    1.622710] rk-vcodec ff650000.vpu_service: init success
[    1.623424] rk-vcodec ff660000.rkvdec: no regulator for vcodec
[    1.624366] rk-vcodec ff660000.rkvdec: probe device
[    1.624998] rk-vcodec ff660000.rkvdec: drm allocator with mmu enabled
[    1.625941] rk-vcodec ff660000.rkvdec: could not find power_model node
[    1.626523] rk-vcodec ff660000.rkvdec: init success
[    1.628399] dma-pl330 ff6d0000.dma-controller: Loaded driver for PL330 DMAC-241330
[    1.629088] dma-pl330 ff6d0000.dma-controller:       DBUFF-32x8bytes Num_Chans-6 Num_Peri-12 Num_Events-12
[    1.631283] dma-pl330 ff6e0000.dma-controller: Loaded driver for PL330 DMAC-241330
[    1.631969] dma-pl330 ff6e0000.dma-controller:       DBUFF-128x8bytes Num_Chans-8 Num_Peri-20 Num_Events-16
[    1.633814] rockchip-system-monitor rockchip-system-monitor: system monitor probe
[    1.635664] Serial: 8250/16550 driver, 5 ports, IRQ sharing disabled
[    1.636837] ff180000.serial: ttyS0 at MMIO 0xff180000 (irq = 38, base_baud = 1500000) is a 16550A
[    1.639403] [drm] Initialized drm 1.1.0 20060810
[    1.643790] [drm] Rockchip DRM driver version: v1.0.1
[    1.646408] mali ff9a0000.gpu: Failed to get regulator
[    1.646875] mali ff9a0000.gpu: Power control initialization failed
[    1.647789] Unable to detect cache hierarchy for CPU 0
[    1.649077] brd: module loaded
[    1.654628] loop: module loaded
[    1.655447] zram: Added device: zram0
[    1.656065] lkdtm: No crash points registered, enable through debugfs
[    1.656756] Loading dl1825 driver
[    1.658654] rockchip-spi ff1d0000.spi: no high_speed pinctrl state
[    1.659733] m25p80 spi32766.0: unrecognized JEDEC id bytes: ff, ff, ff
[    1.660321] m25p80: probe of spi32766.0 failed with error -2
[    1.661232] register spi return v = :0
[    1.662063] tun: Universal TUN/TAP device driver, 1.6
[    1.662517] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    1.664102] rk_gmac-dwmac fe300000.ethernet: clock input or output? (input).
[    1.664745] rk_gmac-dwmac fe300000.ethernet: TX delay(0x2e).
[    1.665247] rk_gmac-dwmac fe300000.ethernet: RX delay(0x13).
[    1.665770] rk_gmac-dwmac fe300000.ethernet: integrated PHY? (no).
[    1.666482] rk_gmac-dwmac fe300000.ethernet: cannot get clock clk_mac_speed
[    1.667104] rk_gmac-dwmac fe300000.ethernet: clock input from PHY
[    1.672661] rk_gmac-dwmac fe300000.ethernet: init for RGMII
[    1.673269] stmmac - user ID: 0x10, Synopsys ID: 0x35
[    1.673730]  Ring mode enabled
[    1.674011]  DMA HW capability register supported
[    1.674417]  Normal descriptors
[    1.674730]  RX Checksum Offload Engine supported (type 2)
[    1.675216]  TX Checksum insertion supported
[    1.675604]  Wake-Up On Lan supported
[    1.675966]  Enable RX Mitigation via HW Watchdog Timer
[    1.745736] libphy: stmmac: probed
[    1.746052] eth%d: PHY ID 001cc915 at 0 IRQ POLL (stmmac-0:00) active
[    1.746631] eth%d: PHY ID 001cc915 at 1 IRQ POLL (stmmac-0:01)
[    1.748477] usbcore: registered new interface driver rndis_wlan
[    1.749276] Rockchip WiFi SYS interface (V1.00) ...
[    1.749870] usbcore: registered new interface driver rtl8150
[    1.750431] usbcore: registered new interface driver r8152
[    1.750991] usbcore: registered new interface driver asix
[    1.751521] usbcore: registered new interface driver ax88179_178a
[    1.752126] usbcore: registered new interface driver cdc_ether
[    1.752708] usbcore: registered new interface driver rndis_host
[    1.753313] usbcore: registered new interface driver cdc_ncm
[    1.753875] usbcore: registered new interface driver qmi_wwan
[    1.754433] usbcore: registered new interface driver cdc_mbim
[    1.756920] rockchip-dwc3 usb0: failed to get drvdata dwc3
[    1.758891] rockchip-dwc3 usb1: failed to get drvdata dwc3
[    1.760822] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.761416] ehci-pci: EHCI PCI platform driver
[    1.761906] ehci-platform: EHCI generic platform driver
[    1.763279] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.763862] ohci-platform: OHCI generic platform driver
[    1.765676] usbcore: registered new interface driver cdc_acm
[    1.766176] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[    1.766946] usbcore: registered new interface driver cdc_wdm
[    1.767490] usbcore: registered new interface driver uas
[    1.768079] usbcore: registered new interface driver usb-storage
[    1.768708] usbcore: registered new interface driver usbserial
[    1.769255] usbcore: registered new interface driver usbserial_generic
[    1.769870] usbserial: USB Serial support registered for generic
[    1.770433] usbcore: registered new interface driver ch341
[    1.770952] usbserial: USB Serial support registered for ch341-uart
[    1.771537] usbcore: registered new interface driver cp210x
[    1.772071] usbserial: USB Serial support registered for cp210x
[    1.772633] usbcore: registered new interface driver ftdi_sio
[    1.773162] usbserial: USB Serial support registered for FTDI USB Serial Device
[    1.773849] usbcore: registered new interface driver keyspan
[    1.774368] usbserial: USB Serial support registered for Keyspan - (without firmware)
[    1.775091] usbserial: USB Serial support registered for Keyspan 1 port adapter
[    1.775771] usbserial: USB Serial support registered for Keyspan 2 port adapter
[    1.776440] usbserial: USB Serial support registered for Keyspan 4 port adapter
[    1.777128] usbcore: registered new interface driver option
[    1.777657] usbserial: USB Serial support registered for GSM modem (1-port)
[    1.778298] usbcore: registered new interface driver oti6858
[    1.778828] usbserial: USB Serial support registered for oti6858
[    1.779388] usbcore: registered new interface driver pl2303
[    1.779918] usbserial: USB Serial support registered for pl2303
[    1.780467] usbcore: registered new interface driver qcserial
[    1.781018] usbserial: USB Serial support registered for Qualcomm USB modem
[    1.781670] usbcore: registered new interface driver sierra
[    1.782189] usbserial: USB Serial support registered for Sierra USB modem
[    1.783909] usbcore: registered new interface driver usbtouchscreen
[    1.784751] .. rk pwm remotectl v1.1 init
[    1.785349] input: ff420030.pwm as /devices/platform/ff420030.pwm/input/input0
[    1.786409] sensor_register_slave:mma8452,id=17
[    1.786838] sensor_register_slave:lis3dh,id=7
[    1.787227] sensor_register_slave:mma7660,id=18
[    1.787646] sensor_register_slave:lsm303d,id=22
[    1.788056] sensor_register_slave:gs_mc3230,id=23
[    1.788474] [Gsensor]   gsensor_init
[    1.788802] sensor_register_slave:mpu6880_acc,id=24
[    1.789236] sensor_register_slave:mpu6500_acc,id=25
[    1.789677] sensor_register_slave:lsm330_acc,id=26
[    1.790111] sensor_register_slave:akm8975,id=30
[    1.790521] sensor_register_slave:akm8963,id=31
[    1.790939] sensor_register_slave:l3g4200d,id=45
[    1.791350] sensor_register_slave:l3g20d,id=46
[    1.791757] sensor_register_slave:ewtsa,id=47
[    1.792145] sensor_register_slave:lsm330_gyro,id=51
[    1.792586] sensor_register_slave:cm3217,id=53
[    1.792985] sensor_register_slave:cm3218,id=54
[    1.793880] i2c /dev entries driver
[    1.795428] fan53555-regulator 0-0040: FAN53555 Option[8] Rev[1] Detected!
[    1.796121] fan53555-reg: supplied by vcc5v0_sys
[    1.798906] fan53555-regulator 0-0041: FAN53555 Option[8] Rev[1] Detected!
[    1.799561] fan53555-reg: supplied by vcc5v0_sys
[    1.802391] rk808 0-001b: Pmic Chip id: 0x0
[    1.805829] rk808-regulator rk808-regulator: there is no dvs0 gpio
[    1.806431] rk808-regulator rk808-regulator: there is no dvs1 gpio
[    1.807076] DCDC_REG1: supplied by vcc3v3_sys
[    1.808240] DCDC_REG2: supplied by vcc3v3_sys
[    1.809245] DCDC_REG3: supplied by vcc3v3_sys
[    1.809962] DCDC_REG4: supplied by vcc3v3_sys
[    1.810854] LDO_REG1: supplied by vcc3v3_sys
[    1.812377] LDO_REG2: supplied by vcc3v3_sys
[    1.813804] LDO_REG3: supplied by vcc3v3_sys
[    1.815200] LDO_REG4: supplied by vcc3v3_sys
[    1.816629] LDO_REG5: supplied by vcc3v3_sys
[    1.818035] LDO_REG6: supplied by vcc3v3_sys
[    1.819440] LDO_REG7: supplied by vcc3v3_sys
[    1.820869] LDO_REG8: supplied by vcc3v3_sys
[    1.822272] SWITCH_REG1: supplied by vcc3v3_sys
[    1.823034] SWITCH_REG2: supplied by vcc3v3_sys
[    1.826844] rk808-rtc rk808-rtc: rtc core: registered rk808-rtc as rtc0
[    1.827916] rk808 0-001b: Can not read property pmic,stby-gpio
[    1.828465] rk3x-i2c ff3c0000.i2c: Initialized RK3xxx I2C bus at ffffff80095e6000
[    1.829850] rk3x-i2c ff110000.i2c: Initialized RK3xxx I2C bus at ffffff80095ee000
[    1.831070] rk3x-i2c ff120000.i2c: Initialized RK3xxx I2C bus at ffffff80095fe000
[    1.832848] fusb302 7-0022: Can't get property of role, set role to default DRP
[    2.832612] rk3x-i2c ff160000.i2c: timeout, ipd: 0x00, state: 1
[    2.833143] fusb302 7-0022: fusb302 send extcon to disable vbus 5v
[    3.833610] rk3x-i2c ff160000.i2c: timeout, ipd: 0x00, state: 1
[    4.833620] rk3x-i2c ff160000.i2c: timeout, ipd: 0x00, state: 1
[    5.833620] rk3x-i2c ff160000.i2c: timeout, ipd: 0x00, state: 1
[    6.833618] rk3x-i2c ff160000.i2c: timeout, ipd: 0x00, state: 1
[    7.833617] rk3x-i2c ff160000.i2c: timeout, ipd: 0x00, state: 1
[    8.833617] rk3x-i2c ff160000.i2c: timeout, ipd: 0x00, state: 1
[    9.833615] rk3x-i2c ff160000.i2c: timeout, ipd: 0x00, state: 1
[   10.833616] rk3x-i2c ff160000.i2c: timeout, ipd: 0x00, state: 1
[   11.833615] rk3x-i2c ff160000.i2c: timeout, ipd: 0x00, state: 1
[   12.833607] rk3x-i2c ff160000.i2c: timeout, ipd: 0x00, state: 1
[   13.833608] rk3x-i2c ff160000.i2c: timeout, ipd: 0x00, state: 1
[   14.833616] rk3x-i2c ff160000.i2c: timeout, ipd: 0x00, state: 1
[   15.833615] rk3x-i2c ff160000.i2c: timeout, ipd: 0x00, state: 1
[   16.833615] rk3x-i2c ff160000.i2c: timeout, ipd: 0x00, state: 1
[   17.833616] rk3x-i2c ff160000.i2c: timeout, ipd: 0x00, state: 1
[   18.833615] rk3x-i2c ff160000.i2c: timeout, ipd: 0x00, state: 1
[   19.833616] rk3x-i2c ff160000.i2c: timeout, ipd: 0x00, state: 1
[   19.834496] fusb302 7-0022: port 0 probe success with role ROLE_MODE_DRP, try_role ROLE_MODE_NONE
[   19.835445] input: Typec_Headphone as /devices/platform/ff160000.i2c/i2c-7/7-0022/input/input1
[   20.836642] rk3x-i2c ff160000.i2c: timeout, ipd: 0x00, state: 1
[   20.837175] mp8859 7-0066: failed to set slew_rate
[   20.837623] mp8859 7-0066: register ext0 dev0
[   20.838187] mp8859 7-0066: mp8859 probe successful
[   20.839072] rk3x-i2c ff160000.i2c: Initialized RK3xxx I2C bus at ffffff80097c2000
[   20.841646] fusb302 4-0022: Can't get property of role, set role to default DRP
[   20.851485] fusb302 4-0022: port 1 probe success with role ROLE_MODE_DRP, try_role ROLE_MODE_NONE
[   20.852486] input: Typec_Headphone as /devices/platform/ff3d0000.i2c/i2c-4/4-0022/input/input2
[   20.853509] rk3x-i2c ff3d0000.i2c: Initialized RK3xxx I2C bus at ffffff80097c4000
[   20.855984] IR NEC protocol handler initialized
[   20.857546] rkisp1 ff910000.rkisp1: rkisp1 driver version: v00.01.05
[   20.858149] rkisp1 ff910000.rkisp1: Missing rockchip,grf property
[   20.861051] rkisp1 ff920000.rkisp1: rkisp1 driver version: v00.01.05
[   20.861654] rkisp1 ff920000.rkisp1: Missing rockchip,grf property
[   20.864435] usbcore: registered new interface driver npu_acm
[   20.865038] usbcore: registered new interface driver uvcvideo
[   20.865548] USB Video Class driver (1.1.1)
[   20.866021] cw201x 2-0062: design_capacity missing!
[   21.865629] rk3x-i2c ff120000.i2c: timeout, ipd: 0x00, state: 1
[   21.866159] cw_bat_probe cw_init error
[   21.866510] cw201x: probe of 2-0062 failed with error -110
[   21.869837] Boot mode: coldboot
[   21.872221] rk_tsadcv2_temp_to_code: Invalid conversion table: code=1023, temperature=2147483647
[   21.873230] rockchip-thermal ff260000.tsadc: tsadc is probed successfully!
[   21.874806] dw_wdt ff848000.watchdog: Should better to setup a 'resets' property in dt, that must been named with reset
[   21.876677] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com
[   21.877664] Bluetooth: Virtual HCI driver ver 1.5
[   21.878217] Bluetooth: HCI UART driver ver 2.3
[   21.878631] Bluetooth: HCI UART protocol H4 registered
[   21.879085] Bluetooth: HCI UART protocol LL registered
[   21.879538] Bluetooth: HCI UART protocol ATH3K registered
[   21.880085] usbcore: registered new interface driver bfusb
[   21.880625] usbcore: registered new interface driver btusb
[   21.881604] cpu cpu0: bin=1
[   21.881914] cpu cpu0: leakage=18
[   21.894839] cpu cpu0: temp=34444, pvtm=141341 (142146 + -805)
[   21.895838] cpu cpu0: pvtm-volt-sel=0
[   21.896254] cpu cpu0: bin-scale=34
[   21.897084] cpu cpu4: bin=1
[   21.897413] cpu cpu4: leakage=32
[   21.909836] cpu cpu4: temp=34444, pvtm=149108 (149605 + -497)
[   21.910459] cpu cpu4: pvtm-volt-sel=1
[   21.910869] cpu cpu4: bin-scale=17
[   21.912808] cpu cpu0: avs=0
[   21.913205] cpu cpu0: l=0 h=2147483647 hyst=5000 l_limit=0 h_limit=0
[   21.914716] cpu cpu0: failed to find power_model node
[   21.916529] cpu cpu4: avs=0
[   21.916945] cpu cpu4: l=0 h=2147483647 hyst=5000 l_limit=0 h_limit=0
[   21.919279] cpu cpu4: failed to find power_model node
[   21.920889] sdhci: Secure Digital Host Controller Interface driver
[   21.921435] sdhci: Copyright(c) Pierre Ossman
[   21.921850] Synopsys Designware Multimedia Card Interface Driver
[   21.923656] dwmmc_rockchip fe310000.dwmmc: IDMAC supports 32-bit address mode.
[   21.924318] dwmmc_rockchip fe310000.dwmmc: Using internal DMA controller.
[   21.924944] dwmmc_rockchip fe310000.dwmmc: Version ID is 270a
[   21.925504] dwmmc_rockchip fe310000.dwmmc: DW MMC controller at irq 25,32 bit host data width,256 deep fifo
[   21.926497] dwmmc_rockchip fe310000.dwmmc: No vmmc regulator found
[   21.927057] dwmmc_rockchip fe310000.dwmmc: No vqmmc regulator found
[   21.928929] dwmmc_rockchip fe320000.dwmmc: IDMAC supports 32-bit address mode.
[   21.929606] dwmmc_rockchip fe320000.dwmmc: Using internal DMA controller.
[   21.930216] dwmmc_rockchip fe320000.dwmmc: Version ID is 270a
[   21.930785] dwmmc_rockchip fe320000.dwmmc: DW MMC controller at irq 26,32 bit host data width,256 deep fifo
[   21.931670] dwmmc_rockchip fe320000.dwmmc: 'clock-freq-min-max' property was deprecated.
[   21.932970] vccio_sd: unsupportable voltage range: 3300000-3000000uV
[   21.933553] rockchip-iodomain ff770000.syscon:io-domains: Setting to 3000000 done
[   21.934261] rockchip-iodomain ff770000.syscon:io-domains: Setting to 3000000 done
[   21.947565] mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[   21.961081] dwmmc_rockchip fe320000.dwmmc: 1 slots initialized
[   21.962104] sdhci-pltfm: SDHCI platform and OF driver helper
[   21.964564] sdhci-arasan fe330000.sdhci: No vmmc regulator found
[   21.965108] sdhci-arasan fe330000.sdhci: No vqmmc regulator found
[   21.995713] mmc1: SDHCI controller on fe330000.sdhci [fe330000.sdhci] using ADMA
[   21.997932] hidraw: raw HID events driver (C) Jiri Kosina
[   21.998734] usbcore: registered new interface driver usbhid
[   21.999233] usbhid: USB HID core driver
[   21.999725] inv_mpu_iio: inv_mpu_init:746
[   22.003349] usbcore: registered new interface driver snd-usb-audio
[   22.009401] rockchip-cdndp-sound dp-sound: ASoC: CODEC DAI spdif-hifi not registered
[   22.010102] rockchip-cdndp-sound dp-sound: rockchip_sound_probe snd_soc_register_card fail -517
[   22.010994] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[   22.011973] IPVS: Registered protocols (TCP, UDP)
[   22.012433] IPVS: Connection hash table configured (size=4096, memory=64Kbytes)
[   22.013188] IPVS: Creating netns size=2104 id=0
[   22.013632] IPVS: ipvs loaded.
[   22.013909] IPVS: [rr] scheduler registered.
[   22.014565] ip_tables: (C) 2000-2006 Netfilter Core Team
[   22.015138] Initializing XFRM netlink socket
[   22.016159] NET: Registered protocol family 10
[   22.017515] NET: Registered protocol family 17
[   22.017988] NET: Registered protocol family 15
[   22.018420] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
[   22.019584] Bridge firewalling registered
[   22.020139] Bluetooth: RFCOMM socket layer initialized
[   22.020637] Bluetooth: RFCOMM ver 1.11
[   22.020987] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[   22.021521] Bluetooth: HIDP socket layer initialized
[   22.022028] [WLAN_RFKILL]: Enter rfkill_wlan_init
[   22.022859] [BT_RFKILL]: Enter rfkill_rk_init
[   22.023528] Key type dns_resolver registered
[   22.024127] sensor_register_slave:mpu6880_gyro,id=50
[   22.025139] ov13850 1-0036: driver version: 00.01.03
[   22.028934] ov13850 1-0036: write SCCB_ID failed
[   22.029714] ov13850: probe of 1-0036 failed with error -5
[   22.030642] ov13850 1-0046: driver version: 00.01.03
[   22.033627] ov13850 1-0046: write SCCB_ID failed
[   22.034186] ov13850: probe of 1-0046 failed with error -5
[   22.035660] Registered cp15_barrier emulation handler
[   22.036192] Registered setend emulation handler
[   22.037702] Loading compiled-in X.509 certificates
[   22.040274] Btrfs loaded
[   22.041667] rga2: Driver loaded successfully ver:3.02
[   22.042476] rga2: Module initialized.
[   22.044062] phy phy-ff770000.syscon:usb2-phy@e450.3: Failed to get VBUS supply regulator
[   22.046753] phy phy-ff770000.syscon:usb2-phy@e460.5: Failed to get VBUS supply regulator
[   22.047424] mmc1: new HS400 Enhanced strobe MMC card at address 0001
[   22.048311] mmcblk1: mmc1:0001 AJTD4R 14.6 GiB
[   22.049310] mmcblk1boot0: mmc1:0001 AJTD4R partition 1 4.00 MiB
[   22.049971] rockchip-drm display-subsystem: dmc is disabled
[   22.050426] mmcblk1boot1: mmc1:0001 AJTD4R partition 2 4.00 MiB
[   22.050894] mmcblk1rpmb: mmc1:0001 AJTD4R partition 3 4.00 MiB
[   22.051860] rockchip-vop ff900000.vop: missing rockchip,grf property
[   22.052750] rockchip-drm display-subsystem: bound ff900000.vop (ops 0xffffff8008ce2730)
[   22.053525] rockchip-vop ff8f0000.vop: missing rockchip,grf property
[   22.054305] rockchip-drm display-subsystem: bound ff8f0000.vop (ops 0xffffff8008ce2730)
[   22.055414] i2c i2c-9: of_i2c: modalias failure on /hdmi@ff940000/ports
[   22.056041] dwhdmi-rockchip ff940000.hdmi: registered DesignWare HDMI I2C bus driver
[   22.056833] dwhdmi-rockchip ff940000.hdmi: Detected HDMI TX controller v2.11a with HDCP (DWC HDMI 2.0 TX PHY)
[   22.059518] rockchip-drm display-subsystem: bound ff940000.hdmi (ops 0xffffff8008cd6f88)
[   22.060777] i2c i2c-10: of_i2c: modalias failure on /dp@fec00000/ports
[   22.061720] rockchip-drm display-subsystem: bound fec00000.dp (ops 0xffffff8008cd7fb8)
[   22.062417] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[   22.063012] [drm] No driver support for vblank timestamp query.
[   22.063816] rockchip-drm display-subsystem: connector[HDMI-A-1] can't found any modes
[   22.064517] rockchip-drm display-subsystem: can't not find any loader display
[   22.065161] rockchip-drm display-subsystem: failed to show loader logo
[   22.065860] Freeing drm_logo memory: 616K
[   22.066232] rockchip-drm display-subsystem: No connectors reported connected with modes
[   22.066948] [drm] Cannot find any crtc or sizes - going 1024x768
[   22.077683] Console: switching to colour frame buffer device 128x48
[   22.083130] rockchip-drm display-subsystem: fb0:  frame buffer device
[   22.089992] mali ff9a0000.gpu: leakage=24
[   22.114165] mali ff9a0000.gpu: temp=34444, pvtm=117293 (117615 + -322)
[   22.115892] mali ff9a0000.gpu: pvtm-volt-sel=0
[   22.116977] mali ff9a0000.gpu: avs=0
[   22.118099] mali ff9a0000.gpu: GPU identified as 0x0860 r2p0 status 0
[   22.118984] mali ff9a0000.gpu: Protected mode not available
[   22.120047] mali ff9a0000.gpu: l=0 h=2147483647 hyst=5000 l_limit=0 h_limit=0
[   22.120811] mali ff9a0000.gpu: Using configured power model mali-simple-power-model, and fallback mali-simple-power-model
[   22.121925] I : [File] : drivers/gpu/arm/midgard/backend/gpu/mali_kbase_devfreq.c; [Line] : 423; [Func] : kbase_devfreq_init(); success initing power_model_simple.
[   22.123861] mali ff9a0000.gpu: Probed as mali0
[   22.128773] xhci-hcd xhci-hcd.10.auto: xHCI Host Controller
[   22.129461] xhci-hcd xhci-hcd.10.auto: new USB bus registered, assigned bus number 1
[   22.130286] xhci-hcd xhci-hcd.10.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x06030010
[   22.131111] xhci-hcd xhci-hcd.10.auto: irq 230, io mem 0xfe800000
[   22.131913] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[   22.132515] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   22.133164] usb usb1: Product: xHCI Host Controller
[   22.133614] usb usb1: Manufacturer: Linux 4.4.194-g50f0a60241aa-dirty xhci-hcd
[   22.134249] usb usb1: SerialNumber: xhci-hcd.10.auto
[   22.135217] hub 1-0:1.0: USB hub found
[   22.135642] hub 1-0:1.0: 1 port detected
[   22.136293] xhci-hcd xhci-hcd.10.auto: xHCI Host Controller
[   22.136944] xhci-hcd xhci-hcd.10.auto: new USB bus registered, assigned bus number 2
[   22.137700] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[   22.138516] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[   22.139132] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   22.139821] usb usb2: Product: xHCI Host Controller
[   22.140271] usb usb2: Manufacturer: Linux 4.4.194-g50f0a60241aa-dirty xhci-hcd
[   22.140969] usb usb2: SerialNumber: xhci-hcd.10.auto
[   22.142032] hub 2-0:1.0: USB hub found
[   22.142459] hub 2-0:1.0: 1 port detected
[   22.144458] xhci-hcd xhci-hcd.10.auto: remove, state 1
[   22.144951] usb usb2: USB disconnect, device number 1
[   22.161974] xhci-hcd xhci-hcd.10.auto: Host not halted after 16000 microseconds.
[   22.162640] xhci-hcd xhci-hcd.10.auto: Host controller not halted, aborting reset.
[   22.163364] xhci-hcd xhci-hcd.10.auto: USB bus 2 deregistered
[   22.164146] xhci-hcd xhci-hcd.10.auto: remove, state 1
[   22.164741] usb usb1: USB disconnect, device number 1
[   22.166183] xhci-hcd xhci-hcd.10.auto: USB bus 1 deregistered
[   22.167488] xhci-hcd xhci-hcd.11.auto: xHCI Host Controller
[   22.168154] xhci-hcd xhci-hcd.11.auto: new USB bus registered, assigned bus number 1
[   22.168981] xhci-hcd xhci-hcd.11.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x06030010
[   22.169806] xhci-hcd xhci-hcd.11.auto: irq 231, io mem 0xfe900000
[   22.170540] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[   22.171165] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   22.171819] usb usb1: Product: xHCI Host Controller
[   22.172257] usb usb1: Manufacturer: Linux 4.4.194-g50f0a60241aa-dirty xhci-hcd
[   22.172906] usb usb1: SerialNumber: xhci-hcd.11.auto
[   22.173763] hub 1-0:1.0: USB hub found
[   22.174122] hub 1-0:1.0: 1 port detected
[   22.174729] xhci-hcd xhci-hcd.11.auto: xHCI Host Controller
[   22.175339] xhci-hcd xhci-hcd.11.auto: new USB bus registered, assigned bus number 2
[   22.176088] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[   22.176892] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[   22.177491] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   22.178150] usb usb2: Product: xHCI Host Controller
[   22.178599] usb usb2: Manufacturer: Linux 4.4.194-g50f0a60241aa-dirty xhci-hcd
[   22.179240] usb usb2: SerialNumber: xhci-hcd.11.auto
[   22.180107] hub 2-0:1.0: USB hub found
[   22.180484] hub 2-0:1.0: 1 port detected
[   22.181362] xhci-hcd xhci-hcd.11.auto: remove, state 1
[   22.181850] usb usb2: USB disconnect, device number 1
[   22.182735] xhci-hcd xhci-hcd.11.auto: USB bus 2 deregistered
[   22.183343] xhci-hcd xhci-hcd.11.auto: remove, state 1
[   22.183824] usb usb1: USB disconnect, device number 1
[   22.184774] xhci-hcd xhci-hcd.11.auto: USB bus 1 deregistered
[   22.189429] ehci-platform fe380000.usb: EHCI Host Controller
[   22.190103] ehci-platform fe380000.usb: new USB bus registered, assigned bus number 1
[   22.190907] ehci-platform fe380000.usb: irq 28, io mem 0xfe380000
[   22.196622] ehci-platform fe380000.usb: USB 2.0 started, EHCI 1.00
[   22.197329] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[   22.197939] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   22.198591] usb usb1: Product: EHCI Host Controller
[   22.199030] usb usb1: Manufacturer: Linux 4.4.194-g50f0a60241aa-dirty ehci_hcd
[   22.199682] usb usb1: SerialNumber: fe380000.usb
[   22.200527] hub 1-0:1.0: USB hub found
[   22.200938] hub 1-0:1.0: 1 port detected
[   22.205457] ehci-platform fe3c0000.usb: EHCI Host Controller
[   22.206144] ehci-platform fe3c0000.usb: new USB bus registered, assigned bus number 2
[   22.206993] ehci-platform fe3c0000.usb: irq 30, io mem 0xfe3c0000
[   22.212787] ehci-platform fe3c0000.usb: USB 2.0 started, EHCI 1.00
[   22.213556] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[   22.214174] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   22.214826] usb usb2: Product: EHCI Host Controller
[   22.215265] usb usb2: Manufacturer: Linux 4.4.194-g50f0a60241aa-dirty ehci_hcd
[   22.215914] usb usb2: SerialNumber: fe3c0000.usb
[   22.216866] hub 2-0:1.0: USB hub found
[   22.217224] hub 2-0:1.0: 1 port detected
[   22.218424] ohci-platform fe3a0000.usb: Generic Platform OHCI controller
[   22.219182] ohci-platform fe3a0000.usb: new USB bus registered, assigned bus number 3
[   22.219939] rockchip-iodomain ff770000.syscon:io-domains: Setting to 3000000 done
[   22.220754] rockchip-iodomain ff770000.syscon:io-domains: Setting to 1800000 done
[   22.221455] ohci-platform fe3a0000.usb: irq 29, io mem 0xfe3a0000
[   22.247457] mmc_host mmc0: Bus speed (slot 0) = 150000000Hz (slot req 150000000Hz, actual 150000000HZ div = 0)
[   22.276970] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[   22.277594] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   22.278230] usb usb3: Product: Generic Platform OHCI controller
[   22.278772] usb usb3: Manufacturer: Linux 4.4.194-g50f0a60241aa-dirty ohci_hcd
[   22.279407] usb usb3: SerialNumber: fe3a0000.usb
[   22.280412] hub 3-0:1.0: USB hub found
[   22.280854] hub 3-0:1.0: 1 port detected
[   22.282147] ohci-platform fe3e0000.usb: Generic Platform OHCI controller
[   22.282934] ohci-platform fe3e0000.usb: new USB bus registered, assigned bus number 4
[   22.283773] ohci-platform fe3e0000.usb: irq 31, io mem 0xfe3e0000
[   22.339203] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[   22.339861] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   22.340520] usb usb4: Product: Generic Platform OHCI controller
[   22.341086] usb usb4: Manufacturer: Linux 4.4.194-g50f0a60241aa-dirty ohci_hcd
[   22.341766] usb usb4: SerialNumber: fe3e0000.usb
[   22.343435] hub 4-0:1.0: USB hub found
[   22.343932] hub 4-0:1.0: 1 port detected
[   22.346081] input: adc-keys as /devices/platform/adc-keys/input/input3
[   22.349419] dwmmc_rockchip fe310000.dwmmc: IDMAC supports 32-bit address mode.
[   22.350213] dwmmc_rockchip fe310000.dwmmc: Using internal DMA controller.
[   22.350866] dwmmc_rockchip fe310000.dwmmc: Version ID is 270a
[   22.351442] dwmmc_rockchip fe310000.dwmmc: DW MMC controller at irq 25,32 bit host data width,256 deep fifo
[   22.352570] dwmmc_rockchip fe310000.dwmmc: No vmmc regulator found
[   22.353161] dwmmc_rockchip fe310000.dwmmc: No vqmmc regulator found
[   22.354532] dwmmc_rockchip fe310000.dwmmc: allocated mmc-pwrseq
[   22.370638] mmc_host mmc2: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[   22.384110] dwmmc_rockchip fe310000.dwmmc: 1 slots initialized
[   22.386134] asoc-simple-card hdmi-sound: i2s-hifi <-> ff8a0000.i2s mapping ok
[   22.389672] rockchip-cdndp-sound dp-sound: spdif-hifi <-> ff870000.spdif mapping ok
[   22.390418] hdmi-audio-codec hdmi-audio-codec.9.auto: ASoC: Failed to create Playback debugfs file
[   22.392374] input: rockchip-cdndp-sound DP Jack as /devices/platform/dp-sound/sound/card1/input4
[   22.394942] input: gpio-keys as /devices/platform/gpio-keys/input/input5
[   22.396152] ==gsl_ts_init==
[   22.396533] ret=0
[   22.399723] rk808-rtc rk808-rtc: setting system clock to 2013-01-18 08:50:26 UTC (1358499026)
[   22.430377] mmc2: queuing unknown CIS tuple 0x80 (2 bytes)
[   22.431336] vcc_mipi: disabling
[   22.431641] dvdd_1v2: disabling
[   22.432661] mmc2: queuing unknown CIS tuple 0x80 (3 bytes)
[   22.434881] mmc2: queuing unknown CIS tuple 0x80 (3 bytes)
[   22.438464] mmc2: queuing unknown CIS tuple 0x80 (7 bytes)
[   22.442774] mmc2: queuing unknown CIS tuple 0x81 (9 bytes)
[   22.500420] mmc_host mmc2: Bus speed (slot 0) = 100000000Hz (slot req 100000000Hz, actual 100000000HZ div = 0)
[   22.507683] dwmmc_rockchip fe320000.dwmmc: Successfully tuned phase to 228
[   22.508331] mmc0: new ultra high speed SDR104 SDXC card at address aaaa
[   22.510733] mmcblk0: mmc0:aaaa SD64G 59.5 GiB
[   22.517918] dwmmc_rockchip fe310000.dwmmc: All phases work, using default phase 0.
[   22.519824] usb 2-1: new high-speed USB device number 2 using ehci-platform
[   22.523118] mmc2: queuing unknown CIS tuple 0x91 (3 bytes)
[   22.523717] mmc2: new ultra high speed SDR104 SDIO card at address 0001
[   22.526949]  mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8
[   22.529377] vendor storage:20190527 ret = 0
[   22.636658] usb 2-1: New USB device found, idVendor=1a40, idProduct=0201
[   22.637272] usb 2-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[   22.637944] usb 2-1: Product: USB 2.0 Hub [MTT]
[   22.640183] hub 2-1:1.0: USB hub found
[   22.641207] hub 2-1:1.0: 7 ports detected
[   23.431879] rk3x-i2c ff160000.i2c: timeout, ipd: 0x00, state: 1
M? 23.435478]
回复

使用道具 举报

18

积分

0

威望

0

贡献

技术小白

积分
18
发表于 2021-5-12 12:42:12        只看该作者  地板
DIY_IMG_原板_RK3399.log

DDR Version 1.24 20191016
In
soft reset
SRX
Channel 0: DDR3, 800MHz
Bus Width=32 Col=10 Bank=8 Row=15 CS=1 Die Bus-Width=16 Size=1024MB
Channel 1: DDR3, 800MHz
Bus Width=32 Col=10 Bank=8 Row=15 CS=1 Die Bus-Width=16 Size=1024MB
256B stride
ch 0 ddrconfig = 0x101, ddrsize = 0x20
ch 1 ddrconfig = 0x101, ddrsize = 0x20
pmugrf_os_reg[2] = 0x32817281, stride = 0x9
OUT
Boot1 Release Time: May 29 2020 17:36:36, version: 1.26
CPUId = 0x0
ChipType = 0x10, 429
SdmmcInit=2 0
BootCapSize=100000
UserCapSize=14910MB
FwPartOffset=2000 , 100000
mmc0:cmd5,20
SdmmcInit=0 0
BootCapSize=0
UserCapSize=60906MB
FwPartOffset=2000 , 0
run on sd0
StorageInit ok = 78329
SecureMode = 0
SecureInit read PBA: 0x4
SecureInit read PBA: 0x404
SecureInit read PBA: 0x804
SecureInit read PBA: 0xc04
SecureInit read PBA: 0x1004
SecureInit read PBA: 0x1404
SecureInit read PBA: 0x1804
SecureInit read PBA: 0x1c04
SecureInit ret = 0, SecureMode = 0
atags_set_bootdev: ret:(0)
GPT part:  0, name:            uboot, start:0x4000, size:0x2000
GPT part:  1, name:            trust, start:0x6000, size:0x2000
GPT part:  2, name:             misc, start:0x8000, size:0x2000
GPT part:  3, name:             boot, start:0xa000, size:0x10000
GPT part:  4, name:         recovery, start:0x1a000, size:0x10000
GPT part:  5, name:           backup, start:0x2a000, size:0x10000
GPT part:  6, name:           rootfs, start:0x5a000, size:0x5dbe00
GPT part:  7, name:         userdata, start:0x635e00, size:0x70bf1df
find part:uboot OK. first_lba:0x4000.
find part:trust OK. first_lba:0x6000.
Trust Addr:0x6000, 0x58334c42
No find bl30.bin
Load uboot, ReadLba = 4000
Load OK, addr=0x200000, size=0xe3098
RunBL31 0x40000 @ 247454 us
NOTICE:  BL31: v1.3(release):845ee93
NOTICE:  BL31: Built : 15:51:11, Jul 22 2020
NOTICE:  BL31: Rockchip release version: v1.1
INFO:    GICv3 with legacy support detected. ARM GICV3 driver initialized in EL3
INFO:    Using opteed sec cpu_context!
INFO:    boot cpu mask: 0
INFO:    plat_rockchip_pmu_init(1196): pd status 3e
INFO:    BL31: Initializing runtime services
INFO:    BL31: Initializing BL32
INF [0x0] TEE-CORE:init_primary_helper:337: Initializing (1.1.0-266-gee81607c #1 Mon Aug 17 09:23:30 UTC 2020 aarch64)

INF [0x0] TEE-CORE:init_primary_helper:338: Release version: 1.2

INF [0x0] TEE-CORE:init_teecore:83: teecore inits done
INFO:    BL31: Preparing for EL3 exit to normal world
INFO:    Entry point address = 0x200000
INFO:    SPSR = 0x3c9


U-Boot 2017.09-gc56bc3a030 #root (May 12 2021 - 11:29:17 +0800)

Model: ROC-RK3399-PC Board
PreSerial: 2
DRAM:  2 GiB
Sysmem: init
Relocation Offset: 7dbec000, fdt: 7bdd5728
I2c0 speed: 400000Hz
PMIC:  RK808
vdd_center 900000 uV
vdd_cpu_l 900000 uV
vdd_log init 1100000 uV
MMC:   dwmmc@fe320000: 1, sdhci@fe330000: 0
Using default environment

In:    serial
Out:   serial
Err:   serial
Model: ROC-RK3399-PC Board
switch to partitions #0, OK
mmc1 is current device
Found IDB in SDcard
Bootdev(atags): mmc 1
MMC1: Legacy, 50Mhz
PartType: EFI
boot mode: normal
Found DTB in boot part
Rockchip UBOOT DRM driver version: v1.0.1
CLK: (uboot. arml: enter 816000 KHz, init 816000 KHz, kernel 0N/A)
CLK: (uboot. armb: enter 816000 KHz, init 816000 KHz, kernel 0N/A)
  aplll 816000 KHz
  apllb 816000 KHz
  dpll 800000 KHz
  cpll 24000 KHz
  gpll 800000 KHz
  npll 600000 KHz
  vpll 24000 KHz
  aclk_perihp 133333 KHz
  hclk_perihp 66666 KHz
  pclk_perihp 33333 KHz
  aclk_perilp0 266666 KHz
  hclk_perilp0 88888 KHz
  pclk_perilp0 44444 KHz
  hclk_perilp1 100000 KHz
  pclk_perilp1 50000 KHz
Net:   eth0: ethernet@fe300000
Hit key to stop autoboot('CTRL+C'):  0
ANDROID: reboot reason: "(none)"
DTB: rk-kernel.dtb
HASH(c): OK
Android header version 0
Booting IMAGE kernel at 0x00280000 with fdt at 0x08300000...


Fdt Ramdisk skip relocation
## Booting Android Image at 0x0027f800 ...
Kernel load addr 0x00280000 size 19455 KiB
RAM disk load addr 0x0a200000 size 8657 KiB
## Flattened Device Tree blob at 08300000
   Booting using the fdt blob at 0x8300000
   XIP Kernel Image from 0x00280000 to 0x00280000 ... OK
  'reserved-memory' ramoops@110000: addr=110000 size=f0000
   Using Device Tree in place at 0000000008300000, end 000000000831cade
No file: logo_kernel.bmp
Adding bank: 0x00200000 - 0x08400000 (size: 0x08200000)
Adding bank: 0x0a200000 - 0x80000000 (size: 0x75e00000)
Total: 3106.568 ms

Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 4.4.194-g50f0a60241aa-dirty (root@bw-MS-7C52) (firefly: 50f0a60241aa6c9af65d5bdbdaae40df4cd77be3) (gcc version 6.3.1 20170404 (Linaro GCC 6.3-2017.05) ) #6 SMP Tue May 11 17:10:44 CST 2021
[    0.000000] Boot CPU: AArch64 Processor [410fd034]
[    0.000000] earlycon: Early serial console at MMIO32 0xff1a0000 (options '')
[    0.000000] bootconsole [uart0] enabled
[    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: Trusted OS migration not required
[    0.000000] PERCPU: Embedded 21 pages/cpu @ffffffc07fedf000 s46312 r8192 d31512 u86016
[    0.000000] Detected VIPT I-cache on CPU0
[    0.000000] CPU features: enabling workaround for ARM erratum 845719
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 507912
[    0.000000] Kernel command line: storagemedia=sd androidboot.storagemedia=sd androidboot.mode=normal  androidboot.slot_suffix= androidboot.serialno=4eaf29be85563b5e  ro rootwait earlycon=uart8250,mmio32,0xff1a0000 swiotlb=1 console=ttyFIQ0 root=PARTLABEL=rootfs rootfstype=ext4 overlayroot=device:dev=PARTLABEL=userdata,fstype=ext4,mkfs=1 coherent_pool=1m systemd.gpt_auto=0 cgroup_enable=memory swapaccount=1
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.000000] software IO TLB: mapped [mem 0x7fe97000-0x7fed7000] (0MB)
[    0.000000] Memory: 1996272K/2064384K available (11902K kernel code, 1662K rwdata, 4688K rodata, 1152K init, 1920K bss, 68112K reserved, 0K cma-reserved)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     modules : 0xffffff8000000000 - 0xffffff8008000000   (   128 MB)
[    0.000000]     vmalloc : 0xffffff8008000000 - 0xffffffbdbfff0000   (   246 GB)
[    0.000000]       .init : 0xffffff80090c0000 - 0xffffff80091e0000   (  1152 KB)
[    0.000000]       .text : 0xffffff8008080000 - 0xffffff8008c20000   ( 11904 KB)
[    0.000000]     .rodata : 0xffffff8008c20000 - 0xffffff80090c0000   (  4736 KB)
[    0.000000]       .data : 0xffffff80091e0000 - 0xffffff800937f808   (  1663 KB)
[    0.000000]     vmemmap : 0xffffffbdc0000000 - 0xffffffbfc0000000   (     8 GB maximum)
[    0.000000]               0xffffffbdc0008000 - 0xffffffbdc2000000   (    31 MB actual)
[    0.000000]     fixed   : 0xffffffbffe7fb000 - 0xffffffbffec00000   (  4116 KB)
[    0.000000]     PCI I/O : 0xffffffbffee00000 - 0xffffffbfffe00000   (    16 MB)
[    0.000000]     memory  : 0xffffffc000200000 - 0xffffffc080000000   (  2046 MB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000]  Build-time adjustment of leaf fanout to 64.
[    0.000000]  RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=6.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=6
[    0.000000] NR_IRQS:64 nr_irqs:64 0
[    0.000000] GIC: Using split EOI/Deactivate mode
[    0.000000] ITS: /interrupt-controller@fee00000/interrupt-controller@fee20000
[    0.000000] ITS: allocated 65536 Devices @7d480000 (psz 64K, shr 0)
[    0.000000] ITS: using cache flushing for cmd queue
[    0.000000] GIC: using LPI property table @0x000000007d410000
[    0.000000] ITS: Allocated 1792 chunks for LPIs
[    0.000000] CPU0: found redistributor 0 region 0:0x00000000fef00000
[    0.000000] CPU0: using LPI pending table @0x000000007d420000
[    0.000000] GIC: using cache flushing for LPI property table
[    0.000000] GIC: PPI partition interrupt-partition-0[0] { /cpus/cpu@0[0] /cpus/cpu@1[1] /cpus/cpu@2[2] /cpus/cpu@3[3] }
[    0.000000] GIC: PPI partition interrupt-partition-1[1] { /cpus/cpu@100[4] /cpus/cpu@101[5] }
[    0.000000] rockchip_clk_register_frac_branch: could not find dclk_vop0_frac as parent of dclk_vop0, rate changes may not work
[    0.000000] rockchip_clk_register_frac_branch: could not find dclk_vop1_frac as parent of dclk_vop1, rate changes may not work
[    0.000000] Architected 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.002201] Console: colour dummy device 80x25
[    0.002641] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=24000)
[    0.003627] pid_max: default: 32768 minimum: 301
[    0.004148] Security Framework initialized
[    0.004609] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)
[    0.005249] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)
[    0.006594] Initializing cgroup subsys io
[    0.007000] Initializing cgroup subsys memory
[    0.007439] Initializing cgroup subsys devices
[    0.007870] Initializing cgroup subsys freezer
[    0.008308] Initializing cgroup subsys perf_event
[    0.008763] Initializing cgroup subsys net_prio
[    0.009200] Initializing cgroup subsys pids
[    0.009629] ftrace: allocating 44598 entries in 175 pages
[    0.115542] sched-energy: Sched-energy-costs installed from DT
[    0.116106] CPU0: update cpu_capacity 401
[    0.116548] ASID allocator initialised with 32768 entries
[    0.120156] PCI/MSI: /interrupt-controller@fee00000/interrupt-controller@fee20000 domain created
[    0.121485] Platform MSI: /interrupt-controller@fee00000/interrupt-controller@fee20000 domain created
[    0.123671] Detected VIPT I-cache on CPU1
[    0.123700] CPU1: found redistributor 1 region 0:0x00000000fef20000
[    0.123724] CPU1: using LPI pending table @0x000000007d6a0000
[    0.123761] CPU1: update cpu_capacity 401
[    0.123765] CPU1: Booted secondary processor [410fd034]
[    0.124296] Detected VIPT I-cache on CPU2
[    0.124316] CPU2: found redistributor 2 region 0:0x00000000fef40000
[    0.124338] CPU2: using LPI pending table @0x000000007d6d0000
[    0.124364] CPU2: update cpu_capacity 401
[    0.124367] CPU2: Booted secondary processor [410fd034]
[    0.124899] Detected VIPT I-cache on CPU3
[    0.124919] CPU3: found redistributor 3 region 0:0x00000000fef60000
[    0.124941] CPU3: using LPI pending table @0x000000007d730000
[    0.124966] CPU3: update cpu_capacity 401
[    0.124969] CPU3: Booted secondary processor [410fd034]
[    0.125501] Detected PIPT I-cache on CPU4
[    0.125525] CPU4: found redistributor 100 region 0:0x00000000fef80000
[    0.125558] CPU4: using LPI pending table @0x000000007d760000
[    0.125592] CPU4: update cpu_capacity 1024
[    0.125595] CPU4: Booted secondary processor [410fd082]
[    0.126129] Detected PIPT I-cache on CPU5
[    0.126147] CPU5: found redistributor 101 region 0:0x00000000fefa0000
[    0.126178] CPU5: using LPI pending table @0x000000007d790000
[    0.126203] CPU5: update cpu_capacity 1024
[    0.126207] CPU5: Booted secondary processor [410fd082]
[    0.126288] Brought up 6 CPUs
[    0.138634] SMP: Total of 6 processors activated.
[    0.139085] CPU features: detected feature: GIC system register CPU interface
[    0.139772] CPU features: detected feature: 32-bit EL0 Support
[    0.140331] CPU: All CPU(s) started at EL2
[    0.140757] alternatives: patching kernel code
[    0.142525] devtmpfs: initialized
[    0.160659] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.161617] futex hash table entries: 2048 (order: 5, 131072 bytes)
[    0.162646] xor: measuring software checksum speed
[    0.172498]    8regs     :  2856.000 MB/sec
[    0.182553]    8regs_prefetch:  2564.000 MB/sec
[    0.192606]    32regs    :  3208.000 MB/sec
[    0.202659]    32regs_prefetch:  2848.000 MB/sec
[    0.203106] xor: using function: 32regs (3208.000 MB/sec)
[    0.203637] pinctrl core: initialized pinctrl subsystem
[    0.205819] Failed to find legacy iommu devices
[    0.206618] NET: Registered protocol family 16
[    0.212125] cpuidle: using governor ladder
[    0.216133] cpuidle: using governor menu
[    0.216524] Registered FIQ tty driver
[    0.217279] vdso: 2 pages (1 code @ ffffff8008c26000, 1 data @ ffffff80091e4000)
[    0.218004] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.219066] DMA: preallocated 1024 KiB pool for atomic allocations
[    0.243677] console [pstore-1] enabled
[    0.244046] pstore: Registered ramoops as persistent store backend
[    0.244638] ramoops: attached 0xf0000@0x110000, ecc: 0/0
[    0.247907] console [ttyFIQ0] enabled
[    0.247907] console [ttyFIQ0] enabled
[    0.248595] bootconsole [uart0] disabled
[    0.248595] bootconsole [uart0] disabled
[    0.249520] Registered fiq debugger ttyFIQ0
[    0.280161] raid6: int64x1  gen()   468 MB/s
[    0.297226] raid6: int64x1  xor()   412 MB/s
[    0.314341] raid6: int64x2  gen()   675 MB/s
[    0.331417] raid6: int64x2  xor()   597 MB/s
[    0.348500] raid6: int64x4  gen()   980 MB/s
[    0.365588] raid6: int64x4  xor()   673 MB/s
[    0.382711] raid6: int64x8  gen()   781 MB/s
[    0.399756] raid6: int64x8  xor()   630 MB/s
[    0.416858] raid6: neonx1   gen()   964 MB/s
[    0.433944] raid6: neonx1   xor()   675 MB/s
[    0.451057] raid6: neonx2   gen()  1277 MB/s
[    0.468127] raid6: neonx2   xor()   980 MB/s
[    0.485210] raid6: neonx4   gen()  1730 MB/s
[    0.502285] raid6: neonx4   xor()  1166 MB/s
[    0.519383] raid6: neonx8   gen()  1691 MB/s
[    0.536471] raid6: neonx8   xor()  1234 MB/s
[    0.536855] raid6: using algorithm neonx4 gen() 1730 MB/s
[    0.537336] raid6: .... xor() 1166 MB/s, rmw enabled
[    0.537777] raid6: using intx1 recovery algorithm
[    0.543475] iommu: Adding device ff650000.vpu_service to group 0
[    0.544090] iommu: Adding device ff660000.rkvdec to group 1
[    0.544704] iommu: Adding device ff8f0000.vop to group 2
[    0.545269] iommu: Adding device ff900000.vop to group 3
[    0.545840] iommu: Adding device ff910000.rkisp1 to group 4
[    0.546425] iommu: Adding device ff920000.rkisp1 to group 5
[    0.547414] rk_iommu ff650800.iommu: can't get sclk
[    0.548102] rk_iommu ff660480.iommu: can't get sclk
[    0.548737] rk_iommu ff8f3f00.iommu: can't get sclk
[    0.549340] rk_iommu ff903f00.iommu: can't get sclk
[    0.549933] rk_iommu ff914000.iommu: can't get sclk
[    0.550541] rk_iommu ff924000.iommu: can't get sclk
[    0.551314] SCSI subsystem initialized
[    0.552011] usbcore: registered new interface driver usbfs
[    0.552534] usbcore: registered new interface driver hub
[    0.553102] usbcore: registered new device driver usb
[    0.553610] media: Linux media interface: v0.10
[    0.554057] Linux video capture interface: v2.00
[    0.554548] pps_core: LinuxPPS API ver. 1 registered
[    0.554990] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.555821] PTP clock support registered
[    0.557307] Advanced Linux Sound Architecture Driver Initialized.
[    0.558318] Bluetooth: Core ver 2.21
[    0.558654] NET: Registered protocol family 31
[    0.559060] Bluetooth: HCI device and connection manager initialized
[    0.559632] Bluetooth: HCI socket layer initialized
[    0.560073] Bluetooth: L2CAP socket layer initialized
[    0.560543] Bluetooth: SCO socket layer initialized
[    0.561471] nfc: nfc_init: NFC Core ver 0.1
[    0.561877] NET: Registered protocol family 39
[    0.562388] rockchip-cpuinfo cpuinfo: Serial         : 4eaf29be85563b5e
[    0.563582] clocksource: Switched to clocksource arch_sys_counter
[    0.613269] thermal thermal_zone1: power_allocator: sustainable_power will be estimated
[    0.614178] NET: Registered protocol family 2
[    0.614973] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[    0.615754] TCP bind hash table entries: 16384 (order: 7, 524288 bytes)
[    0.616789] TCP: Hash tables configured (established 16384 bind 16384)
[    0.617437] UDP hash table entries: 1024 (order: 4, 98304 bytes)
[    0.618061] UDP-Lite hash table entries: 1024 (order: 4, 98304 bytes)
[    0.618889] NET: Registered protocol family 1
[    0.619543] RPC: Registered named UNIX socket transport module.
[    0.620084] RPC: Registered udp transport module.
[    0.620503] RPC: Registered tcp transport module.
[    0.620929] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.622176] Trying to unpack rootfs image as initramfs...
[    1.033378] Freeing initrd memory: 8656K
[    1.034314] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
[    1.035138] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[    1.039095] Initialise system trusted keyring
[    1.047517] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    1.048827] NFS: Registering the id_resolver key type
[    1.049296] Key type id_resolver registered
[    1.049690] Key type id_legacy registered
[    1.050065] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    1.051337] ntfs: driver 2.1.32 [Flags: R/O].
[    1.052107] fuse init (API version 7.23)
[    1.052809] SGI XFS with security attributes, no debug enabled
[    1.058535] NET: Registered protocol family 38
[    1.058973] Key type asymmetric registered
[    1.059341] Asymmetric key parser 'x509' registered
[    1.059939] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[    1.060737] io scheduler noop registered
[    1.061094] io scheduler deadline registered
[    1.061508] io scheduler cfq registered (default)
[    1.066795] ace test_init function.
[    1.067281] ace test_init end.ret=0
[    1.067994] radar end.ret=0
[    1.070778] rockchip-pcie f8000000.pcie: no vpcie3v3 regulator found
[    1.071364] rockchip-pcie f8000000.pcie: no vpcie1v8 regulator found
[    1.071972] rockchip-pcie f8000000.pcie: no vpcie0v9 regulator found
[    1.072531] rockchip-pcie f8000000.pcie: missing "memory-region" property
[    1.073147] PCI host bridge /pcie@f8000000 ranges:
[    1.073705]   MEM 0xfa000000..0xfbdfffff -> 0xfa000000
[    1.074163]    IO 0xfbe00000..0xfbefffff -> 0xfbe00000
[    1.616642] rockchip-pcie f8000000.pcie: PCIe link training gen1 timeout!
[    1.617255] rockchip-pcie f8000000.pcie: deferred probe failed
[    1.617998] rockchip-pcie: probe of f8000000.pcie failed with error -110
[    1.619407] backlight supply power not found, using dummy regulator
[    1.620560] Module initialized.
[    1.621280] rk-vcodec ff650000.vpu_service: no regulator for vcodec
[    1.622150] rk-vcodec ff650000.vpu_service: probe device
[    1.622882] rk-vcodec ff650000.vpu_service: drm allocator with mmu enabled
[    1.624028] rk-vcodec ff650000.vpu_service: could not find power_model node
[    1.624664] rk-vcodec ff650000.vpu_service: init success
[    1.625384] rk-vcodec ff660000.rkvdec: no regulator for vcodec
[    1.626349] rk-vcodec ff660000.rkvdec: probe device
[    1.626982] rk-vcodec ff660000.rkvdec: drm allocator with mmu enabled
[    1.627925] rk-vcodec ff660000.rkvdec: could not find power_model node
[    1.628506] rk-vcodec ff660000.rkvdec: init success
[    1.630379] dma-pl330 ff6d0000.dma-controller: Loaded driver for PL330 DMAC-241330
[    1.631068] dma-pl330 ff6d0000.dma-controller:       DBUFF-32x8bytes Num_Chans-6 Num_Peri-12 Num_Events-12
[    1.633266] dma-pl330 ff6e0000.dma-controller: Loaded driver for PL330 DMAC-241330
[    1.633954] dma-pl330 ff6e0000.dma-controller:       DBUFF-128x8bytes Num_Chans-8 Num_Peri-20 Num_Events-16
[    1.635795] rockchip-system-monitor rockchip-system-monitor: system monitor probe
[    1.637616] Serial: 8250/16550 driver, 5 ports, IRQ sharing disabled
[    1.638782] ff180000.serial: ttyS0 at MMIO 0xff180000 (irq = 38, base_baud = 1500000) is a 16550A
[    1.641297] [drm] Initialized drm 1.1.0 20060810
[    1.645660] [drm] Rockchip DRM driver version: v1.0.1
[    1.648281] mali ff9a0000.gpu: Failed to get regulator
[    1.648748] mali ff9a0000.gpu: Power control initialization failed
[    1.649659] Unable to detect cache hierarchy for CPU 0
[    1.650950] brd: module loaded
[    1.656457] loop: module loaded
[    1.657286] zram: Added device: zram0
[    1.657903] lkdtm: No crash points registered, enable through debugfs
[    1.658591] Loading dl1825 driver
[    1.660479] rockchip-spi ff1d0000.spi: no high_speed pinctrl state
[    1.661557] m25p80 spi32766.0: unrecognized JEDEC id bytes: ff, ff, ff
[    1.662159] m25p80: probe of spi32766.0 failed with error -2
[    1.663074] register spi return v = :0
[    1.663905] tun: Universal TUN/TAP device driver, 1.6
[    1.664358] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    1.665951] rk_gmac-dwmac fe300000.ethernet: clock input or output? (input).
[    1.666596] rk_gmac-dwmac fe300000.ethernet: TX delay(0x2e).
[    1.667098] rk_gmac-dwmac fe300000.ethernet: RX delay(0x13).
[    1.667623] rk_gmac-dwmac fe300000.ethernet: integrated PHY? (no).
[    1.668344] rk_gmac-dwmac fe300000.ethernet: cannot get clock clk_mac_speed
[    1.668967] rk_gmac-dwmac fe300000.ethernet: clock input from PHY
[    1.674518] rk_gmac-dwmac fe300000.ethernet: init for RGMII
[    1.675144] stmmac - user ID: 0x10, Synopsys ID: 0x35
[    1.675607]  Ring mode enabled
[    1.675888]  DMA HW capability register supported
[    1.676294]  Normal descriptors
[    1.676608]  RX Checksum Offload Engine supported (type 2)
[    1.677094]  TX Checksum insertion supported
[    1.677477]  Wake-Up On Lan supported
[    1.677845]  Enable RX Mitigation via HW Watchdog Timer
[    1.747780] libphy: stmmac: probed
[    1.748095] eth%d: PHY ID 001cc915 at 0 IRQ POLL (stmmac-0:00) active
[    1.748675] eth%d: PHY ID 001cc915 at 1 IRQ POLL (stmmac-0:01)
[    1.750517] usbcore: registered new interface driver rndis_wlan
[    1.751324] Rockchip WiFi SYS interface (V1.00) ...
[    1.751941] usbcore: registered new interface driver rtl8150
[    1.752500] usbcore: registered new interface driver r8152
[    1.753060] usbcore: registered new interface driver asix
[    1.753604] usbcore: registered new interface driver ax88179_178a
[    1.754196] usbcore: registered new interface driver cdc_ether
[    1.754781] usbcore: registered new interface driver rndis_host
[    1.755386] usbcore: registered new interface driver cdc_ncm
[    1.755947] usbcore: registered new interface driver qmi_wwan
[    1.756505] usbcore: registered new interface driver cdc_mbim
[    1.759002] rockchip-dwc3 usb0: failed to get drvdata dwc3
[    1.760967] rockchip-dwc3 usb1: failed to get drvdata dwc3
[    1.762904] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.763499] ehci-pci: EHCI PCI platform driver
[    1.763992] ehci-platform: EHCI generic platform driver
[    1.765371] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.765953] ohci-platform: OHCI generic platform driver
[    1.767600] usbcore: registered new interface driver cdc_acm
[    1.768102] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[    1.768854] usbcore: registered new interface driver cdc_wdm
[    1.769386] usbcore: registered new interface driver uas
[    1.769920] usbcore: registered new interface driver usb-storage
[    1.770524] usbcore: registered new interface driver usbserial
[    1.771087] usbcore: registered new interface driver usbserial_generic
[    1.771700] usbserial: USB Serial support registered for generic
[    1.772262] usbcore: registered new interface driver ch341
[    1.772781] usbserial: USB Serial support registered for ch341-uart
[    1.773365] usbcore: registered new interface driver cp210x
[    1.773895] usbserial: USB Serial support registered for cp210x
[    1.774445] usbcore: registered new interface driver ftdi_sio
[    1.774986] usbserial: USB Serial support registered for FTDI USB Serial Device
[    1.775678] usbcore: registered new interface driver keyspan
[    1.776197] usbserial: USB Serial support registered for Keyspan - (without firmware)
[    1.776921] usbserial: USB Serial support registered for Keyspan 1 port adapter
[    1.777598] usbserial: USB Serial support registered for Keyspan 2 port adapter
[    1.778264] usbserial: USB Serial support registered for Keyspan 4 port adapter
[    1.778950] usbcore: registered new interface driver option
[    1.779468] usbserial: USB Serial support registered for GSM modem (1-port)
[    1.780123] usbcore: registered new interface driver oti6858
[    1.780654] usbserial: USB Serial support registered for oti6858
[    1.781215] usbcore: registered new interface driver pl2303
[    1.781747] usbserial: USB Serial support registered for pl2303
[    1.782296] usbcore: registered new interface driver qcserial
[    1.782838] usbserial: USB Serial support registered for Qualcomm USB modem
[    1.783479] usbcore: registered new interface driver sierra
[    1.784012] usbserial: USB Serial support registered for Sierra USB modem
[    1.785682] usbcore: registered new interface driver usbtouchscreen
[    1.786506] .. rk pwm remotectl v1.1 init
[    1.787119] input: ff420030.pwm as /devices/platform/ff420030.pwm/input/input0
[    1.788196] sensor_register_slave:mma8452,id=17
[    1.788628] sensor_register_slave:lis3dh,id=7
[    1.789017] sensor_register_slave:mma7660,id=18
[    1.789427] sensor_register_slave:lsm303d,id=22
[    1.789848] sensor_register_slave:gs_mc3230,id=23
[    1.790266] [Gsensor]   gsensor_init
[    1.790594] sensor_register_slave:mpu6880_acc,id=24
[    1.791028] sensor_register_slave:mpu6500_acc,id=25
[    1.791461] sensor_register_slave:lsm330_acc,id=26
[    1.791903] sensor_register_slave:akm8975,id=30
[    1.792313] sensor_register_slave:akm8963,id=31
[    1.792731] sensor_register_slave:l3g4200d,id=45
[    1.793142] sensor_register_slave:l3g20d,id=46
[    1.793541] sensor_register_slave:ewtsa,id=47
[    1.793937] sensor_register_slave:lsm330_gyro,id=51
[    1.794371] sensor_register_slave:cm3217,id=53
[    1.794777] sensor_register_slave:cm3218,id=54
[    1.795699] i2c /dev entries driver
[    1.797235] fan53555-regulator 0-0040: FAN53555 Option[8] Rev[1] Detected!
[    1.797921] fan53555-reg: supplied by vcc5v0_sys
[    1.800467] fan53555-regulator 0-0041: FAN53555 Option[8] Rev[1] Detected!
[    1.801148] fan53555-reg: supplied by vcc5v0_sys
[    1.803743] rk808 0-001b: Pmic Chip id: 0x0
[    1.806834] rk808-regulator rk808-regulator: there is no dvs0 gpio
[    1.807435] rk808-regulator rk808-regulator: there is no dvs1 gpio
[    1.808076] DCDC_REG1: supplied by vcc3v3_sys
[    1.809238] DCDC_REG2: supplied by vcc3v3_sys
[    1.810243] DCDC_REG3: supplied by vcc3v3_sys
[    1.810960] DCDC_REG4: supplied by vcc3v3_sys
[    1.811839] LDO_REG1: supplied by vcc3v3_sys
[    1.813373] LDO_REG2: supplied by vcc3v3_sys
[    1.814803] LDO_REG3: supplied by vcc3v3_sys
[    1.816198] LDO_REG4: supplied by vcc3v3_sys
[    1.817628] LDO_REG5: supplied by vcc3v3_sys
[    1.819034] LDO_REG6: supplied by vcc3v3_sys
[    1.820427] LDO_REG7: supplied by vcc3v3_sys
[    1.821866] LDO_REG8: supplied by vcc3v3_sys
[    1.823271] SWITCH_REG1: supplied by vcc3v3_sys
[    1.824028] SWITCH_REG2: supplied by vcc3v3_sys
[    1.827846] rk808-rtc rk808-rtc: rtc core: registered rk808-rtc as rtc0
[    1.828920] rk808 0-001b: Can not read property pmic,stby-gpio
[    1.829469] rk3x-i2c ff3c0000.i2c: Initialized RK3xxx I2C bus at ffffff80095e6000
[    1.830857] rk3x-i2c ff110000.i2c: Initialized RK3xxx I2C bus at ffffff80095ee000
[    1.832080] rk3x-i2c ff120000.i2c: Initialized RK3xxx I2C bus at ffffff80095fe000
[    1.833865] fusb302 7-0022: Can't get property of role, set role to default DRP
[    2.833614] rk3x-i2c ff160000.i2c: timeout, ipd: 0x00, state: 1
[    2.834145] fusb302 7-0022: fusb302 send extcon to disable vbus 5v
[    3.834602] rk3x-i2c ff160000.i2c: timeout, ipd: 0x00, state: 1
[    4.834614] rk3x-i2c ff160000.i2c: timeout, ipd: 0x00, state: 1
[    5.834615] rk3x-i2c ff160000.i2c: timeout, ipd: 0x00, state: 1
[    6.834611] rk3x-i2c ff160000.i2c: timeout, ipd: 0x00, state: 1
[    7.834611] rk3x-i2c ff160000.i2c: timeout, ipd: 0x00, state: 1
[    8.834610] rk3x-i2c ff160000.i2c: timeout, ipd: 0x00, state: 1
[    9.834610] rk3x-i2c ff160000.i2c: timeout, ipd: 0x00, state: 1
[   10.834610] rk3x-i2c ff160000.i2c: timeout, ipd: 0x00, state: 1
[   11.834609] rk3x-i2c ff160000.i2c: timeout, ipd: 0x00, state: 1
[   12.834609] rk3x-i2c ff160000.i2c: timeout, ipd: 0x00, state: 1
[   13.834609] rk3x-i2c ff160000.i2c: timeout, ipd: 0x00, state: 1
[   14.834610] rk3x-i2c ff160000.i2c: timeout, ipd: 0x00, state: 1
[   15.834609] rk3x-i2c ff160000.i2c: timeout, ipd: 0x00, state: 1
[   16.834610] rk3x-i2c ff160000.i2c: timeout, ipd: 0x00, state: 1
[   17.834609] rk3x-i2c ff160000.i2c: timeout, ipd: 0x00, state: 1
[   18.834609] rk3x-i2c ff160000.i2c: timeout, ipd: 0x00, state: 1
[   19.834609] rk3x-i2c ff160000.i2c: timeout, ipd: 0x00, state: 1
[   19.835489] fusb302 7-0022: port 0 probe success with role ROLE_MODE_DRP, try_role ROLE_MODE_NONE
[   19.836456] input: Typec_Headphone as /devices/platform/ff160000.i2c/i2c-7/7-0022/input/input1
[   20.837645] rk3x-i2c ff160000.i2c: timeout, ipd: 0x00, state: 1
[   20.838178] mp8859 7-0066: failed to set slew_rate
[   20.838626] mp8859 7-0066: register ext0 dev0
[   20.839190] mp8859 7-0066: mp8859 probe successful
[   20.840074] rk3x-i2c ff160000.i2c: Initialized RK3xxx I2C bus at ffffff80097c2000
[   20.842553] fusb302 4-0022: Can't get property of role, set role to default DRP
[   20.852570] fusb302 4-0022: port 1 probe success with role ROLE_MODE_DRP, try_role ROLE_MODE_NONE
[   20.853594] input: Typec_Headphone as /devices/platform/ff3d0000.i2c/i2c-4/4-0022/input/input2
[   20.854609] rk3x-i2c ff3d0000.i2c: Initialized RK3xxx I2C bus at ffffff80097c4000
[   20.857026] IR NEC protocol handler initialized
[   20.858570] rkisp1 ff910000.rkisp1: rkisp1 driver version: v00.01.05
[   20.859173] rkisp1 ff910000.rkisp1: Missing rockchip,grf property
[   20.862077] rkisp1 ff920000.rkisp1: rkisp1 driver version: v00.01.05
[   20.862680] rkisp1 ff920000.rkisp1: Missing rockchip,grf property
[   20.865462] usbcore: registered new interface driver npu_acm
[   20.866068] usbcore: registered new interface driver uvcvideo
[   20.866593] USB Video Class driver (1.1.1)
[   20.867051] cw201x 2-0062: design_capacity missing!
[   21.866631] rk3x-i2c ff120000.i2c: timeout, ipd: 0x00, state: 1
[   21.867161] cw_bat_probe cw_init error
[   21.867512] cw201x: probe of 2-0062 failed with error -110
[   21.870847] Boot mode: normal
[   21.873213] rk_tsadcv2_temp_to_code: Invalid conversion table: code=1023, temperature=2147483647
[   21.874220] rockchip-thermal ff260000.tsadc: tsadc is probed successfully!
[   21.875798] dw_wdt ff848000.watchdog: Should better to setup a 'resets' property in dt, that must been named with reset
[   21.877621] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com
[   21.878604] Bluetooth: Virtual HCI driver ver 1.5
[   21.879173] Bluetooth: HCI UART driver ver 2.3
[   21.879588] Bluetooth: HCI UART protocol H4 registered
[   21.880043] Bluetooth: HCI UART protocol LL registered
[   21.880496] Bluetooth: HCI UART protocol ATH3K registered
[   21.881060] usbcore: registered new interface driver bfusb
[   21.881622] usbcore: registered new interface driver btusb
[   21.882770] cpu cpu0: bin=1
[   21.883099] cpu cpu0: leakage=23
[   21.896424] cpu cpu0: temp=36250, pvtm=146450 (147025 + -575)
[   21.897334] cpu cpu0: pvtm-volt-sel=1
[   21.897753] cpu cpu0: bin-scale=34
[   21.898465] cpu cpu4: bin=1
[   21.898860] cpu cpu4: leakage=40
[   21.911935] cpu cpu4: temp=36875, pvtm=154931 (155286 + -355)
[   21.913373] cpu cpu4: pvtm-volt-sel=1
[   21.913787] cpu cpu4: bin-scale=17
[   21.915739] cpu cpu0: avs=0
[   21.916137] cpu cpu0: l=0 h=2147483647 hyst=5000 l_limit=0 h_limit=0
[   21.917683] cpu cpu0: failed to find power_model node
[   21.919479] cpu cpu4: avs=0
[   21.919896] cpu cpu4: l=0 h=2147483647 hyst=5000 l_limit=0 h_limit=0
[   21.922210] cpu cpu4: failed to find power_model node
[   21.923868] sdhci: Secure Digital Host Controller Interface driver
[   21.924412] sdhci: Copyright(c) Pierre Ossman
[   21.924829] Synopsys Designware Multimedia Card Interface Driver
[   21.926634] dwmmc_rockchip fe310000.dwmmc: IDMAC supports 32-bit address mode.
[   21.927296] dwmmc_rockchip fe310000.dwmmc: Using internal DMA controller.
[   21.927922] dwmmc_rockchip fe310000.dwmmc: Version ID is 270a
[   21.928479] dwmmc_rockchip fe310000.dwmmc: DW MMC controller at irq 25,32 bit host data width,256 deep fifo
[   21.929475] dwmmc_rockchip fe310000.dwmmc: No vmmc regulator found
[   21.930039] dwmmc_rockchip fe310000.dwmmc: No vqmmc regulator found
[   21.931871] dwmmc_rockchip fe320000.dwmmc: IDMAC supports 32-bit address mode.
[   21.932528] dwmmc_rockchip fe320000.dwmmc: Using internal DMA controller.
[   21.933161] dwmmc_rockchip fe320000.dwmmc: Version ID is 270a
[   21.933725] dwmmc_rockchip fe320000.dwmmc: DW MMC controller at irq 26,32 bit host data width,256 deep fifo
[   21.934605] dwmmc_rockchip fe320000.dwmmc: 'clock-freq-min-max' property was deprecated.
[   21.935942] vccio_sd: unsupportable voltage range: 3300000-3000000uV
[   21.936527] rockchip-iodomain ff770000.syscon:io-domains: Setting to 3000000 done
[   21.937229] rockchip-iodomain ff770000.syscon:io-domains: Setting to 3000000 done
[   21.950481] mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[   21.963992] dwmmc_rockchip fe320000.dwmmc: 1 slots initialized
[   21.965006] sdhci-pltfm: SDHCI platform and OF driver helper
[   21.967445] sdhci-arasan fe330000.sdhci: No vmmc regulator found
[   21.967990] sdhci-arasan fe330000.sdhci: No vqmmc regulator found
[   21.998741] mmc1: SDHCI controller on fe330000.sdhci [fe330000.sdhci] using ADMA
[   22.000770] hidraw: raw HID events driver (C) Jiri Kosina
[   22.001901] usbcore: registered new interface driver usbhid
[   22.002397] usbhid: USB HID core driver
[   22.002949] inv_mpu_iio: inv_mpu_init:746
[   22.007479] usbcore: registered new interface driver snd-usb-audio
[   22.013473] rockchip-cdndp-sound dp-sound: ASoC: CODEC DAI spdif-hifi not registered
[   22.014174] rockchip-cdndp-sound dp-sound: rockchip_sound_probe snd_soc_register_card fail -517
[   22.015063] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[   22.016049] IPVS: Registered protocols (TCP, UDP)
[   22.016512] IPVS: Connection hash table configured (size=4096, memory=64Kbytes)
[   22.017274] IPVS: Creating netns size=2104 id=0
[   22.017719] IPVS: ipvs loaded.
[   22.018007] IPVS: [rr] scheduler registered.
[   22.018679] ip_tables: (C) 2000-2006 Netfilter Core Team
[   22.019238] Initializing XFRM netlink socket
[   22.020244] NET: Registered protocol family 10
[   22.021829] NET: Registered protocol family 17
[   22.022252] NET: Registered protocol family 15
[   22.022696] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
[   22.023835] Bridge firewalling registered
[   22.024619] Bluetooth: RFCOMM socket layer initialized
[   22.025099] Bluetooth: RFCOMM ver 1.11
[   22.025458] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[   22.025997] Bluetooth: HIDP socket layer initialized
[   22.026494] [WLAN_RFKILL]: Enter rfkill_wlan_init
[   22.027246] [BT_RFKILL]: Enter rfkill_rk_init
[   22.027855] Key type dns_resolver registered
[   22.028491] sensor_register_slave:mpu6880_gyro,id=50
[   22.029637] ov13850 1-0036: driver version: 00.01.03
[   22.033381] ov13850 1-0036: write SCCB_ID failed
[   22.034085] ov13850: probe of 1-0036 failed with error -5
[   22.035058] ov13850 1-0046: driver version: 00.01.03
[   22.038239] ov13850 1-0046: write SCCB_ID failed
[   22.038825] ov13850: probe of 1-0046 failed with error -5
[   22.040320] Registered cp15_barrier emulation handler
[   22.040875] Registered setend emulation handler
[   22.042334] Loading compiled-in X.509 certificates
[   22.044918] Btrfs loaded
[   22.046287] rga2: Driver loaded successfully ver:3.02
[   22.047111] rga2: Module initialized.
[   22.048468] phy phy-ff770000.syscon:usb2-phy@e450.3: Failed to get VBUS supply regulator
[   22.050385] phy phy-ff770000.syscon:usb2-phy@e460.5: Failed to get VBUS supply regulator
[   22.052654] rockchip-drm display-subsystem: dmc is disabled
[   22.052720] mmc1: new HS400 Enhanced strobe MMC card at address 0001
[   22.053437] mmcblk1: mmc1:0001 AJTD4R 14.6 GiB
[   22.053967] mmcblk1boot0: mmc1:0001 AJTD4R partition 1 4.00 MiB
[   22.054388] mmcblk1boot1: mmc1:0001 AJTD4R partition 2 4.00 MiB
[   22.054859] mmcblk1rpmb: mmc1:0001 AJTD4R partition 3 4.00 MiB
[   22.056008] rockchip-vop ff900000.vop: missing rockchip,grf property
[   22.056833] rockchip-drm display-subsystem: bound ff900000.vop (ops 0xffffff8008ce2730)
[   22.057614] rockchip-vop ff8f0000.vop: missing rockchip,grf property
[   22.058353] rockchip-drm display-subsystem: bound ff8f0000.vop (ops 0xffffff8008ce2730)
[   22.059484] i2c i2c-9: of_i2c: modalias failure on /hdmi@ff940000/ports
[   22.060117] dwhdmi-rockchip ff940000.hdmi: registered DesignWare HDMI I2C bus driver
[   22.060901] dwhdmi-rockchip ff940000.hdmi: Detected HDMI TX controller v2.11a with HDCP (DWC HDMI 2.0 TX PHY)
[   22.063312] rockchip-drm display-subsystem: bound ff940000.hdmi (ops 0xffffff8008cd6f88)
[   22.064604] i2c i2c-10: of_i2c: modalias failure on /dp@fec00000/ports
[   22.065540] rockchip-drm display-subsystem: bound fec00000.dp (ops 0xffffff8008cd7fb8)
[   22.066257] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[   22.066852] [drm] No driver support for vblank timestamp query.
[   22.067620] rockchip-drm display-subsystem: connector[HDMI-A-1] can't found any modes
[   22.068340] rockchip-drm display-subsystem: can't not find any loader display
[   22.069009] rockchip-drm display-subsystem: failed to show loader logo
[   22.069759] Freeing drm_logo memory: 616K
[   22.070135] rockchip-drm display-subsystem: No connectors reported connected with modes
[   22.070861] [drm] Cannot find any crtc or sizes - going 1024x768
[   22.079080] Console: switching to colour frame buffer device 128x48
[   22.083744] rockchip-drm display-subsystem: fb0:  frame buffer device
[   22.089741] mali ff9a0000.gpu: leakage=29
[   22.103040] mali ff9a0000.gpu: temp=36875, pvtm=121780 (122010 + -230)
[   22.105001] mali ff9a0000.gpu: pvtm-volt-sel=1
[   22.106717] mali ff9a0000.gpu: avs=0
[   22.108110] mali ff9a0000.gpu: GPU identified as 0x0860 r2p0 status 0
[   22.109394] mali ff9a0000.gpu: Protected mode not available
[   22.111210] mali ff9a0000.gpu: l=0 h=2147483647 hyst=5000 l_limit=0 h_limit=0
[   22.111999] mali ff9a0000.gpu: Using configured power model mali-simple-power-model, and fallback mali-simple-power-model
[   22.113277] I : [File] : drivers/gpu/arm/midgard/backend/gpu/mali_kbase_devfreq.c; [Line] : 423; [Func] : kbase_devfreq_init(); success initing power_model_simple.
[   22.115872] mali ff9a0000.gpu: Probed as mali0
[   22.121898] xhci-hcd xhci-hcd.10.auto: xHCI Host Controller
[   22.123032] xhci-hcd xhci-hcd.10.auto: new USB bus registered, assigned bus number 1
[   22.124056] xhci-hcd xhci-hcd.10.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x06030010
[   22.124987] xhci-hcd xhci-hcd.10.auto: irq 230, io mem 0xfe800000
[   22.126104] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[   22.126753] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   22.127411] usb usb1: Product: xHCI Host Controller
[   22.127886] usb usb1: Manufacturer: Linux 4.4.194-g50f0a60241aa-dirty xhci-hcd
[   22.128543] usb usb1: SerialNumber: xhci-hcd.10.auto
[   22.130322] hub 1-0:1.0: USB hub found
[   22.130870] hub 1-0:1.0: 1 port detected
[   22.132262] xhci-hcd xhci-hcd.10.auto: xHCI Host Controller
[   22.133248] xhci-hcd xhci-hcd.10.auto: new USB bus registered, assigned bus number 2
[   22.134127] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[   22.135127] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[   22.135776] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   22.136434] usb usb2: Product: xHCI Host Controller
[   22.136909] usb usb2: Manufacturer: Linux 4.4.194-g50f0a60241aa-dirty xhci-hcd
[   22.137566] usb usb2: SerialNumber: xhci-hcd.10.auto
[   22.139874] hub 2-0:1.0: USB hub found
[   22.140313] hub 2-0:1.0: 1 port detected
[   22.143986] xhci-hcd xhci-hcd.10.auto: remove, state 1
[   22.144490] usb usb2: USB disconnect, device number 1
[   22.162228] xhci-hcd xhci-hcd.10.auto: Host not halted after 16000 microseconds.
[   22.162672] dwmmc_rockchip fe320000.dwmmc: Unexpected interrupt latency
[   22.163484] xhci-hcd xhci-hcd.10.auto: Host controller not halted, aborting reset.
[   22.164259] xhci-hcd xhci-hcd.10.auto: USB bus 2 deregistered
[   22.166835] xhci-hcd xhci-hcd.10.auto: remove, state 1
[   22.167318] usb usb1: USB disconnect, device number 1
[   22.168871] xhci-hcd xhci-hcd.10.auto: USB bus 1 deregistered
[   22.170166] xhci-hcd xhci-hcd.11.auto: xHCI Host Controller
[   22.170924] xhci-hcd xhci-hcd.11.auto: new USB bus registered, assigned bus number 1
[   22.171756] xhci-hcd xhci-hcd.11.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x06030010
[   22.172569] xhci-hcd xhci-hcd.11.auto: irq 231, io mem 0xfe900000
[   22.173370] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[   22.173997] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   22.174644] usb usb1: Product: xHCI Host Controller
[   22.175085] usb usb1: Manufacturer: Linux 4.4.194-g50f0a60241aa-dirty xhci-hcd
[   22.175731] usb usb1: SerialNumber: xhci-hcd.11.auto
[   22.176788] hub 1-0:1.0: USB hub found
[   22.177153] hub 1-0:1.0: 1 port detected
[   22.177803] xhci-hcd xhci-hcd.11.auto: xHCI Host Controller
[   22.178545] xhci-hcd xhci-hcd.11.auto: new USB bus registered, assigned bus number 2
[   22.179345] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[   22.180176] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[   22.180790] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   22.181425] usb usb2: Product: xHCI Host Controller
[   22.181886] usb usb2: Manufacturer: Linux 4.4.194-g50f0a60241aa-dirty xhci-hcd
[   22.182521] usb usb2: SerialNumber: xhci-hcd.11.auto
[   22.183618] hub 2-0:1.0: USB hub found
[   22.183982] hub 2-0:1.0: 1 port detected
[   22.184905] xhci-hcd xhci-hcd.11.auto: remove, state 1
[   22.185382] usb usb2: USB disconnect, device number 1
[   22.186607] xhci-hcd xhci-hcd.11.auto: USB bus 2 deregistered
[   22.187359] xhci-hcd xhci-hcd.11.auto: remove, state 1
[   22.187847] usb usb1: USB disconnect, device number 1
[   22.189025] xhci-hcd xhci-hcd.11.auto: USB bus 1 deregistered
[   22.192349] ehci-platform fe380000.usb: EHCI Host Controller
[   22.193150] ehci-platform fe380000.usb: new USB bus registered, assigned bus number 1
[   22.193974] ehci-platform fe380000.usb: irq 28, io mem 0xfe380000
[   22.199648] ehci-platform fe380000.usb: USB 2.0 started, EHCI 1.00
[   22.200381] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[   22.200997] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   22.201643] usb usb1: Product: EHCI Host Controller
[   22.202084] usb usb1: Manufacturer: Linux 4.4.194-g50f0a60241aa-dirty ehci_hcd
[   22.202728] usb usb1: SerialNumber: fe380000.usb
[   22.203841] hub 1-0:1.0: USB hub found
[   22.204203] hub 1-0:1.0: 1 port detected
[   22.208907] ehci-platform fe3c0000.usb: EHCI Host Controller
[   22.209775] ehci-platform fe3c0000.usb: new USB bus registered, assigned bus number 2
[   22.210607] ehci-platform fe3c0000.usb: irq 30, io mem 0xfe3c0000
[   22.216784] ehci-platform fe3c0000.usb: USB 2.0 started, EHCI 1.00
[   22.217568] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[   22.218193] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   22.218837] usb usb2: Product: EHCI Host Controller
[   22.219297] usb usb2: Manufacturer: Linux 4.4.194-g50f0a60241aa-dirty ehci_hcd
[   22.219954] usb usb2: SerialNumber: fe3c0000.usb
[   22.221139] hub 2-0:1.0: USB hub found
[   22.221502] hub 2-0:1.0: 1 port detected
[   22.222846] ohci-platform fe3a0000.usb: Generic Platform OHCI controller
[   22.223821] ohci-platform fe3a0000.usb: new USB bus registered, assigned bus number 3
[   22.224683] ohci-platform fe3a0000.usb: irq 29, io mem 0xfe3a0000
[   22.233169] rockchip-iodomain ff770000.syscon:io-domains: Setting to 3000000 done
[   22.234459] rockchip-iodomain ff770000.syscon:io-domains: Setting to 1800000 done
[   22.261361] mmc_host mmc0: Bus speed (slot 0) = 150000000Hz (slot req 150000000Hz, actual 150000000HZ div = 0)
[   22.280197] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[   22.280848] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   22.281507] usb usb3: Product: Generic Platform OHCI controller
[   22.282074] usb usb3: Manufacturer: Linux 4.4.194-g50f0a60241aa-dirty ohci_hcd
[   22.282753] usb usb3: SerialNumber: fe3a0000.usb
[   22.284834] hub 3-0:1.0: USB hub found
[   22.285248] hub 3-0:1.0: 1 port detected
[   22.287569] ohci-platform fe3e0000.usb: Generic Platform OHCI controller
[   22.289251] ohci-platform fe3e0000.usb: new USB bus registered, assigned bus number 4
[   22.290196] ohci-platform fe3e0000.usb: irq 31, io mem 0xfe3e0000
[   22.346081] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[   22.346729] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   22.347389] usb usb4: Product: Generic Platform OHCI controller
[   22.347957] usb usb4: Manufacturer: Linux 4.4.194-g50f0a60241aa-dirty ohci_hcd
[   22.348637] usb usb4: SerialNumber: fe3e0000.usb
[   22.350539] hub 4-0:1.0: USB hub found
[   22.351022] hub 4-0:1.0: 1 port detected
[   22.353108] input: adc-keys as /devices/platform/adc-keys/input/input3
[   22.356689] dwmmc_rockchip fe310000.dwmmc: IDMAC supports 32-bit address mode.
[   22.357397] dwmmc_rockchip fe310000.dwmmc: Using internal DMA controller.
[   22.358056] dwmmc_rockchip fe310000.dwmmc: Version ID is 270a
[   22.358649] dwmmc_rockchip fe310000.dwmmc: DW MMC controller at irq 25,32 bit host data width,256 deep fifo
[   22.359770] dwmmc_rockchip fe310000.dwmmc: No vmmc regulator found
[   22.360333] dwmmc_rockchip fe310000.dwmmc: No vqmmc regulator found
[   22.361737] dwmmc_rockchip fe310000.dwmmc: allocated mmc-pwrseq
[   22.375735] mmc_host mmc2: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[   22.389321] dwmmc_rockchip fe310000.dwmmc: 1 slots initialized
[   22.392489] asoc-simple-card hdmi-sound: i2s-hifi <-> ff8a0000.i2s mapping ok
[   22.395993] rockchip-cdndp-sound dp-sound: spdif-hifi <-> ff870000.spdif mapping ok
[   22.396763] hdmi-audio-codec hdmi-audio-codec.9.auto: ASoC: Failed to create Playback debugfs file
[   22.398516] input: rockchip-cdndp-sound DP Jack as /devices/platform/dp-sound/sound/card1/input4
[   22.402033] input: gpio-keys as /devices/platform/gpio-keys/input/input5
[   22.403478] ==gsl_ts_init==
[   22.403912] ret=0
[   22.406028] rk808-rtc rk808-rtc: setting system clock to 2013-01-18 08:50:55 UTC (1358499055)
[   22.434287] mmc2: queuing unknown CIS tuple 0x80 (2 bytes)
[   22.436483] mmc2: queuing unknown CIS tuple 0x80 (3 bytes)
[   22.438637] mmc2: queuing unknown CIS tuple 0x80 (3 bytes)
[   22.442097] mmc2: queuing unknown CIS tuple 0x80 (7 bytes)
[   22.446143] mmc2: queuing unknown CIS tuple 0x81 (9 bytes)
[   22.449468] vcc_mipi: disabling
[   22.449796] dvdd_1v2: disabling
[   22.500419] mmc_host mmc2: Bus speed (slot 0) = 100000000Hz (slot req 100000000Hz, actual 100000000HZ div = 0)
[   22.513538] dwmmc_rockchip fe310000.dwmmc: All phases work, using default phase 0.
[   22.517745] mmc2: queuing unknown CIS tuple 0x91 (3 bytes)
[   22.518288] mmc2: new ultra high speed SDR104 SDIO card at address 0001
[   22.523751] usb 2-1: new high-speed USB device number 2 using ehci-platform
[   22.536880] vendor storage:20190527 ret = 0
[   22.587896] dwmmc_rockchip fe320000.dwmmc: Successfully tuned phase to 231
[   22.588561] mmc0: new ultra high speed SDR104 SDXC card at address aaaa
[   22.591062] mmcblk0: mmc0:aaaa SD64G 59.5 GiB
[   22.609902]  mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8
[   22.640549] usb 2-1: New USB device found, idVendor=1a40, idProduct=0201
[   22.641233] usb 2-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[   22.641906] usb 2-1: Product: USB 2.0 Hub [MTT]
[   22.643883] hub 2-1:1.0: USB hub found
[   22.644460] hub 2-1:1.0: 7 ports detected
[   23.449911] rk3x-i2c ff160000.i2c: timeout, ipd: 0x00, state: 1
[   23.454755] ret 1024
[   23.456539] I : [File] : drivers/gpu/arm/mali400/mali/linux/mali_kernel_linux.c; [Line] : 417; [Func] : mali_module_init(); svn_rev_string_from_arm of this mali_ko is '', rk_ko_ver is '5', built at '14:42:19', on 'May 11 2021'.
[   23.459360] Mali: Mali device driver loaded
[   23.460317] rkisp1 ff910000.rkisp1: clear unready subdev num: 1
[   23.462969] rockchip-mipi-dphy-rx: No link between dphy and sensor
[   23.463542] rockchip-mipi-dphy-rx: No link between dphy and sensor
[   23.464172] rkisp1: update sensor failed
[   23.464552] rkisp1 ff920000.rkisp1: clear unready subdev num: 1
[   23.466827] rockchip-mipi-dphy-rx: No link between dphy and sensor
[   23.467400] rockchip-mipi-dphy-rx: No link between dphy and sensor
[   23.468030] rkisp1: update sensor failed
[   23.469907] ALSA device list:
[   23.470192]   #0: rockchip,hdmi
[   23.470484]   #1: rockchip-cdndp-sound
[   23.472015] Freeing unused kernel memory: 1152K
Loading, please wait...
/dev/console is Ok
starting version 237
Begin: Loading essential drivers ... done.
Begin: Running /scripts/init-premount ... done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
Begin: Running /scripts/local-premount ... done.
Warning: fsck not present, so skipping root file system
[   24.856163] EXT4-fs (mmcblk0p7): INFO: recovery required on readonly filesystem
[   24.856866] EXT4-fs (mmcblk0p7): write access will be enabled during recovery
[   24.861957] EXT4-fs (mmcblk0p7): recovery complete
[   24.891933] EXT4-fs (mmcblk0p7): mounted filesystem with ordered data mode. Opts: (null)
done.
Begin: Running /scripts/local-bottom ... done.
Begin: Running /scripts/init-bottom ... Warning: overlayroot: configuring overlayroot with driver=overlay mode=device opts='dev=PARTLABEL=userdata,fstype=ext4,mkfs=1' per kernel cmdline
[   25.175591] EXT4-fs (mmcblk0p8): recovery complete
[   25.177206] EXT4-fs (mmcblk0p8): mounted filesystem with ordered data mode. Opts: (null)
Success: overlayroot: configured root with 'device:dev=PARTLABEL=userdata,fstype=ext4,mkfs=1' using overlay per kernel cmdline
Warning: Something odd, no /lib/modules/4.4.194-g50f0a60241aa-dirty in initramfs.
done.
[   25.510380] random: nonblocking pool is initialized
[   25.746092] systemd[1]: System time before build time, advancing clock.
[   25.753786] cgroup: cgroup2: unknown option "nsdelegate"
[   25.772838] systemd[1]: systemd 237 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
[   25.776274] systemd[1]: Detected architecture arm64.

Welcome to Ubuntu 18.04.4 LTS!

[   25.793645] systemd[1]: Set hostname to <firefly>.
[   26.078480] systemd[1]: File /lib/systemd/system/systemd-journald.service:36 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling.
[   26.080073] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.)
[   26.473701] systemd[1]: Reached target Remote File Systems.
[  OK  ] Reached target Remote File Systems.
[   26.479294] systemd[1]: Created slice System Slice.
[  OK  ] Created slice System Slice.
[   26.480908] systemd[1]: Listening on Journal Socket.
[  OK  ] Listening on Journal Socket.
[   26.487198] systemd[1]: Starting Remount Root and Kernel File Systems...
         Starting Remount Root and Kernel File Systems...
[   26.488785] systemd[1]: Listening on udev Control Socket.
[  OK  ] Listening on udev Control Socket.
[   26.489895] systemd[1]: Listening on udev Kernel Socket.
[  OK  ] Listening on udev Kernel Socket.
[   26.503304] systemd[1]: Created slice system-serial\x2dgetty.slice.
[  OK  ] Created slice system-serial\x2dgetty.slice.
[   26.517282] systemd[1]: Mounting POSIX Message Queue File System...
         Mounting POSIX Message Queue File System...
[   26.518301] systemd[1]: Reached target Swap.
[  OK  ] Reached target Swap.
[   26.599168] systemd[1]: Starting Create Static Device Nodes in /dev...
         Starting Create Static Device Nodes in /dev...
[   26.609386] systemd[1]: Starting udev Coldplug all Devices...
         Starting udev Coldplug all Devices...
[   26.611870] systemd[1]: Created slice User and Session Slice.
[  OK  ] Created slice User and Session Slice.
[   26.612769] systemd[1]: Reached target Slices.
[  OK  ] Reached target Slices.
[   26.613794] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[  OK  ] Listening on /dev/initctl Compatibility Named Pipe.
[   26.650809] systemd[1]: Starting Set the console keyboard layout...
         Starting Set the console keyboard layout...
[   26.652517] systemd[1]: Listening on Syslog Socket.
[  OK  ] Listening on Syslog Socket.
[   26.713832] systemd[1]: Starting Load Kernel Modules...
         Starting Load Kernel Modules...
[   26.735059] systemd[1]: Reached target User and Group Name Lookups.
[  OK  ] Reached target User and Group Name Lookups.
[   26.736664] systemd[1]: Listening on Journal Socket (/dev/log).
[  OK  ] Listening on Journal Socket (/dev/log).
[   26.740831] systemd[1]: Starting Journal Service...
         Starting Journal Service...
[   26.741913] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[  OK  ] Started Forward Password Requests to Wall Directory Watch.
[   26.747016] systemd[1]: Mounting Kernel Debug File System...
         Mounting Kernel Debug File System...
[   26.754071] systemd[1]: Started Remount Root and Kernel File Systems.
[  OK  ] Started Remount Root and Kernel File Systems.
[   26.757868] systemd[1]: Mounted POSIX Message Queue File System.
[  OK  ] Mounted POSIX Message Queue File System.
[   26.760995] systemd[1]: Started Create Static Device Nodes in /dev.
[  OK  ] Started Create Static Device Nodes in /dev.
[   26.764872] systemd[1]: Mounted Kernel Debug File System.
[  OK  ] Mounted Kernel Debug File System.
[   26.770457] systemd[1]: Started Load Kernel Modules.
[  OK  ] Started Load Kernel Modules.
[   26.774881] systemd[1]: Starting Apply Kernel Variables...
         Starting Apply Kernel Variables...
[   26.780151] systemd[1]: Mounting FUSE Control File System...
         Mounting FUSE Control File System...
[   26.787439] systemd[1]: Mounting Kernel Configuration File System...
         Mounting Kernel Configuration File System...
[   26.793073] systemd[1]: Starting Load/Save Random Seed...
         Starting Load/Save Random Seed...
         Starting udev Kernel Device Manager...
[  OK  ] Started Apply Kernel Variables.
[  OK  ] Mounted FUSE Control File System.
[  OK  ] Mounted Kernel Configuration File System.
[  OK  ] Started Load/Save Random Seed.
[  OK  ] Started udev Coldplug all Devices.
[  OK  ] Started udev Kernel Device Manager.
[  OK  ] Started Set the console keyboard layout.
[  OK  ] Started Dispatch Password Requests to Console Directory Watch.
[  OK  ] Reached target Local Encrypted Volumes.
[  OK  ] Reached target Local File Systems (Pre).
[  OK  ] Reached target Local File Systems.
         Starting Tell Plymouth To Write Out Runtime Data...
         Starting Set console font and keymap...
[  OK  ] Started Tell Plymouth To Write Out Runtime Data.
[  OK  ] Started Set console font and keymap.
[  OK  ] Reached target Sound Card.
[  OK  ] Created slice system-systemd\x2dbacklight.slice.
         Starting Load/Save Screen Backlight…ightness of backlight:backlight...
[  OK  ] Started Load/Save Screen Backlight Brightness of backlight:backlight.
[  OK  ] Started Journal Service.
         Starting Flush Journal to Persistent Storage...
[  OK  ] Started Flush Journal to Persistent Storage.
         Starting Create Volatile Files and Directories...
[  OK  ] Started Create Volatile Files and Directories.
         Starting Network Name Resolution...
         Starting Network Time Synchronization...
         Starting Update UTMP about System Boot/Shutdown...
[  OK  ] Started Update UTMP about System Boot/Shutdown.
[  OK  ] Started Network Name Resolution.
[  OK  ] Reached target Host and Network Name Lookups.
[  OK  ] Started Network Time Synchronization.
[  OK  ] Reached target System Initialization.
         Starting Docker Socket for the API.
[  OK  ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
[  OK  ] Started Daily Cleanup of Temporary Directories.
[  OK  ] Listening on D-Bus System Message Bus Socket.
[  OK  ] Reached target Paths.
[  OK  ] Reached target System Time Synchronized.
[  OK  ] Started Daily apt download activities.
[  OK  ] Started Daily apt upgrade and clean activities.
[  OK  ] Started Discard unused blocks once a week.
[  OK  ] Reached target Timers.
[  OK  ] Listening on Docker Socket for the API.
[  OK  ] Reached target Sockets.
[  OK  ] Reached target Basic System.
         Starting System Logging Service...
         Starting LSB: automatic crash report generation...
         Starting Login Service...
         Starting Modem Manager...
[  OK  ] Started Regular background program processing daemon.
         Starting Disk Manager...
         Starting Accounts Service...
         Starting rkisp 3A engine...
         Starting Adbd for linux...
[  OK  ] Started D-Bus System Message Bus.
[  OK  ] Started Login Service.
         Starting Avahi mDNS/DNS-SD Stack...
         Starting Dispatcher daemon for systemd-networkd...
         Starting Save/Restore Sound Card State...
[  OK  ] Started Set the CPU Frequency Scaling governor.
         Starting Network Manager...
         Starting WPA supplicant...
         Starting Restore /etc/resolv.conf i…fore the ppp link was shut down...
[  OK  ] Started System Logging Service.
[  OK  ] Started rkisp 3A engine.
[  OK  ] Found device /dev/ttyFIQ0.
[  OK  ] Started Restore /etc/resolv.conf if…before the ppp link was shut down.
[  OK  ] Started Save/Restore Sound Card State.
[  OK  ] Started Avahi mDNS/DNS-SD Stack.
[  OK  ] Started WPA supplicant.
         Starting Authorization Manager...
[  OK  ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
[  OK  ] Started LSB: automatic crash report generation.
[  OK  ] Started Authorization Manager.
[  OK  ] Started Accounts Service.
[  OK  ] Started Modem Manager.
         Starting Hostname Service...
[  OK  ] Started Hostname Service.
[  OK  ] Started Disk Manager.
[  OK  ] Started Adbd for linux.
         Starting Network Manager Script Dispatcher Service...
[  OK  ] Started Network Manager Script Dispatcher Service.
[  OK  ] Started Dispatcher daemon for systemd-networkd.
[  OK  ] Started Network Manager.
[  OK  ] Reached target Network.
         Starting OpenBSD Secure Shell server...
         Starting Permit User Sessions...
         Starting /etc/rc.local Compatibility...
[  OK  ] Started Permit User Sessions.
         Starting Light Display Manager...
[  OK  ] Started /etc/rc.local Compatibility.
         Starting Hold until boot process finishes up...
[  OK  ] Started Hold until boot process finishes up.
         Starting Set console scheme...
[  OK  ] Started Serial Getty on ttyFIQ0.
[  OK  ] Started Set console scheme.
[  OK  ] Created slice system-getty.slice.
[  OK  ] Started Getty on tty1.
[  OK  ] Reached target Login Prompts.
[  OK  ] Started OpenBSD Secure Shell server.
[  OK  ] Reached target Multi-User System.
[  OK  ] Started Light Display Manager.
[  OK  ] Reached target Graphical Interface.
         Starting Update UTMP about System Runlevel Changes...
[  OK  ] Started Update UTMP about System Runlevel Changes.

Ubuntu 18.04.4 LTS firefly ttyFIQ0

firefly login: root (automatic login)

Last login: Sun Jan 28 23:58:22 CST 2018 on ttyFIQ0
_____ _           __ _
|  ___(_)_ __ ___ / _| |_   _
| |_  | | '__/ _ \ |_| | | | |
|  _| | | | |  __/  _| | |_| |
|_|   |_|_|  \___|_| |_|\__, |
                        |___/
Welcome to Ubuntu 18.04.4 LTS (GNU/Linux 4.4.194-g50f0a60241aa-dirty aarch64)

* Documentation:  http://wiki.t-firefly.com
* Management:     http://www.t-firefly.com

System information as of Sun Jan 28 23:58:23 CST 2018

System load:   0.70 0.16 0.05   Up time:       0 min

回复

使用道具 举报

18

积分

0

威望

0

贡献

技术小白

积分
18
发表于 2021-5-12 12:47:38        只看该作者  5#
RK_IMG_更换EMCC_RK3399.log


DDR Version 1.22 20190506
In
Channel 0: DDR3, 800MHz
Bus Width=32 Col=10 Bank=8 Row=15 CS=1 Die Bus-Width=16 Size=1024MB
Channel 1: DDR3, 800MHz
Bus Width=32 Col=10 Bank=8 Row=15 CS=1 Die Bus-Width=16 Size=1024MB
256B stride
ch 0 ddrconfig = 0x101, ddrsize = 0x20
ch 1 ddrconfig = 0x101, ddrsize = 0x20
pmugrf_os_reg[2] = 0x32817281, stride = 0x9
OUT
Boot1: 2019-03-14, version: 1.19
CPUId = 0x0
ChipType = 0x10, 242
SdmmcInit=2 0
BootCapSize=100000
UserCapSize=14910MB
FwPartOffset=2000 , 100000
mmc0:cmd5,20
SdmmcInit=0 0
BootCapSize=0
UserCapSize=61120MB
FwPartOffset=2000 , 0
StorageInit ok = 66475
SecureMode = 0
SecureInit read PBA: 0x4
SecureInit read PBA: 0x404
SecureInit read PBA: 0x804
SecureInit read PBA: 0xc04
SecureInit read PBA: 0x1004
SecureInit read PBA: 0x1404
SecureInit read PBA: 0x1804
SecureInit read PBA: 0x1c04
SecureInit ret = 0, SecureMode = 0
atags_set_bootdev: ret:(0)
GPT part:  0, name:            uboot, start:0x6000, size:0x2000
GPT part:  1, name:            trust, start:0x8000, size:0x2000
GPT part:  2, name:             misc, start:0xa000, size:0x2000
GPT part:  3, name:             boot, start:0xc000, size:0x10000
GPT part:  4, name:         recovery, start:0x1c000, size:0x10000
GPT part:  5, name:           backup, start:0x2c000, size:0x10000
GPT part:  6, name:           rootfs, start:0x5c000, size:0x7703800
find part:uboot OK. first_lba:0x6000.
find part:trust OK. first_lba:0x8000.
LoadTrust Addr:0x8000
No find bl30.bin
Load uboot, ReadLba = 6000
Load OK, addr=0x200000, size=0xe402c
RunBL31 0x10000
NOTICE:  BL31: v1.3(debug):51f2096
NOTICE:  BL31: Built : 16:24:31, May  6 2019
NOTICE:  BL31: Rockchip release version: v1.1
INFO:    GICv3 with legacy support detected. ARM GICV3 driver initialized in EL3
INFO:    Using opteed sec cpu_context!
INFO:    boot cpu mask: 0
INFO:    plat_rockchip_pmu_init(1181): pd status 3e
INFO:    BL31: Initializing runtime services
INFO:    BL31: Initializing BL32
INF [0x0] TEE-CORE:init_primary_helper:337: Initializing (1.1.0-221-gda2bcfdc #139 Mon Jun 17 03:14:33 UTC 2019 aarch64)

INF [0x0] TEE-CORE:init_primary_helper:338: Release version: 1.2

INF [0x0] TEE-CORE:init_teecore:83: teecore inits done
INFO:    BL31: Preparing for EL3 exit to normal world
INFO:    Entry point address = 0x200000
INFO:    SPSR = 0x3c9


U-Boot 2017.09-03043-ga246c18240 (May 07 2020 - 10:07:25 +0800)

Model: ROC-RK3399-PC Board
PreSerial: 2
DRAM:  2 GiB
Sysmem: init
Relocation Offset is: 7dbeb000
I2c speed: 400000Hz
PMIC:  RK808
vdd_center 900000 uV
vdd_cpu_l 900000 uV
vdd-log init 1100000 uV
MMC:   dwmmc@fe320000: 1, sdhci@fe330000: 0
Using default environment

In:    serial
Out:   serial
Err:   serial
Model: ROC-RK3399-PC Board
switch to partitions #0, OK
mmc1 is current device
do_rkimg_test found IDB in SDcard
do_rkimg_test found IDB in SDcard
Bootdev(atags): mmc 1
MMC1: Legacy, 50Mhz
PartType: EFI
boot mode: None
Load FDT from boot part
Rockchip UBOOT DRM driver version: v1.0.1
CLK: (uboot. arml: enter 816000 KHz, init 816000 KHz, kernel 0N/A)
CLK: (uboot. armb: enter 24000 KHz, init 24000 KHz, kernel 0N/A)
  aplll 816000 KHz
  apllb 24000 KHz
  dpll 800000 KHz
  cpll 24000 KHz
  gpll 800000 KHz
  npll 600000 KHz
  vpll 24000 KHz
  aclk_perihp 133333 KHz
  hclk_perihp 66666 KHz
  pclk_perihp 33333 KHz
  aclk_perilp0 266666 KHz
  hclk_perilp0 88888 KHz
  pclk_perilp0 44444 KHz
  hclk_perilp1 100000 KHz
  pclk_perilp1 50000 KHz
Net:   eth0: ethernet@fe300000
Hit key to stop autoboot('CTRL+C'):  0
ANDROID: reboot reason: "(none)"
DTB: rk-kernel.dtb
Fdt Ramdisk skip relocation
Booting IMAGE kernel at 0x00280000 with fdt at 0x8300000...


## Booting Android Image at 0x0027f800 ...
Kernel load addr 0x00280000 size 18703 KiB
RAM disk load addr 0x0a200000 size 9162 KiB
## Flattened Device Tree blob at 08300000
   Booting using the fdt blob at 0x8300000
   XIP Kernel Image ... OK
  'reserved-memory' region@110000: addr=110000 size=f0000
   Using Device Tree in place at 0000000008300000, end 000000000831c8f4
Adding bank: 0x00200000 - 0x08400000 (size: 0x08200000)
Adding bank: 0x0a200000 - 0x80000000 (size: 0x75e00000)
Can't find file:logo_kernel.bmp
Total: 2953.581 ms

Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 4.4.179-ge8a4ccd64f8f-dirty (jincheng@jincheng-H310M-H-2-0) (local/firefly-linux/rk3399/firefly: e8a4ccd64f8feb7072ed928ab0a6132cbcb7cff6) (gcc version 6.3.1 20170404 (Linaro GCC 6.3-2017.05) ) #392 SMP Thu May 7 15:02:57 CST 2020
[    0.000000] Boot CPU: AArch64 Processor [410fd034]
[    0.000000] earlycon: Early serial console at MMIO32 0xff1a0000 (options '')
[    0.000000] bootconsole [uart0] enabled
[    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: Trusted OS migration not required
[    0.000000] PERCPU: Embedded 21 pages/cpu @ffffffc07fedf000 s46184 r8192 d31640 u86016
[    0.000000] Detected VIPT I-cache on CPU0
[    0.000000] CPU features: enabling workaround for ARM erratum 845719
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 507912
[    0.000000] Kernel command line: sdfwupdate sdfwupdate storagemedia=sd androidboot.storagemedia=sd androidboot.mode=normal androidboot.slot_suffix= androidboot.serialno=139c4730f61dff04  rw rootwait earlycon=uart8250,mmio32,0xff1a0000 swiotlb=1 console=ttyFIQ0 root=PARTLABEL=rootfs rootfstype=ext4 overlayroot=device:dev=PARTLABEL=userdata,fstype=ext4,mkfs=1 coherent_pool=1m systemd.gpt_auto=0 cgroup_enable=memory swapaccount=1
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.000000] software IO TLB: mapped [mem 0x7fe97000-0x7fed7000] (0MB)
[    0.000000] Memory: 1996528K/2064384K available (11390K kernel code, 1614K rwdata, 4492K rodata, 1152K init, 1912K bss, 67856K reserved, 0K cma-reserved)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     modules : 0xffffff8000000000 - 0xffffff8008000000   (   128 MB)
[    0.000000]     vmalloc : 0xffffff8008000000 - 0xffffffbdbfff0000   (   246 GB)
[    0.000000]       .init : 0xffffff8009010000 - 0xffffff8009130000   (  1152 KB)
[    0.000000]       .text : 0xffffff8008080000 - 0xffffff8008ba0000   ( 11392 KB)
[    0.000000]     .rodata : 0xffffff8008ba0000 - 0xffffff8009010000   (  4544 KB)
[    0.000000]       .data : 0xffffff8009130000 - 0xffffff80092c3808   (  1615 KB)
[    0.000000]     vmemmap : 0xffffffbdc0000000 - 0xffffffbfc0000000   (     8 GB maximum)
[    0.000000]               0xffffffbdc0008000 - 0xffffffbdc2000000   (    31 MB actual)
[    0.000000]     fixed   : 0xffffffbffe7fb000 - 0xffffffbffec00000   (  4116 KB)
[    0.000000]     PCI I/O : 0xffffffbffee00000 - 0xffffffbfffe00000   (    16 MB)
[    0.000000]     memory  : 0xffffffc000200000 - 0xffffffc080000000   (  2046 MB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000]  Build-time adjustment of leaf fanout to 64.
[    0.000000]  RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=6.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=6
[    0.000000] NR_IRQS:64 nr_irqs:64 0
[    0.000000] GIC: Using split EOI/Deactivate mode
[    0.000000] ITS: /interrupt-controller@fee00000/interrupt-controller@fee20000
[    0.000000] ITS: allocated 65536 Devices @7d480000 (psz 64K, shr 0)
[    0.000000] ITS: using cache flushing for cmd queue
[    0.000000] GIC: using LPI property table @0x000000007d410000
[    0.000000] ITS: Allocated 1792 chunks for LPIs
[    0.000000] CPU0: found redistributor 0 region 0:0x00000000fef00000
[    0.000000] CPU0: using LPI pending table @0x000000007d420000
[    0.000000] GIC: using cache flushing for LPI property table
[    0.000000] GIC: PPI partition interrupt-partition-0[0] { /cpus/cpu@0[0] /cpus/cpu@1[1] /cpus/cpu@2[2] /cpus/cpu@3[3] }
[    0.000000] GIC: PPI partition interrupt-partition-1[1] { /cpus/cpu@100[4] /cpus/cpu@101[5] }
[    0.000000] rockchip_clk_register_frac_branch: could not find dclk_vop0_frac as parent of dclk_vop0, rate changes may not work
[    0.000000] rockchip_clk_register_frac_branch: could not find dclk_vop1_frac as parent of dclk_vop1, rate changes may not work
[    0.000000] rockchip_cpuclk_pre_rate_change: limiting alt-divider 33 to 31
[    0.000000] Architected 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.000006] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[    0.002286] Console: colour dummy device 80x25
[    0.002727] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=24000)
[    0.003718] pid_max: default: 32768 minimum: 301
[    0.004247] Security Framework initialized
[    0.004714] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)
[    0.005355] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)
[    0.006753] Initializing cgroup subsys devices
[    0.007201] Initializing cgroup subsys freezer
[    0.007637] Initializing cgroup subsys net_prio
[    0.008089] ftrace: allocating 42619 entries in 167 pages
[    0.119322] sched-energy: Sched-energy-costs installed from DT
[    0.119889] CPU0: update cpu_capacity 401
[    0.120336] ASID allocator initialised with 32768 entries
[    0.124052] PCI/MSI: /interrupt-controller@fee00000/interrupt-controller@fee20000 domain created
[    0.125451] Platform MSI: /interrupt-controller@fee00000/interrupt-controller@fee20000 domain created
[    0.127711] Detected VIPT I-cache on CPU1
[    0.127742] CPU1: found redistributor 1 region 0:0x00000000fef20000
[    0.127772] CPU1: using LPI pending table @0x000000007d6a0000
[    0.127815] CPU1: update cpu_capacity 401
[    0.127818] CPU1: Booted secondary processor [410fd034]
[    0.128368] Detected VIPT I-cache on CPU2
[    0.128388] CPU2: found redistributor 2 region 0:0x00000000fef40000
[    0.128415] CPU2: using LPI pending table @0x000000007d6d0000
[    0.128441] CPU2: update cpu_capacity 401
[    0.128445] CPU2: Booted secondary processor [410fd034]
[    0.128983] Detected VIPT I-cache on CPU3
[    0.129003] CPU3: found redistributor 3 region 0:0x00000000fef60000
[    0.129030] CPU3: using LPI pending table @0x000000007d720000
[    0.129055] CPU3: update cpu_capacity 401
[    0.129058] CPU3: Booted secondary processor [410fd034]
[    0.129618] Detected PIPT I-cache on CPU4
[    0.129646] CPU4: found redistributor 100 region 0:0x00000000fef80000
[    0.129684] CPU4: using LPI pending table @0x000000007d750000
[    0.129722] CPU4: update cpu_capacity 1024
[    0.129726] CPU4: Booted secondary processor [410fd082]
[    0.130283] Detected PIPT I-cache on CPU5
[    0.130302] CPU5: found redistributor 101 region 0:0x00000000fefa0000
[    0.130337] CPU5: using LPI pending table @0x000000007d780000
[    0.130363] CPU5: update cpu_capacity 1024
[    0.130366] CPU5: Booted secondary processor [410fd082]
[    0.130464] Brought up 6 CPUs
[    0.142835] SMP: Total of 6 processors activated.
[    0.143287] CPU features: detected feature: GIC system register CPU interface
[    0.143976] CPU features: detected feature: 32-bit EL0 Support
[    0.144535] CPU: All CPU(s) started at EL2
[    0.144967] alternatives: patching kernel code
[    0.146794] devtmpfs: initialized
[    0.164911] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.165828] futex hash table entries: 2048 (order: 5, 131072 bytes)
[    0.166868] xor: measuring software checksum speed
[    0.176715]    8regs     :  2856.000 MB/sec
[    0.186773]    8regs_prefetch:  2564.000 MB/sec
[    0.196829]    32regs    :  3208.000 MB/sec
[    0.206887]    32regs_prefetch:  2848.000 MB/sec
[    0.207313] xor: using function: 32regs (3208.000 MB/sec)
[    0.207833] pinctrl core: initialized pinctrl subsystem
[    0.209088] NET: Registered protocol family 16
[    0.215879] cpuidle: using governor ladder
[    0.219890] cpuidle: using governor menu
[    0.220273] Registered FIQ tty driver
[    0.221029] vdso: 2 pages (1 code @ ffffff8008ba6000, 1 data @ ffffff8009134000)
[    0.221736] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.222912] DMA: preallocated 1024 KiB pool for atomic allocations
[    0.247296] console [pstore-1] enabled
[    0.247651] pstore: Registered ramoops as persistent store backend
[    0.248239] ramoops: attached 0xf0000@0x110000, ecc: 0/0
[    0.251570] console [ttyFIQ0] enabled
[    0.251570] console [ttyFIQ0] enabled
[    0.252238] bootconsole [uart0] disabled
[    0.252238] bootconsole [uart0] disabled
[    0.253170] Registered fiq debugger ttyFIQ0
[    0.284438] raid6: int64x1  gen()   449 MB/s
[    0.301525] raid6: int64x1  xor()   351 MB/s
[    0.318541] raid6: int64x2  gen()   781 MB/s
[    0.335674] raid6: int64x2  xor()   595 MB/s
[    0.352734] raid6: int64x4  gen()  1074 MB/s
[    0.369862] raid6: int64x4  xor()   671 MB/s
[    0.386966] raid6: int64x8  gen()   902 MB/s
[    0.404065] raid6: int64x8  xor()   640 MB/s
[    0.421161] raid6: neonx1   gen()   914 MB/s
[    0.438251] raid6: neonx1   xor()   615 MB/s
[    0.455347] raid6: neonx2   gen()  1523 MB/s
[    0.472429] raid6: neonx2   xor()   990 MB/s
[    0.489531] raid6: neonx4   gen()  1921 MB/s
[    0.506632] raid6: neonx4   xor()  1230 MB/s
[    0.523719] raid6: neonx8   gen()  1691 MB/s
[    0.540817] raid6: neonx8   xor()  1263 MB/s
[    0.541199] raid6: using algorithm neonx4 gen() 1921 MB/s
[    0.541679] raid6: .... xor() 1230 MB/s, rmw enabled
[    0.542124] raid6: using intx1 recovery algorithm
[    0.547989] iommu: Adding device ff650000.vpu_service to group 0
[    0.548592] iommu: Adding device ff660000.rkvdec to group 1
[    0.549203] iommu: Adding device ff8f0000.vop to group 2
[    0.549759] iommu: Adding device ff900000.vop to group 3
[    0.550322] iommu: Adding device ff910000.rkisp1 to group 4
[    0.550900] iommu: Adding device ff920000.rkisp1 to group 5
[    0.551882] rk_iommu ff650800.iommu: can't get sclk
[    0.552588] rk_iommu ff660480.iommu: can't get sclk
[    0.553229] rk_iommu ff8f3f00.iommu: can't get sclk
[    0.553834] rk_iommu ff903f00.iommu: can't get sclk
[    0.554433] rk_iommu ff914000.iommu: can't get sclk
[    0.555041] rk_iommu ff924000.iommu: can't get sclk
[    0.555832] SCSI subsystem initialized
[    0.556543] usbcore: registered new interface driver usbfs
[    0.557078] usbcore: registered new interface driver hub
[    0.557645] usbcore: registered new device driver usb
[    0.558147] media: Linux media interface: v0.10
[    0.558586] Linux video capture interface: v2.00
[    0.559077] pps_core: LinuxPPS API ver. 1 registered
[    0.559523] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.560355] PTP clock support registered
[    0.561864] Advanced Linux Sound Architecture Driver Initialized.
[    0.562885] Bluetooth: Core ver 2.21
[    0.563225] NET: Registered protocol family 31
[    0.563635] Bluetooth: HCI device and connection manager initialized
[    0.564202] Bluetooth: HCI socket layer initialized
[    0.564647] Bluetooth: L2CAP socket layer initialized
[    0.565110] Bluetooth: SCO socket layer initialized
[    0.566160] rockchip-cpuinfo cpuinfo: Serial         : 139c4730f61dff04
[    0.567403] clocksource: Switched to clocksource arch_sys_counter
[    0.617699] thermal thermal_zone1: power_allocator: sustainable_power will be estimated
[    0.618627] NET: Registered protocol family 2
[    0.619452] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[    0.620225] TCP bind hash table entries: 16384 (order: 7, 524288 bytes)
[    0.621275] TCP: Hash tables configured (established 16384 bind 16384)
[    0.621944] UDP hash table entries: 1024 (order: 4, 98304 bytes)
[    0.622575] UDP-Lite hash table entries: 1024 (order: 4, 98304 bytes)
[    0.623418] NET: Registered protocol family 1
[    0.624102] RPC: Registered named UNIX socket transport module.
[    0.624646] RPC: Registered udp transport module.
[    0.625068] RPC: Registered tcp transport module.
[    0.625498] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.626775] Trying to unpack rootfs image as initramfs...
[    1.071809] Freeing initrd memory: 9160K
[    1.072840] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
[    1.073666] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[    1.077635] Initialise system trusted keyring
[    1.086174] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    1.087497] NFS: Registering the id_resolver key type
[    1.087965] Key type id_resolver registered
[    1.088341] Key type id_legacy registered
[    1.088945] fuse init (API version 7.23)
[    1.089658] SGI XFS with security attributes, no debug enabled
[    1.095389] NET: Registered protocol family 38
[    1.095820] Key type asymmetric registered
[    1.096192] Asymmetric key parser 'x509' registered
[    1.096815] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[    1.097528] io scheduler noop registered
[    1.097888] io scheduler deadline registered
[    1.098414] io scheduler cfq registered (default)
[    1.105857] rockchip-pcie f8000000.pcie: no vpcie3v3 regulator found
[    1.106461] rockchip-pcie f8000000.pcie: no vpcie1v8 regulator found
[    1.107051] rockchip-pcie f8000000.pcie: no vpcie0v9 regulator found
[    1.107624] rockchip-pcie f8000000.pcie: missing "memory-region" property
[    1.108228] PCI host bridge /pcie@f8000000 ranges:
[    1.108673]   MEM 0xfa000000..0xfbdfffff -> 0xfa000000
[    1.109134]    IO 0xfbe00000..0xfbefffff -> 0xfbe00000
[    1.651466] rockchip-pcie f8000000.pcie: PCIe link training gen1 timeout!
[    1.652088] rockchip-pcie f8000000.pcie: deferred probe failed
[    1.652733] rockchip-pcie: probe of f8000000.pcie failed with error -110
[    1.654233] backlight supply power not found, using dummy regulator
[    1.655647] rk-vcodec ff650000.vpu_service: no regulator for vcodec
[    1.656603] rk-vcodec ff650000.vpu_service: probe device
[    1.657357] rk-vcodec ff650000.vpu_service: drm allocator with mmu enabled
[    1.658750] rk-vcodec ff650000.vpu_service: could not find power_model node
[    1.659371] rk-vcodec ff650000.vpu_service: init success
[    1.660286] rk-vcodec ff660000.rkvdec: no regulator for vcodec
[    1.661335] rk-vcodec ff660000.rkvdec: probe device
[    1.662025] rk-vcodec ff660000.rkvdec: drm allocator with mmu enabled
[    1.663013] rk-vcodec ff660000.rkvdec: could not find power_model node
[    1.663604] rk-vcodec ff660000.rkvdec: init success
[    1.665552] dma-pl330 ff6d0000.dma-controller: Loaded driver for PL330 DMAC-241330
[    1.666225] dma-pl330 ff6d0000.dma-controller:       DBUFF-32x8bytes Num_Chans-6 Num_Peri-12 Num_Events-12
[    1.668477] dma-pl330 ff6e0000.dma-controller: Loaded driver for PL330 DMAC-241330
[    1.669148] dma-pl330 ff6e0000.dma-controller:       DBUFF-128x8bytes Num_Chans-8 Num_Peri-20 Num_Events-16
[    1.671022] rockchip-system-monitor rockchip-system-monitor: system monitor probe
[    1.672896] Serial: 8250/16550 driver, 5 ports, IRQ sharing disabled
[    1.674086] ff180000.serial: ttyS0 at MMIO 0xff180000 (irq = 38, base_baud = 1500000) is a 16550A
[    1.676010] [drm] Initialized drm 1.1.0 20060810
[    1.680425] [drm] Rockchip DRM driver version: v1.0.1
[    1.683076] mali ff9a0000.gpu: Failed to get regulator
[    1.683548] mali ff9a0000.gpu: Power control initialization failed
[    1.684481] Unable to detect cache hierarchy for CPU 0
[    1.685683] brd: module loaded
[    1.691017] loop: module loaded
[    1.691841] zram: Added device: zram0
[    1.692499] lkdtm: No crash points registered, enable through debugfs
[    1.694645] rockchip-spi ff1d0000.spi: no high_speed pinctrl state
[    1.696043] register spi return v = :0
[    1.696437] register firefly_spi_init spi return v = :0
[    1.698349] rk_gmac-dwmac fe300000.ethernet: clock input or output? (input).
[    1.698989] rk_gmac-dwmac fe300000.ethernet: TX delay(0x2e).
[    1.699505] rk_gmac-dwmac fe300000.ethernet: RX delay(0x13).
[    1.700025] rk_gmac-dwmac fe300000.ethernet: integrated PHY? (no).
[    1.700754] rk_gmac-dwmac fe300000.ethernet: cannot get clock clk_mac_speed
[    1.701374] rk_gmac-dwmac fe300000.ethernet: clock input from PHY
[    1.706929] rk_gmac-dwmac fe300000.ethernet: init for RGMII
[    1.707542] stmmac - user ID: 0x10, Synopsys ID: 0x35
[    1.707987]  Ring mode enabled
[    1.708260]  DMA HW capability register supported
[    1.708669]  Normal descriptors
[    1.708979]  RX Checksum Offload Engine supported (type 2)
[    1.709476]  TX Checksum insertion supported
[    1.709852]  Wake-Up On Lan supported
[    1.710213]  Enable RX Mitigation via HW Watchdog Timer
[    1.780602] libphy: stmmac: probed
[    1.780920] eth%d: PHY ID 001cc915 at 0 IRQ POLL (stmmac-0:00) active
[    1.781505] eth%d: PHY ID 001cc915 at 1 IRQ POLL (stmmac-0:01)
[    1.783443] usbcore: registered new interface driver rndis_wlan
[    1.784173] Rockchip WiFi SYS interface (V1.00) ...
[    1.784769] usbcore: registered new interface driver rtl8150
[    1.785335] usbcore: registered new interface driver r8152
[    1.785900] usbcore: registered new interface driver asix
[    1.786449] usbcore: registered new interface driver ax88179_178a
[    1.787036] usbcore: registered new interface driver cdc_ether
[    1.787614] usbcore: registered new interface driver rndis_host
[    1.788228] usbcore: registered new interface driver cdc_ncm
[    1.788793] usbcore: registered new interface driver qmi_wwan
[    1.789362] usbcore: registered new interface driver cdc_mbim
[    1.791999] rockchip-dwc3 usb0: failed to get drvdata dwc3
[    1.793877] rockchip-dwc3 usb1: failed to get drvdata dwc3
[    1.795865] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.796489] ehci-pci: EHCI PCI platform driver
[    1.796959] ehci-platform: EHCI generic platform driver
[    1.798371] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.798965] ohci-platform: OHCI generic platform driver
[    1.800816] usbcore: registered new interface driver cdc_acm
[    1.801321] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[    1.802095] usbcore: registered new interface driver cdc_wdm
[    1.802661] usbcore: registered new interface driver uas
[    1.803193] usbcore: registered new interface driver usb-storage
[    1.803840] usbcore: registered new interface driver usbserial
[    1.804389] usbcore: registered new interface driver usbserial_generic
[    1.805022] usbserial: USB Serial support registered for generic
[    1.805614] usbcore: registered new interface driver ch341
[    1.806134] usbserial: USB Serial support registered for ch341-uart
[    1.806800] usbcore: registered new interface driver cp210x
[    1.807321] usbserial: USB Serial support registered for cp210x
[    1.807897] usbcore: registered new interface driver ftdi_sio
[    1.808447] usbserial: USB Serial support registered for FTDI USB Serial Device
[    1.809121] usbcore: registered new interface driver keyspan
[    1.809656] usbserial: USB Serial support registered for Keyspan - (without firmware)
[    1.810370] usbserial: USB Serial support registered for Keyspan 1 port adapter
[    1.811045] usbserial: USB Serial support registered for Keyspan 2 port adapter
[    1.811718] usbserial: USB Serial support registered for Keyspan 4 port adapter
[    1.812390] usbcore: registered new interface driver option
[    1.812914] usbserial: USB Serial support registered for GSM modem (1-port)
[    1.813571] usbcore: registered new interface driver oti6858
[    1.814093] usbserial: USB Serial support registered for oti6858
[    1.814659] usbcore: registered new interface driver pl2303
[    1.815175] usbserial: USB Serial support registered for pl2303
[    1.815741] usbcore: registered new interface driver qcserial
[    1.816275] usbserial: USB Serial support registered for Qualcomm USB modem
[    1.816934] usbcore: registered new interface driver sierra
[    1.817457] usbserial: USB Serial support registered for Sierra USB modem
[    1.819197] usbcore: registered new interface driver usbtouchscreen
[    1.820032] .. rk pwm remotectl v1.1 init
[    1.820649] input: ff420030.pwm as /devices/platform/ff420030.pwm/input/input0
[    1.821709] sensor_register_slave:mma8452,id=17
[    1.822115] sensor_register_slave:lis3dh,id=7
[    1.822522] sensor_register_slave:mma7660,id=18
[    1.822926] sensor_register_slave:lsm303d,id=22
[    1.823329] sensor_register_slave:gs_mc3230,id=23
[    1.823758] [Gsensor]   gsensor_init
[    1.824082] sensor_register_slave:mpu6880_acc,id=24
[    1.824526] sensor_register_slave:mpu6500_acc,id=25
[    1.824964] sensor_register_slave:lsm330_acc,id=26
[    1.825390] sensor_register_slave:akm8975,id=30
[    1.825802] sensor_register_slave:akm8963,id=31
[    1.826206] sensor_register_slave:l3g4200d,id=45
[    1.826628] sensor_register_slave:l3g20d,id=46
[    1.827030] sensor_register_slave:ewtsa,id=47
[    1.827430] sensor_register_slave:lsm330_gyro,id=51
[    1.827867] sensor_register_slave:cm3217,id=53
[    1.828269] sensor_register_slave:cm3218,id=54
[    1.829168] i2c /dev entries driver
[    1.830786] fan53555-regulator 0-0040: FAN53555 Option[8] Rev[1] Detected!
[    1.831490] fan53555-reg: supplied by vcc5v0_sys
[    1.834293] fan53555-regulator 0-0041: FAN53555 Option[8] Rev[1] Detected!
[    1.834974] fan53555-reg: supplied by vcc5v0_sys
[    1.837825] rk808 0-001b: Pmic Chip id: 0x0
[    1.841641] rk808-regulator rk808-regulator: there is no dvs0 gpio
[    1.842247] rk808-regulator rk808-regulator: there is no dvs1 gpio
[    1.842902] DCDC_REG1: supplied by vcc3v3_sys
[    1.844083] DCDC_REG2: supplied by vcc3v3_sys
[    1.845094] DCDC_REG3: supplied by vcc3v3_sys
[    1.845821] DCDC_REG4: supplied by vcc3v3_sys
[    1.846705] LDO_REG1: supplied by vcc3v3_sys
[    1.848243] LDO_REG2: supplied by vcc3v3_sys
[    1.849668] LDO_REG3: supplied by vcc3v3_sys
[    1.851063] LDO_REG4: supplied by vcc3v3_sys
[    1.852488] LDO_REG5: supplied by vcc3v3_sys
[    1.853887] LDO_REG6: supplied by vcc3v3_sys
[    1.855280] LDO_REG7: supplied by vcc3v3_sys
[    1.856714] LDO_REG8: supplied by vcc3v3_sys
[    1.858120] SWITCH_REG1: supplied by vcc3v3_sys
[    1.858874] SWITCH_REG2: supplied by vcc3v3_sys
[    1.862732] rk808-rtc rk808-rtc: rtc core: registered rk808-rtc as rtc0
[    1.863807] rk808 0-001b: Can not read property pmic,stby-gpio
[    1.864350] rk3x-i2c ff3c0000.i2c: Initialized RK3xxx I2C bus at ffffff80096c6000
[    1.865760] rk3x-i2c ff110000.i2c: Initialized RK3xxx I2C bus at ffffff80096ce000
[    1.866991] rk3x-i2c ff120000.i2c: Initialized RK3xxx I2C bus at ffffff80096de000
[    1.868799] fusb302 7-0022: Can't get property of role, set role to default DRP
[    2.869459] rk3x-i2c ff160000.i2c: timeout, ipd: 0x00, state: 1
[    2.869995] fusb302 7-0022: fusb302 send extcon to disable vbus 5v
[    3.870441] rk3x-i2c ff160000.i2c: timeout, ipd: 0x00, state: 1
[    4.870434] rk3x-i2c ff160000.i2c: timeout, ipd: 0x00, state: 1
[    5.870435] rk3x-i2c ff160000.i2c: timeout, ipd: 0x00, state: 1
[    6.870430] rk3x-i2c ff160000.i2c: timeout, ipd: 0x00, state: 1
[    7.870434] rk3x-i2c ff160000.i2c: timeout, ipd: 0x00, state: 1
[    8.870434] rk3x-i2c ff160000.i2c: timeout, ipd: 0x00, state: 1
[    9.870433] rk3x-i2c ff160000.i2c: timeout, ipd: 0x00, state: 1
[   10.870434] rk3x-i2c ff160000.i2c: timeout, ipd: 0x00, state: 1
[   11.870433] rk3x-i2c ff160000.i2c: timeout, ipd: 0x00, state: 1
[   12.870433] rk3x-i2c ff160000.i2c: timeout, ipd: 0x00, state: 1
[   13.870433] rk3x-i2c ff160000.i2c: timeout, ipd: 0x00, state: 1
[   14.870432] rk3x-i2c ff160000.i2c: timeout, ipd: 0x00, state: 1
[   15.870432] rk3x-i2c ff160000.i2c: timeout, ipd: 0x00, state: 1
[   16.870433] rk3x-i2c ff160000.i2c: timeout, ipd: 0x00, state: 1
[   17.870433] rk3x-i2c ff160000.i2c: timeout, ipd: 0x00, state: 1
[   18.870433] rk3x-i2c ff160000.i2c: timeout, ipd: 0x00, state: 1
[   19.870433] rk3x-i2c ff160000.i2c: timeout, ipd: 0x00, state: 1
[   19.871333] fusb302 7-0022: port 0 probe success with role ROLE_MODE_DRP, try_role ROLE_MODE_NONE
[   19.872286] input: Typec_Headphone as /devices/platform/ff160000.i2c/i2c-7/7-0022/input/input1
[   20.873461] rk3x-i2c ff160000.i2c: timeout, ipd: 0x00, state: 1
[   20.873999] mp8859 7-0066: failed to set slew_rate
[   20.874450] mp8859 7-0066: register ext0 dev0
[   20.875013] mp8859 7-0066: mp8859 probe successful
[   20.875882] rk3x-i2c ff160000.i2c: Initialized RK3xxx I2C bus at ffffff80096f2000
[   20.878570] fusb302 4-0022: Can't get property of role, set role to default DRP
[   20.888725] fusb302 4-0022: port 1 probe success with role ROLE_MODE_DRP, try_role ROLE_MODE_NONE
[   20.889725] input: Typec_Headphone as /devices/platform/ff3d0000.i2c/i2c-4/4-0022/input/input2
[   20.890748] rk3x-i2c ff3d0000.i2c: Initialized RK3xxx I2C bus at ffffff80096f4000
[   20.893070] IR NEC protocol handler initialized
[   20.894655] rkisp1 ff910000.rkisp1: rkisp1 driver version: v00.01.04
[   20.895239] rkisp1 ff910000.rkisp1: Missing rockchip,grf property
[   20.898221] rkisp1 ff920000.rkisp1: rkisp1 driver version: v00.01.04
[   20.898824] rkisp1 ff920000.rkisp1: Missing rockchip,grf property
[   20.901689] usbcore: registered new interface driver uvcvideo
[   20.902204] USB Video Class driver (1.1.1)
[   20.902678] cw201x 2-0062: design_capacity missing!
[   21.902475] rk3x-i2c ff120000.i2c: timeout, ipd: 0x00, state: 1
[   21.903008] cw_bat_probe cw_init error
[   21.903363] cw201x: probe of 2-0062 failed with error -110
[   21.906779] Boot mode: coldboot
[   21.908496] rk_tsadcv2_temp_to_code: Invalid conversion table: code=1023, temperature=2147483647
[   21.909530] rockchip-thermal ff260000.tsadc: tsadc is probed successfully!
[   21.911140] dw_wdt ff848000.watchdog: Should better to setup a 'resets' property in dt, that must been named with reset
[   21.913053] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com
[   21.914198] Bluetooth: Virtual HCI driver ver 1.5
[   21.914804] Bluetooth: HCI UART driver ver 2.3
[   21.915207] Bluetooth: HCI UART protocol H4 registered
[   21.915679] Bluetooth: HCI UART protocol LL registered
[   21.916136] Bluetooth: HCI UART protocol ATH3K registered
[   21.916710] usbcore: registered new interface driver bfusb
[   21.917261] usbcore: registered new interface driver btusb
[   21.918486] cpu cpu0: bin=1
[   21.918819] cpu cpu0: leakage=23
[   21.932238] cpu cpu0: temp=39375, pvtm=145693 (145923 + -230)
[   21.933150] cpu cpu0: pvtm-volt-sel=1
[   21.933579] cpu cpu0: bin-scale=34
[   21.934317] cpu cpu4: bin=1
[   21.934707] cpu cpu4: leakage=40
[   21.947189] cpu cpu4: temp=38750, pvtm=153523 (153736 + -213)
[   21.947851] cpu cpu4: pvtm-volt-sel=1
[   21.948251] cpu cpu4: bin-scale=17
[   21.950285] cpu cpu0: avs=0
[   21.950700] cpu cpu0: l=0 h=2147483647 hyst=5000 l_limit=0 h_limit=0
[   21.952225] cpu cpu0: failed to find power_model node
[   21.954186] cpu cpu4: avs=0
[   21.954608] cpu cpu4: l=0 h=2147483647 hyst=5000 l_limit=0 h_limit=0
[   21.957071] cpu cpu4: failed to find power_model node
[   21.958711] sdhci: Secure Digital Host Controller Interface driver
[   21.959260] sdhci: Copyright(c) Pierre Ossman
[   21.959672] Synopsys Designware Multimedia Card Interface Driver
[   21.961572] dwmmc_rockchip fe310000.dwmmc: IDMAC supports 32-bit address mode.
[   21.962242] dwmmc_rockchip fe310000.dwmmc: Using internal DMA controller.
[   21.962877] dwmmc_rockchip fe310000.dwmmc: Version ID is 270a
[   21.963460] dwmmc_rockchip fe310000.dwmmc: DW MMC controller at irq 25,32 bit host data width,256 deep fifo
[   21.964461] dwmmc_rockchip fe310000.dwmmc: No vmmc regulator found
[   21.965011] dwmmc_rockchip fe310000.dwmmc: No vqmmc regulator found
[   21.966957] dwmmc_rockchip fe320000.dwmmc: IDMAC supports 32-bit address mode.
[   21.967646] dwmmc_rockchip fe320000.dwmmc: Using internal DMA controller.
[   21.968259] dwmmc_rockchip fe320000.dwmmc: Version ID is 270a
[   21.968830] dwmmc_rockchip fe320000.dwmmc: DW MMC controller at irq 26,32 bit host data width,256 deep fifo
[   21.969716] dwmmc_rockchip fe320000.dwmmc: 'clock-freq-min-max' property was deprecated.
[   21.971082] vccio_sd: unsupportable voltage range: 3300000-3000000uV
[   21.972551] rockchip-iodomain ff770000.syscon:io-domains: Setting to 3000000 done
[   21.973218] rockchip-iodomain ff770000.syscon:io-domains: Setting to 3000000 done
[   21.984469] mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[   21.995495] dwmmc_rockchip fe320000.dwmmc: 1 slots initialized
[   21.996621] sdhci-pltfm: SDHCI platform and OF driver helper
[   21.999111] sdhci-arasan fe330000.sdhci: No vmmc regulator found
[   21.999664] sdhci-arasan fe330000.sdhci: No vqmmc regulator found
[   22.024514] rockchip-iodomain ff770000.syscon:io-domains: Setting to 3000000 done
[   22.025373] rockchip-iodomain ff770000.syscon:io-domains: Setting to 1800000 done
[   22.026520] mmc1: SDHCI controller on fe330000.sdhci [fe330000.sdhci] using ADMA
[   22.029132] hidraw: raw HID events driver (C) Jiri Kosina
[   22.030286] usbcore: registered new interface driver usbhid
[   22.030814] usbhid: USB HID core driver
[   22.031316] inv_mpu_iio: inv_mpu_init:746
[   22.035551] usbcore: registered new interface driver snd-usb-audio
[   22.044080] rockchip-cdndp-sound dp-sound: ASoC: CODEC DAI spdif-hifi not registered
[   22.044800] rockchip-cdndp-sound dp-sound: rockchip_sound_probe snd_soc_register_card fail -517
[   22.045808] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[   22.046699] mmc_host mmc0: Bus speed (slot 0) = 150000000Hz (slot req 150000000Hz, actual 150000000HZ div = 0)
[   22.046963] IPVS: Registered protocols (TCP, UDP)
[   22.047149] IPVS: Connection hash table configured (size=4096, memory=64Kbytes)
[   22.047290] IPVS: Creating netns size=2104 id=0
[   22.047334] IPVS: ipvs loaded.
[   22.047344] IPVS: [rr] scheduler registered.
[   22.047682] ip_tables: (C) 2000-2006 Netfilter Core Team
[   22.047857] Initializing XFRM netlink socket
[   22.048717] NET: Registered protocol family 10
[   22.049807] NET: Registered protocol family 17
[   22.049834] NET: Registered protocol family 15
[   22.049875] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
[   22.049903] Bridge firewalling registered
[   22.050212] Bluetooth: RFCOMM socket layer initialized
[   22.050244] Bluetooth: RFCOMM ver 1.11
[   22.050263] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[   22.050273] Bluetooth: HIDP socket layer initialized
[   22.050349] [WLAN_RFKILL]: Enter rfkill_wlan_init
[   22.050895] [BT_RFKILL]: Enter rfkill_rk_init
[   22.051210] Key type dns_resolver registered
[   22.051476] sensor_register_slave:mpu6880_gyro,id=50
[   22.052215] ov13850 1-0036: driver version: 00.01.01
[   22.056376] ov13850 1-0036: write SCCB_ID failed
[   22.056611] ov13850: probe of 1-0036 failed with error -5
[   22.056954] ov13850 1-0046: driver version: 00.01.01
[   22.060019] ov13850 1-0046: write SCCB_ID failed
[   22.060657] ov13850: probe of 1-0046 failed with error -5
[   22.062356] Registered cp15_barrier emulation handler
[   22.062939] Registered setend emulation handler
[   22.065047] Loading compiled-in X.509 certificates
[   22.068368] Btrfs loaded
[   22.070277] rga2: Driver loaded successfully ver:3.02
[   22.071044] rga2: Module initialized.
[   22.075469] phy phy-ff770000.syscon:usb2-phy@e450.3: Failed to get VBUS supply regulator
[   22.079281] phy phy-ff770000.syscon:usb2-phy@e460.5: Failed to get VBUS supply regulator
[   22.083786] rockchip-drm display-subsystem: dmc is disabled
[   22.084862] rockchip-vop ff900000.vop: missing rockchip,grf property
[   22.085969] rockchip-drm display-subsystem: bound ff900000.vop (ops 0xffffff8008c5d628)
[   22.086778] rockchip-vop ff8f0000.vop: missing rockchip,grf property
[   22.087722] rockchip-drm display-subsystem: bound ff8f0000.vop (ops 0xffffff8008c5d628)
[   22.089217] i2c i2c-9: of_i2c: modalias failure on /hdmi@ff940000/ports
[   22.089896] dwhdmi-rockchip ff940000.hdmi: registered DesignWare HDMI I2C bus driver
[   22.090811] dwhdmi-rockchip ff940000.hdmi: Detected HDMI TX controller v2.11a with HDCP (DWC HDMI 2.0 TX PHY)
[   22.096236] rockchip-drm display-subsystem: bound ff940000.hdmi (ops 0xffffff8008c52348)
[   22.098052] i2c i2c-10: of_i2c: modalias failure on /dp@fec00000/ports
[   22.099282] cdn-dp fec00000.dp: Direct firmware load for rockchip/dptx.bin failed with error -2
[   22.100187] rockchip-drm display-subsystem: bound fec00000.dp (ops 0xffffff8008c53398)
[   22.100949] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[   22.101554] [drm] No driver support for vblank timestamp query.
[   22.102458] rockchip-drm display-subsystem: connector[HDMI-A-1] can't found any modes
[   22.103222] rockchip-drm display-subsystem: can't not find any loader display
[   22.103918] rockchip-drm display-subsystem: failed to show loader logo
[   22.104727] Freeing drm_logo memory: 616K
[   22.105106] rockchip-drm display-subsystem: No connectors reported connected with modes
[   22.105838] [drm] Cannot find any crtc or sizes - going 1024x768
[   22.106268] mmc1: new HS400 Enhanced strobe MMC card at address 0001
[   22.107218] mmcblk1: mmc1:0001 AJTD4R 14.6 GiB
[   22.108378] mmcblk1boot0: mmc1:0001 AJTD4R partition 1 4.00 MiB
[   22.109600] mmcblk1boot1: mmc1:0001 AJTD4R partition 2 4.00 MiB
[   22.110930] mmcblk1rpmb: mmc1:0001 AJTD4R partition 3 4.00 MiB
[   22.121249] Console: switching to colour frame buffer device 128x48
[   22.130069] rockchip-drm display-subsystem: fb0:  frame buffer device
[   22.136428] mali ff9a0000.gpu: leakage=28
[   22.161710] mali ff9a0000.gpu: temp=38750, pvtm=122440 (122578 + -138)
[   22.163786] mali ff9a0000.gpu: pvtm-volt-sel=1
[   22.165042] mali ff9a0000.gpu: avs=0
[   22.166445] mali ff9a0000.gpu: GPU identified as 0x0860 r2p0 status 0
[   22.168432] mali ff9a0000.gpu: l=0 h=2147483647 hyst=5000 l_limit=0 h_limit=0
[   22.169277] I : [File] : drivers/gpu/arm/midgard_for_linux/backend/gpu/mali_kbase_devfreq.c; [Line] : 315; [Func] : kbase_devfreq_init(); success initing power_model_simple.
[   22.171561] mali ff9a0000.gpu: Probed as mali0
[   22.176623] xhci-hcd xhci-hcd.10.auto: xHCI Host Controller
[   22.177286] xhci-hcd xhci-hcd.10.auto: new USB bus registered, assigned bus number 1
[   22.178125] xhci-hcd xhci-hcd.10.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x06030010
[   22.178948] xhci-hcd xhci-hcd.10.auto: irq 230, io mem 0xfe800000
[   22.179704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[   22.180305] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   22.180964] usb usb1: Product: xHCI Host Controller
[   22.181410] usb usb1: Manufacturer: Linux 4.4.179-ge8a4ccd64f8f-dirty xhci-hcd
[   22.182053] usb usb1: SerialNumber: xhci-hcd.10.auto
[   22.182963] hub 1-0:1.0: USB hub found
[   22.183329] hub 1-0:1.0: 1 port detected
[   22.184000] xhci-hcd xhci-hcd.10.auto: xHCI Host Controller
[   22.184637] xhci-hcd xhci-hcd.10.auto: new USB bus registered, assigned bus number 2
[   22.185370] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[   22.186186] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[   22.186801] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   22.187456] usb usb2: Product: xHCI Host Controller
[   22.187892] usb usb2: Manufacturer: Linux 4.4.179-ge8a4ccd64f8f-dirty xhci-hcd
[   22.188544] usb usb2: SerialNumber: xhci-hcd.10.auto
[   22.189422] hub 2-0:1.0: USB hub found
[   22.189787] hub 2-0:1.0: 1 port detected
[   22.191597] xhci-hcd xhci-hcd.10.auto: remove, state 1
[   22.192078] usb usb2: USB disconnect, device number 1
[   22.195679] xhci-hcd xhci-hcd.11.auto: xHCI Host Controller
[   22.196331] xhci-hcd xhci-hcd.11.auto: new USB bus registered, assigned bus number 3
[   22.197179] xhci-hcd xhci-hcd.11.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x06030010
[   22.198006] xhci-hcd xhci-hcd.11.auto: irq 231, io mem 0xfe900000
[   22.198753] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[   22.199354] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   22.200014] usb usb3: Product: xHCI Host Controller
[   22.200459] usb usb3: Manufacturer: Linux 4.4.179-ge8a4ccd64f8f-dirty xhci-hcd
[   22.201102] usb usb3: SerialNumber: xhci-hcd.11.auto
[   22.201981] hub 3-0:1.0: USB hub found
[   22.202347] hub 3-0:1.0: 1 port detected
[   22.202986] xhci-hcd xhci-hcd.11.auto: xHCI Host Controller
[   22.203619] xhci-hcd xhci-hcd.11.auto: new USB bus registered, assigned bus number 4
[   22.204357] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[   22.205170] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
[   22.205784] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   22.206436] usb usb4: Product: xHCI Host Controller
[   22.206872] usb usb4: Manufacturer: Linux 4.4.179-ge8a4ccd64f8f-dirty xhci-hcd
[   22.207522] usb usb4: SerialNumber: xhci-hcd.11.auto
[   22.208386] hub 4-0:1.0: USB hub found
[   22.208766] hub 4-0:1.0: 1 port detected
[   22.212057] ehci-platform fe380000.usb: EHCI Host Controller
[   22.212754] ehci-platform fe380000.usb: new USB bus registered, assigned bus number 5
[   22.213572] ehci-platform fe380000.usb: irq 28, io mem 0xfe380000
[   22.216475] xhci-hcd xhci-hcd.10.auto: Host not halted after 16000 microseconds.
[   22.217135] xhci-hcd xhci-hcd.10.auto: Host controller not halted, aborting reset.
[   22.217849] xhci-hcd xhci-hcd.10.auto: USB bus 2 deregistered
[   22.218585] xhci-hcd xhci-hcd.11.auto: remove, state 1
[   22.219058] usb usb4: USB disconnect, device number 1
[   22.219985] xhci-hcd xhci-hcd.11.auto: USB bus 4 deregistered
[   22.220004] xhci-hcd xhci-hcd.10.auto: remove, state 1
[   22.220028] usb usb1: USB disconnect, device number 1
[   22.221473] ehci-platform fe380000.usb: USB 2.0 started, EHCI 1.00
[   22.221890] xhci-hcd xhci-hcd.10.auto: USB bus 1 deregistered
[   22.222784] xhci-hcd xhci-hcd.11.auto: remove, state 1
[   22.223316] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002
[   22.223935] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   22.224584] usb usb5: Product: EHCI Host Controller
[   22.225018] usb usb5: Manufacturer: Linux 4.4.179-ge8a4ccd64f8f-dirty ehci_hcd
[   22.225665] usb usb5: SerialNumber: fe380000.usb
[   22.226454] hub 5-0:1.0: USB hub found
[   22.226814] hub 5-0:1.0: 1 port detected
[   22.227390] usb usb3: USB disconnect, device number 1
[   22.228294] xhci-hcd xhci-hcd.11.auto: USB bus 3 deregistered
[   22.233123] ehci-platform fe3c0000.usb: EHCI Host Controller
[   22.234052] ehci-platform fe3c0000.usb: new USB bus registered, assigned bus number 1
[   22.234932] ehci-platform fe3c0000.usb: irq 30, io mem 0xfe3c0000
[   22.241494] ehci-platform fe3c0000.usb: USB 2.0 started, EHCI 1.00
[   22.242266] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[   22.242893] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   22.243549] usb usb1: Product: EHCI Host Controller
[   22.243986] usb usb1: Manufacturer: Linux 4.4.179-ge8a4ccd64f8f-dirty ehci_hcd
[   22.244641] usb usb1: SerialNumber: fe3c0000.usb
[   22.245809] hub 1-0:1.0: USB hub found
[   22.246191] hub 1-0:1.0: 1 port detected
[   22.247632] ohci-platform fe3a0000.usb: Generic Platform OHCI controller
[   22.248592] ohci-platform fe3a0000.usb: new USB bus registered, assigned bus number 2
[   22.249465] ohci-platform fe3a0000.usb: irq 29, io mem 0xfe3a0000
[   22.305011] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[   22.305674] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   22.306327] usb usb2: Product: Generic Platform OHCI controller
[   22.306897] usb usb2: Manufacturer: Linux 4.4.179-ge8a4ccd64f8f-dirty ohci_hcd
[   22.307571] usb usb2: SerialNumber: fe3a0000.usb
[   22.309381] hub 2-0:1.0: USB hub found
[   22.309824] hub 2-0:1.0: 1 port detected
[   22.312134] ohci-platform fe3e0000.usb: Generic Platform OHCI controller
[   22.313373] ohci-platform fe3e0000.usb: new USB bus registered, assigned bus number 3
[   22.314332] ohci-platform fe3e0000.usb: irq 31, io mem 0xfe3e0000
[   22.340846] dwmmc_rockchip fe320000.dwmmc: Successfully tuned phase to 176
[   22.341561] mmc0: new ultra high speed SDR104 SDXC card at address 59b4
[   22.344669] mmcblk0: mmc0:59b4 EC1S5 59.7 GiB
[   22.355687]  mmcblk0: p1 p2 p3 p4 p5 p6 p7
[   22.369931] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[   22.370588] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   22.371241] usb usb3: Product: Generic Platform OHCI controller
[   22.371811] usb usb3: Manufacturer: Linux 4.4.179-ge8a4ccd64f8f-dirty ohci_hcd
[   22.372486] usb usb3: SerialNumber: fe3e0000.usb
[   22.374797] hub 3-0:1.0: USB hub found
[   22.375221] hub 3-0:1.0: 1 port detected
[   22.377444] input: adc-keys as /devices/platform/adc-keys/input/input3
[   22.381577] dwmmc_rockchip fe310000.dwmmc: IDMAC supports 32-bit address mode.
[   22.382289] dwmmc_rockchip fe310000.dwmmc: Using internal DMA controller.
[   22.382946] dwmmc_rockchip fe310000.dwmmc: Version ID is 270a
[   22.383535] dwmmc_rockchip fe310000.dwmmc: DW MMC controller at irq 25,32 bit host data width,256 deep fifo
[   22.384673] dwmmc_rockchip fe310000.dwmmc: No vmmc regulator found
[   22.385239] dwmmc_rockchip fe310000.dwmmc: No vqmmc regulator found
[   22.386703] dwmmc_rockchip fe310000.dwmmc: allocated mmc-pwrseq
[   22.399782] mmc_host mmc2: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[   22.411583] dwmmc_rockchip fe310000.dwmmc: 1 slots initialized
[   22.414240] asoc-simple-card hdmi-sound: i2s-hifi <-> ff8a0000.i2s mapping ok
[   22.418242] rockchip-cdndp-sound dp-sound: spdif-hifi <-> ff870000.spdif mapping ok
[   22.419018] hdmi-audio-codec hdmi-audio-codec.9.auto: ASoC: Failed to create Playback debugfs file
[   22.420824] input: rockchip-cdndp-sound DP Jack as /devices/platform/dp-sound/sound/card1/input4
[   22.424541] input: gpio-keys as /devices/platform/gpio-keys/input/input5
[   22.425857] ==gsl_ts_init==
[   22.426245] ret=0
[   22.428980] rk808-rtc rk808-rtc: setting system clock to 2013-01-18 08:50:26 UTC (1358499026)
[   22.449444] mmc2: queuing unknown CIS tuple 0x80 (2 bytes)
[   22.451655] mmc2: queuing unknown CIS tuple 0x80 (3 bytes)
[   22.453831] mmc2: queuing unknown CIS tuple 0x80 (3 bytes)
[   22.456539] vcc_mipi: disabling
[   22.456832] dvdd_1v2: disabling
[   22.457441] mmc2: queuing unknown CIS tuple 0x80 (7 bytes)
[   22.457999] ret 1024
[   22.459705] I : [File] : drivers/gpu/arm/mali400/mali/linux/mali_kernel_linux.c; [Line] : 417; [Func] : mali_module_init(); svn_rev_string_from_arm of this mali_ko is '', rk_ko_ver is '5', built at '15:00:00', on 'May  7 2020'.
[   22.462826] Mali: Mali device driver loaded
[   22.463384] mmc2: queuing unknown CIS tuple 0x81 (9 bytes)
[   22.463942] rkisp1 ff910000.rkisp1: clear unready subdev num: 1
[   22.465653] rockchip-mipi-dphy-rx: No link between dphy and sensor
[   22.466253] rkisp1 ff910000.rkisp1: failed to get fmt for rockchip-mipi-dphy-rx
[   22.466981] rkisp1 ff920000.rkisp1: clear unready subdev num: 1
[   22.468626] rockchip-mipi-dphy-rx: No link between dphy and sensor
[   22.469227] rkisp1 ff920000.rkisp1: failed to get fmt for rockchip-mipi-dphy-rx
[   22.471346] ALSA device list:
[   22.471693]   #0: rockchip,hdmi
[   22.471990]   #1: rockchip-cdndp-sound
[   22.473684] Freeing unused kernel memory: 1152K
Loading, please wait...
[   22.524706] mmc_host mmc2: Bus speed (slot 0) = 100000000Hz (slot req 100000000Hz, actual 100000000HZ div = 0)
[   22.548614] usb 1-1: new high-speed USB device number 2 using ehci-platform
[   22.550915] dwmmc_rockchip fe310000.dwmmc: All phases work, using default phase 0.
[   22.555504] vendor storage:20190527 ret = 0
[   22.560246] mmc2: queuing unknown CIS tuple 0x91 (3 bytes)
[   22.560836] mmc2: new ultra high speed SDR104 SDIO card at address 0001
starting version 237
[   22.671584] usb 1-1: New USB device found, idVendor=1a40, idProduct=0201
[   22.672196] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[   22.672842] usb 1-1: Product: USB 2.0 Hub [MTT]
[   22.674218] hub 1-1:1.0: USB hub found
[   22.674868] hub 1-1:1.0: 7 ports detected
[   23.100463] cdn-dp fec00000.dp: Direct firmware load for rockchip/dptx.bin failed with error -2
Begin: Loading essential drivers ... done.
Begin: Running /scripts/init-premount ... done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
Begin: Running /scripts/local-premount ... done.
Warning: fsck not present, so skipping root file system
[   23.771436] random: nonblocking pool is initialized
[   23.877480] EXT4-fs (mmcblk0p7): recovery complete
[   23.880152] EXT4-fs (mmcblk0p7): mounted filesystem with ordered data mode. Opts: (null)
done.
Begin: Running /scripts/local-bottom ... done.
Begin: Running /scripts/init-bottom ... Failure: overlayroot: failed to convert PARTLABEL=userdata to a device
Failure: overlayroot: failed setup overlay for device:dev=PARTLABEL=userdata,fstype=ext4,mkfs=1 [dev=PARTLABEL=userdata,fstype=ext4,mkfs=1] (per kernel cmdline)
Warning: Something odd, no /lib/modules/4.4.179-ge8a4ccd64f8f-dirty in initramfs.
done.
[   24.615266] systemd[1]: System time before build time, advancing clock.
[   24.622884] cgroup: cgroup2: unknown option "nsdelegate"
[   24.640519] systemd[1]: systemd 237 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
[   24.643910] systemd[1]: Detected architecture arm64.

Welcome to Ubuntu 18.04.4 LTS!

[   24.657239] systemd[1]: Set hostname to <firefly>.
[   24.936250] systemd[1]: File /lib/systemd/system/systemd-udevd.service:35 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling.
[   24.937776] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.)
[   25.106365] cdn-dp fec00000.dp: [drm:cdn_dp_pd_event_work] Not connected. Disabling cdn
[   25.196982] systemd[1]: Reached target Remote File Systems.
[  OK  ] Reached target Remote File Systems.
[   25.198606] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[  OK  ] Started Forward Password Requests to Wall Directory Watch.
[   25.199729] systemd[1]: Reached target Swap.
[  OK  ] Reached target Swap.
[   25.202225] systemd[1]: Created slice System Slice.
[  OK  ] Created slice System Slice.
[   25.203628] systemd[1]: Listening on Journal Socket (/dev/log).
[  OK  ] Listening on Journal Socket (/dev/log).
[   25.204904] systemd[1]: Listening on Journal Socket.
[  OK  ] Listening on Journal Socket.
[   25.210199] systemd[1]: Starting Create Static Device Nodes in /dev...
         Starting Create Static Device Nodes in /dev...
[   25.235006] systemd[1]: Starting Load Kernel Modules...
         Starting Load Kernel Modules...
[   25.266793] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[  OK  ] Listening on /dev/initctl Compatibility Named Pipe.
[   25.270334] systemd[1]: Listening on udev Control Socket.
[  OK  ] Listening on udev Control Socket.
[   25.277280] systemd[1]: Mounting Kernel Debug File System...
         Mounting Kernel Debug File System...
[   25.284657] systemd[1]: Starting Remount Root and Kernel File Systems...
         Starting Remount Root and Kernel File Systems...
[   25.288925] systemd[1]: Created slice User and Session Slice.
[  OK  ] Created slice User and Session Slice.
[   25.290042] systemd[1]: Reached target User and Group Name Lookups.
[  OK  ] Reached target User and Group Name Lookups.
[   25.293465] systemd[1]: Created slice system-serial\x2dgetty.slice.
[  OK  ] Created slice system-serial\x2dgetty.slice.
[   25.294620] systemd[1]: Reached target Slices.
[  OK  ] Reached target Slices.
[   25.296188] systemd[1]: Listening on Syslog Socket.
[  OK  ] Listening on Syslog Socket.
[   25.300890] systemd[1]: Starting Journal Service...
         Starting Journal Service...
[   25.307266] systemd[1]: Starting Set the console keyboard layout...
         Starting Set the console keyboard layout...
[   25.309357] systemd[1]: Listening on udev Kernel Socket.
[  OK  ] Listening on udev Kernel Socket.
[   25.313126] systemd[1]: Starting udev Coldplug all Devices...
         Starting udev Coldplug all Devices...
[   25.315525] systemd[1]: Started Create Static Device Nodes in /dev.
[  OK  ] Started Create Static Device Nodes in /dev.
[   25.321896] systemd[1]: Started Load Kernel Modules.
[  OK  ] Started Load Kernel Modules.
[   25.323892] systemd[1]: Started Remount Root and Kernel File Systems.
[  OK  ] Started Remount Root and Kernel File Systems.
[   25.328744] systemd[1]: Starting Load/Save Random Seed...
         Starting Load/Save Random Seed...
[   25.340278] systemd[1]: Mounting FUSE Control File System...
         Mounting FUSE Control File System...
[   25.343945] systemd[1]: Starting Apply Kernel Variables...
         Starting Apply Kernel Variables...
[   25.347765] systemd[1]: Mounting Kernel Configuration File System...
         Mounting Kernel Configuration File System...
[   25.351897] systemd[1]: Starting udev Kernel Device Manager...
         Starting udev Kernel Device Manager...
[   25.357654] systemd[1]: Mounted Kernel Debug File System.
[  OK  ] Mounted Kernel Debug File System.
[   25.359745] systemd[1]: Started Load/Save Random Seed.
[  OK  ] Started Load/Save Random Seed.
[   25.360924] systemd[1]: Mounted FUSE Control File System.
[  OK  ] Mounted FUSE Control File System.
[   25.362020] systemd[1]: Mounted Kernel Configuration File System.
[  OK  ] Mounted Kernel Configuration File System.
[  OK  ] Started Apply Kernel Variables.
[  OK  ] Started udev Kernel Device Manager.
[  OK  ] Started udev Coldplug all Devices.
[  OK  ] Started Journal Service.
         Starting Flush Journal to Persistent Storage...
[  OK  ] Started Set the console keyboard layout.
[  OK  ] Reached target Local File Systems (Pre).
[  OK  ] Reached target Local File Systems.
         Starting Set console font and keymap...
         Starting Tell Plymouth To Write Out Runtime Data...
[  OK  ] Started Dispatch Password Requests to Console Directory Watch.
[  OK  ] Reached target Local Encrypted Volumes.
[  OK  ] Started Flush Journal to Persistent Storage.
         Starting Create Volatile Files and Directories...
[  OK  ] Started Set console font and keymap.
[  OK  ] Started Tell Plymouth To Write Out Runtime Data.
[  OK  ] Started Create Volatile Files and Directories.
         Starting Network Name Resolution...
         Starting Update UTMP about System Boot/Shutdown...
         Starting Network Time Synchronization...
[  OK  ] Started Update UTMP about System Boot/Shutdown.
[  OK  ] Reached target Sound Card.
[  OK  ] Created slice system-systemd\x2dbacklight.slice.
         Starting Load/Save Screen Backlight…ightness of backlight:backlight...
[  OK  ] Started Load/Save Screen Backlight Brightness of backlight:backlight.
[  OK  ] Started Network Name Resolution.
[  OK  ] Reached target Host and Network Name Lookups.
[  OK  ] Started Network Time Synchronization.
[  OK  ] Reached target System Time Synchronized.
[  OK  ] Reached target System Initialization.
[  OK  ] Started Discard unused blocks once a week.
[  OK  ] Reached target Paths.
[  OK  ] Started Daily Cleanup of Temporary Directories.
[  OK  ] Listening on D-Bus System Message Bus Socket.
         Starting Docker Socket for the API.
[  OK  ] Started Daily apt download activities.
[  OK  ] Started Daily apt upgrade and clean activities.
[  OK  ] Reached target Timers.
[  OK  ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
[  OK  ] Listening on Docker Socket for the API.
[  OK  ] Reached target Sockets.
[  OK  ] Reached target Basic System.
         Starting Adbd for linux...
         Starting Dispatcher daemon for systemd-networkd...
         Starting rkisp 3A engine...
         Starting Accounts Service...
[  OK  ] Started Regular background program processing daemon.
         Starting Modem Manager...
[  OK  ] Started D-Bus System Message Bus.
         Starting WPA supplicant...
         Starting Restore /etc/resolv.conf i…fore the ppp link was shut down...
[  OK  ] Started Set the CPU Frequency Scaling governor.
         Starting Avahi mDNS/DNS-SD Stack...
         Starting Disk Manager...
         Starting Network Manager...
         Starting Login Service...
         Starting Save/Restore Sound Card State...
         Starting System Logging Service...
         Starting LSB: automatic crash report generation...
[  OK  ] Started Restore /etc/resolv.conf if…before the ppp link was shut down.
[  OK  ] Started Save/Restore Sound Card State.
[  OK  ] Found device /dev/ttyFIQ0.
[  OK  ] Started System Logging Service.
[  OK  ] Started Avahi mDNS/DNS-SD Stack.
         Starting Authorization Manager...
[  OK  ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
[  OK  ] Started rkisp 3A engine.
[  OK  ] Started WPA supplicant.
[  OK  ] Started Login Service.
[  OK  ] Started LSB: automatic crash report generation.
[  OK  ] Started Authorization Manager.
[  OK  ] Started Accounts Service.
[  OK  ] Started Modem Manager.
         Starting Hostname Service...
[  OK  ] Started Dispatcher daemon for systemd-networkd.
[  OK  ] Started Hostname Service.
         Starting Network Manager Script Dispatcher Service...
[  OK  ] Started Network Manager Script Dispatcher Service.
[  OK  ] Started Disk Manager.
[  OK  ] Started Adbd for linux.
[  OK  ] Started Network Manager.
[  OK  ] Reached target Network.
         Starting /etc/rc.local Compatibility...
         Starting Permit User Sessions...
         Starting OpenBSD Secure Shell server...
[  OK  ] Started /etc/rc.local Compatibility.
[  OK  ] Started Permit User Sessions.
         Starting Hold until boot process finishes up...
         Starting Light Display Manager...
[  OK  ] Started Hold until boot process finishes up.
         Starting Set console scheme...
[  OK  ] Started Serial Getty on ttyFIQ0.
[  OK  ] Started Set console scheme.
[  OK  ] Created slice system-getty.slice.
[  OK  ] Started Getty on tty1.
[  OK  ] Reached target Login Prompts.
[  OK  ] Started OpenBSD Secure Shell server.
[  OK  ] Reached target Multi-User System.
[  OK  ] Started Light Display Manager.
[  OK  ] Reached target Graphical Interface.
         Starting Update UTMP about System Runlevel Changes...
[  OK  ] Started Update UTMP about System Runlevel Changes.

Ubuntu 18.04.4 LTS firefly ttyFIQ0

firefly login: root (automatic login)

Last login: Fri Apr 23 15:42:12 CST 2021 on ttyFIQ0
_____ _           __ _
|  ___(_)_ __ ___ / _| |_   _
| |_  | | '__/ _ \ |_| | | | |
|  _| | | | |  __/  _| | |_| |
|_|   |_|_|  \___|_| |_|\__, |
                        |___/
Welcome to Ubuntu 18.04.4 LTS (GNU/Linux 4.4.179-ge8a4ccd64f8f-dirty aarch64)

* Documentation:  http://wiki.t-firefly.com
* Management:     http://www.t-firefly.com

System information as of Fri Apr 23 15:42:12 CST 2021

System load:   0.42 0.10 0.03   Up time:       0 min
Memory usage:  4 % of 1960MB    IP:            172.16.10.134
Usage of /:    5% of 60G

root@firefly:~# [   29.683646] rga: req argument is inval
回复

使用道具 举报

60

积分

0

威望

0

贡献

技术小白

积分
60
发表于 2021-6-24 14:33:25        只看该作者  6#
串口打印 好长  
回复

使用道具 举报

14

积分

0

威望

0

贡献

技术小白

积分
14
发表于 2022-6-18 19:29:05        只看该作者  7#
我换了emmc后直接到mmc_host mmc2: Bus speed (slot 0) = 100000000Hz (slot req 100000000Hz, actual 100000000HZ div = 0)就卡住了
回复

使用道具 举报

14

积分

0

威望

0

贡献

技术小白

积分
14
发表于 2022-6-18 19:34:33        只看该作者  8#
wx__EAxShN 发表于 2022-6-18 19:29
我换了emmc后直接到mmc_host mmc2: Bus speed (slot 0) = 100000000Hz (slot req 100000000Hz, actual 1000 ...

查到了,貌似是emmc的clock问题
回复

使用道具 举报

2

积分

0

威望

0

贡献

吃瓜的群众

积分
2
发表于 2022-7-8 18:07:50        只看该作者  9#
wx__EAxShN 发表于 2022-6-18 19:34
查到了,貌似是emmc的clock问题

能不能详细说下,降低时钟吗?遇到了同样的问题
回复

使用道具 举报

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

本版积分规则

友情链接 : 爱板网 电子发烧友论坛 云汉电子社区 粤ICP备14022046号-2
快速回复 返回顶部 返回列表