求助,编译的安卓烧录后启动卡在Kernel运行处

一、基本情况
板子是最开始的约2年前的那种3个倾斜布线的核心板Fireprime。SDK是按照教程从百度盘上下载最新的SDK包fireprime_android5.1_git_20180510.tar.gz,处理也是按照教程来的。

二、环境配置
Linux Mint 18.3 “Sylvia”
uname -a => Linux buridan-ThinkPad 4.10.0-38-generic #42~16.04.1-Ubuntu SMP Tue Oct 10 16:32:20 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
编译环境安装情况:
libwxgtk2.8-dev is already the newest version (2.8.12.1+dfsg2-2ubuntu2+1~webupd8~xenial0).
bison is already the newest version (2:3.0.4.dfsg-1).
build-essential is already the newest version (12.1ubuntu2).
flex is already the newest version (2.6.0-11).
libncurses5-dev is already the newest version (6.0+20160213-1ubuntu1).
libsdl1.2-dev is already the newest version (1.2.15+dfsg1-3).
zip is already the newest version (3.0-11).
gperf is already the newest version (3.0.4-2).
libesd0-dev is already the newest version (0.2.41-11).
pngcrush is already the newest version (1.7.85-1).
schedtool is already the newest version (1.3.0-1).
curl is already the newest version (7.47.0-1ubuntu2.8).
git-core is already the newest version (1:2.7.4-0ubuntu1.4).
gnupg is already the newest version (1.4.20-1ubuntu3.2).
libxml2 is already the newest version (2.9.3+dfsg1-1ubuntu0.5).
libxml2-utils is already the newest version (2.9.3+dfsg1-1ubuntu0.5).
squashfs-tools is already the newest version (1:4.3-3ubuntu2.16.04.1).
zlib1g-dev is already the newest version (1:1.2.8.dfsg-2ubuntu4.1).
g+±multilib is already the newest version (4:5.3.1-1ubuntu1).
gcc-multilib is already the newest version (4:5.3.1-1ubuntu1).
lib32ncurses5-dev is already the newest version (6.0+20160213-1ubuntu1).
libswitch-perl is already the newest version (2.17-2).
lzop is already the newest version (1.03-3.2).
schedtool is already the newest version (1.3.0-1).
lib32z1-dev is already the newest version (1:1.2.8.dfsg-2ubuntu4.1).
libc6-dev is already the newest version (2.23-0ubuntu10).
libssl-dev is already the newest version (1.0.2g-1ubuntu4.13).
libssl1.0.0 is already the newest version (1.0.2g-1ubuntu4.13).
xsltproc is already the newest version (1.1.28-2.1ubuntu0.1).

Package lib32readline-gplv2-dev is not available, but is referred to by another package.
代替为lib32readline6-dev

三、工程配置
make menuconfig
勾选上几个常见的USB转串口驱动,比如CP210x、PL230x、FTDI等

四、编译期间出现的问题与处理
kernel编译正常
android编译时出现两个问题:
1、prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6//x86_64-linux/bin/ld: error xxxxx

prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6//x86_64-linux/bin/ld: error: out/host/linux-x86/obj32/SHARED_LIBRARIES/libnativehelper_intermediates/JNIHelp.o: unsupported reloc 43 against global symbol std::string::_Rep::_S_empty_rep_storage
prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6//x86_64-linux/bin/ld: error: out/host/linux-x86/obj32/SHARED_LIBRARIES/libnativehelper_intermediates/JNIHelp.o: unsupported reloc 43 against global symbol std::string::_Rep::_S_empty_rep_storage
prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6//x86_64-linux/bin/ld: error: out/host/linux-x86/obj32/SHARED_LIBRARIES/libnativehelper_intermediates/JNIHelp.o: unsupported reloc 43 against global symbol std::string::_Rep::_S_empty_rep_storage
prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6//x86_64-linux/bin/ld: error: out/host/linux-x86/obj32/SHARED_LIBRARIES/libnativehelper_intermediates/JNIHelp.o: unsupported reloc 43 against global symbol std::string::_Rep::_S_empty_rep_storage
prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6//x86_64-linux/bin/ld: error: out/host/linux-x86/obj32/SHARED_LIBRARIES/libnativehelper_intermediates/JNIHelp.o: unsupported reloc 43 against global symbol JniConstants::fileDescriptorClass
prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6//x86_64-linux/bin/ld: error: out/host/linux-x86/obj32/SHARED_LIBRARIES/libnativehelper_intermediates/JNIHelp.o: unsupported reloc 43 against global symbol JniConstants::fileDescriptorClass
prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6//x86_64-linux/bin/ld: error: out/host/linux-x86/obj32/SHARED_LIBRARIES/libnativehelper_intermediates/JNIHelp.o: unsupported reloc 43 against global symbol JniConstants::fileDescriptorClass
prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6//x86_64-linux/bin/ld: error: out/host/linux-x86/obj32/SHARED_LIBRARIES/libnativehelper_intermediates/JNIHelp.o: unsupported reloc 43 against global symbol JniConstants::fileDescriptorClass
prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6//x86_64-linux/bin/ld: error: out/host/linux-x86/obj32/SHARED_LIBRARIES/libnativehelper_intermediates/JNIHelp.o: unsupported reloc 43 against global symbol JniConstants::referenceClass
prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6//x86_64-linux/bin/ld: error: out/host/linux-x86/obj32/SHARED_LIBRARIES/libnativehelper_intermediates/JniConstants.o: unsupported reloc 43 against global symbol JniConstants::bidiRunClass
prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6//x86_64-linux/bin/ld: error: out/host/linux-x86/obj32/SHARED_LIBRARIES/libnativehelper_intermediates/JniConstants.o: unsupported reloc 43 against global symbol JniConstants::bigDecimalClass
prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6//x86_64-linux/bin/ld: error: out/host/linux-x86/obj32/SHARED_LIBRARIES/libnativehelper_intermediates/JniConstants.o: unsupported reloc 43 against global symbol JniConstants::booleanClass
prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6//x86_64-linux/bin/ld: error: out/host/linux-x86/obj32/SHARED_LIBRARIES/libnativehelper_intermediates/JniConstants.o: unsupported reloc 43 against global symbol JniConstants::byteClass
prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6//x86_64-linux/bin/ld: error: out/host/linux-x86/obj32/SHARED_LIBRARIES/libnativehelper_intermediates/JniConstants.o: unsupported reloc 43 against global symbol JniConstants::byteArrayClass
prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6//x86_64-linux/bin/ld: error: out/host/linux-x86/obj32/SHARED_LIBRARIES/libnativehelper_intermediates/JniConstants.o: unsupported reloc 43 against global symbol JniConstants::calendarClass
prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6//x86_64-linux/bin/ld: error: out/host/linux-x86/obj32/SHARED_LIBRARIES/libnativehelper_intermediates/JniConstants.o: unsupported reloc 43 against global symbol JniConstants::characterClass
prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6//x86_64-linux/bin/ld: error: out/host/linux-x86/obj32/SHARED_LIBRARIES/libnativehelper_intermediates/JniConstants.o: unsupported reloc 43 against global symbol JniConstants::charsetICUClass
prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6//x86_64-linux/bin/ld: error: out/host/linux-x86/obj32/SHARED_LIBRARIES/libnativehelper_intermediates/JniConstants.o: unsupported reloc 43 against global symbol JniConstants::constructorClass
prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6//x86_64-linux/bin/ld: error: out/host/linux-x86/obj32/SHARED_LIBRARIES/libnativehelper_intermediates/JniConstants.o: unsupported reloc 43 against global symbol JniConstants::floatClass
prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6//x86_64-linux/bin/ld: error: out/host/linux-x86/obj32/SHARED_LIBRARIES/libnativehelper_intermediates/JniConstants.o: unsupported reloc 43 against global symbol JniConstants::deflaterClass
prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6//x86_64-linux/bin/ld: error: out/host/linux-x86/obj32/SHARED_LIBRARIES/libnativehelper_intermediates/JniConstants.o: unsupported reloc 43 against global symbol JniConstants::doubleClass
prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6//x86_64-linux/bin/ld: error: out/host/linux-x86/obj32/SHARED_LIBRARIES/libnativehelper_intermediates/JniConstants.o: unsupported reloc 43 against global symbol JniConstants::errnoExceptionClass
prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6//x86_64-linux/bin/ld: error: out/host/linux-x86/obj32/SHARED_LIBRARIES/libnativehelper_intermediates/JniConstants.o: unsupported reloc 43 against global symbol JniConstants::fieldClass
prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6//x86_64-linux/bin/ld: error: out/host/linux-x86/obj32/SHARED_LIBRARIES/libnativehelper_intermediates/JniConstants.o: unsupported reloc 43 against global symbol JniConstants::fieldPositionIteratorClass
prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6//x86_64-linux/bin/ld: error: out/host/linux-x86/obj32/SHARED_LIBRARIES/libnativehelper_intermediates/JniConstants.o: unsupported reloc 43 against global symbol JniConstants::fileDescriptorClass
prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6//x86_64-linux/bin/ld: error: out/host/linux-x86/obj32/SHARED_LIBRARIES/libnativehelper_intermediates/JniConstants.o: unsupported reloc 43 against global symbol JniConstants::gaiExceptionClass
prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6//x86_64-linux/bin/ld: error: out/host/linux-x86/obj32/SHARED_LIBRARIES/libnativehelper_intermediates/JniConstants.o: unsupported reloc 43 against global symbol JniConstants::inet6AddressClass
prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6//x86_64-linux/bin/ld: error: out/host/linux-x86/obj32/SHARED_LIBRARIES/libnativehelper_intermediates/JniConstants.o: unsupported reloc 43 against global symbol JniConstants::inetAddressClass
prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6//x86_64-linux/bin/ld: error: out/host/linux-x86/obj32/SHARED_LIBRARIES/libnativehelper_intermediates/JniConstants.o: unsupported reloc 43 against global symbol JniConstants::inetSocketAddressClass
prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6//x86_64-linux/bin/ld: error: out/host/linux-x86/obj32/SHARED_LIBRARIES/libnativehelper_intermediates/JniConstants.o: unsupported reloc 43 against global symbol JniConstants::inetUnixAddressClass
prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6//x86_64-linux/bin/ld: error: out/host/linux-x86/obj32/SHARED_LIBRARIES/libnativehelper_intermediates/JniConstants.o: unsupported reloc 43 against global symbol JniConstants::inflaterClass
prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6//x86_64-linux/bin/ld: error: out/host/linux-x86/obj32/SHARED_LIBRARIES/libnativehelper_intermediates/JniConstants.o: unsupported reloc 43 against global symbol JniConstants::inputStreamClass
prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6//x86_64-linux/bin/ld: error: out/host/linux-x86/obj32/SHARED_LIBRARIES/libnativehelper_intermediates/JniConstants.o: unsupported reloc 43 against global symbol JniConstants::integerClass
prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6//x86_64-linux/bin/ld: error: out/host/linux-x86/obj32/SHARED_LIBRARIES/libnativehelper_intermediates/JniConstants.o: unsupported reloc 43 against global symbol JniConstants::localeDataClass
prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6//x86_64-linux/bin/ld: error: out/host/linux-x86/obj32/SHARED_LIBRARIES/libnativehelper_intermediates/JniConstants.o: unsupported reloc 43 against global symbol JniConstants::longClass
prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6//x86_64-linux/bin/ld: error: out/host/linux-x86/obj32/SHARED_LIBRARIES/libnativehelper_intermediates/JniConstants.o: unsupported reloc 43 against global symbol JniConstants::methodClass
prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6//x86_64-linux/bin/ld: error: out/host/linux-x86/obj32/SHARED_LIBRARIES/libnativehelper_intermediates/JniConstants.o: unsupported reloc 43 against global symbol JniConstants::mutableIntClass
prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6//x86_64-linux/bin/ld: error: out/host/linux-x86/obj32/SHARED_LIBRARIES/libnativehelper_intermediates/JniConstants.o: unsupported reloc 43 against global symbol JniConstants::mutableLongClass
prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6//x86_64-linux/bin/ld: error: out/host/linux-x86/obj32/SHARED_LIBRARIES/libnativehelper_intermediates/JniConstants.o: unsupported reloc 43 against global symbol JniConstants::objectClass
prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6//x86_64-linux/bin/ld: error: out/host/linux-x86/obj32/SHARED_LIBRARIES/libnativehelper_intermediates/JniConstants.o: unsupported reloc 43 against global symbol JniConstants::objectArrayClass
prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6//x86_64-linux/bin/ld: error: out/host/linux-x86/obj32/SHARED_LIBRARIES/libnativehelper_intermediates/JniConstants.o: unsupported reloc 43 against global symbol JniConstants::outputStreamClass
prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6//x86_64-linux/bin/ld: error: out/host/linux-x86/obj32/SHARED_LIBRARIES/libnativehelper_intermediates/JniConstants.o: unsupported reloc 43 against global symbol JniConstants::parsePositionClass
prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6//x86_64-linux/bin/ld: error: out/host/linux-x86/obj32/SHARED_LIBRARIES/libnativehelper_intermediates/JniConstants.o: unsupported reloc 43 against global symbol JniConstants::patternSyntaxExceptionClass
prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6//x86_64-linux/bin/ld: error: out/host/linux-x86/obj32/SHARED_LIBRARIES/libnativehelper_intermediates/JniConstants.o: unsupported reloc 43 against global symbol JniConstants::realToStringClass
prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6//x86_64-linux/bin/ld: error: out/host/linux-x86/obj32/SHARED_LIBRARIES/libnativehelper_intermediates/JniConstants.o: unsupported reloc 43 against global symbol JniConstants::referenceClass
prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6//x86_64-linux/bin/ld: error: out/host/linux-x86/obj32/SHARED_LIBRARIES/libnativehelper_intermediates/JniConstants.o: unsupported reloc 43 against global symbol JniConstants::shortClass
prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6//x86_64-linux/bin/ld: error: out/host/linux-x86/obj32/SHARED_LIBRARIES/libnativehelper_intermediates/JniConstants.o: unsupported reloc 43 against global symbol JniConstants::socketClass
prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6//x86_64-linux/bin/ld: error: out/host/linux-x86/obj32/SHARED_LIBRARIES/libnativehelper_intermediates/JniConstants.o: unsupported reloc 43 against global symbol JniConstants::socketImplClass
prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6//x86_64-linux/bin/ld: error: out/host/linux-x86/obj32/SHARED_LIBRARIES/libnativehelper_intermediates/JniConstants.o: unsupported reloc 43 against global symbol JniConstants::stringClass
prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6//x86_64-linux/bin/ld: error: out/host/linux-x86/obj32/SHARED_LIBRARIES/libnativehelper_intermediates/JniConstants.o: unsupported reloc 43 against global symbol JniConstants::structAddrinfoClass
prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6//x86_64-linux/bin/ld: error: out/host/linux-x86/obj32/SHARED_LIBRARIES/libnativehelper_intermediates/JniConstants.o: unsupported reloc 43 against global symbol JniConstants::structFlockClass
prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6//x86_64-linux/bin/ld: error: out/host/linux-x86/obj32/SHARED_LIBRARIES/libnativehelper_intermediates/JniConstants.o: unsupported reloc 43 against global symbol JniConstants::structGroupReqClass
prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6//x86_64-linux/bin/ld: error: out/host/linux-x86/obj32/SHARED_LIBRARIES/libnativehelper_intermediates/JniConstants.o: unsupported reloc 43 against global symbol JniConstants::structGroupSourceReqClass
prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6//x86_64-linux/bin/ld: error: out/host/linux-x86/obj32/SHARED_LIBRARIES/libnativehelper_intermediates/JniConstants.o: unsupported reloc 43 against global symbol JniConstants::structLingerClass
prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6//x86_64-linux/bin/ld: error: out/host/linux-x86/obj32/SHARED_LIBRARIES/libnativehelper_intermediates/JniConstants.o: unsupported reloc 43 against global symbol JniConstants::structPasswdClass
prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6//x86_64-linux/bin/ld: error: out/host/linux-x86/obj32/SHARED_LIBRARIES/libnativehelper_intermediates/JniConstants.o: unsupported reloc 43 against global symbol JniConstants::structPollfdClass
prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6//x86_64-linux/bin/ld: error: out/host/linux-x86/obj32/SHARED_LIBRARIES/libnativehelper_intermediates/JniConstants.o: unsupported reloc 43 against global symbol JniConstants::structStatClass
prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6//x86_64-linux/bin/ld: error: out/host/linux-x86/obj32/SHARED_LIBRARIES/libnativehelper_intermediates/JniConstants.o: unsupported reloc 43 against global symbol JniConstants::structStatVfsClass
prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6//x86_64-linux/bin/ld: error: out/host/linux-x86/obj32/SHARED_LIBRARIES/libnativehelper_intermediates/JniConstants.o: unsupported reloc 43 against global symbol JniConstants::structTimevalClass
prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6//x86_64-linux/bin/ld: error: out/host/linux-x86/obj32/SHARED_LIBRARIES/libnativehelper_intermediates/JniConstants.o: unsupported reloc 43 against global symbol JniConstants::structUcredClass
prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6//x86_64-linux/bin/ld: error: out/host/linux-x86/obj32/SHARED_LIBRARIES/libnativehelper_intermediates/JniConstants.o: unsupported reloc 43 against global symbol JniConstants::structUtsnameClass
prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6//x86_64-linux/bin/ld: error: out/host/linux-x86/obj32/SHARED_LIBRARIES/libnativehelper_intermediates/toStringArray.o: unsupported reloc 43 against global symbol JniConstants::stringClass
prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6//x86_64-linux/bin/ld: error: out/host/linux-x86/obj32/SHARED_LIBRARIES/libnativehelper_intermediates/toStringArray.o: unsupported reloc 43 against global symbol JniConstants::stringClass
prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6//x86_64-linux/bin/ld: error: out/host/linux-x86/obj32/SHARED_LIBRARIES/libnativehelper_intermediates/JniInvocation.o: unsupported reloc 43 against global symbol JniInvocation::jni_invocation_
prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6//x86_64-linux/bin/ld: error: out/host/linux-x86/obj32/SHARED_LIBRARIES/libnativehelper_intermediates/JniInvocation.o: unsupported reloc 43 against global symbol JniInvocation::jni_invocation_
prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6//x86_64-linux/bin/ld: error: out/host/linux-x86/obj32/SHARED_LIBRARIES/libnativehelper_intermediates/JniInvocation.o: unsupported reloc 43 against global symbol JniInvocation::jni_invocation_
prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6//x86_64-linux/bin/ld: error: out/host/linux-x86/obj32/SHARED_LIBRARIES/libnativehelper_intermediates/JniInvocation.o: unsupported reloc 43 against global symbol JniInvocation::jni_invocation_
prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6//x86_64-linux/bin/ld: error: out/host/linux-x86/obj32/SHARED_LIBRARIES/libnativehelper_intermediates/JniInvocation.o: unsupported reloc 43 against global symbol JniInvocation::jni_invocation_
prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6//x86_64-linux/bin/ld: error: out/host/linux-x86/obj32/SHARED_LIBRARIES/libnativehelper_intermediates/JniInvocation.o: unsupported reloc 43 against global symbol JniInvocation::jni_invocation_
prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6//x86_64-linux/include/c++/4.6/bits/basic_string.h:270: error: unsupported reloc 43
prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6//x86_64-linux/include/c++/4.6/bits/basic_string.h:270: error: unsupported reloc 43
prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6//x86_64-linux/include/c++/4.6/bits/basic_string.h:235: error: unsupported reloc 43
prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6//x86_64-linux/include/c++/4.6/bits/basic_string.h:235: error: unsupported reloc 43
libnativehelper/JNIHelp.cpp:310: error: unsupported reloc 43
libnativehelper/JNIHelp.cpp:311: error: unsupported reloc 43
libnativehelper/JNIHelp.cpp:332: error: unsupported reloc 43
libnativehelper/JNIHelp.cpp:322: error: unsupported reloc 43
libnativehelper/JNIHelp.cpp:338: error: unsupported reloc 43
libnativehelper/JniConstants.cpp:89: error: unsupported reloc 43
libnativehelper/JniConstants.cpp:90: error: unsupported reloc 43
libnativehelper/JniConstants.cpp:91: error: unsupported reloc 43
libnativehelper/JniConstants.cpp:92: error: unsupported reloc 43
libnativehelper/JniConstants.cpp:93: error: unsupported reloc 43
libnativehelper/JniConstants.cpp:94: error: unsupported reloc 43
libnativehelper/JniConstants.cpp:95: error: unsupported reloc 43
libnativehelper/JniConstants.cpp:96: error: unsupported reloc 43
libnativehelper/JniConstants.cpp:97: error: unsupported reloc 43
libnativehelper/JniConstants.cpp:98: error: unsupported reloc 43
libnativehelper/JniConstants.cpp:99: error: unsupported reloc 43
libnativehelper/JniConstants.cpp:100: error: unsupported reloc 43
libnativehelper/JniConstants.cpp:101: error: unsupported reloc 43
libnativehelper/JniConstants.cpp:102: error: unsupported reloc 43
libnativehelper/JniConstants.cpp:103: error: unsupported reloc 43
libnativehelper/JniConstants.cpp:104: error: unsupported reloc 43
libnativehelper/JniConstants.cpp:105: error: unsupported reloc 43
libnativehelper/JniConstants.cpp:106: error: unsupported reloc 43
libnativehelper/JniConstants.cpp:107: error: unsupported reloc 43
libnativehelper/JniConstants.cpp:108: error: unsupported reloc 43
libnativehelper/JniConstants.cpp:109: error: unsupported reloc 43
libnativehelper/JniConstants.cpp:110: error: unsupported reloc 43
libnativehelper/JniConstants.cpp:111: error: unsupported reloc 43
libnativehelper/JniConstants.cpp:112: error: unsupported reloc 43
libnativehelper/JniConstants.cpp:113: error: unsupported reloc 43
libnativehelper/JniConstants.cpp:114: error: unsupported reloc 43
libnativehelper/JniConstants.cpp:115: error: unsupported reloc 43
libnativehelper/JniConstants.cpp:116: error: unsupported reloc 43
libnativehelper/JniConstants.cpp:117: error: unsupported reloc 43
libnativehelper/JniConstants.cpp:118: error: unsupported reloc 43
libnativehelper/JniConstants.cpp:119: error: unsupported reloc 43
libnativehelper/JniConstants.cpp:120: error: unsupported reloc 43
libnativehelper/JniConstants.cpp:121: error: unsupported reloc 43
libnativehelper/JniConstants.cpp:122: error: unsupported reloc 43
libnativehelper/JniConstants.cpp:123: error: unsupported reloc 43
libnativehelper/JniConstants.cpp:124: error: unsupported reloc 43
libnativehelper/JniConstants.cpp:125: error: unsupported reloc 43
libnativehelper/JniConstants.cpp:126: error: unsupported reloc 43
libnativehelper/JniConstants.cpp:127: error: unsupported reloc 43
libnativehelper/JniConstants.cpp:128: error: unsupported reloc 43
libnativehelper/JniConstants.cpp:129: error: unsupported reloc 43
libnativehelper/JniConstants.cpp:130: error: unsupported reloc 43
libnativehelper/JniConstants.cpp:131: error: unsupported reloc 43
libnativehelper/JniConstants.cpp:132: error: unsupported reloc 43
libnativehelper/JniConstants.cpp:133: error: unsupported reloc 43
libnativehelper/JniConstants.cpp:134: error: unsupported reloc 43
libnativehelper/JniConstants.cpp:135: error: unsupported reloc 43
libnativehelper/JniConstants.cpp:136: error: unsupported reloc 43
libnativehelper/JniConstants.cpp:137: error: unsupported reloc 43
libnativehelper/JniConstants.cpp:138: error: unsupported reloc 43
libnativehelper/JniConstants.cpp:139: error: unsupported reloc 43
libnativehelper/JniConstants.cpp:140: error: unsupported reloc 43
libnativehelper/toStringArray.cpp:21: error: unsupported reloc 43
libnativehelper/toStringArray.cpp:21: error: unsupported reloc 43
libnativehelper/JniInvocation.cpp:40: error: unsupported reloc 43
libnativehelper/JniInvocation.cpp:45: error: unsupported reloc 43
libnativehelper/JniInvocation.cpp:165: error: unsupported reloc 43
libnativehelper/JniInvocation.cpp:165: error: unsupported reloc 43
libnativehelper/JniInvocation.cpp:165: error: unsupported reloc 43
libnativehelper/JniInvocation.cpp:165: error: unsupported reloc 43
clang: error: linker command failed with exit code 1 (use -v to see invocation)
build/core/host_shared_library_internal.mk:44: recipe for target 'out/host/linux-x86/obj32/lib/libnativehelper.so' failed
make: *** [out/host/linux-x86/obj32/lib/libnativehelper.so] Error 1
make: *** Waiting for unfinished jobs....

