一、基本情况
板子是最开始的约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。搞不懂什么原因,只能请教各位大神什么原因了。