#### make failed to build some targets (04:11 (mm:ss)) ####

借鉴网上处理方法,将系统的ld文件复制到SDK中

cp /usr/bin/ld.gold   <source_android>/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/bin/ld

2、错误@param ta g with name that doesn’t match the parameter list: ‘enabled’

frameworks/base/core/java/android/os/DisplayOutputManager.java:374: error 104: @param ta g with name that doesn't match the parameter list: 'enabled'
DroidDoc took 466 sec. to write docs to out/target/common/docs/doc-comment-check
build/core/droiddoc.mk:158: recipe for target 'out/target/common/docs/doc-comment-check- timestamp' failed
make: *** [out/target/common/docs/doc-comment-check-timestamp] Error 45

#### make failed to build some targets (11:53 (mm:ss)) ####

将注释中的enable改为value即可:

       /**
         * 文件中写入字符串
         *
         * @param file
         * @param enable
         */
        public static boolean write2File(File file, String value) {
                if ((file == null) || (!file.exists()))
                        return false;
                try {
                        FileOutputStream fout = new FileOutputStream(file);
                        PrintWriter pWriter = new PrintWriter(fout);
                        pWriter.println(value);
                        pWriter.flush();
                        pWriter.close();
                        fout.close();
                        return true;
                } catch (IOException re) {
                        return false;
                }
        }

五、启动打印信息

DDR Version 2.04 20150121
In
1A1A2A2B   0
1A1A292A   3
LPDDR2
2A2A292A   F
Bus Width=32 Col=10 Bank=8 Row=14 CS=2 Die Bus-Width=32 Size=1024MB
mach:14
OUT
Boot1 Release Time: 2015-05-25, version: 2.25
ChipType = a 1374
No.1 FLASH ID:ad de 14 a7 42 4a
ECC:60
*V�k%�𫹥��0 20
StorageInit ok = 634998
theLѿH�H��ս��с2014.10-RK3128-10 (Dec 28 2015 - 14:53:17)

CPU: rk3128
CPU's clock information:
    arm pll = 300000000HZ
    periph pll = 594000000HZ
    ddr pll = 600000000HZ
    codec pll = 400000000HZ
Board:  Rockchip platform Board
Uboot as second level loader
DRAM:  Found dram banks:1
Adding bank:0000000060000000(0000000040000000)
128 MiB
rk dma�.�Kׅ���init OK!
Using default environment

GetParam
check parameter success
Unknow param: MACHINE_MODEL:rk312x!
Unknow param: MACHINE_ID:007!
Unknow param: MANUFACTURER:RK30SDK!
failed to prepare fdt from boot!
power key: bank-3 pin-23
can't find dts node for ricoh619
can't find dts node for act8846
can't find dts node for rk808
cpu_det GPIO pull up
pmic:rk818
Can't find dts node for fuel guage cw201x
can't find dts node for ADC
Enter power_led_init
SecureBootEn = 0, SecureBootLock = 0

#Boot ver: 2015-06-12#2.25
empty serial no.
checkKey
vbus = 0
dwc_otg_check_dpdm: usb bc disconnected
use dc chg rk818_charger_setting iset1:0x79 chgiset:0x75 current 0
dwc_otg_check_dpdm: usb bc disconnected
read logo_on switch from dts [1]
can't find power_ctr node for lcdc0
dwc_otg_check_dpdm: usb bc disconnected
failed to find part:logo
got recovery cmd from misc.
load fdt from resouce.
ERROR: [get_entry_ram]: Cannot find logo_kernel.bmp!
Secure Boot state: 0
kernel   @ 0x62000000 (0x0069cc78)
ramdisk  @ 0x65bf0000 (0x002c89a8)
bootrk: do_bootm_linux...
   Loading Device Tree to 65600000, end 65617244 ... OK
Add bank:0000000060000000, 0000000040000000

Starting kernel ...

<hit enter to activate fiq debugger>
[    0.000000] Booting Linux on physical CPU 0xf00
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.10.0 (buridan@buridan-ThinkPad) (gcc version 4.6.x-google 20120106 (prerelease) (GCC) ) #1 SMP PREEMPT Wed Jul 11 23:00:12 CST 2018
[    0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] Machine: Rockchip RK3128, model: rockchip,rk3128
[    0.000000] rockchip_uboot_logo_setup: mem: 2000000@9dc00000, offset:0
[    0.000000] rockchip_uboot_mem_reserve: reserve 2000000@9dc00000 for uboot logo
[    0.000000] rockchip_ion_reserve
[    0.000000] ion heap(cma): base(0) size(800000) align(0)
[    0.000000] ion heap(vmalloc): base(0) size(0) align(0)
[    0.000000] cma: CMA: reserved 8 MiB at 9d400000
[    0.000000] ion_reserve: cma reserved base 9d400000 size 8388608
[    0.000000] cma: CMA: reserved 16 MiB at 7f000000
[    0.000000] Memory policy: ECC disabled, Data cache writealloc
[    0.000000] Boot mode: RECOVERY (2) flag: RECOVER (0xc3524203)
[    0.000000] PERCPU: Embedded 9 pages/cpu @c1662000 s14016 r8192 d14656 u36864
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 261120
[    0.000000] Kernel command line: vmalloc=496M rockchip_jtag console=ttyFIQ0 androidboot.baseband=N/A androidboot.selinux=permissive androidboot.hardware=rk30board a7
[    0.000000] rockchip jtag enabled
[    0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
[    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.000000] allocated 2097152 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] Memory: 1024MB = 1024MB total
[    0.000000] Memory: 962740k/962740k available, 85836k reserved, 483328K highmem
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
[    0.000000]     vmalloc : 0xe0800000 - 0xff000000   ( 488 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xe0000000   ( 512 MB)
[    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
[    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
[    0.000000]       .text : 0xc0008000 - 0xc0b9e4e0   (11866 kB)
[    0.000000]       .init : 0xc0b9f000 - 0xc0bf76c0   ( 354 kB)
[    0.000000]       .data : 0xc0bf8000 - 0xc0d16178   (1145 kB)
[    0.000000]        .bss : 0xc0d16178 - 0xc0e37a3c   (1159 kB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000]  RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] NR_IRQS:16 nr_irqs:16 16
[    0.000000] rk_clk_tree_init start! cru base = 0xfed00000
[    0.000000] rk_get_uboot_display_flag: uboot_logo_on = 1
[    0.000000] rkclk_init_clks: cnt_parent = 25
[    0.000000] rkclk_init_clks: cnt_rate = 17
[    0.000000] Architected cp15 timer(s) running at 24.00MHz (phys).
[    0.000000] Switching to timer-based delay loop
[    0.000000] sched_clock: ARM arch timer >56 bits at 24000kHz, resolution 41ns
[    0.000000] process version: 0
[    0.000000] channel:0, lkg:34
[    0.000000] target-temp:85
[    0.000000] FirePrime hardware version: V00
[    0.000000] channel:0, lkg:34
[    0.000000] target-temp:85
[    0.000000] channel:0, lkg:34
[    0.000000] target-temp:85
[    0.000000] sched_clock: 32 bits at 100 Hz, resolution 10000000ns, wraps every 4294967286ms
[    0.550408] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000)
[    0.550436] pid_max: default: 32768 minimum: 301
[    0.550643] Security Framework initialized
[    0.550673] SELinux:  Initializing.
[    0.550809] Mount-cache hash table entries: 512
[    0.552046] Initializing cgroup subsys debug
[    0.552074] Initializing cgroup subsys memory
[    0.552126] Initializing cgroup subsys freezer
[    0.552191] CPU: Testing write buffer coherency: ok
[    0.552747] /cpus/cpu@0 missing clock-frequency property
[    0.552776] /cpus/cpu@1 missing clock-frequency property
[    0.552795] /cpus/cpu@2 missing clock-frequency property
[    0.552814] /cpus/cpu@3 missing clock-frequency property
[    0.552896] CPU0: thread -1, cpu 0, socket 15, mpidr 80000f00
[    0.552968] Setting up static identity map for 0xc084b3b8 - 0xc084b410
[    0.555039] last_log: 0x7e900000 map to 0xe0804000 and copy to 0xe0886000, size 0x80000 early 0x1797 (version 3.0)
[    0.628248] CPU1: Booted secondary processor
[    0.628306] CPU1: thread -1, cpu 1, socket 15, mpidr 80000f01
[    0.647948] CPU2: Booted secondary processor
[    0.647994] CPU2: thread -1, cpu 2, socket 15, mpidr 80000f02
[    0.667702] CPU3: Booted secondary processor
[    0.667745] CPU3: thread -1, cpu 3, socket 15, mpidr 80000f03
[    0.667933] Brought up 4 CPUs
[    0.667985] SMP: Total of 4 processors activated (192.00 BogoMIPS).
[    0.668001] CPU: All CPU(s) started in SVC mode.
[    0.669439] devtmpfs: initialized
[    0.679560] pinctrl core: initialized pinctrl subsystem
[    0.680069] regulator-dummy: no parameters
[    0.681603] NET: Registered protocol family 16
[    0.684991] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.685659] ion_snapshot: 0x7e990000 map to 0xe0907000 and copy to 0xc0e12f44 (version 0.1)
[    0.685902] Registered FIQ tty driver
[    0.688314] console [ttyFIQ0] enabled
[    0.688674] Registered fiq debugger ttyFIQ0
[    0.690379] rockchip_get_bank_data:name=/pinctrl@20008000/gpio0@2007c000 start=0x2007c000,end=0x2007c0ff
[    0.690517] rockchip_get_bank_data:name=/pinctrl@20008000/gpio1@20080000 start=0x20080000,end=0x200800ff
[    0.690602] rockchip_get_bank_data:name=/pinctrl@20008000/gpio2@20084000 start=0x20084000,end=0x200840ff
[    0.690681] rockchip_get_bank_data:name=/pinctrl@20008000/gpio3@20088000 start=0x20088000,end=0x200880ff
[    0.690770] rockchip_get_bank_data:name=/pinctrl@20008000/gpio15@2008A000 start=0x20086000,end=0x200860ff
[    0.690843] rockchip_pinctrl_probe:name=rk312x-GPIO,type=5
[    0.690874] rockchip_pinctrl_probe:name=base start=0x20008000,end=0x200080a7
[    0.690903] rockchip_pinctrl_probe:name=mux start=0x200080a8,end=0x200080f3
[    0.690931] rockchip_pinctrl_probe:name=pull start=0x20008118,end=0x20008137
[    0.690960] rockchip_pinctrl_probe:name=drv start=0x20008100,end=0x20008103
[    0.693650] rockchip_pinctrl_probe:init ok
[    0.701443] rk_iommu 1010e300.vop_mmu: (vop) Enter
[    0.701498] rk_iommu 1010e300.vop_mmu: skip request vop mmu irq
[    0.701593] rk_iommu 1010e300.vop_mmu: IOVMM: Created 0x3ffff000 B IOVMM from 0x10000000.
[    0.701623] rk_iommu 1010e300.vop_mmu: (vop) Initialized
[    0.701910] rk_iommu 10104440.hevc_mmu: (hevc) Enter
[    0.702057] rk_iommu 10104440.hevc_mmu: IOVMM: Created 0x3ffff000 B IOVMM from 0x10000000.
[    0.702089] rk_iommu 10104440.hevc_mmu: (hevc) Initialized
[    0.702355] rk_iommu 10106800.vpu_mmu: (vpu) Enter
[    0.702482] rk_iommu 10106800.vpu_mmu: IOVMM: Created 0x3ffff000 B IOVMM from 0x10000000.
[    0.702513] rk_iommu 10106800.vpu_mmu: (vpu) Initialized
[    0.702775] rk_iommu 10108800.iep_mmu: (iep) Enter
[    0.702900] rk_iommu 10108800.iep_mmu: IOVMM: Created 0x3ffff000 B IOVMM from 0x10000000.
[    0.702931] rk_iommu 10108800.iep_mmu: (iep) Initialized
[    0.704524] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[    0.704553] hw-breakpoint: maximum watchpoint size is 8 bytes.
[    0.704845] DDR DEBUG: version 1.02 20140828
[    0.704869] DDR DEBUG: DRAM Type:LPDDR2
[    0.704895] DDR DEBUG: 2 CS, ROW=14, Bank=8, COL=10, Total Capability=1024MB
[    0.704943] DDR DEBUG: init success!!! freq=300MHz
[    0.758039] bio: create slab <bio-0> at 0
[    0.759053] Rockchip hdmi driver version 2.0
.
[    0.760865] SCSI subsystem initialized
[    0.761230] usbcore: registered new interface driver usbfs
[    0.761362] usbcore: registered new interface driver hub
[    0.761578] usbcore: registered new device driver usb
[    0.763763] rockchip_i2c 20072000.i2c: i2c-0: Rockchip I2C adapter
[    0.766437] media: Linux media interface: v0.10
[    0.766530] Linux video capture interface: v2.00
[    0.766754] pps_core: LinuxPPS API ver. 1 registered
[    0.766779] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.766828] PTP clock support registered
[    0.766927] i2c-core: driver [bq24296] using legacy suspend method
[    0.766950] i2c-core: driver [bq24296] using legacy resume method
[    0.768429] Rockchip ion module is successfully loaded (v1.1)
[    0.768710] Advanced Linux Sound Architecture Driver Initialized.
[    0.769487] Bluetooth: Core ver 2.16
[    0.769567] NET: Registered protocol family 31
[    0.769591] Bluetooth: HCI device and connection manager initialized
[    0.769626] Bluetooth: HCI socket layer initialized
[    0.769668] Bluetooth: L2CAP socket layer initialized
[    0.769724] Bluetooth: SCO socket layer initialized
[    0.770166] cfg80211: Calling CRDA to update world regulatory domain
[    0.771814] act8931_i2c_probe,line=715
[    0.772618] The device is not act8931
[    0.773279] rk818_i2c_probe,line=1286
[    0.773586] rk818_pre_init,line=1201
[    0.781481] cpu_det_gpio up
[    0.781536] power_h�i2c_probe: rk818_pmic_sleep=0
[    0.785563] vdd_arm: 712 <--> 1500 mV at 1100 mV
[    0.789930] vdd_logic: 712 <--> 1500 mV at 1100 mV
[    0.793800] rk818_dcdc3: 1200 mV
[    0.798101] vccio: 1800 <--> 3300 mV at 3000 mV
[    0.801992] rk818_ldo1: 3300 mV
[    0.805805] rk818_ldo2: 3000 mV
[    0.809662] rk818_ldo3: 1100 mV
[    0.813486] rk818_ldo4: 2800 mV
[    0.817318] rk818_ldo5: 3000 mV
[    0.821148] rk818_ldo6: 1200 mV
[    0.824949] rk818_ldo7: 1800 mV
[    0.828839] rk818_ldo8: 1800 mV
[    0.831742] vcc_sd: 1800 <--> 3000 mV at 3000 mV
[    0.833227] rk818_ldo10: at 3000 mV
[    0.835042] rk818_irq_init: rk818_pmic_irq=1
[    0.835688] fireprime_rk818_hdmi_5v_en enable:1
[    0.836521] i2c-core: driver [rk818] using legacy suspend method
[    0.836547] i2c-core: driver [rk818] using legacy resume method
[    0.838687] Switching to clocksource arch_sys_counter
[    0.875183] fb disp policy is box
[    0.875293] rk-fb rockchip-fb: rk fb ion client create success!
[    0.875321] rk-fb rockchip-fb: rockchip framebuffer driver probe
[    0.875817] rk-screen rk_screen.9: rockchip screen probe success
[    0.876398] rk31xx-lvds 20038000.lvds: screen is not lvds/rgb!
[    0.876445] rk31xx-lvds: probe of 20038000.lvds failed with error -22
[    0.877508] rk312x-lcdc lcdc0: can't find power_ctr node for lcdc0
[    0.877540] rk_fb_trsm_ops_get:un supported transmitter:6!
[    0.878191] graphics fb0: rockchip framebuffer registerd:fb0
[    0.878922] graphics fb1: rockchip framebuffer registerd:fb1
[    0.879329] graphics fb2: rockchip framebuffer registerd:fb2
[    0.879982] rk312x-lcdc lcdc0: set lcdc0 dclk failed
[    0.880020] rk312x-lcdc lcdc0: lcdc0: dclk:74250000>>fps:60
[    0.880046] rk312x-lcdc lcdc0: wakeup from standby!
[    0.899542] alloc_buffer:ion_phy_addr=0x10000000
[    0.905003] fb0:phy:10000000>>vir:e0930000>>len:0xb00000
[    0.922277] rk312x-lcdc lcdc0: lcdc0 probe ok, iommu enabled
[    0.925643] NET: Registered protocol family 2
[    0.926542] TCP established hash table entries: 4096 (order: 3, 32768 bytes)
[    0.926671] TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
[    0.926784] TCP: Hash tables configured (established 4096 bind 4096)
[    0.926889] TCP: reno registered
[    0.926917] UDP hash table entries: 256 (order: 1, 8192 bytes)
[    0.926963] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[    0.927419] NET: Registered protocol family 1
[    0.929544] rk818-battery rk818-battery: invalid fcc(0x0), use design capacity
[    0.930398] rk818-battery rk818-battery: update fcc : 2100
[    0.930688] rk818-battery rk818-battery: not battery, enter test power mode
[    0.952153] rk818-battery rk818-battery: v=4200, ov=4200, rv=0, c=0, pwroff_min=0
[    0.958304] rk818-battery rk818-battery: c=0, v=4200, relax=0, ocv=4200, est=4200, calib=-1
[    0.959061] rk818-battery rk818-battery: reg soc=0, init soc = 0, init cap=0
[    0.987241] rk818-battery rk818-battery: battery driver version 4.0.0
[    0.988102] Unpacking initramfs...
[    1.235708] Freeing initrd memory: 2848K (c5bf0000 - c5eb8000)
[    1.237224] hw perfevents: enabled with ARMv7_Cortex_A7 PMU driver, 5 counters available
[    1.237927] vcodec_service: probe device vpu_combo.10
[    1.237963] vcodec_service: No reset resource define
[    1.237982] vcodec_service: No reset resource define
[    1.237999] vcodec_service: No reset resource define
[    1.238126] vcodec vpu_combo.10: failed on clk_get clk_cabac
[    1.238241] vcodec_service: vpu_combo.10: power on
[    1.238403] vcodec_service: probe device 10106000.vpu_service
[    1.238465] vcodec_service: checking hw id 4831
[    1.239854] vcodec_service: probe device 10104000.hevc_service
[    1.239921] vcodec_service: checking hw id 6867
[    1.240897] vcodec_service: vpu_combo.10: power off...
[    1.240968] vcodec_service: done
[    1.240988] vcodec_service: init success
[    1.241147] rknandbase v1.0 2014-03-31
[    1.241405] rknand_probe clk rate = 148500000
[    1.241591] rknand_driver:ret = 0
[    1.242447] rk_dts_sensor_probe:Get s5k4ec rockchip,power failed!
[    1.242491] s5k4ec_io==1
[    1.242550] the gpiorst1 is 107
[    1.242581] the gpiorst2 is 107
[    1.242638] rk_dts_sensor_probe:Get ov2659 rockchip,power failed!
[    1.242669] s5k4ec_io==2
[    1.242707] rk_dts_sensor_probe:Get gc0329 rockchip,power failed!
[    1.242736] s5k4ec_io==2
[    1.242771] rk_dts_sensor_probe:Get gc2035 rockchip,powerdown failed!
[    1.242800] s5k4ec_io==2
[    1.242861] s5k4ec_io==2
[    1.244409] audit: initializing netlink socket (disabled)
[    1.244483] type=2000 audit(0.700:1): initialized
[    1.245902] bounce pool size: 64 pages
[    1.256368] fuse init (API version 7.22)
[    1.257234] msgmni has been set to 973
[    1.260919] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[    1.260956] io scheduler noop registered
[    1.260976] io scheduler deadline registered
[    1.261213] io scheduler cfq registered (default)
[    1.266831] rga 1010c000.rga: rga ion client create success!
[    1.267175] rga: Driver loaded succesfully
[    1.267303] rga: Module initialized.
[    1.370440] rk-hdmi 20034000.hdmi: rockchip_hdmiv1_set_pwr_mode change pwr_mode 0 --> 1
[    1.370479] rk-hdmi 20034000.hdmi: rockchip_hdmiv1_set_pwr_mode change pwr_mode LOWER_PWR
[    1.370588] rk-hdmi 20034000.hdmi: rockchip_hdmiv1_set_pwr_mode change pwr_mode 1 --> 0
[    1.370621] rk-hdmi 20034000.hdmi: rockchip_hdmiv1_set_pwr_mode change pwr_mode NORMAL
[    1.370662] rk-hdmi 20034000.hdmi: EDID DATA (Segment = 0 Block = 0 Offset = 0):
[    1.382818] rk-hdmi 20034000.hdmi: [rockchip_hdmiv1_read_edid] edid read sucess
[    1.382923] rk-hdmi 20034000.hdmi: EDID DATA (Segment = 0 Block = 1 Offset = 128):
[    1.395112] rk-hdmi 20034000.hdmi: [rockchip_hdmiv1_read_edid] edid read sucess
[    1.395161] ******** Show Sink Info ********
[    1.395181] Max tmds clk is 0
[    1.395198] Support video mode:
[    1.395214]  1920x1080p@60Hz
[    1.395230]  1280x720p@60Hz
[    1.395245] Support video color mode:
[    1.395261]  RGB
[    1.395275]  YCbCr422
[    1.395290]  YCbCr444
[    1.395305] Support video color depth:
[    1.395321]  24bit
[    1.395336] Support audio type:
[    1.395351]  LPCM
[    1.395367] Support max audio channel is 2
[    1.395384] Support audio sample rate:
[    1.395400]  32000
[    1.395414]  44100
[    1.395428]  48000
[    1.395443] Support audio word lenght:
[    1.395459]  16bit
[    1.395473]  20bit
[    1.395487]  24bit
[    1.395501]
[    1.395515] ******** Show Sink Info ********
[    1.395559] hdmi output corlor mode is 3
[    1.395585] hdmi connect to lcdc0
[    1.395616] rk-hdmi 20034000.hdmi: [rockchip_hdmiv1_video_csc] input_color=3,output_color=3
[    1.395651] rk-hdmi 20034000.hdmi: [rockchip_hdmiv1_config_video] sucess output HDMI.
[    1.396111] rk-hdmi 20034000.hdmi: hdmi probe success.
[    1.397140] IEP Power ON
[    1.397223] iep ion client create success!
[    1.397707] IEP Power OFF
[    1.397745] IEP Driver loaded succesfully
[    1.397892] Module initialized.
[    1.398348] rk3036-tve 1010e200.tve: rockchip,rk312x-tve tv encoder probe ok
[    1.401151] dma-pl330 20078000.pdma: Loaded driver for PL330 DMAC-2364208
[    1.401192] dma-pl330 20078000.pdma:         DBUFF-64x8bytes Num_Chans-8 Num_Peri-16 Num_Events-16
[    1.402085] rk_serial.c v1.8 2014-03-04
[    1.402422] 20060000.serial: ttyS0 at MMIO 0x20060000 (irq = 52) is a rk29_serial.0
[    1.402871] serial 20060000.serial: membase e3452000
[    1.409211] loop: module loaded
[    1.409343] i2c-core: driver [mpu6050B1] using legacy suspend method
[    1.409368] i2c-core: driver [mpu6050B1] using legacy resume method
[    1.409395] mpu_init: Probe name mpu6050B1
[    1.409777] ak8963_mod_init: Probe name ak8963_mod
[    1.411065] SCSI Media Changer driver v0.25
[    1.411798] tun: Universal TUN/TAP device driver, 1.6
[    1.411824] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    1.412104] vmac_init.
[    1.413213] stmmac_probe_config_dt: Can not read property: pmu_regulator.
[    1.413244] stmmac_probe_config_dt: Can not read property: pmu_enable_level.
[    1.413267] stmmac_probe_config_dt: clock input or output? (input).
[    1.413291] stmmac_probe_config_dt: TX delay(0x30).
[    1.413312] stmmac_probe_config_dt: RX delay(0x10).
[    1.413414] stmmac_probe_config_dt: is rockchip,rk312x-gmac
[    1.413435] stmmc_pltfr_init:
[    1.413453] stmmc_pltfr_init: ERROR: Get power-gpio failed.
[    1.413550] stmmc_pltfr_init: init for RGMII
[    1.413576] tx delay=0x30
[    1.413576] rx delay=0x10
[    1.413812] stmmac - user ID: 0x10, Synopsys ID: 0x35
[    1.413833]  Normal descriptors
[    1.413850]  Ring mode enabled
[    1.413867]  DMA HW capability register supported
[    1.413887]  RX Checksum Offload Engine supported (type 2)
[    1.413906]  TX Checksum insertion supported
[    1.413923]  Wake-Up On Lan supported
[    1.414025]  Enable RX Mitigation via HW Watchdog Timer
[    1.414921] PPP generic driver version 2.4.2
[    1.415275] PPP BSD Compression module registered
[    1.415300] PPP Deflate Compression module registered
[    1.415335] PPP MPPE Compression module registered
[    1.415358] NET: Registered protocol family 24
[    1.415412] SLIP: version 0.8.4-NET3.019-NEWTTY (dynamic channels, max=256) (6 bit encapsulation enabled).
[    1.415436] CSLIP: code copyright 1989 Regents of the University of California.
[    1.415459] Rockchip WiFi SYS interface (V1.00) ...
[    1.415540] esp_mem_init enter date Jul 11 2018 22:55:54
[    1.415562] esp_mem_init VERSION [V2.5]
[    1.415652] esp_mem_init complete
[    1.415778] usbcore: registered new interface driver catc
[    1.415860] usbcore: registered new interface driver kaweth
[    1.415884] pegasus: v0.9.3 (2013/04/25), Pegasus/Pegasus II USB Ethernet driver
[    1.415974] usbcore: registered new interface driver pegasus
[    1.416057] usbcore: registered new interface driver rtl8150
[    1.416136] usbcore: registered new interface driver r8152
[    1.416159] hso: drivers/net/usb/hso.c: Option Wireless
[    1.416296] usbcore: registered new interface driver hso
[    1.416389] usbcore: registered new interface driver asix
[    1.416469] usbcore: registered new interface driver ax88179_178a
[    1.416558] usbcore: registered new interface driver cdc_ether
[    1.416638] usbcore: registered new interface driver cdc_eem
[    1.416716] usbcore: registered new interface driver dm9601
[    1.416794] usbcore: registered new interface driver dm9620
[    1.416892] usbcore: registered new interface driver smsc75xx
[    1.416989] usbcore: registered new interface driver smsc95xx
[    1.417077] usbcore: registered new interface driver gl620a
[    1.417158] usbcore: registered new interface driver net1080
[    1.417238] usbcore: registered new interface driver plusb
[    1.417317] usbcore: registered new interface driver rndis_host
[    1.417397] usbcore: registered new interface driver cdc_subset
[    1.417475] usbcore: registered new interface driver zaurus
[    1.417557] usbcore: registered new interface driver MOSCHIP usb-ethernet driver
[    1.417683] usbcore: registered new interface driver int51x1
[    1.417777] usbcore: registered new interface driver kalmia
[    1.417860] usbcore: registered new interface driver ipheth
[    1.417948] usbcore: registered new interface driver sierra_net
[    1.418031] usbcore: registered new interface driver cx82310_eth
[    1.418131] usbcore: registered new interface driver cdc_ncm
[    1.418211] usbcore: registered new interface driver qmi_wwan
[    1.418294] usbcore: registered new interface driver cdc_mbim
[    1.418317] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.420282] EHCI: ehci_rk_probe e3480000 e3480010
[    1.420318] rockchip_ehci_host 101c0000.usb: EHCI Host Controller
[    1.420375] rockchip_ehci_host 101c0000.usb: new USB bus registered, assigned bus number 1
[    1.421034] rockchip_ehci_host 101c0000.usb: irq 43, io mem 0x101c0000
[    1.439073] rockchip_ehci_host 101c0000.usb: USB 2.0 started, EHCI 1.00
[    1.439219] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.439250] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.439277] usb usb1: Product: EHCI Host Controller
[    1.439301] usb usb1: Manufacturer: Linux 3.10.0 ehci_hcd
[    1.439325] usb usb1: SerialNumber: 101c0000.usb
[    1.440237] hub 1-0:1.0: USB hub found
[    1.440297] hub 1-0:1.0: 1 port detected
[    1.440655] EHCI: ehci_rk_probe ok
[    1.440834] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.441078] ohci-rockchip 101e0000.usb: RK OHCI Host Controller
[    1.441132] ohci-rockchip 101e0000.usb: new USB bus registered, assigned bus number 2
[    1.441216] ohci-rockchip 101e0000.usb: irq 64, io mem 0x101e0000
[    1.502145] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[    1.502179] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.502206] usb usb2: Product: RK OHCI Host Controller
[    1.502230] usb usb2: Manufacturer: Linux 3.10.0 ohci_hcd
[    1.502255] usb usb2: SerialNumber: 101e0000.usb
[    1.503085] hub 2-0:1.0: USB hub found
[    1.503134] hub 2-0:1.0: 1 port detected
[    1.503764] usbcore: registered new interface driver cdc_acm
[    1.503789] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[    1.503921] usbcore: registered new interface driver usblp
[    1.504018] usbcore: registered new interface driver cdc_wdm
[    1.504166] usbcore: registered new interface driver usb-storage
[    1.504256] usbcore: registered new interface driver ums-alauda
[    1.504338] usbcore: registered new interface driver ums-cypress
[    1.504420] usbcore: registered new interface driver ums-datafab
[    1.504500] usbcore: registered new interface driver ums_eneub6250
[    1.504587] usbcore: registered new interface driver ums-freecom
[    1.504671] usbcore: registered new interface driver ums-isd200
[    1.504751] usbcore: registered new interface driver ums-jumpshot
[    1.504830] usbcore: registered new interface driver ums-karma
[    1.504910] usbcore: registered new interface driver ums-onetouch
[    1.504990] usbcore: registered new interface driver ums-sddr09
[    1.505070] usbcore: registered new interface driver ums-sddr55
[    1.505150] usbcore: registered new interface driver ums-usbat
[    1.505350] usbcore: registered new interface driver usbserial
[    1.505438] usbcore: registered new interface driver usbserial_generic
[    1.505509] usbserial: USB Serial support registered for generic
[    1.505594] usbcore: registered new interface driver ch341
[    1.505665] usbserial: USB Serial support registered for ch341-uart
[    1.505750] usbcore: registered new interface driver cp210x
[    1.505817] usbserial: USB Serial support registered for cp210x
[    1.505917] usbcore: registered new interface driver ftdi_sio
[    1.505985] usbserial: USB Serial support registered for FTDI USB Serial Device
[    1.506159] usbcore: registered new interface driver option
[    1.506240] usbserial: USB Serial support registered for GSM modem (1-port)
[    1.506461] usbcore: registered new interface driver pl2303
[    1.506534] usbserial: USB Serial support registered for pl2303
[    1.506642] usbcore: registered new interface driver trancevibrator
[    1.506666] usb20_otg: version 3.10a 21-DEC-2012
[    1.507317] e3500040
[    1.507347] Core Release: 2.91a
[    1.507369] Setting default values for core params
[    1.507637] Using Buffer DMA mode
[    1.507662] Periodic Transfer Interrupt Enhancement - disabled
[    1.507682] Multiprocessor Interrupt Enhancement - disabled
[    1.507703] OTG VER PARAM: 0, OTG VER FLAG: 0
[    1.507721] ^^^^^^^^^^^^^^^^^Device Mode
[    1.507746] Dedicated Tx FIFOs mode
[    1.507785] pcd_init otg_dev = c599a800
[    1.508253] usb20_otg 10180000.usb: DWC OTG Controller
[    1.508313] usb20_otg 10180000.usb: new USB bus registered, assigned bus number 3
[    1.508376] usb20_otg 10180000.usb: irq 42, io mem 0x00000000
[    1.508499] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[    1.508530] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.508557] usb usb3: Product: DWC OTG Controller
[    1.508581] usb usb3: Manufacturer: Linux 3.10.0 dwc_otg_hcd
[    1.508606] usb usb3: SerialNumber: 10180000.usb
[    1.509530] hub 3-0:1.0: USB hub found
[    1.509582] hub 3-0:1.0: 1 port detected
[    1.510224] usb20_host: version 3.10a 21-DEC-2012
[    1.511187] usbcore: registered new interface driver xpad
[    1.511305] usbcore: registered new interface driver usb_acecad
[    1.511405] usbcore: registered new interface driver aiptek
[    1.511514] usbcore: registered new interface driver gtco
[    1.511620] usbcore: registered new interface driver hanwang
[    1.511717] usbcore: registered new interface driver kbtab
[    1.511829] usbcore: registered new interface driver wacom
[    1.512700] sensor_register_slave:mma8452,id=17
[    1.512728] sensor_register_slave:gs_mc3230,id=23
[    1.512747] gsensor_init
[    1.512766] sensor_register_slave:mpu6880_acc,id=24
[    1.512787] sensor_register_slave:cm3217,id=47
[    1.512807] sensor_register_slave:cm3218,id=48
[    1.513190] .. rk pwm remotectl v1.1 init
[    1.513582] input: 20050030.pwm as /devices/20050030.pwm/input/input0
[    1.519931] rtc_hym8563 0-0051: rtc core: registered hym8563 as rtc0
[    1.520018] i2c /dev entries driver
[    1.520656] IR NEC protocol handler initialized
[    1.520682] IR RC5(x) protocol handler initialized
[    1.520701] IR RC6 protocol handler initialized
[    1.520719] IR JVC protocol handler initialized
[    1.520737] IR Sony protocol handler initialized
[    1.520755] IR RC5 (streamzap) protocol handler initialized
[    1.520774] IR SANYO protocol handler initialized
[    1.520792] IR MCE Keyboard/mouse protocol handler initialized
[    1.521263] usbcore: registered new interface driver uvcvideo
[    1.521289] USB Video Class driver (1.1.1)
[    1.521312] CamSys driver version: v0.27.1,  CamSys head file version: v0.10.0
[    1.521338] E:camsys_soc_init(87): camsys isn't support soc: 0x31260001!
[    1.523381] i2c-core: driver [bq27320] using legacy suspend method
[    1.523411] i2c-core: driver [bq27320] using legacy resume method
[    1.524175] device-mapper: uevent: version 1.0.3
[    1.524721] device-mapper: ioctl: 4.24.0-ioctl (2013-01-15) initialised: dm-devel@redhat.com
[    1.525446] Bluetooth: HCI UART driver ver 2.2
[    1.525476] Bluetooth: HCI H4 protocol initialized
[    1.525495] Bluetooth: HCILL protocol initialized
[    1.525516] rtk_btusb: Realtek Bluetooth USB driver module init, version 2.19
[    1.525537] rtk_btusb: Register usb char device interface for BT driver
[    1.525944] usbcore: registered new interface driver rtk_btusb
[    1.531570] cpufreq version 1.0, suspend freq 1008 MHz
[    1.531936] cpuidle: using governor ladder
[    1.531961] cpuidle: using governor menu
[    1.532051] Synopsys Designware Multimedia Card Interface Driver
[    1.532075] MHSC version = Ver 2.00 2015-06-10
[    1.532510] dw cru_regsbase addr 0x124.
[    1.532536] dw cru_reset_offset val 3.
[    1.532565] dwmmc_rockchip 1021c000.rksdmmc: Version ID is 270a
[    1.532627] dwmmc_rockchip 1021c000.rksdmmc: failed to get hpclk_mmc
[    1.533122] dwmmc_rockchip 1021c000.rksdmmc: Using external DMA controller.
[    1.533523] dw_mci_init_slot: fmin=400000, fmax=50000000 [mmc0]
[    1.533781] 1358..dw_mci_set_ios:  no card. [mmc0]
[    1.547312] 1358..dw_mci_set_ios:  no card. [mmc0]
[    1.567053] rk_sdmmc: BOOT dw_mci_setup_bus: argue clk_mmc workaround out 800000Hz for init[mmc0]
[    1.568283] dwmmc_rockchip 1021c000.rksdmmc: DW MMC controller at irq 48, 32 bit host data width, 256 deep fifo
[    1.568318] dwmmc_rockchip 1021c000.rksdmmc: 1 slots initialized
[    1.568754] dw cru_regsbase addr 0x124.
[    1.568773] dw cru_reset_offset val 1.
[    1.568795] dwmmc_rockchip 10214000.rksdmmc: Version ID is 270a
[    1.568846] dwmmc_rockchip 10214000.rksdmmc: failed to get hpclk_mmc
[    1.570710] dwmmc_rockchip 10214000.rksdmmc: Using external DMA controller.
[    1.571050] dw_mci_init_slot: fmin=400000, fmax=37500000 [mmc1]
[    1.571689] 1358..dw_mci_set_ios:  no card. [mmc1]
[    1.586689] 1358..dw_mci_set_ios:  no card. [mmc1]
[    1.606411] 1358..dw_mci_set_ios:  no card. [mmc1]
[    1.606447] dwmmc_rockchip 10214000.rksdmmc: DW MMC controller at irq 46, 32 bit host data width, 256 deep fifo
[    1.606471] dwmmc_rockchip 10214000.rksdmmc: 1 slots initialized
[    1.606488] dwc_otg_hcd_suspend, usb device mode
[    1.606915] dw cru_regsbase addr 0x124.
[    1.606935] dw cru_reset_offset val 2.
[    1.606956] dwmmc_rockchip 10218000.rksdmmc: Version ID is 270a
[    1.607006] dwmmc_rockchip 10218000.rksdmmc: failed to get hpclk_mmc
[    1.607322] dwmmc_rockchip 10218000.rksdmmc: Using external DMA controller.
[    1.607671] dw_mci_init_slot: fmin=200000, fmax=37500000 [mmc2]
[    1.607954] 1358..dw_mci_set_ios:  no card. [mmc2]
[    1.626022] 1358..dw_mci_set_ios:  no card. [mmc2]
[    1.645710] 1358..dw_mci_set_ios:  no card. [mmc2]
[    1.645752] dwmmc_rockchip 10218000.rksdmmc: DW MMC controller at irq 47, 32 bit host data width, 256 deep fifo
[    1.645769] dwmmc_rockchip 10218000.rksdmmc: 1 slots initialized
[    1.646053] leds-gpio leds.18: pins are not configured from the driver
[    1.646436] hidraw: raw HID events driver (C) Jiri Kosina
[    1.648877] usbcore: registered new interface driver usbhid
[    1.648894] usbhid: USB HID core driver
[    1.649471] zram: Created 1 device(s) ...
[    1.650073] ashmem: initialized
[    1.650268] logger: created 256K log 'log_main'
[    1.650434] logger: created 256K log 'log_events'
[    1.650600] logger: created 256K log 'log_radio'
[    1.650755] logger: created 256K log 'log_system'
[    1.652304] input: rk29-keypad as /devices/2006c000.adc/key.21/input/input1
[    1.653737] ------------[ cut here ]------------
[    1.653760] WARNING: at drivers/gpio/gpiolib.c:160 gpio_ensure_requested+0x4c/0xb4()
[    1.653772] autorequest GPIO-27
[    1.653782] Modules linked in:
[    1.653798] CPU: 1 PID: 1 Comm: swapper/0 Not tainted 3.10.0 #1
[    1.653830] [<c0013e44>] (unwind_backtrace+0x0/0xe0) from [<c001175c>] (show_stack+0x10/0x14)
[    1.653853] [<c001175c>] (show_stack+0x10/0x14) from [<c0036278>] (warn_slowpath_common+0x4c/0x68)
[    1.653873] [<c0036278>] (warn_slowpath_common+0x4c/0x68) from [<c0036314>] (warn_slowpath_fmt+0x2c/0x3c)
[    1.653894] [<c0036314>] (warn_slowpath_fmt+0x2c/0x3c) from [<c0298428>] (gpio_ensure_requested+0x4c/0xb4)
[    1.653915] [<c0298428>] (gpio_ensure_requested+0x4c/0xb4) from [<c0299488>] (gpiod_direction_input+0x58/0x1f0)
[    1.653937] [<c0299488>] (gpiod_direction_input+0x58/0x1f0) from [<c065a410>] (rk312x_platform_probe+0x4bc/0x5fc)
[    1.653962] [<c065a410>] (rk312x_platform_probe+0x4bc/0x5fc) from [<c0300bb4>] (platform_drv_probe+0x14/0x18)
[    1.653984] [<c0300bb4>] (platform_drv_probe+0x14/0x18) from [<c02ff97c>] (really_probe+0xa8/0x20c)
[    1.654004] [<c02ff97c>] (really_probe+0xa8/0x20c) from [<c02ffbd8>] (driver_probe_device+0x30/0x48)
[    1.654024] [<c02ffbd8>] (driver_probe_device+0x30/0x48) from [<c02ffc50>] (__driver_attach+0x60/0x84)
[    1.654044] [<c02ffc50>] (__driver_attach+0x60/0x84) from [<c02fe42c>] (bus_for_each_dev+0x50/0x90)
[    1.654063] [<c02fe42c>] (bus_for_each_dev+0x50/0x90) from [<c02ff1dc>] (bus_add_driver+0xac/0x20c)
[    1.654083] [<c02ff1dc>] (bus_add_driver+0xac/0x20c) from [<c030012c>] (driver_register+0x9c/0x138)
[    1.654103] [<c030012c>] (driver_register+0x9c/0x138) from [<c00086a4>] (do_one_initcall+0x34/0xc8)
[    1.654125] [<c00086a4>] (do_one_initcall+0x34/0xc8) from [<c0b9fb28>] (do_initcalls+0x70/0xa0)
[    1.654146] [<c0b9fb28>] (do_initcalls+0x70/0xa0) from [<c0b9fbe8>] (kernel_init_freeable+0x90/0x130)
[    1.654169] [<c0b9fbe8>] (kernel_init_freeable+0x90/0x130) from [<c0829f94>] (kernel_init+0x8/0xe4)
[    1.654193] [<c0829f94>] (kernel_init+0x8/0xe4) from [<c000da98>] (ret_from_fork+0x14/0x3c)
[    1.654238] ---[ end trace b6f27c800de4dec0 ]---
[    1.654505] This platfrom have not i2s_mclk,no need to set i2s_mclk.
[    1.654977] rockchip-spdif 10204000.spdif: spdif ready.
[    1.656994] audio-rk312x audio-rk312x.14:  rk312x-hifi <-> rockchip-i2s.1 mapping ok
[    1.657731] audio-rk312x audio-rk312x.14:  rk312x-voice <-> rockchip-i2s.1 mapping ok
[    1.657774] audio-rk312x audio-rk312x.14: ASoC: no sink widget found for Mic Bias
[    1.657789] audio-rk312x audio-rk312x.14: ASoC: Failed to add route Mic Jack -> direct -> Mic Bias
[    1.657805] audio-rk312x audio-rk312x.14: ASoC: no source widget found for Mic Bias
[    1.657819] audio-rk312x audio-rk312x.14: ASoC: Failed to add route Mic Bias -> direct -> MICP
[    1.657833] audio-rk312x audio-rk312x.14: ASoC: no source widget found for Mic Bias
[    1.657847] audio-rk312x audio-rk312x.14: ASoC: Failed to add route Mic Bias -> direct -> MICN
[    1.657862] audio-rk312x audio-rk312x.14: ASoC: no sink widget found for Mic Bias
[    1.657876] audio-rk312x audio-rk312x.14: ASoC: Failed to add route Headset Jack -> direct -> Mic Bias
[    1.657891] audio-rk312x audio-rk312x.14: ASoC: no source widget found for HPOUTR
[    1.657904] audio-rk312x audio-rk312x.14: ASoC: Failed to add route HPOUTR -> direct -> Ext Spk
[    1.657919] audio-rk312x audio-rk312x.14: ASoC: no source widget found for HPOUTL
[    1.657932] audio-rk312x audio-rk312x.14: ASoC: Failed to add route HPOUTL -> direct -> Ext Spk
[    1.657947] audio-rk312x audio-rk312x.14: ASoC: no source widget found for HPOUTR
[    1.657961] audio-rk312x audio-rk312x.14: ASoC: Failed to add route HPOUTR -> direct -> Headphone Jack
[    1.657975] audio-rk312x audio-rk312x.14: ASoC: no source widget found for HPOUTL
[    1.657989] audio-rk312x audio-rk312x.14: ASoC: Failed to add route HPOUTL -> direct -> Headphone Jack
[    1.659361] u32 classifier
[    1.659379]     Actions configured
[    1.659393] Netfilter messages via NETLINK v0.30.
[    1.659487] nf_conntrack version 0.5.0 (15471 buckets, 61884 max)
[    1.659978] ctnetlink v0.93: registering with nfnetlink.
[    1.660070] NF_TPROXY: Transparent proxy support initialized, version 4.1.0
[    1.660082] NF_TPROXY: Copyright (c) 2006-2007 BalaBit IT Ltd.
[    1.660641] xt_time: kernel timezone is -0000
[    1.660950] ip_tables: (C) 2000-2006 Netfilter Core Team
[    1.661152] arp_tables: (C) 2002 David S. Miller
[    1.661212] TCP: cubic registered
[    1.661222] Initializing XFRM netlink socket
[    1.661618] NET: Registered protocol family 10
[    1.662449] mip6: Mobile IPv6
[    1.662495] ip6_tables: (C) 2000-2006 Netfilter Core Team
[    1.662691] sit: IPv6 over IPv4 tunneling driver
[    1.663247] NET: Registered protocol family 17
[    1.663297] NET: Registered protocol family 15
[    1.663396] Bridge firewalling registered
[    1.663417] Ebtables v2.0 registered
[    1.663713] Bluetooth: RFCOMM TTY layer initialized
[    1.663767] Bluetooth: RFCOMM socket layer initialized
[    1.663779] Bluetooth: RFCOMM ver 1.11
[    1.663791] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    1.663802] Bluetooth: BNEP filters: protocol multicast
[    1.663819] Bluetooth: BNEP socket layer initialized
[    1.663831] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[    1.663847] Bluetooth: HIDP socket layer initialized
[    1.663898] l2tp_core: L2TP core driver, V2.0
[    1.663919] l2tp_ppp: PPPoL2TP kernel driver, V2.0
[    1.663930] [WLAN_RFKILL]: Enter rfkill_wlan_init
[    1.664140] [WLAN_RFKILL]: Enter rfkill_wlan_probe
[    1.664159] [WLAN_RFKILL]: wlan_platdata_parse_dt: wifi_chip_type = ap6212a
[    1.664172] [WLAN_RFKILL]: wlan_platdata_parse_dt: enable wifi power control.
[    1.664184] [WLAN_RFKILL]: wlan_platdata_parse_dt: disable wifi io reference voltage control.
[    1.664196] [WLAN_RFKILL]: wlan_platdata_parse_dt: wifi power controled by gpio.
[    1.664252] [WLAN_RFKILL]: wlan_platdata_parse_dt: get property: WIFI,poweren_gpio = 43, flags = 0.
[    1.664287] [WLAN_RFKILL]: wlan_platdata_parse_dt: get property: WIFI,host_wake_irq = 2, flags = 0.
[    1.664300] [WLAN_RFKILL]: rfkill_wlan_probe: init gpio
[    1.664335] [WLAN_RFKILL]: Exit rfkill_wlan_probe
[    1.664400] [BT_RFKILL]: Enter rfkill_rk_init
[    1.664602] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: uart_rts_gpios = 17.
[    1.664641] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,reset_gpio = 35.
[    1.664664] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,wake_gpio = 42.
[    1.664688] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,wake_host_irq = 41.
[    1.664749] [BT_RFKILL]: Request irq for bt wakeup host
[    1.664894] [BT_RFKILL]: ** disable irq
[    1.665047] [BT_RFKILL]: ap6212 device registered.
[    1.665453] rk_cam_cif(3083):rk312x-camera version: v0.1.14  Zoom by ipp
[    1.665574] rk_cif 1010a000.cif: rk_camera_cif_iomux:could not get cif_pin_all pinstate
[    1.666027] soc-camera-pdrv s5k4ec_back_3: Probing s5k4ec_back_3
[    1.666545] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
[    1.666573] rk312x_init_suspend
[    1.666583] rk312x_suspend_init
[    1.666845] Registering SWP/SWPB emulation handler
[    1.666864] rockchip_uboot_mem_late_init: Freeing uboot logo memory: 2000000@9dc00000
[    1.672342] ddrfreq: verion 1.2 20140526
[    1.672371] ddrfreq: normal 492MHz video_1080p 240MHz video_4k 396MHz dualview 396MHz idle 0MHz suspend 198MHz reboot 492MHz
[    1.672384] ddrfreq: auto-freq=0
[    1.672395] ddrfreq: auto-freq-table[0] 240MHz
[    1.672405] ddrfreq: auto-freq-table[1] 324MHz
[    1.672414] ddrfreq: auto-freq-table[2] 396MHz
[    1.672423] ddrfreq: auto-freq-table[3] 528MHz
[    1.678622] rk818_ldo8: disabling
[    1.679545] rk818_ldo4: disabling
[    1.680217] regulator-dummy: disabling
[    1.680389] =======================================================
[    1.680406] ==== Launching Wi-Fi driver! (Powered by Rockchip) ====
[    1.680418] =======================================================
[    1.680430]  WiFi driver (Powered by Rockchip,Ver 5.10.WFD.OOB.64bit) init.
[    1.680525] dhd_module_init: in
[    1.680540] ======== bcm_wlan_set_plat_data ========
[    1.680554] [WLAN_RFKILL]: rockchip_wifi_get_oob_irq: Enter
[    1.680602] host_oob_irq: 169
[    1.680613] host_oob_irq_flags=4
[    1.680623] dhd_wifi_platform_load: Enter
[    1.680676] Power-up adapter 'DHD generic adapter'
[    1.680682] pcd_pullup, is_on 0
[    1.680745] wifi_platform_set_power = 1
[    1.680758] ======== PULL WL_REG_ON HIGH! ========
[    1.680771] [WLAN_RFKILL]: rockchip_wifi_power: 1
[    1.680776] file system registered
[    1.680795] [WLAN_RFKILL]: rockchip_wifi_ref_voltage: 1
[    1.680807] [WLAN_RFKILL]: rockchip_wifi_ref_voltage: wifi io reference voltage control is disabled.
[    1.682172] android_usb gadget: Mass Storage Function, version: 2009/09/11
[    1.682192] android_usb gadget: Number of LUNs=2
[    1.682207]  lun0: LUN: removable file: (no medium)
[    1.682220]  lun1: LUN: removable file: (no medium)
[    1.682517] android_usb gadget: android_usb ready
[    1.682648] sensor_init: Probe name sensors
[    1.682677] sensor-dev.c v1.4 add angle calculation support between two gsensors 2013-09-01
[    1.683277] rtc_hym8563 0-0051: setting system clock to 2011-01-01 12:00:42 UTC (1293883242)
[    1.690766] rockchip-spdif-card rockchip-spdif-card.19:  rk-hdmi-spdif-hifi <-> 10204000.spdif mapping ok
[    1.753932] usb 1-1: new high-speed USB device number 2 using rockchip_ehci_host
[    1.773641] Cam_Powerdowm
[    1.773713] rk818_ldo8: operation not allowed
[    1.783428] [WLAN_RFKILL]: wifi turn on power. 43
[    1.842550] rk818_ldo4: operation not allowed
[    1.881842] ret: 0
[    1.902121] min_w = 800,min_h = 600 ,max_real_w = 2592,max_real_h = 1944,max_w = 2592,max_h =1944
[    1.902189] usb 1-1: New USB device found, idVendor=1a40, idProduct=0101
[    1.902210] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    1.902228] usb 1-1: Product: USB 2.0 Hub [MTT]
[    1.902932] hub 1-1:1.0: USB hub found
[    1.903141] hub 1-1:1.0: 4 ports detected
[    1.903762] s5k4ec_back_3(rk_cam_sensor:169): write reg(0xfcfc, val:0xd000) failed, try to write again!
[    1.905277] s5k4ec_back_3(rk_cam_sensor:169): write reg(0xfcfc, val:0xd000) failed, try to write again!
[    1.906771] s5k4ec_back_3(rk_cam_sensor:169): write reg(0xfcfc, val:0xd000) failed, try to write again!
[    1.906799] s5k4ec_back_3(rk_cam_sensor:387): write array failed!
[    1.906813] s5k4ec_back_3(rk_cam_sensor:671): soft reset failed
[    1.906813]
[    1.922702] s5k4ec_back_3(rk_cam_sensor:169): write reg(0x2c, val:0x7000) failed, try to write again!
[    1.924225] s5k4ec_back_3(rk_cam_sensor:169): write reg(0x2c, val:0x7000) failed, try to write again!
[    1.925729] s5k4ec_back_3(rk_cam_sensor:169): write reg(0x2c, val:0x7000) failed, try to write again!
[    1.927234] s5k4ec_back_3(rk_cam_sensor:169): write reg(0x2e, val:0x1a4) failed, try to write again!
[    1.928737] s5k4ec_back_3(rk_cam_sensor:169): write reg(0x2e, val:0x1a4) failed, try to write again!
[    1.930241] s5k4ec_back_3(rk_cam_sensor:169): write reg(0x2e, val:0x1a4) failed, try to write again!
[    1.932065] s5k4ec_back_3(rk_cam_sensor:335): read reg(0xf12 val:0x0) failed, try to read again!
[    1.932095] s5k4ec_back_3(rk_cam_sensor:718): error: mismatched   pid = 0xffff
[    1.932095]
[    1.990079] wifi_platform_bus_enumerate device present 1
[    1.990098] ======== Card detection to detect SDIO card! ========
[    1.990111] mmc2:mmc host rescan start!
[    1.999954] ret: 0
[    2.127823] Cam_Powerdowm
[    2.137763] soc-camera-pdrv ov2659_front_4: Probing ov2659_front_4
[    2.206550] ret: 0
[    2.206564] rk_sdmmc: BOOT dw_mci_setup_bus: argue clk_mmc workaround out 800000Hz for init[mmc2]
[    2.241627] mmc2: queuing unknown CIS tuple 0x80 (2 bytes)
[    2.243192] mmc2: queuing unknown CIS tuple 0x80 (3 bytes)
[    2.244751] mmc2: queuing unknown CIS tuple 0x80 (3 bytes)
[    2.247567] mmc2: queuing unknown CIS tuple 0x80 (7 bytes)
[    2.336047] mmc_host mmc2: Bus speed (slot 0) = 37500000Hz (slot req 37500000Hz, actual 37500000HZ div = 0)
[    2.336077] rk_sdmmc: BOOT dw_mci_setup_bus: argue clk_mmc workaround out normal clock [mmc2]
[    2.336185] rk_sdmmc: BOOT Bus speed=37500000Hz,Bus width=4bits.[mmc2]
[    2.338624] mmc2: new high speed SDIO card at address 0001
[    2.354167] Cam_Powerdowm
[    2.354736] min_w = 800,min_h = 600 ,max_real_w = 1600,max_real_h = 1200,max_w = 1600,max_h =1200
[    2.354966] bcmsdh_register: register client driver
[    2.355103] bcmsdh_sdmmc: bcmsdh_sdmmc_probe Enter
[    2.355246] bcmsdh_sdmmc: bcmsdh_sdmmc_probe Enter
[    2.355262] bus num (host idx)=2, slot num (rca)=1
[    2.355275] found adapter info 'DHD generic adapter'
[    2.355831] F1 signature read @0x18000000=0x1540a9a6
[    2.356051] ov2659_front_4(rk_cam_sensor:169): write reg(0x103, val:0x1) failed, try to write again!
[    2.357323] ov2659_front_4(rk_cam_sensor:169): write reg(0x103, val:0x1) failed, try to write again!
[    2.358610] ov2659_front_4(rk_cam_sensor:169): write reg(0x103, val:0x1) failed, try to write again!
[    2.358638] ov2659_front_4(rk_cam_sensor:387): write array failed!
[    2.358652] ov2659_front_4(rk_cam_sensor:671): soft reset failed
[    2.358652]
[    2.358974] F1 signature OK, socitype:0x1 chip:0xa9a6 rev:0x0 pkg:0x4
[    2.359975] DHD: dongle ram size is set to 524288(orig 524288) at 0x0
[    2.360129] wifi_platform_get_mac_addr
[    2.360144] ======== bcm_wlan_get_mac_address ========
[    2.360157] [WLAN_RFKILL]: rockchip_wifi_mac_addr: enter.
[    2.360175] [WLAN_RFKILL]: falsh wifi_custom_mac_addr=[00:00:00:00:00:00]
[    2.360188] [WLAN_RFKILL]: This mac address is not valid, ignored...
[    2.360208] dhd_conf_set_chiprev: chip=0xa9a6, chiprev=0
[    2.360282] dhd_conf_set_conf_path_by_nv_path: config_path=/system/etc/firmware/config.txt
[    2.360869] wl_create_event_handler(): thread:wl_event_handler:70 started
[    2.360879] tsk Enter, tsk = 0xddc0149c
[    2.361131] dhd_attach(): thread:dhd_watchdog_thread:71 started
[    2.361218] dhd_attach(): thread:dhd_dpc:72 started
[    2.361240] dhd_dpc_thread: set dpc_cpucore 0 from config.txt
[    2.361307] dhd_attach(): thread:dhd_rxf:73 started
[    2.361327] dhd_deferred_work_init: work queue initialized
[    2.361567] dhdsdio_probe_init: set use_rxchain 0 from config.txt
[    2.373226] Dongle Host Driver, version 1.201.59.5 (r506368)
[    2.373226] Compiled in drivers/net/wireless/bcmdhd on Jul 11 2018 at 22:56:33
[    2.373943] Register interface [wlan0]  MAC: 04:e6:76:52:ef:c2
[    2.373943]
[    2.373970] dhd_prot_ioctl : bus is down. we have nothing to do
[    2.374033] bcmsdh_oob_intr_unregister: Enter
[    2.374047] bcmsdh_oob_intr_unregister: irq is not registered
[    2.374067] dhd_txglom_enable: enable 0
[    2.374078] dhd_bus_devreset:  WLAN OFF DONE
[    2.374158] wifi_platform_set_power = 0
[    2.374170] ======== PULL WL_REG_ON LOW! ========
[    2.374183] [WLAN_RFKILL]: rockchip_wifi_power: 0
[    2.375449] ov2659_front_4(rk_cam_sensor:335): read reg(0x300a val:0x0) failed, try to read again!
[    2.375479] ov2659_front_4(rk_cam_sensor:699): read chip id failed
[    2.482085] Cam_Powerdowm
[    2.482096] [WLAN_RFKILL]: wifi shut off power.
[    2.482108] [WLAN_RFKILL]: rockchip_wifi_ref_voltage: 0
[    2.482118] [WLAN_RFKILL]: rockchip_wifi_ref_voltage: wifi io reference voltage control is disabled.
[    2.482183] dhd_module_init: Exit err=0
[    2.550971] ret: 0
[    2.580506] soc-camera-pdrv gc0329_front_5: Probing gc0329_front_5
[    2.649364] ret: 0
[    2.796953] Cam_Powerdowm
[    2.797449] min_w = 640,min_h = 480 ,max_real_w = 640,max_real_h = 480,max_w = 640,max_h =480
[    2.817608] gc0329_front_5(rk_cam_sensor:169): write reg(0xfc, val:0x16) failed, try to write again!
[    2.818563] gc0329_front_5(rk_cam_sensor:169): write reg(0xfc, val:0x16) failed, try to write again!
[    2.819511] gc0329_front_5(rk_cam_sensor:169): write reg(0xfc, val:0x16) failed, try to write again!
[    2.847398] gc0329_front_5(rk_cam_sensor:335): read reg(0x0 val:0x0) failed, try to read again!
[    2.847424] gc0329(917): gc0329 read chip id high byte failed
[    2.847424]
[    2.847441] gc0329(924): error: gc0329 mismatched   pid = 0x0
[    2.847441]
[    2.847458] gc0329_front_5(rk_cam_sensor:718): error: mismatched   pid = 0x0
[    2.847458]
[    2.954419] Cam_Powerdowm
[    3.023288] ret: 0
[    3.052945] soc-camera-pdrv gc2035_back_6: Probing gc2035_back_6
[    3.141355] ret: 0
[    3.288937] Cam_Powerdowm
[    3.288952] rk_cam_io(1128):SENSOR_PWRSEQ_PWRDN failed
[    3.289016] soc-camera-pdrv gc2035_back_6: Cannot get I2C adapter #2. No driver?
[    3.397177] Cam_Powerdowm
[    3.397191] rk_cam_io(1128):SENSOR_PWRSEQ_PWRDN failed
[    3.397203] rk_cam_io(1117):SENSOR_PWRSEQ_HWRST failed
[    3.421788] EHCI: rk_ehci_hcd_enable, enable host controller
[    3.466085] ret: 0
[    3.495610] soc-camera-pdrv gc0308_front_7: Probing gc0308_front_7
[    3.584155] ret: 0
[    3.731754] Cam_Powerdowm
[    3.731819] soc-camera-pdrv gc0308_front_7: Cannot get I2C adapter #2. No driver?
[    3.840014] Cam_Powerdowm
[    3.908888] ret: 0
[    4.617364] rk312x_delay_workq
[    4.735467] rockchip_line_in enable
[    4.735486]  [on]
[    5.925099] rk818-battery rk818-battery: changed: dsoc=0, rsoc=0
[    6.914272] rk818-battery rk818-battery: changed: dsoc=0, rsoc=0
[    6.915506] rk818-battery rk818-battery: set charge to digital termination mode
[    9.409694] [otg id chg] last id -1 current id 256
[    9.409815] PortPower off
[    9.509303] Using Buffer DMA mode
[    9.509324] Periodic Transfer Interrupt Enhancement - disabled
[    9.509336] Multiprocessor Interrupt Enhancement - disabled
[    9.509348] OTG VER PARAM: 0, OTG VER FLAG: 0
[    9.509358] ^^^^^^^^^^^^^^^^^Device Mode
[  237.402415] INFO: task swapper/0:1 blocked for more than 120 seconds.
[  237.402519] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  237.402584] swapper/0       D c0849cdc     0     1      0 0x00000000
[  237.402751] [<c0849cdc>] (__schedule+0x48c/0x554) from [<c0848154>] (schedule_timeout+0x1c/0x260)
[  237.402865] [<c0848154>] (schedule_timeout+0x1c/0x260) from [<c0849608>] (wait_for_common+0xd0/0x164)
[  237.402979] [<c0849608>] (wait_for_common+0xd0/0x164) from [<c0bc6480>] (drm_misc_init+0x24/0xb8)
[  237.403090] [<c0bc6480>] (drm_misc_init+0x24/0xb8) from [<c00086a4>] (do_one_initcall+0x34/0xc8)
[  237.403199] [<c00086a4>] (do_one_initcall+0x34/0xc8) from [<c0b9fb28>] (do_initcalls+0x70/0xa0)
[  237.403309] [<c0b9fb28>] (do_initcalls+0x70/0xa0) from [<c0b9fbe8>] (kernel_init_freeable+0x90/0x130)
[  237.403423] [<c0b9fbe8>] (kernel_init_freeable+0x90/0x130) from [<c0829f94>] (kernel_init+0x8/0xe4)
[  237.403537] [<c0829f94>] (kernel_init+0x8/0xe4) from [<c000da98>] (ret_from_fork+0x14/0x3c)

目前就是这样的状态,界面一直是firefly的开机LOGO。搞不懂什么原因,只能请教各位大神什么原因了。

低格后烧录为官方的Firefly-RK3128_Android5.1.1_Public_180725固件,也不能启动,LOG如下:

...FlashPrintInfo enter...
No.0 FLASH ID: ad de 14 a7 42 4a
DiePerChip: 1
SectPerPage: 20
PagePerBlk: 100
Cell: 2
PlanePerDie: 2
BlkPerPlane: 424
TotleBlock: 848
die gap: 1
lsbMode: 2
ReadRetryMode: 5
EccBits: 28
Use EccBits: 28
AccessFreq: 20
OptMode: 4
Cache read enable: 1
Cache random read enable: 0
Cache prog enable: 0
multi read enable: 1
multi prog enable: 1
interleave enable: 0
read retry enable: 1
randomizer enable: 1
SDR enable: 1
ONFI enable: 0
TOGGLE enable: 0
Unique id enable: 0
gNandFlashIdbBlockAddr: 2
gNandIDBResBlkNum: 32
MultiPlaneProgCmd: 11 81
MultiPlaneReadCmd: 60 60
gNandFlashIDBEccBits: 3c
gFlashToggleModeEn: 0
DieAddrs: 0x0:0
DieCsIndex: 0x0:0
0 retry value:0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
0 retry value:0x02 0x02 0x01 0x00 0x00 0x00 0x00 0x00
0 retry value:0x03 0x03 0x02 0xf8 0x00 0x00 0x00 0x00
0 retry value:0xf1 0xfd 0xfc 0xfa 0x00 0x00 0x00 0x00
0 retry value:0xed 0xfc 0xff 0xf8 0x00 0x00 0x00 0x00
0 retry value:0xe7 0xfb 0xf5 0xf3 0x00 0x00 0x00 0x00
0 retry value:0xdd 0xf8 0xfb 0xf7 0x00 0x00 0x00 0x00
0 retry value:0xd3 0xe4 0xef 0xee 0x00 0x00 0x00 0x00
FLFB:0 2119
UsbHook 848908
powerOn 850144
No.1 FLASH ID:ad de 14 a7 42 4a
DDR Version 2.04 20150121
In
1A1A292B   0
1A1A292A   3
LPDDR2
292A292A   F
Bus Width=32 Col=10 Bank=8 Row=14 CS=2 Die Bus-Width=32 Size=1024MB
mach:14
OUT
serial_init 1
ChipType = a
...FlashInit enter...
FtlMallocOffset = 8040 8000
FtlMallocOffset = 10040 8000
FtlMallocOffset = 11040 1000
FtlMallocOffset = 19040 8000
FtlMallocOffset = 1a040 1000
...NandcInit enter...
0:1e200 1452 320001 3
FtlMallocOffset = 23040 9000
gNandcVer = 6
No.1 FLASH ID:ad de 14 a7 42 4a
...FlashLoadPhyInfo enter...
slcPageToMlcPageTbl: 0x0:0 1 3 5 7 9 b d f 11 13 15 17 19 1b 1d
slcPageToMlcPageTbl: 0x20:1f 21 23 25 27 29 2b 2d 2f 31 33 35 37 39 3b 3d

mlcPageToSlcPageTbl: 0x0:0 1 ffffffff 3 ffffffff 5 ffffffff 7 ffffffff 9 ffffffff b ffffffff d ffffffff f
mlcPageToSlcPageTbl: 0x20:ffffffff 11 ffffffff 13 ffffffff 15 ffffffff 17 ffffffff 19 ffffffff 1b ffffffff 1d ffffffff 1f

...FlashPrintInfo enter...
No.0 FLASH ID: ad de 14 a7 42 4a
DiePerChip: 1
SectPerPage: 20
PagePerBlk: 100
Cell: 2
PlanePerDie: 2
BlkPerPlane: 424
TotleBlock: 848
die gap: 1
lsbMode: 2
ReadRetryMode: 5
EccBits: 28
Use EccBits: 28
AccessFreq: 20
OptMode: 4
Cache read enable: 1
Cache random read enable: 0
Cache prog enable: 0
multi read enable: 1
multi prog enable: 1
interleave enable: 0
read retry enable: 1
randomizer enable: 1
SDR enable: 1
ONFI enable: 0
TOGGLE enable: 0
Unique id enable: 0
gNandFlashIdbBlockAddr: 2
gNandIDBResBlkNum: 32
MultiPlaneProgCmd: 11 81
MultiPlaneReadCmd: 60 60
gNandFlashIDBEccBits: 3c
gFlashToggleModeEn: 0
DieAddrs: 0x0:0
DieCsIndex: 0x0:0
0 retry value:0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
0 retry value:0x02 0x02 0x01 0x00 0x00 0x00 0x00 0x00
0 retry value:0x03 0x03 0x02 0xf8 0x00 0x00 0x00 0x00
0 retry value:0xf1 0xfd 0xfc 0xfa 0x00 0x00 0x00 0x00
0 retry value:0xed 0xfc 0xff 0xf8 0x00 0x00 0x00 0x00
0 retry value:0xe7 0xfb 0xf5 0xf3 0x00 0x00 0x00 0x00
0 retry value:0xdd 0xf8 0xfb 0xf7 0x00 0x00 0x00 0x00
0 retry value:0xd3 0xe4 0xef 0xee 0x00 0x00 0x00 0x00
FLFB:0 2119
UsbHook 839883
powerOn 841120
No.1 FLASH ID:ad de 14 a7 42 4a
BBT: 0x0:3 0 0 0
DDR Version 2.04 20150121
In
1A1A2A2B   0
1A1A292A   3
LPDDR2
2A2A292A   F
Bus Width=32 Col=10 Bank=8 Row=14 CS=2 Die Bus-Width=32 Size=1024MB
mach:14
OUT
Boot1 Release Time: 2015-05-25, version: 2.25
ChipType = a 1374
No.1 FLASH ID:ad de 14 a7 42 4a
ECC:60
*V�k%����0 20
StorageInit ok = 736068
powerOn 1401216
FtlWrite: lpa error:ffffffff 0
FtlWrite: lpa error:ffffffff 20
FtlWrite: lpa error:ffffffff 40
FtlWrite: lpa error:ffffffff 60
FtlWrite: lpa error:ffffffff 80
FtlWrite: lpa error:ffffffff a0
FtlWrite: lpa error:ffffffff c0
FtlWrite: lpa error:ffffffff e0
DDR Version 2.04 20150121
In
1A1A2A2B   0
1A1A2929   3
LPDDR2
2A2A292A   F
Bus Width=32 Col=10 Bank=8 Row=14 CS=2 Die Bus-Width=32 Size=1024MB
mach:14
OUT
Boot1 Release Time: 2015-05-25, version: 2.25
ChipType = a 1373
No.1 FLASH ID:ad de 14 a7 42 4a
ECC:60
*V�k%���������0 20
StorageInit ok = 606808
theLѿH�H��ս��с2014.10-RK3128-10 (Jul 25 2018 - 16:32:27)

CPU: rk3128
CPU's clock information:
    arm pll = 300000000HZ
    periph pll = 594000000HZ
    ddr pll = 600000000HZ
    codec pll = 400000000HZ
Board:  Rockchip platform Board
Uboot as second level loader
DRAM:  Found dram banks:1
Adding bank:0000000060000000(0000000040000000)
128 MiB
rk dma�storage init OK!
Using default environment

GetParam
check parameter success
failed to prepare fdt from boot!
power key: bank-3 pin-23
can't find dts node for ricoh619
can't find dts node for act8846
can't find dts node for rk808
cpu_det GPIO pull up
pmic:rk818
Can't find dts node for fuel guage cw201x
can't find dts node for ADC
SecureBootEn = 0, SecureBootLock = 0

#Boot ver: 2018-07-25#2.25
empty serial no.
checkKey
vbus = 1
use dc chg rk818_charger_setting iset1:0x79 chgiset:0x75 current 1
read logo_on switch from dts [1]
can't find power_ctr node for lcdc0
failed to find part:logo
got recovery cmd from misc.
load fdt from resouce.
ERROR: [get_entry_ram]: Cannot find logo_kernel.bmp!
Secure Boot state: 0
kernel   @ 0x62000000 (0x006a27a0)
ramdisk  @ 0x65bf0000 (0x002c8988)
bootrk: do_bootm_linux...
   Loading Device Tree to 65600000, end 65617244 ... OK
Add bank:0000000060000000, 0000000040000000

Starting kernel ...

<hit enter to activate fiq debugger>
[    0.000000] Booting Linux on physical CPU 0xf00
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.10.0 (firefly@tchip-server) (gcc version 4.6.x-google 20120106 (prerelease) (GCC) ) #147 SMP PREEMPT Wed Jul 25 16:33:01 CST 2018
[    0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] Machine: Rockchip RK3128, model: rockchip,rk3128
[    0.000000] rockchip_uboot_logo_setup: mem: 2000000@9dc00000, offset:0
[    0.000000] rockchip_uboot_mem_reserve: reserve 2000000@9dc00000 for uboot logo
[    0.000000] rockchip_ion_reserve
[    0.000000] ion heap(cma): base(0) size(800000) align(0)
[    0.000000] ion heap(vmalloc): base(0) size(0) align(0)
[    0.000000] cma: CMA: reserved 8 MiB at 9d400000
[    0.000000] ion_reserve: cma reserved base 9d400000 size 8388608
[    0.000000] cma: CMA: reserved 16 MiB at 7f000000
[    0.000000] Memory policy: ECC disabled, Data cache writealloc
[    0.000000] Boot mode: RECOVERY (2) flag: RECOVER (0xc3524203)
[    0.000000] PERCPU: Embedded 9 pages/cpu @c1669000 s14016 r8192 d14656 u36864
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 261120
[    0.000000] Kernel command line: vmalloc=496M rockchip_jtag console=ttyFIQ0 androidboot.baseband=N/A androidboot.selinux=permissive androidboot.hardware=rk30board a8
[    0.000000] rockchip jtag enabled
[    0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
[    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.000000] allocated 2097152 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] Memory: 1024MB = 1024MB total
[    0.000000] Memory: 962712k/962712k available, 85864k reserved, 483328K highmem
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
[    0.000000]     vmalloc : 0xe0800000 - 0xff000000   ( 488 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xe0000000   ( 512 MB)
[    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
[    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
[    0.000000]       .text : 0xc0008000 - 0xc0baa70c   (11914 kB)
[    0.000000]       .init : 0xc0bab000 - 0xc0c036c0   ( 354 kB)
[    0.000000]       .data : 0xc0c04000 - 0xc0d1df78   (1128 kB)
[    0.000000]        .bss : 0xc0d1df78 - 0xc0e3eefc   (1156 kB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000]  RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] NR_IRQS:16 nr_irqs:16 16
[    0.000000] rk_clk_tree_init start! cru base = 0xfed00000
[    0.000000] rk_get_uboot_display_flag: uboot_logo_on = 1
[    0.000000] rkclk_init_clks: cnt_parent = 25
[    0.000000] rkclk_init_clks: cnt_rate = 17
[    0.000000] Architected cp15 timer(s) running at 24.00MHz (phys).
[    0.000000] Switching to timer-based delay loop
[    0.000000] sched_clock: ARM arch timer >56 bits at 24000kHz, resolution 41ns
[    0.000000] process version: 0
[    0.000000] channel:0, lkg:34
[    0.000000] target-temp:85
[    0.000000] FirePrime hardware version: V00
[    0.000000] channel:0, lkg:34
[    0.000000] target-temp:85
[    0.000000] channel:0, lkg:34
[    0.000000] target-temp:85
[    0.000000] sched_clock: 32 bits at 100 Hz, resolution 10000000ns, wraps every 4294967286ms
[    0.548248] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000)
[    0.548275] pid_max: default: 32768 minimum: 301
[    0.548480] Security Framework initialized
[    0.548510] SELinux:  Initializing.
[    0.548643] Mount-cache hash table entries: 512
[    0.549880] Initializing cgroup subsys debug
[    0.549907] Initializing cgroup subsys memory
[    0.549960] Initializing cgroup subsys freezer
[    0.550024] CPU: Testing write buffer coherency: ok
[    0.550571] /cpus/cpu@0 missing clock-frequency property
[    0.550600] /cpus/cpu@1 missing clock-frequency property
[    0.550619] /cpus/cpu@2 missing clock-frequency property
[    0.550637] /cpus/cpu@3 missing clock-frequency property
[    0.550721] CPU0: thread -1, cpu 0, socket 15, mpidr 80000f00
[    0.550794] Setting up static identity map for 0xc0853248 - 0xc08532a0
[    0.552810] last_log: 0x7e900000 map to 0xe0804000 and copy to 0xe0886000, size 0x80000 early 0x17a5 (version 3.0)
[    0.626096] CPU1: Booted secondary processor
[    0.626155] CPU1: thread -1, cpu 1, socket 15, mpidr 80000f01
[    0.645781] CPU2: Booted secondary processor
[    0.645828] CPU2: thread -1, cpu 2, socket 15, mpidr 80000f02
[    0.665534] CPU3: Booted secondary processor
[    0.665578] CPU3: thread -1, cpu 3, socket 15, mpidr 80000f03
[    0.665760] Brought up 4 CPUs
[    0.665813] SMP: Total of 4 processors activated (192.00 BogoMIPS).
[    0.665828] CPU: All CPU(s) started in SVC mode.
[    0.667250] devtmpfs: initialized
[    0.677467] pinctrl core: initialized pinctrl subsystem
[    0.677973] regulator-dummy: no parameters
[    0.679503] NET: Registered protocol family 16
[    0.682951] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.683612] ion_snapshot: 0x7e990000 map to 0xe0907000 and copy to 0xc0e1a404 (version 0.1)
[    0.683846] Registered FIQ tty driver
[    0.686259] console [ttyFIQ0] enabled
[    0.686613] Registered fiq debugger ttyFIQ0
[    0.688393] rockchip_get_bank_data:name=/pinctrl@20008000/gpio0@2007c000 start=0x2007c000,end=0x2007c0ff
[    0.688534] rockchip_get_bank_data:name=/pinctrl@20008000/gpio1@20080000 start=0x20080000,end=0x200800ff
[    0.688616] rockchip_get_bank_data:name=/pinctrl@20008000/gpio2@20084000 start=0x20084000,end=0x200840ff
[    0.688692] rockchip_get_bank_data:name=/pinctrl@20008000/gpio3@20088000 start=0x20088000,end=0x200880ff
[    0.688777] rockchip_get_bank_data:name=/pinctrl@20008000/gpio15@2008A000 start=0x20086000,end=0x200860ff
[    0.688850] rockchip_pinctrl_probe:name=rk312x-GPIO,type=5
[    0.688880] rockchip_pinctrl_probe:name=base start=0x20008000,end=0x200080a7
[    0.688909] rockchip_pinctrl_probe:name=mux start=0x200080a8,end=0x200080f3
[    0.688937] rockchip_pinctrl_probe:name=pull start=0x20008118,end=0x20008137
[    0.688966] rockchip_pinctrl_probe:name=drv start=0x20008100,end=0x20008103
[    0.691668] rockchip_pinctrl_probe:init ok
[    0.699442] rk_iommu 1010e300.vop_mmu: (vop) Enter
[    0.699498] rk_iommu 1010e300.vop_mmu: skip request vop mmu irq
[    0.699592] rk_iommu 1010e300.vop_mmu: IOVMM: Created 0x3ffff000 B IOVMM from 0x10000000.
[    0.699621] rk_iommu 1010e300.vop_mmu: (vop) Initialized
[    0.699899] rk_iommu 10104440.hevc_mmu: (hevc) Enter
[    0.700043] rk_iommu 10104440.hevc_mmu: IOVMM: Created 0x3ffff000 B IOVMM from 0x10000000.
[    0.700073] rk_iommu 10104440.hevc_mmu: (hevc) Initialized
[    0.700336] rk_iommu 10106800.vpu_mmu: (vpu) Enter
[    0.700464] rk_iommu 10106800.vpu_mmu: IOVMM: Created 0x3ffff000 B IOVMM from 0x10000000.
[    0.700495] rk_iommu 10106800.vpu_mmu: (vpu) Initialized
[    0.700756] rk_iommu 10108800.iep_mmu: (iep) Enter
[    0.700878] rk_iommu 10108800.iep_mmu: IOVMM: Created 0x3ffff000 B IOVMM from 0x10000000.
[    0.700910] rk_iommu 10108800.iep_mmu: (iep) Initialized
[    0.702494] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[    0.702524] hw-breakpoint: maximum watchpoint size is 8 bytes.
[    0.702812] DDR DEBUG: version 1.02 20140828
[    0.702837] DDR DEBUG: DRAM Type:LPDDR2
[    0.702863] DDR DEBUG: 2 CS, ROW=14, Bank=8, COL=10, Total Capability=1024MB
[    0.702910] DDR DEBUG: init success!!! freq=300MHz
[    0.756720] bio: create slab <bio-0> at 0
[    0.757729] Rockchip hdmi driver version 2.0
.
[    0.759551] SCSI subsystem initialized
[    0.759919] usbcore: registered new interface driver usbfs
[    0.760052] usbcore: registered new interface driver hub
[    0.760264] usbcore: registered new device driver usb
[    0.762488] rockchip_i2c 20072000.i2c: i2c-0: Rockchip I2C adapter
[    0.765178] media: Linux media interface: v0.10
[    0.765270] Linux video capture interface: v2.00
[    0.765495] pps_core: LinuxPPS API ver. 1 registered
[    0.765520] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.765571] PTP clock support registered
[    0.765669] i2c-core: driver [bq24296] using legacy suspend method
[    0.765693] i2c-core: driver [bq24296] using legacy resume method
[    0.767064] Rockchip ion module is successfully loaded (v1.1)
[    0.767335] Advanced Linux Sound Architecture Driver Initialized.
[    0.768094] Bluetooth: Core ver 2.16
[    0.768202] NET: Registered protocol family 31
[    0.768225] Bluetooth: HCI device and connection manager initialized
[    0.768261] Bluetooth: HCI socket layer initialized
[    0.768291] Bluetooth: L2CAP socket layer initialized
[    0.768349] Bluetooth: SCO socket layer initialized
[    0.768800] cfg80211: Calling CRDA to update world regulatory domain
[  ��ɽ�������line=715
[    0.771221] The device is not act8931
[    0.772005] rk816_i2c_probe,line=794
[    0.772967] rk816 0-001a: read reg 0x17 failed: -11
[    0.773762] rk816 0-001a: read reg 0x18 failed: -11
[    0.773787] pmic is rk816, chip version is fff5
[    0.774547] rk816 0-001a: read reg 0xae failed: -11
[    0.775316] rk816 0-001a: read reg 0xaf failed: -11
[    0.775341] pmic on/off source: on=0xfffffff5, off=0xfffffff5
[    0.783392] rk816 0-001a: The rk816_pre_init_regs failed -11
[    0.783550] rk816: probe of 0-001a failed with error -11
[    0.783628] i2c-core: driver [rk816] using legacy suspend method
[    0.783651] i2c-core: driver [rk816] using legacy resume method
[    0.783739] rk818_i2c_probe,line=1286
[    0.784084] rk818_pre_init,line=1201
[    0.792041] cpu_det_gpio up
[    0.792095] power_hold_gpio up
[    0.792131] rk818_i2c_probe: rk818_pmic_sleep=0
[    0.796127] vdd_arm: 712 <--> 1500 mV at 1100 mV
[    0.800472] vdd_logic: 712 <--> 1500 mV at 1100 mV
[    0.804348] rk818_dcdc3: 1200 mV
[    0.808655] vccio: 1800 <--> 3300 mV at 3000 mV
[    0.812518] rk818_ldo1: 3300 mV
[    0.816427] rk818_ldo2: 3000 mV
[    0.820288] rk818_ldo3: 1100 mV
[    0.824169] rk818_ldo4: 2800 mV
[    0.828028] rk818_ldo5: 3000 mV
[    0.831853] rk818_ldo6: 1200 mV
[    0.835697] rk818_ldo7: 1800 mV
[    0.839572] rk818_ldo8: 1800 mV
[    0.842503] vcc_sd: 1800 <--> 3000 mV at 3000 mV
[    0.844075] rk818_ldo10: at 3000 mV
[    0.845897] rk818_irq_init: rk818_pmic_irq=1
[    0.846527] fireprime_rk818_hdmi_5v_en enable:1
[    0.847368] i2c-core: driver [rk818] using legacy suspend method
[    0.847394] i2c-core: driver [rk818] using legacy resume method
[    0.849713] Switching to clocksource arch_sys_counter
[    0.855111] rk_battery_charger_detect_cb , battery_charger_detect 1
[    0.889031] fb disp policy is box
[    0.889140] rk-fb rockchip-fb: rk fb ion client create success!
[    0.889244] rk-fb rockchip-fb: rockchip framebuffer driver probe
[    0.889769] rk-screen rk_screen.9: rockchip screen probe success
[    0.890367] rk31xx-lvds 20038000.lvds: screen is not lvds/rgb!
[    0.890412] rk31xx-lvds: probe of 20038000.lvds failed with error -22
[    0.891477] rk312x-lcdc lcdc0: can't find power_ctr node for lcdc0
[    0.891508] rk_fb_trsm_ops_get:un supported transmitter:6!
[    0.892073] graphics fb0: rockchip framebuffer registerd:fb0
[    0.892829] graphics fb1: rockchip framebuffer registerd:fb1
[    0.893233] graphics fb2: rockchip framebuffer registerd:fb2
[    0.893882] rk312x-lcdc lcdc0: set lcdc0 dclk failed
[    0.893920] rk312x-lcdc lcdc0: lcdc0: dclk:74250000>>fps:60
[    0.893947] rk312x-lcdc lcdc0: wakeup from standby!
[    0.912696] alloc_buffer:ion_phy_addr=0x10000000
[    0.918007] fb0:phy:10000000>>vir:e0930000>>len:0xb00000
[    0.931408] rk312x-lcdc lcdc0: lcdc0 probe ok, iommu enabled
[    0.934731] NET: Registered protocol family 2
[    0.935635] TCP established hash table entries: 4096 (order: 3, 32768 bytes)
[    0.935766] TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
[    0.935879] TCP: Hash tables configured (established 4096 bind 4096)
[    0.935989] TCP: reno registered
[    0.936017] UDP hash table entries: 256 (order: 1, 8192 bytes)
[    0.936066] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[    0.936466] NET: Registered protocol family 1
[    0.938733] rk818-battery rk818-battery: invalid fcc(0x0), use design capacity
[    0.939599] rk818-battery rk818-battery: update fcc : 2100
[    0.939890] rk818-battery rk818-battery: not battery, enter test power mode
[    0.961667] rk818-battery rk818-battery: v=4200, ov=4200, rv=0, c=0, pwroff_min=0
[    0.967945] rk818-battery rk818-battery: c=0, v=4200, relax=0, ocv=4200, est=4200, calib=-1
[    0.968707] rk818-battery rk818-battery: reg soc=0, init soc = 0, init cap=0
[    0.997774] rk818-battery rk818-battery: battery driver version 4.0.0
[    0.998552] Unpacking initramfs...
[    1.245766] Freeing initrd memory: 2848K (c5bf0000 - c5eb8000)
[    1.247363] hw perfevents: enabled with ARMv7_Cortex_A7 PMU driver, 5 counters available
[    1.248066] vcodec_service: probe device vpu_combo.10
[    1.248101] vcodec_service: No reset resource define
[    1.248121] vcodec_service: No reset resource define
[    1.248138] vcodec_service: No reset resource define
[    1.248268] vcodec vpu_combo.10: failed on clk_get clk_cabac
[    1.248382] vcodec_service: vpu_combo.10: power on
[    1.248543] vcodec_service: probe device 10106000.vpu_service
[    1.248606] vcodec_service: checking hw id 4831
[    1.249989] vcodec_service: probe device 10104000.hevc_service
[    1.250054] vcodec_service: checking hw id 6867
[    1.251013] vcodec_service: vpu_combo.10: power off...
[    1.251082] vcodec_service: done
[    1.251101] vcodec_service: init success
[    1.251260] rknandbase v1.0 2014-03-31
[    1.251518] rknand_probe clk rate = 148500000
[    1.251699] rknand_driver:ret = 0
[    1.252514] rk_dts_sensor_probe:Get s5k4ec rockchip,power failed!
[    1.252555] s5k4ec_io==1
[    1.252610] the gpiorst1 is 107
[    1.252640] the gpiorst2 is 107
[    1.252697] rk_dts_sensor_probe:Get ov2659 rockchip,power failed!
[    1.252726] s5k4ec_io==2
[    1.252763] rk_dts_sensor_probe:Get gc0329 rockchip,power failed!
[    1.252794] s5k4ec_io==2
[    1.252828] rk_dts_sensor_probe:Get gc2035 rockchip,powerdown failed!
[    1.252857] s5k4ec_io==2
[    1.252899] s5k4ec_io==2
[    1.254555] audit: initializing netlink socket (disabled)
[    1.254641] type=2000 audit(0.710:1): initialized
[    1.256048] bounce pool size: 64 pages
[    1.266513] fuse init (API version 7.22)
[    1.267390] msgmni has been set to 973
[    1.271046] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[    1.271084] io scheduler noop registered
[    1.271104] io scheduler deadline registered
[    1.271329] io scheduler cfq registered (default)
[    1.276897] rga 1010c000.rga: rga ion client create success!
[    1.277218] rga: Driver loaded succesfully
[    1.277344] rga: Module initialized.
[    1.381461] rk-hdmi 20034000.hdmi: rockchip_hdmiv1_set_pwr_mode change pwr_mode 0 --> 1
[    1.381498] rk-hdmi 20034000.hdmi: rockchip_hdmiv1_set_pwr_mode change pwr_mode LOWER_PWR
[    1.381690] rk-hdmi 20034000.hdmi: hdmi probe success.
[    1.382653] IEP Power ON
[    1.382735] iep ion client create success!
[    1.383214] IEP Power OFF
[    1.383251] IEP Driver loaded succesfully
[    1.383406] Module initialized.
[    1.383874] cvbs connect to lcdc0
[    1.383943] rk312x-lcdc lcdc0: lcdc0: dclk:27000000>>fps:63
[    1.384143] rk3036-tve 1010e200.tve: rockchip,rk312x-tve tv encoder probe ok
[    1.386938] dma-pl330 20078000.pdma: Loaded driver for PL330 DMAC-2364208
[    1.386976] dma-pl330 20078000.pdma:         DBUFF-64x8bytes Num_Chans-8 Num_Peri-16 Num_Events-16
[    1.387848] rk_serial.c v1.8 2014-03-04
[    1.388199] 20060000.serial: ttyS0 at MMIO 0x20060000 (irq = 52) is a rk29_serial.0
[    1.388635] serial 20060000.serial: membase e3452000
[    1.395123] loop: module loaded
[    1.395256] i2c-core: driver [mpu6050B1] using legacy suspend method
[    1.395280] i2c-core: driver [mpu6050B1] using legacy resume method
[    1.395307] mpu_init: Probe name mpu6050B1
[    1.395660] ak8963_mod_init: Probe name ak8963_mod
[    1.396953] SCSI Media Changer driver v0.25
[    1.397687] tun: Universal TUN/TAP device driver, 1.6
[    1.397714] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    1.398011] vmac_init.
[    1.399128] stmmac_probe_config_dt: Can not read property: pmu_regulator.
[    1.399160] stmmac_probe_config_dt: Can not read property: pmu_enable_level.
[    1.399185] stmmac_probe_config_dt: clock input or output? (input).
[    1.399208] stmmac_probe_config_dt: TX delay(0x30).
[    1.399230] stmmac_probe_config_dt: RX delay(0x10).
[    1.399331] stmmac_probe_config_dt: is rockchip,rk312x-gmac
[    1.399351] stmmc_pltfr_init:
[    1.399370] stmmc_pltfr_init: ERROR: Get power-gpio failed.
[    1.399466] stmmc_pltfr_init: init for RGMII
[    1.399491] tx delay=0x30
[    1.399491] rx delay=0x10
[    1.399731] stmmac - user ID: 0x10, Synopsys ID: 0x35
[    1.399752]  Normal descriptors
[    1.399768]  Ring mode enabled
[    1.399786]  DMA HW capability register supported
[    1.399805]  RX Checksum Offload Engine supported (type 2)
[    1.399825]  TX Checksum insertion supported
[    1.399842]  Wake-Up On Lan supported
[    1.399915]  Enable RX Mitigation via HW Watchdog Timer
[    1.400782] PPP generic driver version 2.4.2
[    1.401208] PPP BSD Compression module registered
[    1.401234] PPP Deflate Compression module registered
[    1.401271] PPP MPPE Compression module registered
[    1.401294] NET: Registered protocol family 24
[    1.401351] SLIP: version 0.8.4-NET3.019-NEWTTY (dynamic channels, max=256) (6 bit encapsulation enabled).
[    1.401376] CSLIP: code copyright 1989 Regents of the University of California.
[    1.401399] Rockchip WiFi SYS interface (V1.00) ...
[    1.401470] esp_mem_init enter date Jul  7 2017 09:43:11
[    1.401492] esp_mem_init VERSION [V2.5]
[    1.401572] esp_mem_init complete
[    1.401697] usbcore: registered new interface driver catc
[    1.401784] usbcore: registered new interface driver kaweth
[    1.401807] pegasus: v0.9.3 (2013/04/25), Pegasus/Pegasus II USB Ethernet driver
[    1.401890] usbcore: registered new interface driver pegasus
[    1.401971] usbcore: registered new interface driver rtl8150
[    1.402051] usbcore: registered new interface driver r8152
[    1.402073] hso: drivers/net/usb/hso.c: Option Wireless
[    1.402228] usbcore: registered new interface driver hso
[    1.402326] usbcore: registered new interface driver asix
[    1.402409] usbcore: registered new interface driver ax88179_178a
[    1.402490] usbcore: registered new interface driver cdc_ether
[    1.402570] usbcore: registered new interface driver cdc_eem
[    1.402649] usbcore: registered new interface driver dm9601
[    1.402738] usbcore: registered new interface driver dm9620
[    1.402839] usbcore: registered new interface driver smsc75xx
[    1.402938] usbcore: registered new interface driver smsc95xx
[    1.403026] usbcore: registered new interface driver gl620a
[    1.403108] usbcore: registered new interface driver net1080
[    1.403188] usbcore: registered new interface driver plusb
[    1.403279] usbcore: registered new interface driver rndis_host
[    1.403362] usbcore: registered new interface driver cdc_subset
[    1.403442] usbcore: registered new interface driver zaurus
[    1.403524] usbcore: registered new interface driver MOSCHIP usb-ethernet driver
[    1.403655] usbcore: registered new interface driver int51x1
[    1.403739] usbcore: registered new interface driver kalmia
[    1.403822] usbcore: registered new interface driver ipheth
[    1.403923] usbcore: registered new interface driver sierra_net
[    1.404009] usbcore: registered new interface driver cx82310_eth
[    1.404111] usbcore: registered new interface driver cdc_ncm
[    1.404197] usbcore: registered new interface driver qmi_wwan
[    1.404279] usbcore: registered new interface driver cdc_mbim
[    1.404302] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.406270] EHCI: ehci_rk_probe e3480000 e3480010
[    1.406308] rockchip_ehci_host 101c0000.usb: EHCI Host Controller
[    1.406361] rockchip_ehci_host 101c0000.usb: new USB bus registered, assigned bus number 1
[    1.406994] rockchip_ehci_host 101c0000.usb: irq 43, io mem 0x101c0000
[    1.420572] rockchip_ehci_host 101c0000.usb: USB 2.0 started, EHCI 1.00
[    1.420726] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.420759] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.420786] usb usb1: Product: EHCI Host Controller
[    1.420810] usb usb1: Manufacturer: Linux 3.10.0 ehci_hcd
[    1.420834] usb usb1: SerialNumber: 101c0000.usb
[    1.421766] hub 1-0:1.0: USB hub found
[    1.421816] hub 1-0:1.0: 1 port detected
[    1.422190] EHCI: ehci_rk_probe ok
[    1.422369] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.422602] ohci-rockchip 101e0000.usb: RK OHCI Host Controller
[    1.422665] ohci-rockchip 101e0000.usb: new USB bus registered, assigned bus number 2
[    1.422748] ohci-rockchip 101e0000.usb: irq 64, io mem 0x101e0000
[    1.483638] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[    1.483673] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.483701] usb usb2: Product: RK OHCI Host Controller
[    1.483725] usb usb2: Manufacturer: Linux 3.10.0 ohci_hcd
[    1.483749] usb usb2: SerialNumber: 101e0000.usb
[    1.484634] hub 2-0:1.0: USB hub found
[    1.484692] hub 2-0:1.0: 1 port detected
[    1.485334] usbcore: registered new interface driver cdc_acm
[    1.485359] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[    1.485478] usbcore: registered new interface driver usblp
[    1.485574] usbcore: registered new interface driver cdc_wdm
[    1.485737] usbcore: registered new interface driver usb-storage
[    1.485823] usbcore: registered new interface driver ums-alauda
[    1.485905] usbcore: registered new interface driver ums-cypress
[    1.485988] usbcore: registered new interface driver ums-datafab
[    1.486071] usbcore: registered new interface driver ums_eneub6250
[    1.486150] usbcore: registered new interface driver ums-freecom
[    1.486231] usbcore: registered new interface driver ums-isd200
[    1.486312] usbcore: registered new interface driver ums-jumpshot
[    1.486401] usbcore: registered new interface driver ums-karma
[    1.486485] usbcore: registered new interface driver ums-onetouch
[    1.486569] usbcore: registered new interface driver ums-sddr09
[    1.486658] usbcore: registered new interface driver ums-sddr55
[    1.486741] usbcore: registered new interface driver ums-usbat
[    1.486929] usbcore: registered new interface driver usbserial
[    1.487014] usbcore: registered new interface driver usbserial_generic
[    1.487086] usbserial: USB Serial support registered for generic
[    1.487173] usbcore: registered new interface driver option
[    1.487253] usbserial: USB Serial support registered for GSM modem (1-port)
[    1.487476] usbcore: registered new interface driver trancevibrator
[    1.487500] usb20_otg: version 3.10a 21-DEC-2012
[    1.488144] e3500040
[    1.488172] Core Release: 2.91a
[    1.488193] Setting default values for core params
[    1.488456] Using Buffer DMA mode
[    1.488478] Periodic Transfer Interrupt Enhancement - disabled
[    1.488499] Multiprocessor Interrupt Enhancement - disabled
[    1.488520] OTG VER PARAM: 0, OTG VER FLAG: 0
[    1.488538] ^^^^^^^^^^^^^^^^^Device Mode
[    1.488563] Dedicated Tx FIFOs mode
[    1.488601] pcd_init otg_dev = c5a0a5c0
[    1.488964] usb20_otg 10180000.usb: DWC OTG Controller
[    1.489020] usb20_otg 10180000.usb: new USB bus registered, assigned bus number 3
[    1.489090] usb20_otg 10180000.usb: irq 42, io mem 0x00000000
[    1.489212] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[    1.489244] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.489270] usb usb3: Product: DWC OTG Controller
[    1.489294] usb usb3: Manufacturer: Linux 3.10.0 dwc_otg_hcd
[    1.489319] usb usb3: SerialNumber: 10180000.usb
[    1.490298] hub 3-0:1.0: USB hub found
[    1.490346] hub 3-0:1.0: 1 port detected
[    1.490992] usb20_host: version 3.10a 21-DEC-2012
[    1.491935] usbcore: registered new interface driver xpad
[    1.492067] usbcore: registered new interface driver usb_acecad
[    1.492171] usbcore: registered new interface driver aiptek
[    1.492273] usbcore: registered new interface driver gtco
[    1.492371] usbcore: registered new interface driver hanwang
[    1.492466] usbcore: registered new interface driver kbtab
[    1.492579] usbcore: registered new interface driver wacom
[    1.493442] sensor_register_slave:mma8452,id=17
[    1.493472] sensor_register_slave:gs_mc3230,id=23
[    1.493490] gsensor_init
[    1.493509] sensor_register_slave:mpu6880_acc,id=24
[    1.493529] sensor_register_slave:cm3217,id=47
[    1.493550] sensor_register_slave:cm3218,id=48
[    1.493932] .. rk pwm remotectl v1.1 init
[    1.494347] input: 20050030.pwm as /devices/20050030.pwm/input/input0
[    1.500624] rtc_hym8563 0-0051: rtc core: registered hym8563 as rtc0
[    1.501342] i2c /dev entries driver
[    1.501990] IR NEC protocol handler initialized
[    1.502017] IR RC5(x) protocol handler initialized
[    1.502036] IR RC6 protocol handler initialized
[    1.502055] IR JVC protocol handler initialized
[    1.502072] IR Sony protocol handler initialized
[    1.502090] IR RC5 (streamzap) protocol handler initialized
[    1.502110] IR SANYO protocol handler initialized
[    1.502128] IR MCE Keyboard/mouse protocol handler initialized
[    1.502648] usbcore: registered new interface driver uvcvideo
[    1.502672] USB Video Class driver (1.1.1)
[    1.502696] CamSys driver version: v0.27.1,  CamSys head file version: v0.10.0
[    1.502722] E:camsys_soc_init(87): camsys isn't support soc: 0x31260001!
[    1.504851] i2c-core: driver [bq27320] using legacy suspend method
[    1.504882] i2c-core: driver [bq27320] using legacy resume method
[    1.505656] device-mapper: uevent: version 1.0.3
[    1.506184] device-mapper: ioctl: 4.24.0-ioctl (2013-01-15) initialised: dm-devel@redhat.com
[    1.506894] Bluetooth: HCI UART driver ver 2.2
[    1.506924] Bluetooth: HCI H4 protocol initialized
[    1.506944] Bluetooth: HCILL protocol initialized
[    1.506964] rtk_btusb: Realtek Bluetooth USB driver module init, version 2.19
[    1.506985] rtk_btusb: Register usb char device interface for BT driver
[    1.507382] usbcore: registered new interface driver rtk_btusb
[    1.513172] cpufreq version 1.0, suspend freq 1008 MHz
[    1.513551] cpuidle: using governor ladder
[    1.513578] cpuidle: using governor menu
[    1.513653] Synopsys Designware Multimedia Card Interface Driver
[    1.513676] MHSC version = Ver 2.00 2015-06-10
[    1.514115] dw cru_regsbase addr 0x124.
[    1.514140] dw cru_reset_offset val 3.
[    1.514168] dwmmc_rockchip 1021c000.rksdmmc: Version ID is 270a
[    1.514230] dwmmc_rockchip 1021c000.rksdmmc: failed to get hpclk_mmc
[    1.514696] dwmmc_rockchip 1021c000.rksdmmc: Using external DMA controller.
[    1.515120] dw_mci_init_slot: fmin=400000, fmax=50000000 [mmc0]
[    1.515381] 1358..dw_mci_set_ios:  no card. [mmc0]
[    1.528819] 1358..dw_mci_set_ios:  no card. [mmc0]
[    1.548572] rk_sdmmc: BOOT dw_mci_setup_bus: argue clk_mmc workaround out 800000Hz for init[mmc0]
[    1.548631] dwmmc_rockchip 1021c000.rksdmmc: DW MMC controller at irq 48, 32 bit host data width, 256 deep fifo
[    1.548665] dwmmc_rockchip 1021c000.rksdmmc: 1 slots initialized
[    1.549270] dw cru_regsbase addr 0x124.
[    1.549304] dw cru_reset_offset val 1.
[    1.549333] dwmmc_rockchip 10214000.rksdmmc: Version ID is 270a
[    1.549393] dwmmc_rockchip 10214000.rksdmmc: failed to get hpclk_mmc
[    1.550155] dwmmc_rockchip 10214000.rksdmmc: Using external DMA controller.
[    1.550530] dw_mci_init_slot: fmin=400000, fmax=37500000 [mmc1]
[    1.551177] 1358..dw_mci_set_ios:  no card. [mmc1]
[    1.568165] 1358..dw_mci_set_ios:  no card. [mmc1]
[    1.587861] 1358..dw_mci_set_ios:  no card. [mmc1]
[    1.587884] dwmmc_rockchip 10214000.rksdmmc: DW MMC controller at irq 46, 32 bit host data width, 256 deep fifo
[    1.587892] dwc_otg_hcd_suspend, usb device mode
[    1.587914] dwmmc_rockchip 10214000.rksdmmc: 1 slots initialized
[    1.588234] dw cru_regsbase addr 0x124.
[    1.588249] dw cru_reset_offset val 2.
[    1.588262] dwmmc_rockchip 10218000.rksdmmc: Version ID is 270a
[    1.588303] dwmmc_rockchip 10218000.rksdmmc: failed to get hpclk_mmc
[    1.588550] dwmmc_rockchip 10218000.rksdmmc: Using external DMA controller.
[    1.588803] dw_mci_init_slot: fmin=200000, fmax=37500000 [mmc2]
[    1.589045] 1358..dw_mci_set_ios:  no card. [mmc2]
[    1.607518] 1358..dw_mci_set_ios:  no card. [mmc2]
[    1.627208] 1358..dw_mci_set_ios:  no card. [mmc2]
[    1.627263] dwmmc_rockchip 10218000.rksdmmc: DW MMC controller at irq 47, 32 bit host data width, 256 deep fifo
[    1.627280] dwmmc_rockchip 10218000.rksdmmc: 1 slots initialized
[    1.627567] leds-gpio leds.18: pins are not configured from the driver
[    1.627960] hidraw: raw HID events driver (C) Jiri Kosina
[    1.630425] usbcore: registered new interface driver usbhid
[    1.630443] usbhid: USB HID core driver
[    1.631009] zram: Created 1 device(s) ...
[    1.631585] ashmem: initialized
[    1.631786] logger: created 256K log 'log_main'
[    1.631943] logger: created 256K log 'log_events'
[    1.632110] logger: created 256K log 'log_radio'
[    1.632272] logger: created 256K log 'log_system'
[    1.633847] input: rk29-keypad as /devices/2006c000.adc/key.21/input/input1
[    1.635325] ------------[ cut here ]------------
[    1.635348] WARNING: at drivers/gpio/gpiolib.c:160 gpio_ensure_requested+0x4c/0xb4()
[    1.635360] autorequest GPIO-27
[    1.635369] Modules linked in:
[    1.635388] CPU: 1 PID: 1 Comm: swapper/0 Not tainted 3.10.0 #147
[    1.635422] [<c0013e44>] (unwind_backtrace+0x0/0xe0) from [<c001175c>] (show_stack+0x10/0x14)
[    1.635445] [<c001175c>] (show_stack+0x10/0x14) from [<c0036278>] (warn_slowpath_common+0x4c/0x68)
[    1.635466] [<c0036278>] (warn_slowpath_common+0x4c/0x68) from [<c0036314>] (warn_slowpath_fmt+0x2c/0x3c)
[    1.635487] [<c0036314>] (warn_slowpath_fmt+0x2c/0x3c) from [<c0298428>] (gpio_ensure_requested+0x4c/0xb4)
[    1.635508] [<c0298428>] (gpio_ensure_requested+0x4c/0xb4) from [<c0299488>] (gpiod_direction_input+0x58/0x1f0)
[    1.635532] [<c0299488>] (gpiod_direction_input+0x58/0x1f0) from [<c0660924>] (rk312x_platform_probe+0x4bc/0x5fc)
[    1.635558] [<c0660924>] (rk312x_platform_probe+0x4bc/0x5fc) from [<c0301af0>] (platform_drv_probe+0x14/0x18)
[    1.635581] [<c0301af0>] (platform_drv_probe+0x14/0x18) from [<c03008b8>] (really_probe+0xa8/0x20c)
[    1.635602] [<c03008b8>] (really_probe+0xa8/0x20c) from [<c0300b14>] (driver_probe_device+0x30/0x48)
[    1.635623] [<c0300b14>] (driver_probe_device+0x30/0x48) from [<c0300b8c>] (__driver_attach+0x60/0x84)
[    1.635643] [<c0300b8c>] (__driver_attach+0x60/0x84) from [<c02ff368>] (bus_for_each_dev+0x50/0x90)
[    1.635663] [<c02ff368>] (bus_for_each_dev+0x50/0x90) from [<c0300118>] (bus_add_driver+0xac/0x20c)
[    1.635684] [<c0300118>] (bus_add_driver+0xac/0x20c) from [<c0301068>] (driver_register+0x9c/0x138)
[    1.635704] [<c0301068>] (driver_register+0x9c/0x138) from [<c00086a4>] (do_one_initcall+0x34/0xc8)
[    1.635726] [<c00086a4>] (do_one_initcall+0x34/0xc8) from [<c0babb28>] (do_initcalls+0x70/0xa0)
[    1.635746] [<c0babb28>] (do_initcalls+0x70/0xa0) from [<c0babbe8>] (kernel_init_freeable+0x90/0x130)
[    1.635767] [<c0babbe8>] (kernel_init_freeable+0x90/0x130) from [<c08304a8>] (kernel_init+0x8/0xe4)
[    1.635789] [<c08304a8>] (kernel_init+0x8/0xe4) from [<c000da98>] (ret_from_fork+0x14/0x3c)
[    1.635832] ---[ end trace 1266878575d67464 ]---
[    1.636116] This platfrom have not i2s_mclk,no need to set i2s_mclk.
[    1.636596] rockchip-spdif 10204000.spdif: spdif ready.
[    1.638713] audio-rk312x audio-rk312x.14:  rk312x-hifi <-> rockchip-i2s.1 mapping ok
[    1.639416] audio-rk312x audio-rk312x.14:  rk312x-voice <-> rockchip-i2s.1 mapping ok
[    1.639455] audio-rk312x audio-rk312x.14: ASoC: no sink widget found for Mic Bias
[    1.639471] audio-rk312x audio-rk312x.14: ASoC: Failed to add route Mic Jack -> direct -> Mic Bias
[    1.639486] audio-rk312x audio-rk312x.14: ASoC: no source widget found for Mic Bias
[    1.639501] audio-rk312x audio-rk312x.14: ASoC: Failed to add route Mic Bias -> direct -> MICP
[    1.639515] audio-rk312x audio-rk312x.14: ASoC: no source widget found for Mic Bias
[    1.639529] audio-rk312x audio-rk312x.14: ASoC: Failed to add route Mic Bias -> direct -> MICN
[    1.639544] audio-rk312x audio-rk312x.14: ASoC: no sink widget found for Mic Bias
[    1.639558] audio-rk312x audio-rk312x.14: ASoC: Failed to add route Headset Jack -> direct -> Mic Bias
[    1.639572] audio-rk312x audio-rk312x.14: ASoC: no source widget found for HPOUTR
[    1.639586] audio-rk312x audio-rk312x.14: ASoC: Failed to add route HPOUTR -> direct -> Ext Spk
[    1.639600] audio-rk312x audio-rk312x.14: ASoC: no source widget found for HPOUTL
[    1.639614] audio-rk312x audio-rk312x.14: ASoC: Failed to add route HPOUTL -> direct -> Ext Spk
[    1.639629] audio-rk312x audio-rk312x.14: ASoC: no source widget found for HPOUTR
[    1.639643] audio-rk312x audio-rk312x.14: ASoC: Failed to add route HPOUTR -> direct -> Headphone Jack
[    1.639658] audio-rk312x audio-rk312x.14: ASoC: no source widget found for HPOUTL
[    1.639672] audio-rk312x audio-rk312x.14: ASoC: Failed to add route HPOUTL -> direct -> Headphone Jack
[    1.641101] u32 classifier
[    1.641119]     Actions configured
[    1.641135] Netfilter messages via NETLINK v0.30.
[    1.641221] nf_conntrack version 0.5.0 (15470 buckets, 61880 max)
[    1.641736] ctnetlink v0.93: registering with nfnetlink.
[    1.641828] NF_TPROXY: Transparent proxy support initialized, version 4.1.0
[    1.641841] NF_TPROXY: Copyright (c) 2006-2007 BalaBit IT Ltd.
[    1.642354] xt_time: kernel timezone is -0000
[    1.642673] ip_tables: (C) 2000-2006 Netfilter Core Team
[    1.642879] arp_tables: (C) 2002 David S. Miller
[    1.642938] TCP: cubic registered
[    1.642949] Initializing XFRM netlink socket
[    1.643340] NET: Registered protocol family 10
[    1.644177] mip6: Mobile IPv6
[    1.644228] ip6_tables: (C) 2000-2006 Netfilter Core Team
[    1.644419] sit: IPv6 over IPv4 tunneling driver
[    1.644983] NET: Registered protocol family 17
[    1.645028] NET: Registered protocol family 15
[    1.645126] Bridge firewalling registered
[    1.645148] Ebtables v2.0 registered
[    1.645434] Bluetooth: RFCOMM TTY layer initialized
[    1.645497] Bluetooth: RFCOMM socket layer initialized
[    1.645509] Bluetooth: RFCOMM ver 1.11
[    1.645521] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    1.645532] Bluetooth: BNEP filters: protocol multicast
[    1.645550] Bluetooth: BNEP socket layer initialized
[    1.645561] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[    1.645578] Bluetooth: HIDP socket layer initialized
[    1.645629] l2tp_core: L2TP core driver, V2.0
[    1.645653] l2tp_ppp: PPPoL2TP kernel driver, V2.0
[    1.645664] [WLAN_RFKILL]: Enter rfkill_wlan_init
[    1.645881] [WLAN_RFKILL]: Enter rfkill_wlan_probe
[    1.645899] [WLAN_RFKILL]: wlan_platdata_parse_dt: wifi_chip_type = ap6212a
[    1.645912] [WLAN_RFKILL]: wlan_platdata_parse_dt: enable wifi power control.
[    1.645924] [WLAN_RFKILL]: wlan_platdata_parse_dt: disable wifi io reference voltage control.
[    1.645937] [WLAN_RFKILL]: wlan_platdata_parse_dt: wifi power controled by gpio.
[    1.645998] [WLAN_RFKILL]: wlan_platdata_parse_dt: get property: WIFI,poweren_gpio = 43, flags = 0.
[    1.646034] [WLAN_RFKILL]: wlan_platdata_parse_dt: get property: WIFI,host_wake_irq = 2, flags = 0.
[    1.646046] [WLAN_RFKILL]: rfkill_wlan_probe: init gpio
[    1.646081] [WLAN_RFKILL]: Exit rfkill_wlan_probe
[    1.646146] [BT_RFKILL]: Enter rfkill_rk_init
[    1.646354] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: uart_rts_gpios = 17.
[    1.646391] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,reset_gpio = 35.
[    1.646414] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,wake_gpio = 42.
[    1.646438] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,wake_host_irq = 41.
[    1.646498] [BT_RFKILL]: Request irq for bt wakeup host
[    1.646625] [BT_RFKILL]: ** disable irq
[    1.646783] [BT_RFKILL]: ap6212 device registered.
[    1.647207] rk_cam_cif(3083):rk312x-camera version: v0.1.14  Zoom by ipp
[    1.647330] rk_cif 1010a000.cif: rk_camera_cif_iomux:could not get cif_pin_all pinstate
[    1.647777] soc-camera-pdrv s5k4ec_back_3: Probing s5k4ec_back_3
[    1.648389] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
[    1.648417] rk312x_init_suspend
[    1.648427] rk312x_suspend_init
[    1.648695] Registering SWP/SWPB emulation handler
[    1.648713] rockchip_uboot_mem_late_init: Freeing uboot logo memory: 2000000@9dc00000
[    1.654069] ddrfreq: verion 1.2 20140526
[    1.654093] ddrfreq: normal 492MHz video_1080p 240MHz video_4k 396MHz dualview 396MHz idle 0MHz suspend 198MHz reboot 492MHz
[    1.654107] ddrfreq: auto-freq=0
[    1.654117] ddrfreq: auto-freq-table[0] 240MHz
[    1.654126] ddrfreq: auto-freq-table[1] 324MHz
[    1.654136] ddrfreq: auto-freq-table[2] 396MHz
[    1.654146] ddrfreq: auto-freq-table[3] 528MHz
[    1.669822] rk818_ldo8: disabling
[    1.671908] rk818_ldo4: disabling
[    1.672585] regulator-dummy: disabling
[    1.672807] register spi return v = :0
[    1.672824] =======================================================
[    1.672837] ==== Launching Wi-Fi driver! (Powered by Rockchip) ====
[    1.672849] =======================================================
[    1.672862]  WiFi driver (Powered by Rockchip,Ver 5.10.WFD.OOB.64bit) init.
[    1.672958] dhd_module_init: in
[    1.672976] ======== bcm_wlan_set_plat_data ========
[    1.672989] [WLAN_RFKILL]: rockchip_wifi_get_oob_irq: Enter
[    1.673036] host_oob_irq: 169
[    1.673049] host_oob_irq_flags=4
[    1.673059] dhd_wifi_platform_load: Enter
[    1.673096] Power-up adapter 'DHD generic adapter'
[    1.673107] pcd_pullup, is_on 0
[    1.673160] wifi_platform_set_power = 1
[    1.673174] ======== PULL WL_REG_ON HIGH! ========
[    1.673187] [WLAN_RFKILL]: rockchip_wifi_power: 1
[    1.673192] file system registered
[    1.673211] [WLAN_RFKILL]: rockchip_wifi_ref_voltage: 1
[    1.673224] [WLAN_RFKILL]: rockchip_wifi_ref_voltage: wifi io reference voltage control is disabled.
[    1.674540] android_usb gadget: Mass Storage Function, version: 2009/09/11
[    1.674562] android_usb gadget: Number of LUNs=2
[    1.674576]  lun0: LUN: removable file: (no medium)
[    1.674589]  lun1: LUN: removable file: (no medium)
[    1.674899] android_usb gadget: android_usb ready
[    1.675039] sensor_init: Probe name sensors
[    1.675072] sensor-dev.c v1.4 add angle calculation support between two gsensors 2013-09-01
[    1.675666] rtc_hym8563 0-0051: setting system clock to 2011-01-01 12:06:22 UTC (1293883582)
[    1.683109] rockchip-spdif-card rockchip-spdif-card.19:  rk-hdmi-spdif-hifi <-> 10204000.spdif mapping ok
[    1.735443] usb 1-1: new high-speed USB device number 2 using rockchip_ehci_host
[    1.755114] Cam_Powerdowm
[    1.755185] rk818_ldo8: operation not allowed
[    1.774801] [WLAN_RFKILL]: wifi turn on power. 43
[    1.824099] rk818_ldo4: operation not allowed
[    1.863363] ret: 0
[    1.883590] min_w = 800,min_h = 600 ,max_real_w = 2592,max_real_h = 1944,max_w = 2592,max_h =1944
[    1.883702] usb 1-1: New USB device found, idVendor=1a40, idProduct=0101
[    1.883722] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    1.883739] usb 1-1: Product: USB 2.0 Hub [MTT]
[    1.884350] hub 1-1:1.0: USB hub found
[    1.884550] hub 1-1:1.0: 4 ports detected
[    1.885191] s5k4ec_back_3(rk_cam_sensor:169): write reg(0xfcfc, val:0xd000) failed, try to write again!
[    1.886729] s5k4ec_back_3(rk_cam_sensor:169): write reg(0xfcfc, val:0xd000) failed, try to write again!
[    1.888228] s5k4ec_back_3(rk_cam_sensor:169): write reg(0xfcfc, val:0xd000) failed, try to write again!
[    1.888256] s5k4ec_back_3(rk_cam_sensor:387): write array failed!
[    1.888270] s5k4ec_back_3(rk_cam_sensor:671): soft reset failed
[    1.888270]
[    1.904216] s5k4ec_back_3(rk_cam_sensor:169): write reg(0x2c, val:0x7000) failed, try to write again!
[    1.905727] s5k4ec_back_3(rk_cam_sensor:169): write reg(0x2c, val:0x7000) failed, try to write again!
[    1.907232] s5k4ec_back_3(rk_cam_sensor:169): write reg(0x2c, val:0x7000) failed, try to write again!
[    1.908738] s5k4ec_back_3(rk_cam_sensor:169): write reg(0x2e, val:0x1a4) failed, try to write again!
[    1.910241] s5k4ec_back_3(rk_cam_sensor:169): write reg(0x2e, val:0x1a4) failed, try to write again!
[    1.911747] s5k4ec_back_3(rk_cam_sensor:169): write reg(0x2e, val:0x1a4) failed, try to write again!
[    1.913564] s5k4ec_back_3(rk_cam_sensor:335): read reg(0xf12 val:0x0) failed, try to read again!
[    1.913594] s5k4ec_back_3(rk_cam_sensor:718): error: mismatched   pid = 0xffff
[    1.913594]
[    1.981435] wifi_platform_bus_enumerate device present 1
[    1.981456] ======== Card detection to detect SDIO card! ========
[    1.981471] mmc2:mmc host rescan start!
[    1.981480] ret: 0
[    2.109350] Cam_Powerdowm
[    2.119292] soc-camera-pdrv ov2659_front_4: Probing ov2659_front_4
[    2.188082] ret: 0
[    2.197914] rk_sdmmc: BOOT dw_mci_setup_bus: argue clk_mmc workaround out 800000Hz for init[mmc2]
[    2.233074] mmc2: queuing unknown CIS tuple 0x80 (2 bytes)
[    2.234653] mmc2: queuing unknown CIS tuple 0x80 (3 bytes)
[    2.236236] mmc2: queuing unknown CIS tuple 0x80 (3 bytes)
[    2.239064] mmc2: queuing unknown CIS tuple 0x80 (7 bytes)
[    2.327665] mmc_host mmc2: Bus speed (slot 0) = 37500000Hz (slot req 37500000Hz, actual 37500000HZ div = 0)
[    2.327696] rk_sdmmc: BOOT dw_mci_setup_bus: argue clk_mmc workaround out normal clock [mmc2]
[    2.327801] rk_sdmmc: BOOT Bus speed=37500000Hz,Bus width=4bits.[mmc2]
[    2.330231] mmc2: new high speed SDIO card at address 0001
[    2.335660] Cam_Powerdowm
[    2.336232] min_w = 800,min_h = 600 ,max_real_w = 1600,max_real_h = 1200,max_w = 1600,max_h =1200
[    2.337529] ov2659_front_4(rk_cam_sensor:169): write reg(0x103, val:0x1) failed, try to write again!
[    2.338787] ov2659_front_4(rk_cam_sensor:169): write reg(0x103, val:0x1) failed, try to write again!
[    2.340040] ov2659_front_4(rk_cam_sensor:169): write reg(0x103, val:0x1) failed, try to write again!
[    2.340067] ov2659_front_4(rk_cam_sensor:387): write array failed!
[    2.340080] ov2659_front_4(rk_cam_sensor:671): soft reset failed
[    2.340080]
[    2.346555] bcmsdh_register: register client driver
[    2.346729] bcmsdh_sdmmc: bcmsdh_sdmmc_probe Enter
[    2.346852] bcmsdh_sdmmc: bcmsdh_sdmmc_probe Enter
[    2.346868] bus num (host idx)=2, slot num (rca)=1
[    2.346881] found adapter info 'DHD generic adapter'
[    2.347398] F1 signature read @0x18000000=0x1540a9a6
[    2.350366] F1 signature OK, socitype:0x1 chip:0xa9a6 rev:0x0 pkg:0x4
[    2.351365] DHD: dongle ram size is set to 524288(orig 524288) at 0x0
[    2.351518] wifi_platform_get_mac_addr
[    2.351533] ======== bcm_wlan_get_mac_address ========
[    2.351545] [WLAN_RFKILL]: rockchip_wifi_mac_addr: enter.
[    2.351563] [WLAN_RFKILL]: falsh wifi_custom_mac_addr=[00:00:00:00:00:00]
[    2.351577] [WLAN_RFKILL]: This mac address is not valid, ignored...
[    2.351597] dhd_conf_set_chiprev: chip=0xa9a6, chiprev=0
[    2.351670] dhd_conf_set_conf_path_by_nv_path: config_path=/system/etc/firmware/config.txt
[    2.352253] wl_create_event_handler(): thread:wl_event_handler:70 started
[    2.352264] tsk Enter, tsk = 0xc5be149c
[    2.352533] dhd_attach(): thread:dhd_watchdog_thread:71 started
[    2.352619] dhd_attach(): thread:dhd_dpc:72 started
[    2.352644] dhd_dpc_thread: set dpc_cpucore 0 from config.txt
[    2.352712] dhd_attach(): thread:dhd_rxf:73 started
[    2.352732] dhd_deferred_work_init: work queue initialized
[    2.352965] dhdsdio_probe_init: set use_rxchain 0 from config.txt
[    2.356949] ov2659_front_4(rk_cam_sensor:335): read reg(0x300a val:0x0) failed, try to read again!
[    2.356992] ov2659_front_4(rk_cam_sensor:699): read chip id failed
[    2.364687] Dongle Host Driver, version 1.201.59.5 (r506368)
[    2.364687] Compiled in drivers/net/wireless/bcmdhd on Jul  7 2017 at 09:43:17
[    2.365425] Register interface [wlan0]  MAC: 04:e6:76:52:ef:c2
[    2.365425]
[    2.365451] dhd_prot_ioctl : bus is down. we have nothing to do
[    2.365513] bcmsdh_oob_intr_unregister: Enter
[    2.365527] bcmsdh_oob_intr_unregister: irq is not registered
[    2.365547] dhd_txglom_enable: enable 0
[    2.365558] dhd_bus_devreset:  WLAN OFF DONE
[    2.365637] wifi_platform_set_power = 0
[    2.365650] ======== PULL WL_REG_ON LOW! ========
[    2.365663] [WLAN_RFKILL]: rockchip_wifi_power: 0
[    2.463565] Cam_Powerdowm
[    2.473414] [WLAN_RFKILL]: wifi shut off power.
[    2.473432] [WLAN_RFKILL]: rockchip_wifi_ref_voltage: 0
[    2.473444] [WLAN_RFKILL]: rockchip_wifi_ref_voltage: wifi io reference voltage control is disabled.
[    2.473518] dhd_module_init: Exit err=0
[    2.532478] ret: 0
[    2.562031] soc-camera-pdrv gc0329_front_5: Probing gc0329_front_5
[    2.630867] ret: 0
[    2.778467] Cam_Powerdowm
[    2.779009] min_w = 640,min_h = 480 ,max_real_w = 640,max_real_h = 480,max_w = 640,max_h =480
[    2.799134] gc0329_front_5(rk_cam_sensor:169): write reg(0xfc, val:0x16) failed, try to write again!
[    2.800102] gc0329_front_5(rk_cam_sensor:169): write reg(0xfc, val:0x16) failed, try to write again!
[    2.801064] gc0329_front_5(rk_cam_sensor:169): write reg(0xfc, val:0x16) failed, try to write again!
[    2.828901] gc0329_front_5(rk_cam_sensor:335): read reg(0x0 val:0x0) failed, try to read again!
[    2.828927] gc0329(917): gc0329 read chip id high byte failed
[    2.828927]
[    2.828944] gc0329(924): error: gc0329 mismatched   pid = 0x0
[    2.828944]
[    2.828961] gc0329_front_5(rk_cam_sensor:718): error: mismatched   pid = 0x0
[    2.828961]
[    2.935890] Cam_Powerdowm
[    3.004787] ret: 0
[    3.034336] soc-camera-pdrv gc2035_back_6: Probing gc2035_back_6
[    3.122865] ret: 0
[    3.270463] Cam_Powerdowm
[    3.270477] rk_cam_io(1128):SENSOR_PWRSEQ_PWRDN failed
[    3.270542] soc-camera-pdrv gc2035_back_6: Cannot get I2C adapter #2. No driver?
[    3.378679] Cam_Powerdowm
[    3.378694] rk_cam_io(1128):SENSOR_PWRSEQ_PWRDN failed
[    3.378706] rk_cam_io(1117):SENSOR_PWRSEQ_HWRST failed
[    3.403327] EHCI: rk_ehci_hcd_enable, enable host controller
[    3.447595] ret: 0
[    3.477123] soc-camera-pdrv gc0308_front_7: Probing gc0308_front_7
[    3.565671] ret: 0
[    3.713263] Cam_Powerdowm
[    3.713332] soc-camera-pdrv gc0308_front_7: Cannot get I2C adapter #2. No driver?
[    3.821503] Cam_Powerdowm
[    3.890396] ret: 0
[    4.598865] rk312x_delay_workq
[    4.716974] rockchip_line_in enable
[    4.716993]  [on]
[    5.926284] rk818-battery rk818-battery: changed: dsoc=0, rsoc=0
[    6.915488] rk818-battery rk818-battery: changed: dsoc=0, rsoc=0
[    6.916717] rk818-battery rk818-battery: set charge to digital termination mode
[    9.371518] [otg id chg] last id -1 current id 256
[    9.371636] PortPower off
[    9.471122] Using Buffer DMA mode
[    9.471142] Periodic Transfer Interrupt Enhancement - disabled
[    9.471153] Multiprocessor Interrupt Enhancement - disabled
[    9.471167] OTG VER PARAM: 0, OTG VER FLAG: 0
[    9.471177] ^^^^^^^^^^^^^^^^^Device Mode
[    9.961846] ***************vbus detect*****************
[  237.413444] INFO: task swapper/0:1 blocked for more than 120 seconds.
[  237.413548] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  237.413614] swapper/0       D c0851b6c     0     1      0 0x00000000
[  237.413773] [<c0851b6c>] (__schedule+0x48c/0x554) from [<c084ffe4>] (schedule_timeout+0x1c/0x260)
[  237.413882] [<c084ffe4>] (schedule_timeout+0x1c/0x260) from [<c0851498>] (wait_for_common+0xd0/0x164)
[  237.413990] [<c0851498>] (wait_for_common+0xd0/0x164) from [<c0bd248c>] (drm_misc_init+0x24/0xb8)
[  237.414099] [<c0bd248c>] (drm_misc_init+0x24/0xb8) from [<c00086a4>] (do_one_initcall+0x34/0xc8)
[  237.414206] [<c00086a4>] (do_one_initcall+0x34/0xc8) from [<c0babb28>] (do_initcalls+0x70/0xa0)
[  237.414312] [<c0babb28>] (do_initcalls+0x70/0xa0) from [<c0babbe8>] (kernel_init_freeable+0x90/0x130)
[  237.414419] [<c0babbe8>] (kernel_init_freeable+0x90/0x130) from [<c08304a8>] (kernel_init+0x8/0xe4)
[  237.414529] [<c08304a8>] (kernel_init+0x8/0xe4) from [<c000da98>] (ret_from_fork+0x14/0x3c)

Buridan 发表于 2018-7-31 11:44
低格后烧录为官方的Firefly-RK3128_Android5.1.1_Public_180725固件,也不能启动,LOG如下:

先确认一下之前老的版本到哪个提交是没有问题的

Buridan 发表于 2018-7-31 11:44
低格后烧录为官方的Firefly-RK3128_Android5.1.1_Public_180725固件,也不能启动,LOG如下:

请把SDK回退到如下提交
14e46692d726982fcd30f281efb28497c4f0662e
Android->internal_sd: merge userdata and user block