Firefly开源社区

打印 上一主题 下一主题

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

18

积分

0

威望

0

贡献

技术小白

积分
18

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

发表于 2018-7-12 23:47:13      浏览:3681 | 回复:3        打印      只看该作者   [复制链接] 楼主
一、基本情况
板子是最开始的约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

  1. 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
  2. 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
  3. 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
  4. 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
  5. 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
  6. 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
  7. 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
  8. 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
  9. 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
  10. 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
  11. 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
  12. 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
  13. 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
  14. 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
  15. 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
  16. 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
  17. 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
  18. 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
  19. 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
  20. 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
  21. 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
  22. 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
  23. 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
  24. 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
  25. 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
  26. 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
  27. 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
  28. 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
  29. 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
  30. 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
  31. 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
  32. 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
  33. 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
  34. 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
  35. 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
  36. 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
  37. 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
  38. 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
  39. 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
  40. 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
  41. 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
  42. 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
  43. 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
  44. 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
  45. 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
  46. 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
  47. 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
  48. 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
  49. 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
  50. 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
  51. 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
  52. 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
  53. 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
  54. 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
  55. 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
  56. 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
  57. 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
  58. 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
  59. 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
  60. 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
  61. 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
  62. 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
  63. 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
  64. 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_
  65. 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_
  66. 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_
  67. 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_
  68. 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_
  69. 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_
  70. 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
  71. 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
  72. 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
  73. 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
  74. libnativehelper/JNIHelp.cpp:310: error: unsupported reloc 43
  75. libnativehelper/JNIHelp.cpp:311: error: unsupported reloc 43
  76. libnativehelper/JNIHelp.cpp:332: error: unsupported reloc 43
  77. libnativehelper/JNIHelp.cpp:322: error: unsupported reloc 43
  78. libnativehelper/JNIHelp.cpp:338: error: unsupported reloc 43
  79. libnativehelper/JniConstants.cpp:89: error: unsupported reloc 43
  80. libnativehelper/JniConstants.cpp:90: error: unsupported reloc 43
  81. libnativehelper/JniConstants.cpp:91: error: unsupported reloc 43
  82. libnativehelper/JniConstants.cpp:92: error: unsupported reloc 43
  83. libnativehelper/JniConstants.cpp:93: error: unsupported reloc 43
  84. libnativehelper/JniConstants.cpp:94: error: unsupported reloc 43
  85. libnativehelper/JniConstants.cpp:95: error: unsupported reloc 43
  86. libnativehelper/JniConstants.cpp:96: error: unsupported reloc 43
  87. libnativehelper/JniConstants.cpp:97: error: unsupported reloc 43
  88. libnativehelper/JniConstants.cpp:98: error: unsupported reloc 43
  89. libnativehelper/JniConstants.cpp:99: error: unsupported reloc 43
  90. libnativehelper/JniConstants.cpp:100: error: unsupported reloc 43
  91. libnativehelper/JniConstants.cpp:101: error: unsupported reloc 43
  92. libnativehelper/JniConstants.cpp:102: error: unsupported reloc 43
  93. libnativehelper/JniConstants.cpp:103: error: unsupported reloc 43
  94. libnativehelper/JniConstants.cpp:104: error: unsupported reloc 43
  95. libnativehelper/JniConstants.cpp:105: error: unsupported reloc 43
  96. libnativehelper/JniConstants.cpp:106: error: unsupported reloc 43
  97. libnativehelper/JniConstants.cpp:107: error: unsupported reloc 43
  98. libnativehelper/JniConstants.cpp:108: error: unsupported reloc 43
  99. libnativehelper/JniConstants.cpp:109: error: unsupported reloc 43
  100. libnativehelper/JniConstants.cpp:110: error: unsupported reloc 43
  101. libnativehelper/JniConstants.cpp:111: error: unsupported reloc 43
  102. libnativehelper/JniConstants.cpp:112: error: unsupported reloc 43
  103. libnativehelper/JniConstants.cpp:113: error: unsupported reloc 43
  104. libnativehelper/JniConstants.cpp:114: error: unsupported reloc 43
  105. libnativehelper/JniConstants.cpp:115: error: unsupported reloc 43
  106. libnativehelper/JniConstants.cpp:116: error: unsupported reloc 43
  107. libnativehelper/JniConstants.cpp:117: error: unsupported reloc 43
  108. libnativehelper/JniConstants.cpp:118: error: unsupported reloc 43
  109. libnativehelper/JniConstants.cpp:119: error: unsupported reloc 43
  110. libnativehelper/JniConstants.cpp:120: error: unsupported reloc 43
  111. libnativehelper/JniConstants.cpp:121: error: unsupported reloc 43
  112. libnativehelper/JniConstants.cpp:122: error: unsupported reloc 43
  113. libnativehelper/JniConstants.cpp:123: error: unsupported reloc 43
  114. libnativehelper/JniConstants.cpp:124: error: unsupported reloc 43
  115. libnativehelper/JniConstants.cpp:125: error: unsupported reloc 43
  116. libnativehelper/JniConstants.cpp:126: error: unsupported reloc 43
  117. libnativehelper/JniConstants.cpp:127: error: unsupported reloc 43
  118. libnativehelper/JniConstants.cpp:128: error: unsupported reloc 43
  119. libnativehelper/JniConstants.cpp:129: error: unsupported reloc 43
  120. libnativehelper/JniConstants.cpp:130: error: unsupported reloc 43
  121. libnativehelper/JniConstants.cpp:131: error: unsupported reloc 43
  122. libnativehelper/JniConstants.cpp:132: error: unsupported reloc 43
  123. libnativehelper/JniConstants.cpp:133: error: unsupported reloc 43
  124. libnativehelper/JniConstants.cpp:134: error: unsupported reloc 43
  125. libnativehelper/JniConstants.cpp:135: error: unsupported reloc 43
  126. libnativehelper/JniConstants.cpp:136: error: unsupported reloc 43
  127. libnativehelper/JniConstants.cpp:137: error: unsupported reloc 43
  128. libnativehelper/JniConstants.cpp:138: error: unsupported reloc 43
  129. libnativehelper/JniConstants.cpp:139: error: unsupported reloc 43
  130. libnativehelper/JniConstants.cpp:140: error: unsupported reloc 43
  131. libnativehelper/toStringArray.cpp:21: error: unsupported reloc 43
  132. libnativehelper/toStringArray.cpp:21: error: unsupported reloc 43
  133. libnativehelper/JniInvocation.cpp:40: error: unsupported reloc 43
  134. libnativehelper/JniInvocation.cpp:45: error: unsupported reloc 43
  135. libnativehelper/JniInvocation.cpp:165: error: unsupported reloc 43
  136. libnativehelper/JniInvocation.cpp:165: error: unsupported reloc 43
  137. libnativehelper/JniInvocation.cpp:165: error: unsupported reloc 43
  138. libnativehelper/JniInvocation.cpp:165: error: unsupported reloc 43
  139. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  140. build/core/host_shared_library_internal.mk:44: recipe for target 'out/host/linux-x86/obj32/lib/libnativehelper.so' failed
  141. make: *** [out/host/linux-x86/obj32/lib/libnativehelper.so] Error 1
  142. make: *** Waiting for unfinished jobs....

  143. #### make failed to build some targets (04:11 (mm:ss)) ####
复制代码


借鉴网上处理方法,将系统的ld文件复制到SDK中
  1. 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'
  1. frameworks/base/core/java/android/os/DisplayOutputManager.java:374: error 104: @param ta g with name that doesn't match the parameter list: 'enabled'
  2. DroidDoc took 466 sec. to write docs to out/target/common/docs/doc-comment-check
  3. build/core/droiddoc.mk:158: recipe for target 'out/target/common/docs/doc-comment-check- timestamp' failed
  4. make: *** [out/target/common/docs/doc-comment-check-timestamp] Error 45

  5. #### make failed to build some targets (11:53 (mm:ss)) ####
复制代码


将注释中的enable改为value即可:
  1.        /**
  2.          * 文件中写入字符串
  3.          *
  4.          * @param file
  5.          * @param enable
  6.          */
  7.         public static boolean write2File(File file, String value) {
  8.                 if ((file == null) || (!file.exists()))
  9.                         return false;
  10.                 try {
  11.                         FileOutputStream fout = new FileOutputStream(file);
  12.                         PrintWriter pWriter = new PrintWriter(fout);
  13.                         pWriter.println(value);
  14.                         pWriter.flush();
  15.                         pWriter.close();
  16.                         fout.close();
  17.                         return true;
  18.                 } catch (IOException re) {
  19.                         return false;
  20.                 }
  21.         }
复制代码


五、启动打印信息
  1. DDR Version 2.04 20150121
  2. In
  3. 1A1A2A2B   0
  4. 1A1A292A   3
  5. LPDDR2
  6. 2A2A292A   F
  7. Bus Width=32 Col=10 Bank=8 Row=14 CS=2 Die Bus-Width=32 Size=1024MB
  8. mach:14
  9. OUT
  10. Boot1 Release Time: 2015-05-25, version: 2.25
  11. ChipType = a 1374
  12. No.1 FLASH ID:ad de 14 a7 42 4a
  13. ECC:60
  14. *V�k%�&#179813;��0 20
  15. StorageInit ok = 634998
  16. theLѿH�H��ս��с2014.10-RK3128-10 (Dec 28 2015 - 14:53:17)

  17. CPU: rk3128
  18. CPU's clock information:
  19.     arm pll = 300000000HZ
  20.     periph pll = 594000000HZ
  21.     ddr pll = 600000000HZ
  22.     codec pll = 400000000HZ
  23. Board:  Rockchip platform Board
  24. Uboot as second level loader
  25. DRAM:  Found dram banks:1
  26. Adding bank:0000000060000000(0000000040000000)
  27. 128 MiB
  28. rk dma�.�Kׅ���init OK!
  29. Using default environment

  30. GetParam
  31. check parameter success
  32. Unknow param: MACHINE_MODEL:rk312x!
  33. Unknow param: MACHINE_ID:007!
  34. Unknow param: MANUFACTURER:RK30SDK!
  35. failed to prepare fdt from boot!
  36. power key: bank-3 pin-23
  37. can't find dts node for ricoh619
  38. can't find dts node for act8846
  39. can't find dts node for rk808
  40. cpu_det GPIO pull up
  41. pmic:rk818
  42. Can't find dts node for fuel guage cw201x
  43. can't find dts node for ADC
  44. Enter power_led_init
  45. SecureBootEn = 0, SecureBootLock = 0

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

  66. Starting kernel ...

  67. <hit enter to activate fiq debugger>
  68. [    0.000000] Booting Linux on physical CPU 0xf00
  69. [    0.000000] Initializing cgroup subsys cpu
  70. [    0.000000] Initializing cgroup subsys cpuacct
  71. [    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
  72. [    0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d
  73. [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  74. [    0.000000] Machine: Rockchip RK3128, model: rockchip,rk3128
  75. [    0.000000] rockchip_uboot_logo_setup: mem: 2000000@9dc00000, offset:0
  76. [    0.000000] rockchip_uboot_mem_reserve: reserve 2000000@9dc00000 for uboot logo
  77. [    0.000000] rockchip_ion_reserve
  78. [    0.000000] ion heap(cma): base(0) size(800000) align(0)
  79. [    0.000000] ion heap(vmalloc): base(0) size(0) align(0)
  80. [    0.000000] cma: CMA: reserved 8 MiB at 9d400000
  81. [    0.000000] ion_reserve: cma reserved base 9d400000 size 8388608
  82. [    0.000000] cma: CMA: reserved 16 MiB at 7f000000
  83. [    0.000000] Memory policy: ECC disabled, Data cache writealloc
  84. [    0.000000] Boot mode: RECOVERY (2) flag: RECOVER (0xc3524203)
  85. [    0.000000] PERCPU: Embedded 9 pages/cpu @c1662000 s14016 r8192 d14656 u36864
  86. [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 261120
  87. [    0.000000] Kernel command line: vmalloc=496M rockchip_jtag console=ttyFIQ0 androidboot.baseband=N/A androidboot.selinux=permissive androidboot.hardware=rk30board a7
  88. [    0.000000] rockchip jtag enabled
  89. [    0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
  90. [    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
  91. [    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
  92. [    0.000000] allocated 2097152 bytes of page_cgroup
  93. [    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
  94. [    0.000000] Memory: 1024MB = 1024MB total
  95. [    0.000000] Memory: 962740k/962740k available, 85836k reserved, 483328K highmem
  96. [    0.000000] Virtual kernel memory layout:
  97. [    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
  98. [    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
  99. [    0.000000]     vmalloc : 0xe0800000 - 0xff000000   ( 488 MB)
  100. [    0.000000]     lowmem  : 0xc0000000 - 0xe0000000   ( 512 MB)
  101. [    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
  102. [    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
  103. [    0.000000]       .text : 0xc0008000 - 0xc0b9e4e0   (11866 kB)
  104. [    0.000000]       .init : 0xc0b9f000 - 0xc0bf76c0   ( 354 kB)
  105. [    0.000000]       .data : 0xc0bf8000 - 0xc0d16178   (1145 kB)
  106. [    0.000000]        .bss : 0xc0d16178 - 0xc0e37a3c   (1159 kB)
  107. [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  108. [    0.000000] Preemptible hierarchical RCU implementation.
  109. [    0.000000]  RCU dyntick-idle grace-period acceleration is enabled.
  110. [    0.000000] NR_IRQS:16 nr_irqs:16 16
  111. [    0.000000] rk_clk_tree_init start! cru base = 0xfed00000
  112. [    0.000000] rk_get_uboot_display_flag: uboot_logo_on = 1
  113. [    0.000000] rkclk_init_clks: cnt_parent = 25
  114. [    0.000000] rkclk_init_clks: cnt_rate = 17
  115. [    0.000000] Architected cp15 timer(s) running at 24.00MHz (phys).
  116. [    0.000000] Switching to timer-based delay loop
  117. [    0.000000] sched_clock: ARM arch timer >56 bits at 24000kHz, resolution 41ns
  118. [    0.000000] process version: 0
  119. [    0.000000] channel:0, lkg:34
  120. [    0.000000] target-temp:85
  121. [    0.000000] FirePrime hardware version: V00
  122. [    0.000000] channel:0, lkg:34
  123. [    0.000000] target-temp:85
  124. [    0.000000] channel:0, lkg:34
  125. [    0.000000] target-temp:85
  126. [    0.000000] sched_clock: 32 bits at 100 Hz, resolution 10000000ns, wraps every 4294967286ms
  127. [    0.550408] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000)
  128. [    0.550436] pid_max: default: 32768 minimum: 301
  129. [    0.550643] Security Framework initialized
  130. [    0.550673] SELinux:  Initializing.
  131. [    0.550809] Mount-cache hash table entries: 512
  132. [    0.552046] Initializing cgroup subsys debug
  133. [    0.552074] Initializing cgroup subsys memory
  134. [    0.552126] Initializing cgroup subsys freezer
  135. [    0.552191] CPU: Testing write buffer coherency: ok
  136. [    0.552747] /cpus/cpu@0 missing clock-frequency property
  137. [    0.552776] /cpus/cpu@1 missing clock-frequency property
  138. [    0.552795] /cpus/cpu@2 missing clock-frequency property
  139. [    0.552814] /cpus/cpu@3 missing clock-frequency property
  140. [    0.552896] CPU0: thread -1, cpu 0, socket 15, mpidr 80000f00
  141. [    0.552968] Setting up static identity map for 0xc084b3b8 - 0xc084b410
  142. [    0.555039] last_log: 0x7e900000 map to 0xe0804000 and copy to 0xe0886000, size 0x80000 early 0x1797 (version 3.0)
  143. [    0.628248] CPU1: Booted secondary processor
  144. [    0.628306] CPU1: thread -1, cpu 1, socket 15, mpidr 80000f01
  145. [    0.647948] CPU2: Booted secondary processor
  146. [    0.647994] CPU2: thread -1, cpu 2, socket 15, mpidr 80000f02
  147. [    0.667702] CPU3: Booted secondary processor
  148. [    0.667745] CPU3: thread -1, cpu 3, socket 15, mpidr 80000f03
  149. [    0.667933] Brought up 4 CPUs
  150. [    0.667985] SMP: Total of 4 processors activated (192.00 BogoMIPS).
  151. [    0.668001] CPU: All CPU(s) started in SVC mode.
  152. [    0.669439] devtmpfs: initialized
  153. [    0.679560] pinctrl core: initialized pinctrl subsystem
  154. [    0.680069] regulator-dummy: no parameters
  155. [    0.681603] NET: Registered protocol family 16
  156. [    0.684991] DMA: preallocated 256 KiB pool for atomic coherent allocations
  157. [    0.685659] ion_snapshot: 0x7e990000 map to 0xe0907000 and copy to 0xc0e12f44 (version 0.1)
  158. [    0.685902] Registered FIQ tty driver
  159. [    0.688314] console [ttyFIQ0] enabled
  160. [    0.688674] Registered fiq debugger ttyFIQ0
  161. [    0.690379] rockchip_get_bank_data:name=/pinctrl@20008000/gpio0@2007c000 start=0x2007c000,end=0x2007c0ff
  162. [    0.690517] rockchip_get_bank_data:name=/pinctrl@20008000/gpio1@20080000 start=0x20080000,end=0x200800ff
  163. [    0.690602] rockchip_get_bank_data:name=/pinctrl@20008000/gpio2@20084000 start=0x20084000,end=0x200840ff
  164. [    0.690681] rockchip_get_bank_data:name=/pinctrl@20008000/gpio3@20088000 start=0x20088000,end=0x200880ff
  165. [    0.690770] rockchip_get_bank_data:name=/pinctrl@20008000/gpio15@2008A000 start=0x20086000,end=0x200860ff
  166. [    0.690843] rockchip_pinctrl_probe:name=rk312x-GPIO,type=5
  167. [    0.690874] rockchip_pinctrl_probe:name=base start=0x20008000,end=0x200080a7
  168. [    0.690903] rockchip_pinctrl_probe:name=mux start=0x200080a8,end=0x200080f3
  169. [    0.690931] rockchip_pinctrl_probe:name=pull start=0x20008118,end=0x20008137
  170. [    0.690960] rockchip_pinctrl_probe:name=drv start=0x20008100,end=0x20008103
  171. [    0.693650] rockchip_pinctrl_probe:init ok
  172. [    0.701443] rk_iommu 1010e300.vop_mmu: (vop) Enter
  173. [    0.701498] rk_iommu 1010e300.vop_mmu: skip request vop mmu irq
  174. [    0.701593] rk_iommu 1010e300.vop_mmu: IOVMM: Created 0x3ffff000 B IOVMM from 0x10000000.
  175. [    0.701623] rk_iommu 1010e300.vop_mmu: (vop) Initialized
  176. [    0.701910] rk_iommu 10104440.hevc_mmu: (hevc) Enter
  177. [    0.702057] rk_iommu 10104440.hevc_mmu: IOVMM: Created 0x3ffff000 B IOVMM from 0x10000000.
  178. [    0.702089] rk_iommu 10104440.hevc_mmu: (hevc) Initialized
  179. [    0.702355] rk_iommu 10106800.vpu_mmu: (vpu) Enter
  180. [    0.702482] rk_iommu 10106800.vpu_mmu: IOVMM: Created 0x3ffff000 B IOVMM from 0x10000000.
  181. [    0.702513] rk_iommu 10106800.vpu_mmu: (vpu) Initialized
  182. [    0.702775] rk_iommu 10108800.iep_mmu: (iep) Enter
  183. [    0.702900] rk_iommu 10108800.iep_mmu: IOVMM: Created 0x3ffff000 B IOVMM from 0x10000000.
  184. [    0.702931] rk_iommu 10108800.iep_mmu: (iep) Initialized
  185. [    0.704524] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
  186. [    0.704553] hw-breakpoint: maximum watchpoint size is 8 bytes.
  187. [    0.704845] DDR DEBUG: version 1.02 20140828
  188. [    0.704869] DDR DEBUG: DRAM Type:LPDDR2
  189. [    0.704895] DDR DEBUG: 2 CS, ROW=14, Bank=8, COL=10, Total Capability=1024MB
  190. [    0.704943] DDR DEBUG: init success!!! freq=300MHz
  191. [    0.758039] bio: create slab <bio-0> at 0
  192. [    0.759053] Rockchip hdmi driver version 2.0
  193. .
  194. [    0.760865] SCSI subsystem initialized
  195. [    0.761230] usbcore: registered new interface driver usbfs
  196. [    0.761362] usbcore: registered new interface driver hub
  197. [    0.761578] usbcore: registered new device driver usb
  198. [    0.763763] rockchip_i2c 20072000.i2c: i2c-0: Rockchip I2C adapter
  199. [    0.766437] media: Linux media interface: v0.10
  200. [    0.766530] Linux video capture interface: v2.00
  201. [    0.766754] pps_core: LinuxPPS API ver. 1 registered
  202. [    0.766779] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  203. [    0.766828] PTP clock support registered
  204. [    0.766927] i2c-core: driver [bq24296] using legacy suspend method
  205. [    0.766950] i2c-core: driver [bq24296] using legacy resume method
  206. [    0.768429] Rockchip ion module is successfully loaded (v1.1)
  207. [    0.768710] Advanced Linux Sound Architecture Driver Initialized.
  208. [    0.769487] Bluetooth: Core ver 2.16
  209. [    0.769567] NET: Registered protocol family 31
  210. [    0.769591] Bluetooth: HCI device and connection manager initialized
  211. [    0.769626] Bluetooth: HCI socket layer initialized
  212. [    0.769668] Bluetooth: L2CAP socket layer initialized
  213. [    0.769724] Bluetooth: SCO socket layer initialized
  214. [    0.770166] cfg80211: Calling CRDA to update world regulatory domain
  215. [    0.771814] act8931_i2c_probe,line=715
  216. [    0.772618] The device is not act8931
  217. [    0.773279] rk818_i2c_probe,line=1286
  218. [    0.773586] rk818_pre_init,line=1201
  219. [    0.781481] cpu_det_gpio up
  220. [    0.781536] power_h�i2c_probe: rk818_pmic_sleep=0
  221. [    0.785563] vdd_arm: 712 <--> 1500 mV at 1100 mV
  222. [    0.789930] vdd_logic: 712 <--> 1500 mV at 1100 mV
  223. [    0.793800] rk818_dcdc3: 1200 mV
  224. [    0.798101] vccio: 1800 <--> 3300 mV at 3000 mV
  225. [    0.801992] rk818_ldo1: 3300 mV
  226. [    0.805805] rk818_ldo2: 3000 mV
  227. [    0.809662] rk818_ldo3: 1100 mV
  228. [    0.813486] rk818_ldo4: 2800 mV
  229. [    0.817318] rk818_ldo5: 3000 mV
  230. [    0.821148] rk818_ldo6: 1200 mV
  231. [    0.824949] rk818_ldo7: 1800 mV
  232. [    0.828839] rk818_ldo8: 1800 mV
  233. [    0.831742] vcc_sd: 1800 <--> 3000 mV at 3000 mV
  234. [    0.833227] rk818_ldo10: at 3000 mV
  235. [    0.835042] rk818_irq_init: rk818_pmic_irq=1
  236. [    0.835688] fireprime_rk818_hdmi_5v_en enable:1
  237. [    0.836521] i2c-core: driver [rk818] using legacy suspend method
  238. [    0.836547] i2c-core: driver [rk818] using legacy resume method
  239. [    0.838687] Switching to clocksource arch_sys_counter
  240. [    0.875183] fb disp policy is box
  241. [    0.875293] rk-fb rockchip-fb: rk fb ion client create success!
  242. [    0.875321] rk-fb rockchip-fb: rockchip framebuffer driver probe
  243. [    0.875817] rk-screen rk_screen.9: rockchip screen probe success
  244. [    0.876398] rk31xx-lvds 20038000.lvds: screen is not lvds/rgb!
  245. [    0.876445] rk31xx-lvds: probe of 20038000.lvds failed with error -22
  246. [    0.877508] rk312x-lcdc lcdc0: can't find power_ctr node for lcdc0
  247. [    0.877540] rk_fb_trsm_ops_get:un supported transmitter:6!
  248. [    0.878191] graphics fb0: rockchip framebuffer registerd:fb0
  249. [    0.878922] graphics fb1: rockchip framebuffer registerd:fb1
  250. [    0.879329] graphics fb2: rockchip framebuffer registerd:fb2
  251. [    0.879982] rk312x-lcdc lcdc0: set lcdc0 dclk failed
  252. [    0.880020] rk312x-lcdc lcdc0: lcdc0: dclk:74250000>>fps:60
  253. [    0.880046] rk312x-lcdc lcdc0: wakeup from standby!
  254. [    0.899542] alloc_buffer:ion_phy_addr=0x10000000
  255. [    0.905003] fb0:phy:10000000>>vir:e0930000>>len:0xb00000
  256. [    0.922277] rk312x-lcdc lcdc0: lcdc0 probe ok, iommu enabled
  257. [    0.925643] NET: Registered protocol family 2
  258. [    0.926542] TCP established hash table entries: 4096 (order: 3, 32768 bytes)
  259. [    0.926671] TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
  260. [    0.926784] TCP: Hash tables configured (established 4096 bind 4096)
  261. [    0.926889] TCP: reno registered
  262. [    0.926917] UDP hash table entries: 256 (order: 1, 8192 bytes)
  263. [    0.926963] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
  264. [    0.927419] NET: Registered protocol family 1
  265. [    0.929544] rk818-battery rk818-battery: invalid fcc(0x0), use design capacity
  266. [    0.930398] rk818-battery rk818-battery: update fcc : 2100
  267. [    0.930688] rk818-battery rk818-battery: not battery, enter test power mode
  268. [    0.952153] rk818-battery rk818-battery: v=4200, ov=4200, rv=0, c=0, pwroff_min=0
  269. [    0.958304] rk818-battery rk818-battery: c=0, v=4200, relax=0, ocv=4200, est=4200, calib=-1
  270. [    0.959061] rk818-battery rk818-battery: reg soc=0, init soc = 0, init cap=0
  271. [    0.987241] rk818-battery rk818-battery: battery driver version 4.0.0
  272. [    0.988102] Unpacking initramfs...
  273. [    1.235708] Freeing initrd memory: 2848K (c5bf0000 - c5eb8000)
  274. [    1.237224] hw perfevents: enabled with ARMv7_Cortex_A7 PMU driver, 5 counters available
  275. [    1.237927] vcodec_service: probe device vpu_combo.10
  276. [    1.237963] vcodec_service: No reset resource define
  277. [    1.237982] vcodec_service: No reset resource define
  278. [    1.237999] vcodec_service: No reset resource define
  279. [    1.238126] vcodec vpu_combo.10: failed on clk_get clk_cabac
  280. [    1.238241] vcodec_service: vpu_combo.10: power on
  281. [    1.238403] vcodec_service: probe device 10106000.vpu_service
  282. [    1.238465] vcodec_service: checking hw id 4831
  283. [    1.239854] vcodec_service: probe device 10104000.hevc_service
  284. [    1.239921] vcodec_service: checking hw id 6867
  285. [    1.240897] vcodec_service: vpu_combo.10: power off...
  286. [    1.240968] vcodec_service: done
  287. [    1.240988] vcodec_service: init success
  288. [    1.241147] rknandbase v1.0 2014-03-31
  289. [    1.241405] rknand_probe clk rate = 148500000
  290. [    1.241591] rknand_driver:ret = 0
  291. [    1.242447] rk_dts_sensor_probe:Get s5k4ec rockchip,power failed!
  292. [    1.242491] s5k4ec_io==1
  293. [    1.242550] the gpiorst1 is 107
  294. [    1.242581] the gpiorst2 is 107
  295. [    1.242638] rk_dts_sensor_probe:Get ov2659 rockchip,power failed!
  296. [    1.242669] s5k4ec_io==2
  297. [    1.242707] rk_dts_sensor_probe:Get gc0329 rockchip,power failed!
  298. [    1.242736] s5k4ec_io==2
  299. [    1.242771] rk_dts_sensor_probe:Get gc2035 rockchip,powerdown failed!
  300. [    1.242800] s5k4ec_io==2
  301. [    1.242861] s5k4ec_io==2
  302. [    1.244409] audit: initializing netlink socket (disabled)
  303. [    1.244483] type=2000 audit(0.700:1): initialized
  304. [    1.245902] bounce pool size: 64 pages
  305. [    1.256368] fuse init (API version 7.22)
  306. [    1.257234] msgmni has been set to 973
  307. [    1.260919] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
  308. [    1.260956] io scheduler noop registered
  309. [    1.260976] io scheduler deadline registered
  310. [    1.261213] io scheduler cfq registered (default)
  311. [    1.266831] rga 1010c000.rga: rga ion client create success!
  312. [    1.267175] rga: Driver loaded succesfully
  313. [    1.267303] rga: Module initialized.
  314. [    1.370440] rk-hdmi 20034000.hdmi: rockchip_hdmiv1_set_pwr_mode change pwr_mode 0 --> 1
  315. [    1.370479] rk-hdmi 20034000.hdmi: rockchip_hdmiv1_set_pwr_mode change pwr_mode LOWER_PWR
  316. [    1.370588] rk-hdmi 20034000.hdmi: rockchip_hdmiv1_set_pwr_mode change pwr_mode 1 --> 0
  317. [    1.370621] rk-hdmi 20034000.hdmi: rockchip_hdmiv1_set_pwr_mode change pwr_mode NORMAL
  318. [    1.370662] rk-hdmi 20034000.hdmi: EDID DATA (Segment = 0 Block = 0 Offset = 0):
  319. [    1.382818] rk-hdmi 20034000.hdmi: [rockchip_hdmiv1_read_edid] edid read sucess
  320. [    1.382923] rk-hdmi 20034000.hdmi: EDID DATA (Segment = 0 Block = 1 Offset = 128):
  321. [    1.395112] rk-hdmi 20034000.hdmi: [rockchip_hdmiv1_read_edid] edid read sucess
  322. [    1.395161] ******** Show Sink Info ********
  323. [    1.395181] Max tmds clk is 0
  324. [    1.395198] Support video mode:
  325. [    1.395214]  1920x1080p@60Hz
  326. [    1.395230]  1280x720p@60Hz
  327. [    1.395245] Support video color mode:
  328. [    1.395261]  RGB
  329. [    1.395275]  YCbCr422
  330. [    1.395290]  YCbCr444
  331. [    1.395305] Support video color depth:
  332. [    1.395321]  24bit
  333. [    1.395336] Support audio type:
  334. [    1.395351]  LPCM
  335. [    1.395367] Support max audio channel is 2
  336. [    1.395384] Support audio sample rate:
  337. [    1.395400]  32000
  338. [    1.395414]  44100
  339. [    1.395428]  48000
  340. [    1.395443] Support audio word lenght:
  341. [    1.395459]  16bit
  342. [    1.395473]  20bit
  343. [    1.395487]  24bit
  344. [    1.395501]
  345. [    1.395515] ******** Show Sink Info ********
  346. [    1.395559] hdmi output corlor mode is 3
  347. [    1.395585] hdmi connect to lcdc0
  348. [    1.395616] rk-hdmi 20034000.hdmi: [rockchip_hdmiv1_video_csc] input_color=3,output_color=3
  349. [    1.395651] rk-hdmi 20034000.hdmi: [rockchip_hdmiv1_config_video] sucess output HDMI.
  350. [    1.396111] rk-hdmi 20034000.hdmi: hdmi probe success.
  351. [    1.397140] IEP Power ON
  352. [    1.397223] iep ion client create success!
  353. [    1.397707] IEP Power OFF
  354. [    1.397745] IEP Driver loaded succesfully
  355. [    1.397892] Module initialized.
  356. [    1.398348] rk3036-tve 1010e200.tve: rockchip,rk312x-tve tv encoder probe ok
  357. [    1.401151] dma-pl330 20078000.pdma: Loaded driver for PL330 DMAC-2364208
  358. [    1.401192] dma-pl330 20078000.pdma:         DBUFF-64x8bytes Num_Chans-8 Num_Peri-16 Num_Events-16
  359. [    1.402085] rk_serial.c v1.8 2014-03-04
  360. [    1.402422] 20060000.serial: ttyS0 at MMIO 0x20060000 (irq = 52) is a rk29_serial.0
  361. [    1.402871] serial 20060000.serial: membase e3452000
  362. [    1.409211] loop: module loaded
  363. [    1.409343] i2c-core: driver [mpu6050B1] using legacy suspend method
  364. [    1.409368] i2c-core: driver [mpu6050B1] using legacy resume method
  365. [    1.409395] mpu_init: Probe name mpu6050B1
  366. [    1.409777] ak8963_mod_init: Probe name ak8963_mod
  367. [    1.411065] SCSI Media Changer driver v0.25
  368. [    1.411798] tun: Universal TUN/TAP device driver, 1.6
  369. [    1.411824] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
  370. [    1.412104] vmac_init.
  371. [    1.413213] stmmac_probe_config_dt: Can not read property: pmu_regulator.
  372. [    1.413244] stmmac_probe_config_dt: Can not read property: pmu_enable_level.
  373. [    1.413267] stmmac_probe_config_dt: clock input or output? (input).
  374. [    1.413291] stmmac_probe_config_dt: TX delay(0x30).
  375. [    1.413312] stmmac_probe_config_dt: RX delay(0x10).
  376. [    1.413414] stmmac_probe_config_dt: is rockchip,rk312x-gmac
  377. [    1.413435] stmmc_pltfr_init:
  378. [    1.413453] stmmc_pltfr_init: ERROR: Get power-gpio failed.
  379. [    1.413550] stmmc_pltfr_init: init for RGMII
  380. [    1.413576] tx delay=0x30
  381. [    1.413576] rx delay=0x10
  382. [    1.413812] stmmac - user ID: 0x10, Synopsys ID: 0x35
  383. [    1.413833]  Normal descriptors
  384. [    1.413850]  Ring mode enabled
  385. [    1.413867]  DMA HW capability register supported
  386. [    1.413887]  RX Checksum Offload Engine supported (type 2)
  387. [    1.413906]  TX Checksum insertion supported
  388. [    1.413923]  Wake-Up On Lan supported
  389. [    1.414025]  Enable RX Mitigation via HW Watchdog Timer
  390. [    1.414921] PPP generic driver version 2.4.2
  391. [    1.415275] PPP BSD Compression module registered
  392. [    1.415300] PPP Deflate Compression module registered
  393. [    1.415335] PPP MPPE Compression module registered
  394. [    1.415358] NET: Registered protocol family 24
  395. [    1.415412] SLIP: version 0.8.4-NET3.019-NEWTTY (dynamic channels, max=256) (6 bit encapsulation enabled).
  396. [    1.415436] CSLIP: code copyright 1989 Regents of the University of California.
  397. [    1.415459] Rockchip WiFi SYS interface (V1.00) ...
  398. [    1.415540] esp_mem_init enter date Jul 11 2018 22:55:54
  399. [    1.415562] esp_mem_init VERSION [V2.5]
  400. [    1.415652] esp_mem_init complete
  401. [    1.415778] usbcore: registered new interface driver catc
  402. [    1.415860] usbcore: registered new interface driver kaweth
  403. [    1.415884] pegasus: v0.9.3 (2013/04/25), Pegasus/Pegasus II USB Ethernet driver
  404. [    1.415974] usbcore: registered new interface driver pegasus
  405. [    1.416057] usbcore: registered new interface driver rtl8150
  406. [    1.416136] usbcore: registered new interface driver r8152
  407. [    1.416159] hso: drivers/net/usb/hso.c: Option Wireless
  408. [    1.416296] usbcore: registered new interface driver hso
  409. [    1.416389] usbcore: registered new interface driver asix
  410. [    1.416469] usbcore: registered new interface driver ax88179_178a
  411. [    1.416558] usbcore: registered new interface driver cdc_ether
  412. [    1.416638] usbcore: registered new interface driver cdc_eem
  413. [    1.416716] usbcore: registered new interface driver dm9601
  414. [    1.416794] usbcore: registered new interface driver dm9620
  415. [    1.416892] usbcore: registered new interface driver smsc75xx
  416. [    1.416989] usbcore: registered new interface driver smsc95xx
  417. [    1.417077] usbcore: registered new interface driver gl620a
  418. [    1.417158] usbcore: registered new interface driver net1080
  419. [    1.417238] usbcore: registered new interface driver plusb
  420. [    1.417317] usbcore: registered new interface driver rndis_host
  421. [    1.417397] usbcore: registered new interface driver cdc_subset
  422. [    1.417475] usbcore: registered new interface driver zaurus
  423. [    1.417557] usbcore: registered new interface driver MOSCHIP usb-ethernet driver
  424. [    1.417683] usbcore: registered new interface driver int51x1
  425. [    1.417777] usbcore: registered new interface driver kalmia
  426. [    1.417860] usbcore: registered new interface driver ipheth
  427. [    1.417948] usbcore: registered new interface driver sierra_net
  428. [    1.418031] usbcore: registered new interface driver cx82310_eth
  429. [    1.418131] usbcore: registered new interface driver cdc_ncm
  430. [    1.418211] usbcore: registered new interface driver qmi_wwan
  431. [    1.418294] usbcore: registered new interface driver cdc_mbim
  432. [    1.418317] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  433. [    1.420282] EHCI: ehci_rk_probe e3480000 e3480010
  434. [    1.420318] rockchip_ehci_host 101c0000.usb: EHCI Host Controller
  435. [    1.420375] rockchip_ehci_host 101c0000.usb: new USB bus registered, assigned bus number 1
  436. [    1.421034] rockchip_ehci_host 101c0000.usb: irq 43, io mem 0x101c0000
  437. [    1.439073] rockchip_ehci_host 101c0000.usb: USB 2.0 started, EHCI 1.00
  438. [    1.439219] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  439. [    1.439250] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  440. [    1.439277] usb usb1: Product: EHCI Host Controller
  441. [    1.439301] usb usb1: Manufacturer: Linux 3.10.0 ehci_hcd
  442. [    1.439325] usb usb1: SerialNumber: 101c0000.usb
  443. [    1.440237] hub 1-0:1.0: USB hub found
  444. [    1.440297] hub 1-0:1.0: 1 port detected
  445. [    1.440655] EHCI: ehci_rk_probe ok
  446. [    1.440834] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  447. [    1.441078] ohci-rockchip 101e0000.usb: RK OHCI Host Controller
  448. [    1.441132] ohci-rockchip 101e0000.usb: new USB bus registered, assigned bus number 2
  449. [    1.441216] ohci-rockchip 101e0000.usb: irq 64, io mem 0x101e0000
  450. [    1.502145] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
  451. [    1.502179] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  452. [    1.502206] usb usb2: Product: RK OHCI Host Controller
  453. [    1.502230] usb usb2: Manufacturer: Linux 3.10.0 ohci_hcd
  454. [    1.502255] usb usb2: SerialNumber: 101e0000.usb
  455. [    1.503085] hub 2-0:1.0: USB hub found
  456. [    1.503134] hub 2-0:1.0: 1 port detected
  457. [    1.503764] usbcore: registered new interface driver cdc_acm
  458. [    1.503789] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
  459. [    1.503921] usbcore: registered new interface driver usblp
  460. [    1.504018] usbcore: registered new interface driver cdc_wdm
  461. [    1.504166] usbcore: registered new interface driver usb-storage
  462. [    1.504256] usbcore: registered new interface driver ums-alauda
  463. [    1.504338] usbcore: registered new interface driver ums-cypress
  464. [    1.504420] usbcore: registered new interface driver ums-datafab
  465. [    1.504500] usbcore: registered new interface driver ums_eneub6250
  466. [    1.504587] usbcore: registered new interface driver ums-freecom
  467. [    1.504671] usbcore: registered new interface driver ums-isd200
  468. [    1.504751] usbcore: registered new interface driver ums-jumpshot
  469. [    1.504830] usbcore: registered new interface driver ums-karma
  470. [    1.504910] usbcore: registered new interface driver ums-onetouch
  471. [    1.504990] usbcore: registered new interface driver ums-sddr09
  472. [    1.505070] usbcore: registered new interface driver ums-sddr55
  473. [    1.505150] usbcore: registered new interface driver ums-usbat
  474. [    1.505350] usbcore: registered new interface driver usbserial
  475. [    1.505438] usbcore: registered new interface driver usbserial_generic
  476. [    1.505509] usbserial: USB Serial support registered for generic
  477. [    1.505594] usbcore: registered new interface driver ch341
  478. [    1.505665] usbserial: USB Serial support registered for ch341-uart
  479. [    1.505750] usbcore: registered new interface driver cp210x
  480. [    1.505817] usbserial: USB Serial support registered for cp210x
  481. [    1.505917] usbcore: registered new interface driver ftdi_sio
  482. [    1.505985] usbserial: USB Serial support registered for FTDI USB Serial Device
  483. [    1.506159] usbcore: registered new interface driver option
  484. [    1.506240] usbserial: USB Serial support registered for GSM modem (1-port)
  485. [    1.506461] usbcore: registered new interface driver pl2303
  486. [    1.506534] usbserial: USB Serial support registered for pl2303
  487. [    1.506642] usbcore: registered new interface driver trancevibrator
  488. [    1.506666] usb20_otg: version 3.10a 21-DEC-2012
  489. [    1.507317] e3500040
  490. [    1.507347] Core Release: 2.91a
  491. [    1.507369] Setting default values for core params
  492. [    1.507637] Using Buffer DMA mode
  493. [    1.507662] Periodic Transfer Interrupt Enhancement - disabled
  494. [    1.507682] Multiprocessor Interrupt Enhancement - disabled
  495. [    1.507703] OTG VER PARAM: 0, OTG VER FLAG: 0
  496. [    1.507721] ^^^^^^^^^^^^^^^^^Device Mode
  497. [    1.507746] Dedicated Tx FIFOs mode
  498. [    1.507785] pcd_init otg_dev = c599a800
  499. [    1.508253] usb20_otg 10180000.usb: DWC OTG Controller
  500. [    1.508313] usb20_otg 10180000.usb: new USB bus registered, assigned bus number 3
  501. [    1.508376] usb20_otg 10180000.usb: irq 42, io mem 0x00000000
  502. [    1.508499] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
  503. [    1.508530] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  504. [    1.508557] usb usb3: Product: DWC OTG Controller
  505. [    1.508581] usb usb3: Manufacturer: Linux 3.10.0 dwc_otg_hcd
  506. [    1.508606] usb usb3: SerialNumber: 10180000.usb
  507. [    1.509530] hub 3-0:1.0: USB hub found
  508. [    1.509582] hub 3-0:1.0: 1 port detected
  509. [    1.510224] usb20_host: version 3.10a 21-DEC-2012
  510. [    1.511187] usbcore: registered new interface driver xpad
  511. [    1.511305] usbcore: registered new interface driver usb_acecad
  512. [    1.511405] usbcore: registered new interface driver aiptek
  513. [    1.511514] usbcore: registered new interface driver gtco
  514. [    1.511620] usbcore: registered new interface driver hanwang
  515. [    1.511717] usbcore: registered new interface driver kbtab
  516. [    1.511829] usbcore: registered new interface driver wacom
  517. [    1.512700] sensor_register_slave:mma8452,id=17
  518. [    1.512728] sensor_register_slave:gs_mc3230,id=23
  519. [    1.512747] gsensor_init
  520. [    1.512766] sensor_register_slave:mpu6880_acc,id=24
  521. [    1.512787] sensor_register_slave:cm3217,id=47
  522. [    1.512807] sensor_register_slave:cm3218,id=48
  523. [    1.513190] .. rk pwm remotectl v1.1 init
  524. [    1.513582] input: 20050030.pwm as /devices/20050030.pwm/input/input0
  525. [    1.519931] rtc_hym8563 0-0051: rtc core: registered hym8563 as rtc0
  526. [    1.520018] i2c /dev entries driver
  527. [    1.520656] IR NEC protocol handler initialized
  528. [    1.520682] IR RC5(x) protocol handler initialized
  529. [    1.520701] IR RC6 protocol handler initialized
  530. [    1.520719] IR JVC protocol handler initialized
  531. [    1.520737] IR Sony protocol handler initialized
  532. [    1.520755] IR RC5 (streamzap) protocol handler initialized
  533. [    1.520774] IR SANYO protocol handler initialized
  534. [    1.520792] IR MCE Keyboard/mouse protocol handler initialized
  535. [    1.521263] usbcore: registered new interface driver uvcvideo
  536. [    1.521289] USB Video Class driver (1.1.1)
  537. [    1.521312] CamSys driver version: v0.27.1,  CamSys head file version: v0.10.0
  538. [    1.521338] E:camsys_soc_init(87): camsys isn't support soc: 0x31260001!
  539. [    1.523381] i2c-core: driver [bq27320] using legacy suspend method
  540. [    1.523411] i2c-core: driver [bq27320] using legacy resume method
  541. [    1.524175] device-mapper: uevent: version 1.0.3
  542. [    1.524721] device-mapper: ioctl: 4.24.0-ioctl (2013-01-15) initialised: dm-devel@redhat.com
  543. [    1.525446] Bluetooth: HCI UART driver ver 2.2
  544. [    1.525476] Bluetooth: HCI H4 protocol initialized
  545. [    1.525495] Bluetooth: HCILL protocol initialized
  546. [    1.525516] rtk_btusb: Realtek Bluetooth USB driver module init, version 2.19
  547. [    1.525537] rtk_btusb: Register usb char device interface for BT driver
  548. [    1.525944] usbcore: registered new interface driver rtk_btusb
  549. [    1.531570] cpufreq version 1.0, suspend freq 1008 MHz
  550. [    1.531936] cpuidle: using governor ladder
  551. [    1.531961] cpuidle: using governor menu
  552. [    1.532051] Synopsys Designware Multimedia Card Interface Driver
  553. [    1.532075] MHSC version = Ver 2.00 2015-06-10
  554. [    1.532510] dw cru_regsbase addr 0x124.
  555. [    1.532536] dw cru_reset_offset val 3.
  556. [    1.532565] dwmmc_rockchip 1021c000.rksdmmc: Version ID is 270a
  557. [    1.532627] dwmmc_rockchip 1021c000.rksdmmc: failed to get hpclk_mmc
  558. [    1.533122] dwmmc_rockchip 1021c000.rksdmmc: Using external DMA controller.
  559. [    1.533523] dw_mci_init_slot: fmin=400000, fmax=50000000 [mmc0]
  560. [    1.533781] 1358..dw_mci_set_ios:  no card. [mmc0]
  561. [    1.547312] 1358..dw_mci_set_ios:  no card. [mmc0]
  562. [    1.567053] rk_sdmmc: BOOT dw_mci_setup_bus: argue clk_mmc workaround out 800000Hz for init[mmc0]
  563. [    1.568283] dwmmc_rockchip 1021c000.rksdmmc: DW MMC controller at irq 48, 32 bit host data width, 256 deep fifo
  564. [    1.568318] dwmmc_rockchip 1021c000.rksdmmc: 1 slots initialized
  565. [    1.568754] dw cru_regsbase addr 0x124.
  566. [    1.568773] dw cru_reset_offset val 1.
  567. [    1.568795] dwmmc_rockchip 10214000.rksdmmc: Version ID is 270a
  568. [    1.568846] dwmmc_rockchip 10214000.rksdmmc: failed to get hpclk_mmc
  569. [    1.570710] dwmmc_rockchip 10214000.rksdmmc: Using external DMA controller.
  570. [    1.571050] dw_mci_init_slot: fmin=400000, fmax=37500000 [mmc1]
  571. [    1.571689] 1358..dw_mci_set_ios:  no card. [mmc1]
  572. [    1.586689] 1358..dw_mci_set_ios:  no card. [mmc1]
  573. [    1.606411] 1358..dw_mci_set_ios:  no card. [mmc1]
  574. [    1.606447] dwmmc_rockchip 10214000.rksdmmc: DW MMC controller at irq 46, 32 bit host data width, 256 deep fifo
  575. [    1.606471] dwmmc_rockchip 10214000.rksdmmc: 1 slots initialized
  576. [    1.606488] dwc_otg_hcd_suspend, usb device mode
  577. [    1.606915] dw cru_regsbase addr 0x124.
  578. [    1.606935] dw cru_reset_offset val 2.
  579. [    1.606956] dwmmc_rockchip 10218000.rksdmmc: Version ID is 270a
  580. [    1.607006] dwmmc_rockchip 10218000.rksdmmc: failed to get hpclk_mmc
  581. [    1.607322] dwmmc_rockchip 10218000.rksdmmc: Using external DMA controller.
  582. [    1.607671] dw_mci_init_slot: fmin=200000, fmax=37500000 [mmc2]
  583. [    1.607954] 1358..dw_mci_set_ios:  no card. [mmc2]
  584. [    1.626022] 1358..dw_mci_set_ios:  no card. [mmc2]
  585. [    1.645710] 1358..dw_mci_set_ios:  no card. [mmc2]
  586. [    1.645752] dwmmc_rockchip 10218000.rksdmmc: DW MMC controller at irq 47, 32 bit host data width, 256 deep fifo
  587. [    1.645769] dwmmc_rockchip 10218000.rksdmmc: 1 slots initialized
  588. [    1.646053] leds-gpio leds.18: pins are not configured from the driver
  589. [    1.646436] hidraw: raw HID events driver (C) Jiri Kosina
  590. [    1.648877] usbcore: registered new interface driver usbhid
  591. [    1.648894] usbhid: USB HID core driver
  592. [    1.649471] zram: Created 1 device(s) ...
  593. [    1.650073] ashmem: initialized
  594. [    1.650268] logger: created 256K log 'log_main'
  595. [    1.650434] logger: created 256K log 'log_events'
  596. [    1.650600] logger: created 256K log 'log_radio'
  597. [    1.650755] logger: created 256K log 'log_system'
  598. [    1.652304] input: rk29-keypad as /devices/2006c000.adc/key.21/input/input1
  599. [    1.653737] ------------[ cut here ]------------
  600. [    1.653760] WARNING: at drivers/gpio/gpiolib.c:160 gpio_ensure_requested+0x4c/0xb4()
  601. [    1.653772] autorequest GPIO-27
  602. [    1.653782] Modules linked in:
  603. [    1.653798] CPU: 1 PID: 1 Comm: swapper/0 Not tainted 3.10.0 #1
  604. [    1.653830] [<c0013e44>] (unwind_backtrace+0x0/0xe0) from [<c001175c>] (show_stack+0x10/0x14)
  605. [    1.653853] [<c001175c>] (show_stack+0x10/0x14) from [<c0036278>] (warn_slowpath_common+0x4c/0x68)
  606. [    1.653873] [<c0036278>] (warn_slowpath_common+0x4c/0x68) from [<c0036314>] (warn_slowpath_fmt+0x2c/0x3c)
  607. [    1.653894] [<c0036314>] (warn_slowpath_fmt+0x2c/0x3c) from [<c0298428>] (gpio_ensure_requested+0x4c/0xb4)
  608. [    1.653915] [<c0298428>] (gpio_ensure_requested+0x4c/0xb4) from [<c0299488>] (gpiod_direction_input+0x58/0x1f0)
  609. [    1.653937] [<c0299488>] (gpiod_direction_input+0x58/0x1f0) from [<c065a410>] (rk312x_platform_probe+0x4bc/0x5fc)
  610. [    1.653962] [<c065a410>] (rk312x_platform_probe+0x4bc/0x5fc) from [<c0300bb4>] (platform_drv_probe+0x14/0x18)
  611. [    1.653984] [<c0300bb4>] (platform_drv_probe+0x14/0x18) from [<c02ff97c>] (really_probe+0xa8/0x20c)
  612. [    1.654004] [<c02ff97c>] (really_probe+0xa8/0x20c) from [<c02ffbd8>] (driver_probe_device+0x30/0x48)
  613. [    1.654024] [<c02ffbd8>] (driver_probe_device+0x30/0x48) from [<c02ffc50>] (__driver_attach+0x60/0x84)
  614. [    1.654044] [<c02ffc50>] (__driver_attach+0x60/0x84) from [<c02fe42c>] (bus_for_each_dev+0x50/0x90)
  615. [    1.654063] [<c02fe42c>] (bus_for_each_dev+0x50/0x90) from [<c02ff1dc>] (bus_add_driver+0xac/0x20c)
  616. [    1.654083] [<c02ff1dc>] (bus_add_driver+0xac/0x20c) from [<c030012c>] (driver_register+0x9c/0x138)
  617. [    1.654103] [<c030012c>] (driver_register+0x9c/0x138) from [<c00086a4>] (do_one_initcall+0x34/0xc8)
  618. [    1.654125] [<c00086a4>] (do_one_initcall+0x34/0xc8) from [<c0b9fb28>] (do_initcalls+0x70/0xa0)
  619. [    1.654146] [<c0b9fb28>] (do_initcalls+0x70/0xa0) from [<c0b9fbe8>] (kernel_init_freeable+0x90/0x130)
  620. [    1.654169] [<c0b9fbe8>] (kernel_init_freeable+0x90/0x130) from [<c0829f94>] (kernel_init+0x8/0xe4)
  621. [    1.654193] [<c0829f94>] (kernel_init+0x8/0xe4) from [<c000da98>] (ret_from_fork+0x14/0x3c)
  622. [    1.654238] ---[ end trace b6f27c800de4dec0 ]---
  623. [    1.654505] This platfrom have not i2s_mclk,no need to set i2s_mclk.
  624. [    1.654977] rockchip-spdif 10204000.spdif: spdif ready.
  625. [    1.656994] audio-rk312x audio-rk312x.14:  rk312x-hifi <-> rockchip-i2s.1 mapping ok
  626. [    1.657731] audio-rk312x audio-rk312x.14:  rk312x-voice <-> rockchip-i2s.1 mapping ok
  627. [    1.657774] audio-rk312x audio-rk312x.14: ASoC: no sink widget found for Mic Bias
  628. [    1.657789] audio-rk312x audio-rk312x.14: ASoC: Failed to add route Mic Jack -> direct -> Mic Bias
  629. [    1.657805] audio-rk312x audio-rk312x.14: ASoC: no source widget found for Mic Bias
  630. [    1.657819] audio-rk312x audio-rk312x.14: ASoC: Failed to add route Mic Bias -> direct -> MICP
  631. [    1.657833] audio-rk312x audio-rk312x.14: ASoC: no source widget found for Mic Bias
  632. [    1.657847] audio-rk312x audio-rk312x.14: ASoC: Failed to add route Mic Bias -> direct -> MICN
  633. [    1.657862] audio-rk312x audio-rk312x.14: ASoC: no sink widget found for Mic Bias
  634. [    1.657876] audio-rk312x audio-rk312x.14: ASoC: Failed to add route Headset Jack -> direct -> Mic Bias
  635. [    1.657891] audio-rk312x audio-rk312x.14: ASoC: no source widget found for HPOUTR
  636. [    1.657904] audio-rk312x audio-rk312x.14: ASoC: Failed to add route HPOUTR -> direct -> Ext Spk
  637. [    1.657919] audio-rk312x audio-rk312x.14: ASoC: no source widget found for HPOUTL
  638. [    1.657932] audio-rk312x audio-rk312x.14: ASoC: Failed to add route HPOUTL -> direct -> Ext Spk
  639. [    1.657947] audio-rk312x audio-rk312x.14: ASoC: no source widget found for HPOUTR
  640. [    1.657961] audio-rk312x audio-rk312x.14: ASoC: Failed to add route HPOUTR -> direct -> Headphone Jack
  641. [    1.657975] audio-rk312x audio-rk312x.14: ASoC: no source widget found for HPOUTL
  642. [    1.657989] audio-rk312x audio-rk312x.14: ASoC: Failed to add route HPOUTL -> direct -> Headphone Jack
  643. [    1.659361] u32 classifier
  644. [    1.659379]     Actions configured
  645. [    1.659393] Netfilter messages via NETLINK v0.30.
  646. [    1.659487] nf_conntrack version 0.5.0 (15471 buckets, 61884 max)
  647. [    1.659978] ctnetlink v0.93: registering with nfnetlink.
  648. [    1.660070] NF_TPROXY: Transparent proxy support initialized, version 4.1.0
  649. [    1.660082] NF_TPROXY: Copyright (c) 2006-2007 BalaBit IT Ltd.
  650. [    1.660641] xt_time: kernel timezone is -0000
  651. [    1.660950] ip_tables: (C) 2000-2006 Netfilter Core Team
  652. [    1.661152] arp_tables: (C) 2002 David S. Miller
  653. [    1.661212] TCP: cubic registered
  654. [    1.661222] Initializing XFRM netlink socket
  655. [    1.661618] NET: Registered protocol family 10
  656. [    1.662449] mip6: Mobile IPv6
  657. [    1.662495] ip6_tables: (C) 2000-2006 Netfilter Core Team
  658. [    1.662691] sit: IPv6 over IPv4 tunneling driver
  659. [    1.663247] NET: Registered protocol family 17
  660. [    1.663297] NET: Registered protocol family 15
  661. [    1.663396] Bridge firewalling registered
  662. [    1.663417] Ebtables v2.0 registered
  663. [    1.663713] Bluetooth: RFCOMM TTY layer initialized
  664. [    1.663767] Bluetooth: RFCOMM socket layer initialized
  665. [    1.663779] Bluetooth: RFCOMM ver 1.11
  666. [    1.663791] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
  667. [    1.663802] Bluetooth: BNEP filters: protocol multicast
  668. [    1.663819] Bluetooth: BNEP socket layer initialized
  669. [    1.663831] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
  670. [    1.663847] Bluetooth: HIDP socket layer initialized
  671. [    1.663898] l2tp_core: L2TP core driver, V2.0
  672. [    1.663919] l2tp_ppp: PPPoL2TP kernel driver, V2.0
  673. [    1.663930] [WLAN_RFKILL]: Enter rfkill_wlan_init
  674. [    1.664140] [WLAN_RFKILL]: Enter rfkill_wlan_probe
  675. [    1.664159] [WLAN_RFKILL]: wlan_platdata_parse_dt: wifi_chip_type = ap6212a
  676. [    1.664172] [WLAN_RFKILL]: wlan_platdata_parse_dt: enable wifi power control.
  677. [    1.664184] [WLAN_RFKILL]: wlan_platdata_parse_dt: disable wifi io reference voltage control.
  678. [    1.664196] [WLAN_RFKILL]: wlan_platdata_parse_dt: wifi power controled by gpio.
  679. [    1.664252] [WLAN_RFKILL]: wlan_platdata_parse_dt: get property: WIFI,poweren_gpio = 43, flags = 0.
  680. [    1.664287] [WLAN_RFKILL]: wlan_platdata_parse_dt: get property: WIFI,host_wake_irq = 2, flags = 0.
  681. [    1.664300] [WLAN_RFKILL]: rfkill_wlan_probe: init gpio
  682. [    1.664335] [WLAN_RFKILL]: Exit rfkill_wlan_probe
  683. [    1.664400] [BT_RFKILL]: Enter rfkill_rk_init
  684. [    1.664602] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: uart_rts_gpios = 17.
  685. [    1.664641] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,reset_gpio = 35.
  686. [    1.664664] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,wake_gpio = 42.
  687. [    1.664688] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,wake_host_irq = 41.
  688. [    1.664749] [BT_RFKILL]: Request irq for bt wakeup host
  689. [    1.664894] [BT_RFKILL]: ** disable irq
  690. [    1.665047] [BT_RFKILL]: ap6212 device registered.
  691. [    1.665453] rk_cam_cif(3083):rk312x-camera version: v0.1.14  Zoom by ipp
  692. [    1.665574] rk_cif 1010a000.cif: rk_camera_cif_iomux:could not get cif_pin_all pinstate
  693. [    1.666027] soc-camera-pdrv s5k4ec_back_3: Probing s5k4ec_back_3
  694. [    1.666545] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
  695. [    1.666573] rk312x_init_suspend
  696. [    1.666583] rk312x_suspend_init
  697. [    1.666845] Registering SWP/SWPB emulation handler
  698. [    1.666864] rockchip_uboot_mem_late_init: Freeing uboot logo memory: 2000000@9dc00000
  699. [    1.672342] ddrfreq: verion 1.2 20140526
  700. [    1.672371] ddrfreq: normal 492MHz video_1080p 240MHz video_4k 396MHz dualview 396MHz idle 0MHz suspend 198MHz reboot 492MHz
  701. [    1.672384] ddrfreq: auto-freq=0
  702. [    1.672395] ddrfreq: auto-freq-table[0] 240MHz
  703. [    1.672405] ddrfreq: auto-freq-table[1] 324MHz
  704. [    1.672414] ddrfreq: auto-freq-table[2] 396MHz
  705. [    1.672423] ddrfreq: auto-freq-table[3] 528MHz
  706. [    1.678622] rk818_ldo8: disabling
  707. [    1.679545] rk818_ldo4: disabling
  708. [    1.680217] regulator-dummy: disabling
  709. [    1.680389] =======================================================
  710. [    1.680406] ==== Launching Wi-Fi driver! (Powered by Rockchip) ====
  711. [    1.680418] =======================================================
  712. [    1.680430]  WiFi driver (Powered by Rockchip,Ver 5.10.WFD.OOB.64bit) init.
  713. [    1.680525] dhd_module_init: in
  714. [    1.680540] ======== bcm_wlan_set_plat_data ========
  715. [    1.680554] [WLAN_RFKILL]: rockchip_wifi_get_oob_irq: Enter
  716. [    1.680602] host_oob_irq: 169
  717. [    1.680613] host_oob_irq_flags=4
  718. [    1.680623] dhd_wifi_platform_load: Enter
  719. [    1.680676] Power-up adapter 'DHD generic adapter'
  720. [    1.680682] pcd_pullup, is_on 0
  721. [    1.680745] wifi_platform_set_power = 1
  722. [    1.680758] ======== PULL WL_REG_ON HIGH! ========
  723. [    1.680771] [WLAN_RFKILL]: rockchip_wifi_power: 1
  724. [    1.680776] file system registered
  725. [    1.680795] [WLAN_RFKILL]: rockchip_wifi_ref_voltage: 1
  726. [    1.680807] [WLAN_RFKILL]: rockchip_wifi_ref_voltage: wifi io reference voltage control is disabled.
  727. [    1.682172] android_usb gadget: Mass Storage Function, version: 2009/09/11
  728. [    1.682192] android_usb gadget: Number of LUNs=2
  729. [    1.682207]  lun0: LUN: removable file: (no medium)
  730. [    1.682220]  lun1: LUN: removable file: (no medium)
  731. [    1.682517] android_usb gadget: android_usb ready
  732. [    1.682648] sensor_init: Probe name sensors
  733. [    1.682677] sensor-dev.c v1.4 add angle calculation support between two gsensors 2013-09-01
  734. [    1.683277] rtc_hym8563 0-0051: setting system clock to 2011-01-01 12:00:42 UTC (1293883242)
  735. [    1.690766] rockchip-spdif-card rockchip-spdif-card.19:  rk-hdmi-spdif-hifi <-> 10204000.spdif mapping ok
  736. [    1.753932] usb 1-1: new high-speed USB device number 2 using rockchip_ehci_host
  737. [    1.773641] Cam_Powerdowm
  738. [    1.773713] rk818_ldo8: operation not allowed
  739. [    1.783428] [WLAN_RFKILL]: wifi turn on power. 43
  740. [    1.842550] rk818_ldo4: operation not allowed
  741. [    1.881842] ret: 0
  742. [    1.902121] min_w = 800,min_h = 600 ,max_real_w = 2592,max_real_h = 1944,max_w = 2592,max_h =1944
  743. [    1.902189] usb 1-1: New USB device found, idVendor=1a40, idProduct=0101
  744. [    1.902210] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
  745. [    1.902228] usb 1-1: Product: USB 2.0 Hub [MTT]
  746. [    1.902932] hub 1-1:1.0: USB hub found
  747. [    1.903141] hub 1-1:1.0: 4 ports detected
  748. [    1.903762] s5k4ec_back_3(rk_cam_sensor:169): write reg(0xfcfc, val:0xd000) failed, try to write again!
  749. [    1.905277] s5k4ec_back_3(rk_cam_sensor:169): write reg(0xfcfc, val:0xd000) failed, try to write again!
  750. [    1.906771] s5k4ec_back_3(rk_cam_sensor:169): write reg(0xfcfc, val:0xd000) failed, try to write again!
  751. [    1.906799] s5k4ec_back_3(rk_cam_sensor:387): write array failed!
  752. [    1.906813] s5k4ec_back_3(rk_cam_sensor:671): soft reset failed
  753. [    1.906813]
  754. [    1.922702] s5k4ec_back_3(rk_cam_sensor:169): write reg(0x2c, val:0x7000) failed, try to write again!
  755. [    1.924225] s5k4ec_back_3(rk_cam_sensor:169): write reg(0x2c, val:0x7000) failed, try to write again!
  756. [    1.925729] s5k4ec_back_3(rk_cam_sensor:169): write reg(0x2c, val:0x7000) failed, try to write again!
  757. [    1.927234] s5k4ec_back_3(rk_cam_sensor:169): write reg(0x2e, val:0x1a4) failed, try to write again!
  758. [    1.928737] s5k4ec_back_3(rk_cam_sensor:169): write reg(0x2e, val:0x1a4) failed, try to write again!
  759. [    1.930241] s5k4ec_back_3(rk_cam_sensor:169): write reg(0x2e, val:0x1a4) failed, try to write again!
  760. [    1.932065] s5k4ec_back_3(rk_cam_sensor:335): read reg(0xf12 val:0x0) failed, try to read again!
  761. [    1.932095] s5k4ec_back_3(rk_cam_sensor:718): error: mismatched   pid = 0xffff
  762. [    1.932095]
  763. [    1.990079] wifi_platform_bus_enumerate device present 1
  764. [    1.990098] ======== Card detection to detect SDIO card! ========
  765. [    1.990111] mmc2:mmc host rescan start!
  766. [    1.999954] ret: 0
  767. [    2.127823] Cam_Powerdowm
  768. [    2.137763] soc-camera-pdrv ov2659_front_4: Probing ov2659_front_4
  769. [    2.206550] ret: 0
  770. [    2.206564] rk_sdmmc: BOOT dw_mci_setup_bus: argue clk_mmc workaround out 800000Hz for init[mmc2]
  771. [    2.241627] mmc2: queuing unknown CIS tuple 0x80 (2 bytes)
  772. [    2.243192] mmc2: queuing unknown CIS tuple 0x80 (3 bytes)
  773. [    2.244751] mmc2: queuing unknown CIS tuple 0x80 (3 bytes)
  774. [    2.247567] mmc2: queuing unknown CIS tuple 0x80 (7 bytes)
  775. [    2.336047] mmc_host mmc2: Bus speed (slot 0) = 37500000Hz (slot req 37500000Hz, actual 37500000HZ div = 0)
  776. [    2.336077] rk_sdmmc: BOOT dw_mci_setup_bus: argue clk_mmc workaround out normal clock [mmc2]
  777. [    2.336185] rk_sdmmc: BOOT Bus speed=37500000Hz,Bus width=4bits.[mmc2]
  778. [    2.338624] mmc2: new high speed SDIO card at address 0001
  779. [    2.354167] Cam_Powerdowm
  780. [    2.354736] min_w = 800,min_h = 600 ,max_real_w = 1600,max_real_h = 1200,max_w = 1600,max_h =1200
  781. [    2.354966] bcmsdh_register: register client driver
  782. [    2.355103] bcmsdh_sdmmc: bcmsdh_sdmmc_probe Enter
  783. [    2.355246] bcmsdh_sdmmc: bcmsdh_sdmmc_probe Enter
  784. [    2.355262] bus num (host idx)=2, slot num (rca)=1
  785. [    2.355275] found adapter info 'DHD generic adapter'
  786. [    2.355831] F1 signature read @0x18000000=0x1540a9a6
  787. [    2.356051] ov2659_front_4(rk_cam_sensor:169): write reg(0x103, val:0x1) failed, try to write again!
  788. [    2.357323] ov2659_front_4(rk_cam_sensor:169): write reg(0x103, val:0x1) failed, try to write again!
  789. [    2.358610] ov2659_front_4(rk_cam_sensor:169): write reg(0x103, val:0x1) failed, try to write again!
  790. [    2.358638] ov2659_front_4(rk_cam_sensor:387): write array failed!
  791. [    2.358652] ov2659_front_4(rk_cam_sensor:671): soft reset failed
  792. [    2.358652]
  793. [    2.358974] F1 signature OK, socitype:0x1 chip:0xa9a6 rev:0x0 pkg:0x4
  794. [    2.359975] DHD: dongle ram size is set to 524288(orig 524288) at 0x0
  795. [    2.360129] wifi_platform_get_mac_addr
  796. [    2.360144] ======== bcm_wlan_get_mac_address ========
  797. [    2.360157] [WLAN_RFKILL]: rockchip_wifi_mac_addr: enter.
  798. [    2.360175] [WLAN_RFKILL]: falsh wifi_custom_mac_addr=[00:00:00:00:00:00]
  799. [    2.360188] [WLAN_RFKILL]: This mac address is not valid, ignored...
  800. [    2.360208] dhd_conf_set_chiprev: chip=0xa9a6, chiprev=0
  801. [    2.360282] dhd_conf_set_conf_path_by_nv_path: config_path=/system/etc/firmware/config.txt
  802. [    2.360869] wl_create_event_handler(): thread:wl_event_handler:70 started
  803. [    2.360879] tsk Enter, tsk = 0xddc0149c
  804. [    2.361131] dhd_attach(): thread:dhd_watchdog_thread:71 started
  805. [    2.361218] dhd_attach(): thread:dhd_dpc:72 started
  806. [    2.361240] dhd_dpc_thread: set dpc_cpucore 0 from config.txt
  807. [    2.361307] dhd_attach(): thread:dhd_rxf:73 started
  808. [    2.361327] dhd_deferred_work_init: work queue initialized
  809. [    2.361567] dhdsdio_probe_init: set use_rxchain 0 from config.txt
  810. [    2.373226] Dongle Host Driver, version 1.201.59.5 (r506368)
  811. [    2.373226] Compiled in drivers/net/wireless/bcmdhd on Jul 11 2018 at 22:56:33
  812. [    2.373943] Register interface [wlan0]  MAC: 04:e6:76:52:ef:c2
  813. [    2.373943]
  814. [    2.373970] dhd_prot_ioctl : bus is down. we have nothing to do
  815. [    2.374033] bcmsdh_oob_intr_unregister: Enter
  816. [    2.374047] bcmsdh_oob_intr_unregister: irq is not registered
  817. [    2.374067] dhd_txglom_enable: enable 0
  818. [    2.374078] dhd_bus_devreset:  WLAN OFF DONE
  819. [    2.374158] wifi_platform_set_power = 0
  820. [    2.374170] ======== PULL WL_REG_ON LOW! ========
  821. [    2.374183] [WLAN_RFKILL]: rockchip_wifi_power: 0
  822. [    2.375449] ov2659_front_4(rk_cam_sensor:335): read reg(0x300a val:0x0) failed, try to read again!
  823. [    2.375479] ov2659_front_4(rk_cam_sensor:699): read chip id failed
  824. [    2.482085] Cam_Powerdowm
  825. [    2.482096] [WLAN_RFKILL]: wifi shut off power.
  826. [    2.482108] [WLAN_RFKILL]: rockchip_wifi_ref_voltage: 0
  827. [    2.482118] [WLAN_RFKILL]: rockchip_wifi_ref_voltage: wifi io reference voltage control is disabled.
  828. [    2.482183] dhd_module_init: Exit err=0
  829. [    2.550971] ret: 0
  830. [    2.580506] soc-camera-pdrv gc0329_front_5: Probing gc0329_front_5
  831. [    2.649364] ret: 0
  832. [    2.796953] Cam_Powerdowm
  833. [    2.797449] min_w = 640,min_h = 480 ,max_real_w = 640,max_real_h = 480,max_w = 640,max_h =480
  834. [    2.817608] gc0329_front_5(rk_cam_sensor:169): write reg(0xfc, val:0x16) failed, try to write again!
  835. [    2.818563] gc0329_front_5(rk_cam_sensor:169): write reg(0xfc, val:0x16) failed, try to write again!
  836. [    2.819511] gc0329_front_5(rk_cam_sensor:169): write reg(0xfc, val:0x16) failed, try to write again!
  837. [    2.847398] gc0329_front_5(rk_cam_sensor:335): read reg(0x0 val:0x0) failed, try to read again!
  838. [    2.847424] gc0329(917): gc0329 read chip id high byte failed
  839. [    2.847424]
  840. [    2.847441] gc0329(924): error: gc0329 mismatched   pid = 0x0
  841. [    2.847441]
  842. [    2.847458] gc0329_front_5(rk_cam_sensor:718): error: mismatched   pid = 0x0
  843. [    2.847458]
  844. [    2.954419] Cam_Powerdowm
  845. [    3.023288] ret: 0
  846. [    3.052945] soc-camera-pdrv gc2035_back_6: Probing gc2035_back_6
  847. [    3.141355] ret: 0
  848. [    3.288937] Cam_Powerdowm
  849. [    3.288952] rk_cam_io(1128):SENSOR_PWRSEQ_PWRDN failed
  850. [    3.289016] soc-camera-pdrv gc2035_back_6: Cannot get I2C adapter #2. No driver?
  851. [    3.397177] Cam_Powerdowm
  852. [    3.397191] rk_cam_io(1128):SENSOR_PWRSEQ_PWRDN failed
  853. [    3.397203] rk_cam_io(1117):SENSOR_PWRSEQ_HWRST failed
  854. [    3.421788] EHCI: rk_ehci_hcd_enable, enable host controller
  855. [    3.466085] ret: 0
  856. [    3.495610] soc-camera-pdrv gc0308_front_7: Probing gc0308_front_7
  857. [    3.584155] ret: 0
  858. [    3.731754] Cam_Powerdowm
  859. [    3.731819] soc-camera-pdrv gc0308_front_7: Cannot get I2C adapter #2. No driver?
  860. [    3.840014] Cam_Powerdowm
  861. [    3.908888] ret: 0
  862. [    4.617364] rk312x_delay_workq
  863. [    4.735467] rockchip_line_in enable
  864. [    4.735486]  [on]
  865. [    5.925099] rk818-battery rk818-battery: changed: dsoc=0, rsoc=0
  866. [    6.914272] rk818-battery rk818-battery: changed: dsoc=0, rsoc=0
  867. [    6.915506] rk818-battery rk818-battery: set charge to digital termination mode
  868. [    9.409694] [otg id chg] last id -1 current id 256
  869. [    9.409815] PortPower off
  870. [    9.509303] Using Buffer DMA mode
  871. [    9.509324] Periodic Transfer Interrupt Enhancement - disabled
  872. [    9.509336] Multiprocessor Interrupt Enhancement - disabled
  873. [    9.509348] OTG VER PARAM: 0, OTG VER FLAG: 0
  874. [    9.509358] ^^^^^^^^^^^^^^^^^Device Mode
  875. [  237.402415] INFO: task swapper/0:1 blocked for more than 120 seconds.
  876. [  237.402519] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
  877. [  237.402584] swapper/0       D c0849cdc     0     1      0 0x00000000
  878. [  237.402751] [<c0849cdc>] (__schedule+0x48c/0x554) from [<c0848154>] (schedule_timeout+0x1c/0x260)
  879. [  237.402865] [<c0848154>] (schedule_timeout+0x1c/0x260) from [<c0849608>] (wait_for_common+0xd0/0x164)
  880. [  237.402979] [<c0849608>] (wait_for_common+0xd0/0x164) from [<c0bc6480>] (drm_misc_init+0x24/0xb8)
  881. [  237.403090] [<c0bc6480>] (drm_misc_init+0x24/0xb8) from [<c00086a4>] (do_one_initcall+0x34/0xc8)
  882. [  237.403199] [<c00086a4>] (do_one_initcall+0x34/0xc8) from [<c0b9fb28>] (do_initcalls+0x70/0xa0)
  883. [  237.403309] [<c0b9fb28>] (do_initcalls+0x70/0xa0) from [<c0b9fbe8>] (kernel_init_freeable+0x90/0x130)
  884. [  237.403423] [<c0b9fbe8>] (kernel_init_freeable+0x90/0x130) from [<c0829f94>] (kernel_init+0x8/0xe4)
  885. [  237.403537] [<c0829f94>] (kernel_init+0x8/0xe4) from [<c000da98>] (ret_from_fork+0x14/0x3c)
复制代码


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

使用道具 举报

18

积分

0

威望

0

贡献

技术小白

积分
18
发表于 2018-7-31 11:44:19        只看该作者  沙发
低格后烧录为官方的Firefly-RK3128_Android5.1.1_Public_180725固件,也不能启动,LOG如下:
  1. ...FlashPrintInfo enter...
  2. No.0 FLASH ID: ad de 14 a7 42 4a
  3. DiePerChip: 1
  4. SectPerPage: 20
  5. PagePerBlk: 100
  6. Cell: 2
  7. PlanePerDie: 2
  8. BlkPerPlane: 424
  9. TotleBlock: 848
  10. die gap: 1
  11. lsbMode: 2
  12. ReadRetryMode: 5
  13. EccBits: 28
  14. Use EccBits: 28
  15. AccessFreq: 20
  16. OptMode: 4
  17. Cache read enable: 1
  18. Cache random read enable: 0
  19. Cache prog enable: 0
  20. multi read enable: 1
  21. multi prog enable: 1
  22. interleave enable: 0
  23. read retry enable: 1
  24. randomizer enable: 1
  25. SDR enable: 1
  26. ONFI enable: 0
  27. TOGGLE enable: 0
  28. Unique id enable: 0
  29. gNandFlashIdbBlockAddr: 2
  30. gNandIDBResBlkNum: 32
  31. MultiPlaneProgCmd: 11 81
  32. MultiPlaneReadCmd: 60 60
  33. gNandFlashIDBEccBits: 3c
  34. gFlashToggleModeEn: 0
  35. DieAddrs: 0x0:0
  36. DieCsIndex: 0x0:0
  37. 0 retry value:0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
  38. 0 retry value:0x02 0x02 0x01 0x00 0x00 0x00 0x00 0x00
  39. 0 retry value:0x03 0x03 0x02 0xf8 0x00 0x00 0x00 0x00
  40. 0 retry value:0xf1 0xfd 0xfc 0xfa 0x00 0x00 0x00 0x00
  41. 0 retry value:0xed 0xfc 0xff 0xf8 0x00 0x00 0x00 0x00
  42. 0 retry value:0xe7 0xfb 0xf5 0xf3 0x00 0x00 0x00 0x00
  43. 0 retry value:0xdd 0xf8 0xfb 0xf7 0x00 0x00 0x00 0x00
  44. 0 retry value:0xd3 0xe4 0xef 0xee 0x00 0x00 0x00 0x00
  45. FLFB:0 2119
  46. UsbHook 848908
  47. powerOn 850144
  48. No.1 FLASH ID:ad de 14 a7 42 4a
  49. DDR Version 2.04 20150121
  50. In
  51. 1A1A292B   0
  52. 1A1A292A   3
  53. LPDDR2
  54. 292A292A   F
  55. Bus Width=32 Col=10 Bank=8 Row=14 CS=2 Die Bus-Width=32 Size=1024MB
  56. mach:14
  57. OUT
  58. serial_init 1
  59. ChipType = a
  60. ...FlashInit enter...
  61. FtlMallocOffset = 8040 8000
  62. FtlMallocOffset = 10040 8000
  63. FtlMallocOffset = 11040 1000
  64. FtlMallocOffset = 19040 8000
  65. FtlMallocOffset = 1a040 1000
  66. ...NandcInit enter...
  67. 0:1e200 1452 320001 3
  68. FtlMallocOffset = 23040 9000
  69. gNandcVer = 6
  70. No.1 FLASH ID:ad de 14 a7 42 4a
  71. ...FlashLoadPhyInfo enter...
  72. slcPageToMlcPageTbl: 0x0:0 1 3 5 7 9 b d f 11 13 15 17 19 1b 1d
  73. slcPageToMlcPageTbl: 0x20:1f 21 23 25 27 29 2b 2d 2f 31 33 35 37 39 3b 3d

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

  76. ...FlashPrintInfo enter...
  77. No.0 FLASH ID: ad de 14 a7 42 4a
  78. DiePerChip: 1
  79. SectPerPage: 20
  80. PagePerBlk: 100
  81. Cell: 2
  82. PlanePerDie: 2
  83. BlkPerPlane: 424
  84. TotleBlock: 848
  85. die gap: 1
  86. lsbMode: 2
  87. ReadRetryMode: 5
  88. EccBits: 28
  89. Use EccBits: 28
  90. AccessFreq: 20
  91. OptMode: 4
  92. Cache read enable: 1
  93. Cache random read enable: 0
  94. Cache prog enable: 0
  95. multi read enable: 1
  96. multi prog enable: 1
  97. interleave enable: 0
  98. read retry enable: 1
  99. randomizer enable: 1
  100. SDR enable: 1
  101. ONFI enable: 0
  102. TOGGLE enable: 0
  103. Unique id enable: 0
  104. gNandFlashIdbBlockAddr: 2
  105. gNandIDBResBlkNum: 32
  106. MultiPlaneProgCmd: 11 81
  107. MultiPlaneReadCmd: 60 60
  108. gNandFlashIDBEccBits: 3c
  109. gFlashToggleModeEn: 0
  110. DieAddrs: 0x0:0
  111. DieCsIndex: 0x0:0
  112. 0 retry value:0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
  113. 0 retry value:0x02 0x02 0x01 0x00 0x00 0x00 0x00 0x00
  114. 0 retry value:0x03 0x03 0x02 0xf8 0x00 0x00 0x00 0x00
  115. 0 retry value:0xf1 0xfd 0xfc 0xfa 0x00 0x00 0x00 0x00
  116. 0 retry value:0xed 0xfc 0xff 0xf8 0x00 0x00 0x00 0x00
  117. 0 retry value:0xe7 0xfb 0xf5 0xf3 0x00 0x00 0x00 0x00
  118. 0 retry value:0xdd 0xf8 0xfb 0xf7 0x00 0x00 0x00 0x00
  119. 0 retry value:0xd3 0xe4 0xef 0xee 0x00 0x00 0x00 0x00
  120. FLFB:0 2119
  121. UsbHook 839883
  122. powerOn 841120
  123. No.1 FLASH ID:ad de 14 a7 42 4a
  124. BBT: 0x0:3 0 0 0
  125. DDR Version 2.04 20150121
  126. In
  127. 1A1A2A2B   0
  128. 1A1A292A   3
  129. LPDDR2
  130. 2A2A292A   F
  131. Bus Width=32 Col=10 Bank=8 Row=14 CS=2 Die Bus-Width=32 Size=1024MB
  132. mach:14
  133. OUT
  134. Boot1 Release Time: 2015-05-25, version: 2.25
  135. ChipType = a 1374
  136. No.1 FLASH ID:ad de 14 a7 42 4a
  137. ECC:60
  138. *V�k%����0 20
  139. StorageInit ok = 736068
  140. powerOn 1401216
  141. FtlWrite: lpa error:ffffffff 0
  142. FtlWrite: lpa error:ffffffff 20
  143. FtlWrite: lpa error:ffffffff 40
  144. FtlWrite: lpa error:ffffffff 60
  145. FtlWrite: lpa error:ffffffff 80
  146. FtlWrite: lpa error:ffffffff a0
  147. FtlWrite: lpa error:ffffffff c0
  148. FtlWrite: lpa error:ffffffff e0
  149. DDR Version 2.04 20150121
  150. In
  151. 1A1A2A2B   0
  152. 1A1A2929   3
  153. LPDDR2
  154. 2A2A292A   F
  155. Bus Width=32 Col=10 Bank=8 Row=14 CS=2 Die Bus-Width=32 Size=1024MB
  156. mach:14
  157. OUT
  158. Boot1 Release Time: 2015-05-25, version: 2.25
  159. ChipType = a 1373
  160. No.1 FLASH ID:ad de 14 a7 42 4a
  161. ECC:60
  162. *V�k%���������0 20
  163. StorageInit ok = 606808
  164. theLѿH�H��ս��с2014.10-RK3128-10 (Jul 25 2018 - 16:32:27)

  165. CPU: rk3128
  166. CPU's clock information:
  167.     arm pll = 300000000HZ
  168.     periph pll = 594000000HZ
  169.     ddr pll = 600000000HZ
  170.     codec pll = 400000000HZ
  171. Board:  Rockchip platform Board
  172. Uboot as second level loader
  173. DRAM:  Found dram banks:1
  174. Adding bank:0000000060000000(0000000040000000)
  175. 128 MiB
  176. rk dma�storage init OK!
  177. Using default environment

  178. GetParam
  179. check parameter success
  180. failed to prepare fdt from boot!
  181. power key: bank-3 pin-23
  182. can't find dts node for ricoh619
  183. can't find dts node for act8846
  184. can't find dts node for rk808
  185. cpu_det GPIO pull up
  186. pmic:rk818
  187. Can't find dts node for fuel guage cw201x
  188. can't find dts node for ADC
  189. SecureBootEn = 0, SecureBootLock = 0

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

  207. Starting kernel ...

  208. <hit enter to activate fiq debugger>
  209. [    0.000000] Booting Linux on physical CPU 0xf00
  210. [    0.000000] Initializing cgroup subsys cpu
  211. [    0.000000] Initializing cgroup subsys cpuacct
  212. [    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
  213. [    0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d
  214. [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  215. [    0.000000] Machine: Rockchip RK3128, model: rockchip,rk3128
  216. [    0.000000] rockchip_uboot_logo_setup: mem: 2000000@9dc00000, offset:0
  217. [    0.000000] rockchip_uboot_mem_reserve: reserve 2000000@9dc00000 for uboot logo
  218. [    0.000000] rockchip_ion_reserve
  219. [    0.000000] ion heap(cma): base(0) size(800000) align(0)
  220. [    0.000000] ion heap(vmalloc): base(0) size(0) align(0)
  221. [    0.000000] cma: CMA: reserved 8 MiB at 9d400000
  222. [    0.000000] ion_reserve: cma reserved base 9d400000 size 8388608
  223. [    0.000000] cma: CMA: reserved 16 MiB at 7f000000
  224. [    0.000000] Memory policy: ECC disabled, Data cache writealloc
  225. [    0.000000] Boot mode: RECOVERY (2) flag: RECOVER (0xc3524203)
  226. [    0.000000] PERCPU: Embedded 9 pages/cpu @c1669000 s14016 r8192 d14656 u36864
  227. [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 261120
  228. [    0.000000] Kernel command line: vmalloc=496M rockchip_jtag console=ttyFIQ0 androidboot.baseband=N/A androidboot.selinux=permissive androidboot.hardware=rk30board a8
  229. [    0.000000] rockchip jtag enabled
  230. [    0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
  231. [    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
  232. [    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
  233. [    0.000000] allocated 2097152 bytes of page_cgroup
  234. [    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
  235. [    0.000000] Memory: 1024MB = 1024MB total
  236. [    0.000000] Memory: 962712k/962712k available, 85864k reserved, 483328K highmem
  237. [    0.000000] Virtual kernel memory layout:
  238. [    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
  239. [    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
  240. [    0.000000]     vmalloc : 0xe0800000 - 0xff000000   ( 488 MB)
  241. [    0.000000]     lowmem  : 0xc0000000 - 0xe0000000   ( 512 MB)
  242. [    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
  243. [    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
  244. [    0.000000]       .text : 0xc0008000 - 0xc0baa70c   (11914 kB)
  245. [    0.000000]       .init : 0xc0bab000 - 0xc0c036c0   ( 354 kB)
  246. [    0.000000]       .data : 0xc0c04000 - 0xc0d1df78   (1128 kB)
  247. [    0.000000]        .bss : 0xc0d1df78 - 0xc0e3eefc   (1156 kB)
  248. [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  249. [    0.000000] Preemptible hierarchical RCU implementation.
  250. [    0.000000]  RCU dyntick-idle grace-period acceleration is enabled.
  251. [    0.000000] NR_IRQS:16 nr_irqs:16 16
  252. [    0.000000] rk_clk_tree_init start! cru base = 0xfed00000
  253. [    0.000000] rk_get_uboot_display_flag: uboot_logo_on = 1
  254. [    0.000000] rkclk_init_clks: cnt_parent = 25
  255. [    0.000000] rkclk_init_clks: cnt_rate = 17
  256. [    0.000000] Architected cp15 timer(s) running at 24.00MHz (phys).
  257. [    0.000000] Switching to timer-based delay loop
  258. [    0.000000] sched_clock: ARM arch timer >56 bits at 24000kHz, resolution 41ns
  259. [    0.000000] process version: 0
  260. [    0.000000] channel:0, lkg:34
  261. [    0.000000] target-temp:85
  262. [    0.000000] FirePrime hardware version: V00
  263. [    0.000000] channel:0, lkg:34
  264. [    0.000000] target-temp:85
  265. [    0.000000] channel:0, lkg:34
  266. [    0.000000] target-temp:85
  267. [    0.000000] sched_clock: 32 bits at 100 Hz, resolution 10000000ns, wraps every 4294967286ms
  268. [    0.548248] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000)
  269. [    0.548275] pid_max: default: 32768 minimum: 301
  270. [    0.548480] Security Framework initialized
  271. [    0.548510] SELinux:  Initializing.
  272. [    0.548643] Mount-cache hash table entries: 512
  273. [    0.549880] Initializing cgroup subsys debug
  274. [    0.549907] Initializing cgroup subsys memory
  275. [    0.549960] Initializing cgroup subsys freezer
  276. [    0.550024] CPU: Testing write buffer coherency: ok
  277. [    0.550571] /cpus/cpu@0 missing clock-frequency property
  278. [    0.550600] /cpus/cpu@1 missing clock-frequency property
  279. [    0.550619] /cpus/cpu@2 missing clock-frequency property
  280. [    0.550637] /cpus/cpu@3 missing clock-frequency property
  281. [    0.550721] CPU0: thread -1, cpu 0, socket 15, mpidr 80000f00
  282. [    0.550794] Setting up static identity map for 0xc0853248 - 0xc08532a0
  283. [    0.552810] last_log: 0x7e900000 map to 0xe0804000 and copy to 0xe0886000, size 0x80000 early 0x17a5 (version 3.0)
  284. [    0.626096] CPU1: Booted secondary processor
  285. [    0.626155] CPU1: thread -1, cpu 1, socket 15, mpidr 80000f01
  286. [    0.645781] CPU2: Booted secondary processor
  287. [    0.645828] CPU2: thread -1, cpu 2, socket 15, mpidr 80000f02
  288. [    0.665534] CPU3: Booted secondary processor
  289. [    0.665578] CPU3: thread -1, cpu 3, socket 15, mpidr 80000f03
  290. [    0.665760] Brought up 4 CPUs
  291. [    0.665813] SMP: Total of 4 processors activated (192.00 BogoMIPS).
  292. [    0.665828] CPU: All CPU(s) started in SVC mode.
  293. [    0.667250] devtmpfs: initialized
  294. [    0.677467] pinctrl core: initialized pinctrl subsystem
  295. [    0.677973] regulator-dummy: no parameters
  296. [    0.679503] NET: Registered protocol family 16
  297. [    0.682951] DMA: preallocated 256 KiB pool for atomic coherent allocations
  298. [    0.683612] ion_snapshot: 0x7e990000 map to 0xe0907000 and copy to 0xc0e1a404 (version 0.1)
  299. [    0.683846] Registered FIQ tty driver
  300. [    0.686259] console [ttyFIQ0] enabled
  301. [    0.686613] Registered fiq debugger ttyFIQ0
  302. [    0.688393] rockchip_get_bank_data:name=/pinctrl@20008000/gpio0@2007c000 start=0x2007c000,end=0x2007c0ff
  303. [    0.688534] rockchip_get_bank_data:name=/pinctrl@20008000/gpio1@20080000 start=0x20080000,end=0x200800ff
  304. [    0.688616] rockchip_get_bank_data:name=/pinctrl@20008000/gpio2@20084000 start=0x20084000,end=0x200840ff
  305. [    0.688692] rockchip_get_bank_data:name=/pinctrl@20008000/gpio3@20088000 start=0x20088000,end=0x200880ff
  306. [    0.688777] rockchip_get_bank_data:name=/pinctrl@20008000/gpio15@2008A000 start=0x20086000,end=0x200860ff
  307. [    0.688850] rockchip_pinctrl_probe:name=rk312x-GPIO,type=5
  308. [    0.688880] rockchip_pinctrl_probe:name=base start=0x20008000,end=0x200080a7
  309. [    0.688909] rockchip_pinctrl_probe:name=mux start=0x200080a8,end=0x200080f3
  310. [    0.688937] rockchip_pinctrl_probe:name=pull start=0x20008118,end=0x20008137
  311. [    0.688966] rockchip_pinctrl_probe:name=drv start=0x20008100,end=0x20008103
  312. [    0.691668] rockchip_pinctrl_probe:init ok
  313. [    0.699442] rk_iommu 1010e300.vop_mmu: (vop) Enter
  314. [    0.699498] rk_iommu 1010e300.vop_mmu: skip request vop mmu irq
  315. [    0.699592] rk_iommu 1010e300.vop_mmu: IOVMM: Created 0x3ffff000 B IOVMM from 0x10000000.
  316. [    0.699621] rk_iommu 1010e300.vop_mmu: (vop) Initialized
  317. [    0.699899] rk_iommu 10104440.hevc_mmu: (hevc) Enter
  318. [    0.700043] rk_iommu 10104440.hevc_mmu: IOVMM: Created 0x3ffff000 B IOVMM from 0x10000000.
  319. [    0.700073] rk_iommu 10104440.hevc_mmu: (hevc) Initialized
  320. [    0.700336] rk_iommu 10106800.vpu_mmu: (vpu) Enter
  321. [    0.700464] rk_iommu 10106800.vpu_mmu: IOVMM: Created 0x3ffff000 B IOVMM from 0x10000000.
  322. [    0.700495] rk_iommu 10106800.vpu_mmu: (vpu) Initialized
  323. [    0.700756] rk_iommu 10108800.iep_mmu: (iep) Enter
  324. [    0.700878] rk_iommu 10108800.iep_mmu: IOVMM: Created 0x3ffff000 B IOVMM from 0x10000000.
  325. [    0.700910] rk_iommu 10108800.iep_mmu: (iep) Initialized
  326. [    0.702494] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
  327. [    0.702524] hw-breakpoint: maximum watchpoint size is 8 bytes.
  328. [    0.702812] DDR DEBUG: version 1.02 20140828
  329. [    0.702837] DDR DEBUG: DRAM Type:LPDDR2
  330. [    0.702863] DDR DEBUG: 2 CS, ROW=14, Bank=8, COL=10, Total Capability=1024MB
  331. [    0.702910] DDR DEBUG: init success!!! freq=300MHz
  332. [    0.756720] bio: create slab <bio-0> at 0
  333. [    0.757729] Rockchip hdmi driver version 2.0
  334. .
  335. [    0.759551] SCSI subsystem initialized
  336. [    0.759919] usbcore: registered new interface driver usbfs
  337. [    0.760052] usbcore: registered new interface driver hub
  338. [    0.760264] usbcore: registered new device driver usb
  339. [    0.762488] rockchip_i2c 20072000.i2c: i2c-0: Rockchip I2C adapter
  340. [    0.765178] media: Linux media interface: v0.10
  341. [    0.765270] Linux video capture interface: v2.00
  342. [    0.765495] pps_core: LinuxPPS API ver. 1 registered
  343. [    0.765520] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  344. [    0.765571] PTP clock support registered
  345. [    0.765669] i2c-core: driver [bq24296] using legacy suspend method
  346. [    0.765693] i2c-core: driver [bq24296] using legacy resume method
  347. [    0.767064] Rockchip ion module is successfully loaded (v1.1)
  348. [    0.767335] Advanced Linux Sound Architecture Driver Initialized.
  349. [    0.768094] Bluetooth: Core ver 2.16
  350. [    0.768202] NET: Registered protocol family 31
  351. [    0.768225] Bluetooth: HCI device and connection manager initialized
  352. [    0.768261] Bluetooth: HCI socket layer initialized
  353. [    0.768291] Bluetooth: L2CAP socket layer initialized
  354. [    0.768349] Bluetooth: SCO socket layer initialized
  355. [    0.768800] cfg80211: Calling CRDA to update world regulatory domain
  356. [  ��ɽ�������line=715
  357. [    0.771221] The device is not act8931
  358. [    0.772005] rk816_i2c_probe,line=794
  359. [    0.772967] rk816 0-001a: read reg 0x17 failed: -11
  360. [    0.773762] rk816 0-001a: read reg 0x18 failed: -11
  361. [    0.773787] pmic is rk816, chip version is fff5
  362. [    0.774547] rk816 0-001a: read reg 0xae failed: -11
  363. [    0.775316] rk816 0-001a: read reg 0xaf failed: -11
  364. [    0.775341] pmic on/off source: on=0xfffffff5, off=0xfffffff5
  365. [    0.783392] rk816 0-001a: The rk816_pre_init_regs failed -11
  366. [    0.783550] rk816: probe of 0-001a failed with error -11
  367. [    0.783628] i2c-core: driver [rk816] using legacy suspend method
  368. [    0.783651] i2c-core: driver [rk816] using legacy resume method
  369. [    0.783739] rk818_i2c_probe,line=1286
  370. [    0.784084] rk818_pre_init,line=1201
  371. [    0.792041] cpu_det_gpio up
  372. [    0.792095] power_hold_gpio up
  373. [    0.792131] rk818_i2c_probe: rk818_pmic_sleep=0
  374. [    0.796127] vdd_arm: 712 <--> 1500 mV at 1100 mV
  375. [    0.800472] vdd_logic: 712 <--> 1500 mV at 1100 mV
  376. [    0.804348] rk818_dcdc3: 1200 mV
  377. [    0.808655] vccio: 1800 <--> 3300 mV at 3000 mV
  378. [    0.812518] rk818_ldo1: 3300 mV
  379. [    0.816427] rk818_ldo2: 3000 mV
  380. [    0.820288] rk818_ldo3: 1100 mV
  381. [    0.824169] rk818_ldo4: 2800 mV
  382. [    0.828028] rk818_ldo5: 3000 mV
  383. [    0.831853] rk818_ldo6: 1200 mV
  384. [    0.835697] rk818_ldo7: 1800 mV
  385. [    0.839572] rk818_ldo8: 1800 mV
  386. [    0.842503] vcc_sd: 1800 <--> 3000 mV at 3000 mV
  387. [    0.844075] rk818_ldo10: at 3000 mV
  388. [    0.845897] rk818_irq_init: rk818_pmic_irq=1
  389. [    0.846527] fireprime_rk818_hdmi_5v_en enable:1
  390. [    0.847368] i2c-core: driver [rk818] using legacy suspend method
  391. [    0.847394] i2c-core: driver [rk818] using legacy resume method
  392. [    0.849713] Switching to clocksource arch_sys_counter
  393. [    0.855111] rk_battery_charger_detect_cb , battery_charger_detect 1
  394. [    0.889031] fb disp policy is box
  395. [    0.889140] rk-fb rockchip-fb: rk fb ion client create success!
  396. [    0.889244] rk-fb rockchip-fb: rockchip framebuffer driver probe
  397. [    0.889769] rk-screen rk_screen.9: rockchip screen probe success
  398. [    0.890367] rk31xx-lvds 20038000.lvds: screen is not lvds/rgb!
  399. [    0.890412] rk31xx-lvds: probe of 20038000.lvds failed with error -22
  400. [    0.891477] rk312x-lcdc lcdc0: can't find power_ctr node for lcdc0
  401. [    0.891508] rk_fb_trsm_ops_get:un supported transmitter:6!
  402. [    0.892073] graphics fb0: rockchip framebuffer registerd:fb0
  403. [    0.892829] graphics fb1: rockchip framebuffer registerd:fb1
  404. [    0.893233] graphics fb2: rockchip framebuffer registerd:fb2
  405. [    0.893882] rk312x-lcdc lcdc0: set lcdc0 dclk failed
  406. [    0.893920] rk312x-lcdc lcdc0: lcdc0: dclk:74250000>>fps:60
  407. [    0.893947] rk312x-lcdc lcdc0: wakeup from standby!
  408. [    0.912696] alloc_buffer:ion_phy_addr=0x10000000
  409. [    0.918007] fb0:phy:10000000>>vir:e0930000>>len:0xb00000
  410. [    0.931408] rk312x-lcdc lcdc0: lcdc0 probe ok, iommu enabled
  411. [    0.934731] NET: Registered protocol family 2
  412. [    0.935635] TCP established hash table entries: 4096 (order: 3, 32768 bytes)
  413. [    0.935766] TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
  414. [    0.935879] TCP: Hash tables configured (established 4096 bind 4096)
  415. [    0.935989] TCP: reno registered
  416. [    0.936017] UDP hash table entries: 256 (order: 1, 8192 bytes)
  417. [    0.936066] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
  418. [    0.936466] NET: Registered protocol family 1
  419. [    0.938733] rk818-battery rk818-battery: invalid fcc(0x0), use design capacity
  420. [    0.939599] rk818-battery rk818-battery: update fcc : 2100
  421. [    0.939890] rk818-battery rk818-battery: not battery, enter test power mode
  422. [    0.961667] rk818-battery rk818-battery: v=4200, ov=4200, rv=0, c=0, pwroff_min=0
  423. [    0.967945] rk818-battery rk818-battery: c=0, v=4200, relax=0, ocv=4200, est=4200, calib=-1
  424. [    0.968707] rk818-battery rk818-battery: reg soc=0, init soc = 0, init cap=0
  425. [    0.997774] rk818-battery rk818-battery: battery driver version 4.0.0
  426. [    0.998552] Unpacking initramfs...
  427. [    1.245766] Freeing initrd memory: 2848K (c5bf0000 - c5eb8000)
  428. [    1.247363] hw perfevents: enabled with ARMv7_Cortex_A7 PMU driver, 5 counters available
  429. [    1.248066] vcodec_service: probe device vpu_combo.10
  430. [    1.248101] vcodec_service: No reset resource define
  431. [    1.248121] vcodec_service: No reset resource define
  432. [    1.248138] vcodec_service: No reset resource define
  433. [    1.248268] vcodec vpu_combo.10: failed on clk_get clk_cabac
  434. [    1.248382] vcodec_service: vpu_combo.10: power on
  435. [    1.248543] vcodec_service: probe device 10106000.vpu_service
  436. [    1.248606] vcodec_service: checking hw id 4831
  437. [    1.249989] vcodec_service: probe device 10104000.hevc_service
  438. [    1.250054] vcodec_service: checking hw id 6867
  439. [    1.251013] vcodec_service: vpu_combo.10: power off...
  440. [    1.251082] vcodec_service: done
  441. [    1.251101] vcodec_service: init success
  442. [    1.251260] rknandbase v1.0 2014-03-31
  443. [    1.251518] rknand_probe clk rate = 148500000
  444. [    1.251699] rknand_driver:ret = 0
  445. [    1.252514] rk_dts_sensor_probe:Get s5k4ec rockchip,power failed!
  446. [    1.252555] s5k4ec_io==1
  447. [    1.252610] the gpiorst1 is 107
  448. [    1.252640] the gpiorst2 is 107
  449. [    1.252697] rk_dts_sensor_probe:Get ov2659 rockchip,power failed!
  450. [    1.252726] s5k4ec_io==2
  451. [    1.252763] rk_dts_sensor_probe:Get gc0329 rockchip,power failed!
  452. [    1.252794] s5k4ec_io==2
  453. [    1.252828] rk_dts_sensor_probe:Get gc2035 rockchip,powerdown failed!
  454. [    1.252857] s5k4ec_io==2
  455. [    1.252899] s5k4ec_io==2
  456. [    1.254555] audit: initializing netlink socket (disabled)
  457. [    1.254641] type=2000 audit(0.710:1): initialized
  458. [    1.256048] bounce pool size: 64 pages
  459. [    1.266513] fuse init (API version 7.22)
  460. [    1.267390] msgmni has been set to 973
  461. [    1.271046] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
  462. [    1.271084] io scheduler noop registered
  463. [    1.271104] io scheduler deadline registered
  464. [    1.271329] io scheduler cfq registered (default)
  465. [    1.276897] rga 1010c000.rga: rga ion client create success!
  466. [    1.277218] rga: Driver loaded succesfully
  467. [    1.277344] rga: Module initialized.
  468. [    1.381461] rk-hdmi 20034000.hdmi: rockchip_hdmiv1_set_pwr_mode change pwr_mode 0 --> 1
  469. [    1.381498] rk-hdmi 20034000.hdmi: rockchip_hdmiv1_set_pwr_mode change pwr_mode LOWER_PWR
  470. [    1.381690] rk-hdmi 20034000.hdmi: hdmi probe success.
  471. [    1.382653] IEP Power ON
  472. [    1.382735] iep ion client create success!
  473. [    1.383214] IEP Power OFF
  474. [    1.383251] IEP Driver loaded succesfully
  475. [    1.383406] Module initialized.
  476. [    1.383874] cvbs connect to lcdc0
  477. [    1.383943] rk312x-lcdc lcdc0: lcdc0: dclk:27000000>>fps:63
  478. [    1.384143] rk3036-tve 1010e200.tve: rockchip,rk312x-tve tv encoder probe ok
  479. [    1.386938] dma-pl330 20078000.pdma: Loaded driver for PL330 DMAC-2364208
  480. [    1.386976] dma-pl330 20078000.pdma:         DBUFF-64x8bytes Num_Chans-8 Num_Peri-16 Num_Events-16
  481. [    1.387848] rk_serial.c v1.8 2014-03-04
  482. [    1.388199] 20060000.serial: ttyS0 at MMIO 0x20060000 (irq = 52) is a rk29_serial.0
  483. [    1.388635] serial 20060000.serial: membase e3452000
  484. [    1.395123] loop: module loaded
  485. [    1.395256] i2c-core: driver [mpu6050B1] using legacy suspend method
  486. [    1.395280] i2c-core: driver [mpu6050B1] using legacy resume method
  487. [    1.395307] mpu_init: Probe name mpu6050B1
  488. [    1.395660] ak8963_mod_init: Probe name ak8963_mod
  489. [    1.396953] SCSI Media Changer driver v0.25
  490. [    1.397687] tun: Universal TUN/TAP device driver, 1.6
  491. [    1.397714] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
  492. [    1.398011] vmac_init.
  493. [    1.399128] stmmac_probe_config_dt: Can not read property: pmu_regulator.
  494. [    1.399160] stmmac_probe_config_dt: Can not read property: pmu_enable_level.
  495. [    1.399185] stmmac_probe_config_dt: clock input or output? (input).
  496. [    1.399208] stmmac_probe_config_dt: TX delay(0x30).
  497. [    1.399230] stmmac_probe_config_dt: RX delay(0x10).
  498. [    1.399331] stmmac_probe_config_dt: is rockchip,rk312x-gmac
  499. [    1.399351] stmmc_pltfr_init:
  500. [    1.399370] stmmc_pltfr_init: ERROR: Get power-gpio failed.
  501. [    1.399466] stmmc_pltfr_init: init for RGMII
  502. [    1.399491] tx delay=0x30
  503. [    1.399491] rx delay=0x10
  504. [    1.399731] stmmac - user ID: 0x10, Synopsys ID: 0x35
  505. [    1.399752]  Normal descriptors
  506. [    1.399768]  Ring mode enabled
  507. [    1.399786]  DMA HW capability register supported
  508. [    1.399805]  RX Checksum Offload Engine supported (type 2)
  509. [    1.399825]  TX Checksum insertion supported
  510. [    1.399842]  Wake-Up On Lan supported
  511. [    1.399915]  Enable RX Mitigation via HW Watchdog Timer
  512. [    1.400782] PPP generic driver version 2.4.2
  513. [    1.401208] PPP BSD Compression module registered
  514. [    1.401234] PPP Deflate Compression module registered
  515. [    1.401271] PPP MPPE Compression module registered
  516. [    1.401294] NET: Registered protocol family 24
  517. [    1.401351] SLIP: version 0.8.4-NET3.019-NEWTTY (dynamic channels, max=256) (6 bit encapsulation enabled).
  518. [    1.401376] CSLIP: code copyright 1989 Regents of the University of California.
  519. [    1.401399] Rockchip WiFi SYS interface (V1.00) ...
  520. [    1.401470] esp_mem_init enter date Jul  7 2017 09:43:11
  521. [    1.401492] esp_mem_init VERSION [V2.5]
  522. [    1.401572] esp_mem_init complete
  523. [    1.401697] usbcore: registered new interface driver catc
  524. [    1.401784] usbcore: registered new interface driver kaweth
  525. [    1.401807] pegasus: v0.9.3 (2013/04/25), Pegasus/Pegasus II USB Ethernet driver
  526. [    1.401890] usbcore: registered new interface driver pegasus
  527. [    1.401971] usbcore: registered new interface driver rtl8150
  528. [    1.402051] usbcore: registered new interface driver r8152
  529. [    1.402073] hso: drivers/net/usb/hso.c: Option Wireless
  530. [    1.402228] usbcore: registered new interface driver hso
  531. [    1.402326] usbcore: registered new interface driver asix
  532. [    1.402409] usbcore: registered new interface driver ax88179_178a
  533. [    1.402490] usbcore: registered new interface driver cdc_ether
  534. [    1.402570] usbcore: registered new interface driver cdc_eem
  535. [    1.402649] usbcore: registered new interface driver dm9601
  536. [    1.402738] usbcore: registered new interface driver dm9620
  537. [    1.402839] usbcore: registered new interface driver smsc75xx
  538. [    1.402938] usbcore: registered new interface driver smsc95xx
  539. [    1.403026] usbcore: registered new interface driver gl620a
  540. [    1.403108] usbcore: registered new interface driver net1080
  541. [    1.403188] usbcore: registered new interface driver plusb
  542. [    1.403279] usbcore: registered new interface driver rndis_host
  543. [    1.403362] usbcore: registered new interface driver cdc_subset
  544. [    1.403442] usbcore: registered new interface driver zaurus
  545. [    1.403524] usbcore: registered new interface driver MOSCHIP usb-ethernet driver
  546. [    1.403655] usbcore: registered new interface driver int51x1
  547. [    1.403739] usbcore: registered new interface driver kalmia
  548. [    1.403822] usbcore: registered new interface driver ipheth
  549. [    1.403923] usbcore: registered new interface driver sierra_net
  550. [    1.404009] usbcore: registered new interface driver cx82310_eth
  551. [    1.404111] usbcore: registered new interface driver cdc_ncm
  552. [    1.404197] usbcore: registered new interface driver qmi_wwan
  553. [    1.404279] usbcore: registered new interface driver cdc_mbim
  554. [    1.404302] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  555. [    1.406270] EHCI: ehci_rk_probe e3480000 e3480010
  556. [    1.406308] rockchip_ehci_host 101c0000.usb: EHCI Host Controller
  557. [    1.406361] rockchip_ehci_host 101c0000.usb: new USB bus registered, assigned bus number 1
  558. [    1.406994] rockchip_ehci_host 101c0000.usb: irq 43, io mem 0x101c0000
  559. [    1.420572] rockchip_ehci_host 101c0000.usb: USB 2.0 started, EHCI 1.00
  560. [    1.420726] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  561. [    1.420759] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  562. [    1.420786] usb usb1: Product: EHCI Host Controller
  563. [    1.420810] usb usb1: Manufacturer: Linux 3.10.0 ehci_hcd
  564. [    1.420834] usb usb1: SerialNumber: 101c0000.usb
  565. [    1.421766] hub 1-0:1.0: USB hub found
  566. [    1.421816] hub 1-0:1.0: 1 port detected
  567. [    1.422190] EHCI: ehci_rk_probe ok
  568. [    1.422369] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  569. [    1.422602] ohci-rockchip 101e0000.usb: RK OHCI Host Controller
  570. [    1.422665] ohci-rockchip 101e0000.usb: new USB bus registered, assigned bus number 2
  571. [    1.422748] ohci-rockchip 101e0000.usb: irq 64, io mem 0x101e0000
  572. [    1.483638] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
  573. [    1.483673] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  574. [    1.483701] usb usb2: Product: RK OHCI Host Controller
  575. [    1.483725] usb usb2: Manufacturer: Linux 3.10.0 ohci_hcd
  576. [    1.483749] usb usb2: SerialNumber: 101e0000.usb
  577. [    1.484634] hub 2-0:1.0: USB hub found
  578. [    1.484692] hub 2-0:1.0: 1 port detected
  579. [    1.485334] usbcore: registered new interface driver cdc_acm
  580. [    1.485359] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
  581. [    1.485478] usbcore: registered new interface driver usblp
  582. [    1.485574] usbcore: registered new interface driver cdc_wdm
  583. [    1.485737] usbcore: registered new interface driver usb-storage
  584. [    1.485823] usbcore: registered new interface driver ums-alauda
  585. [    1.485905] usbcore: registered new interface driver ums-cypress
  586. [    1.485988] usbcore: registered new interface driver ums-datafab
  587. [    1.486071] usbcore: registered new interface driver ums_eneub6250
  588. [    1.486150] usbcore: registered new interface driver ums-freecom
  589. [    1.486231] usbcore: registered new interface driver ums-isd200
  590. [    1.486312] usbcore: registered new interface driver ums-jumpshot
  591. [    1.486401] usbcore: registered new interface driver ums-karma
  592. [    1.486485] usbcore: registered new interface driver ums-onetouch
  593. [    1.486569] usbcore: registered new interface driver ums-sddr09
  594. [    1.486658] usbcore: registered new interface driver ums-sddr55
  595. [    1.486741] usbcore: registered new interface driver ums-usbat
  596. [    1.486929] usbcore: registered new interface driver usbserial
  597. [    1.487014] usbcore: registered new interface driver usbserial_generic
  598. [    1.487086] usbserial: USB Serial support registered for generic
  599. [    1.487173] usbcore: registered new interface driver option
  600. [    1.487253] usbserial: USB Serial support registered for GSM modem (1-port)
  601. [    1.487476] usbcore: registered new interface driver trancevibrator
  602. [    1.487500] usb20_otg: version 3.10a 21-DEC-2012
  603. [    1.488144] e3500040
  604. [    1.488172] Core Release: 2.91a
  605. [    1.488193] Setting default values for core params
  606. [    1.488456] Using Buffer DMA mode
  607. [    1.488478] Periodic Transfer Interrupt Enhancement - disabled
  608. [    1.488499] Multiprocessor Interrupt Enhancement - disabled
  609. [    1.488520] OTG VER PARAM: 0, OTG VER FLAG: 0
  610. [    1.488538] ^^^^^^^^^^^^^^^^^Device Mode
  611. [    1.488563] Dedicated Tx FIFOs mode
  612. [    1.488601] pcd_init otg_dev = c5a0a5c0
  613. [    1.488964] usb20_otg 10180000.usb: DWC OTG Controller
  614. [    1.489020] usb20_otg 10180000.usb: new USB bus registered, assigned bus number 3
  615. [    1.489090] usb20_otg 10180000.usb: irq 42, io mem 0x00000000
  616. [    1.489212] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
  617. [    1.489244] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  618. [    1.489270] usb usb3: Product: DWC OTG Controller
  619. [    1.489294] usb usb3: Manufacturer: Linux 3.10.0 dwc_otg_hcd
  620. [    1.489319] usb usb3: SerialNumber: 10180000.usb
  621. [    1.490298] hub 3-0:1.0: USB hub found
  622. [    1.490346] hub 3-0:1.0: 1 port detected
  623. [    1.490992] usb20_host: version 3.10a 21-DEC-2012
  624. [    1.491935] usbcore: registered new interface driver xpad
  625. [    1.492067] usbcore: registered new interface driver usb_acecad
  626. [    1.492171] usbcore: registered new interface driver aiptek
  627. [    1.492273] usbcore: registered new interface driver gtco
  628. [    1.492371] usbcore: registered new interface driver hanwang
  629. [    1.492466] usbcore: registered new interface driver kbtab
  630. [    1.492579] usbcore: registered new interface driver wacom
  631. [    1.493442] sensor_register_slave:mma8452,id=17
  632. [    1.493472] sensor_register_slave:gs_mc3230,id=23
  633. [    1.493490] gsensor_init
  634. [    1.493509] sensor_register_slave:mpu6880_acc,id=24
  635. [    1.493529] sensor_register_slave:cm3217,id=47
  636. [    1.493550] sensor_register_slave:cm3218,id=48
  637. [    1.493932] .. rk pwm remotectl v1.1 init
  638. [    1.494347] input: 20050030.pwm as /devices/20050030.pwm/input/input0
  639. [    1.500624] rtc_hym8563 0-0051: rtc core: registered hym8563 as rtc0
  640. [    1.501342] i2c /dev entries driver
  641. [    1.501990] IR NEC protocol handler initialized
  642. [    1.502017] IR RC5(x) protocol handler initialized
  643. [    1.502036] IR RC6 protocol handler initialized
  644. [    1.502055] IR JVC protocol handler initialized
  645. [    1.502072] IR Sony protocol handler initialized
  646. [    1.502090] IR RC5 (streamzap) protocol handler initialized
  647. [    1.502110] IR SANYO protocol handler initialized
  648. [    1.502128] IR MCE Keyboard/mouse protocol handler initialized
  649. [    1.502648] usbcore: registered new interface driver uvcvideo
  650. [    1.502672] USB Video Class driver (1.1.1)
  651. [    1.502696] CamSys driver version: v0.27.1,  CamSys head file version: v0.10.0
  652. [    1.502722] E:camsys_soc_init(87): camsys isn't support soc: 0x31260001!
  653. [    1.504851] i2c-core: driver [bq27320] using legacy suspend method
  654. [    1.504882] i2c-core: driver [bq27320] using legacy resume method
  655. [    1.505656] device-mapper: uevent: version 1.0.3
  656. [    1.506184] device-mapper: ioctl: 4.24.0-ioctl (2013-01-15) initialised: dm-devel@redhat.com
  657. [    1.506894] Bluetooth: HCI UART driver ver 2.2
  658. [    1.506924] Bluetooth: HCI H4 protocol initialized
  659. [    1.506944] Bluetooth: HCILL protocol initialized
  660. [    1.506964] rtk_btusb: Realtek Bluetooth USB driver module init, version 2.19
  661. [    1.506985] rtk_btusb: Register usb char device interface for BT driver
  662. [    1.507382] usbcore: registered new interface driver rtk_btusb
  663. [    1.513172] cpufreq version 1.0, suspend freq 1008 MHz
  664. [    1.513551] cpuidle: using governor ladder
  665. [    1.513578] cpuidle: using governor menu
  666. [    1.513653] Synopsys Designware Multimedia Card Interface Driver
  667. [    1.513676] MHSC version = Ver 2.00 2015-06-10
  668. [    1.514115] dw cru_regsbase addr 0x124.
  669. [    1.514140] dw cru_reset_offset val 3.
  670. [    1.514168] dwmmc_rockchip 1021c000.rksdmmc: Version ID is 270a
  671. [    1.514230] dwmmc_rockchip 1021c000.rksdmmc: failed to get hpclk_mmc
  672. [    1.514696] dwmmc_rockchip 1021c000.rksdmmc: Using external DMA controller.
  673. [    1.515120] dw_mci_init_slot: fmin=400000, fmax=50000000 [mmc0]
  674. [    1.515381] 1358..dw_mci_set_ios:  no card. [mmc0]
  675. [    1.528819] 1358..dw_mci_set_ios:  no card. [mmc0]
  676. [    1.548572] rk_sdmmc: BOOT dw_mci_setup_bus: argue clk_mmc workaround out 800000Hz for init[mmc0]
  677. [    1.548631] dwmmc_rockchip 1021c000.rksdmmc: DW MMC controller at irq 48, 32 bit host data width, 256 deep fifo
  678. [    1.548665] dwmmc_rockchip 1021c000.rksdmmc: 1 slots initialized
  679. [    1.549270] dw cru_regsbase addr 0x124.
  680. [    1.549304] dw cru_reset_offset val 1.
  681. [    1.549333] dwmmc_rockchip 10214000.rksdmmc: Version ID is 270a
  682. [    1.549393] dwmmc_rockchip 10214000.rksdmmc: failed to get hpclk_mmc
  683. [    1.550155] dwmmc_rockchip 10214000.rksdmmc: Using external DMA controller.
  684. [    1.550530] dw_mci_init_slot: fmin=400000, fmax=37500000 [mmc1]
  685. [    1.551177] 1358..dw_mci_set_ios:  no card. [mmc1]
  686. [    1.568165] 1358..dw_mci_set_ios:  no card. [mmc1]
  687. [    1.587861] 1358..dw_mci_set_ios:  no card. [mmc1]
  688. [    1.587884] dwmmc_rockchip 10214000.rksdmmc: DW MMC controller at irq 46, 32 bit host data width, 256 deep fifo
  689. [    1.587892] dwc_otg_hcd_suspend, usb device mode
  690. [    1.587914] dwmmc_rockchip 10214000.rksdmmc: 1 slots initialized
  691. [    1.588234] dw cru_regsbase addr 0x124.
  692. [    1.588249] dw cru_reset_offset val 2.
  693. [    1.588262] dwmmc_rockchip 10218000.rksdmmc: Version ID is 270a
  694. [    1.588303] dwmmc_rockchip 10218000.rksdmmc: failed to get hpclk_mmc
  695. [    1.588550] dwmmc_rockchip 10218000.rksdmmc: Using external DMA controller.
  696. [    1.588803] dw_mci_init_slot: fmin=200000, fmax=37500000 [mmc2]
  697. [    1.589045] 1358..dw_mci_set_ios:  no card. [mmc2]
  698. [    1.607518] 1358..dw_mci_set_ios:  no card. [mmc2]
  699. [    1.627208] 1358..dw_mci_set_ios:  no card. [mmc2]
  700. [    1.627263] dwmmc_rockchip 10218000.rksdmmc: DW MMC controller at irq 47, 32 bit host data width, 256 deep fifo
  701. [    1.627280] dwmmc_rockchip 10218000.rksdmmc: 1 slots initialized
  702. [    1.627567] leds-gpio leds.18: pins are not configured from the driver
  703. [    1.627960] hidraw: raw HID events driver (C) Jiri Kosina
  704. [    1.630425] usbcore: registered new interface driver usbhid
  705. [    1.630443] usbhid: USB HID core driver
  706. [    1.631009] zram: Created 1 device(s) ...
  707. [    1.631585] ashmem: initialized
  708. [    1.631786] logger: created 256K log 'log_main'
  709. [    1.631943] logger: created 256K log 'log_events'
  710. [    1.632110] logger: created 256K log 'log_radio'
  711. [    1.632272] logger: created 256K log 'log_system'
  712. [    1.633847] input: rk29-keypad as /devices/2006c000.adc/key.21/input/input1
  713. [    1.635325] ------------[ cut here ]------------
  714. [    1.635348] WARNING: at drivers/gpio/gpiolib.c:160 gpio_ensure_requested+0x4c/0xb4()
  715. [    1.635360] autorequest GPIO-27
  716. [    1.635369] Modules linked in:
  717. [    1.635388] CPU: 1 PID: 1 Comm: swapper/0 Not tainted 3.10.0 #147
  718. [    1.635422] [<c0013e44>] (unwind_backtrace+0x0/0xe0) from [<c001175c>] (show_stack+0x10/0x14)
  719. [    1.635445] [<c001175c>] (show_stack+0x10/0x14) from [<c0036278>] (warn_slowpath_common+0x4c/0x68)
  720. [    1.635466] [<c0036278>] (warn_slowpath_common+0x4c/0x68) from [<c0036314>] (warn_slowpath_fmt+0x2c/0x3c)
  721. [    1.635487] [<c0036314>] (warn_slowpath_fmt+0x2c/0x3c) from [<c0298428>] (gpio_ensure_requested+0x4c/0xb4)
  722. [    1.635508] [<c0298428>] (gpio_ensure_requested+0x4c/0xb4) from [<c0299488>] (gpiod_direction_input+0x58/0x1f0)
  723. [    1.635532] [<c0299488>] (gpiod_direction_input+0x58/0x1f0) from [<c0660924>] (rk312x_platform_probe+0x4bc/0x5fc)
  724. [    1.635558] [<c0660924>] (rk312x_platform_probe+0x4bc/0x5fc) from [<c0301af0>] (platform_drv_probe+0x14/0x18)
  725. [    1.635581] [<c0301af0>] (platform_drv_probe+0x14/0x18) from [<c03008b8>] (really_probe+0xa8/0x20c)
  726. [    1.635602] [<c03008b8>] (really_probe+0xa8/0x20c) from [<c0300b14>] (driver_probe_device+0x30/0x48)
  727. [    1.635623] [<c0300b14>] (driver_probe_device+0x30/0x48) from [<c0300b8c>] (__driver_attach+0x60/0x84)
  728. [    1.635643] [<c0300b8c>] (__driver_attach+0x60/0x84) from [<c02ff368>] (bus_for_each_dev+0x50/0x90)
  729. [    1.635663] [<c02ff368>] (bus_for_each_dev+0x50/0x90) from [<c0300118>] (bus_add_driver+0xac/0x20c)
  730. [    1.635684] [<c0300118>] (bus_add_driver+0xac/0x20c) from [<c0301068>] (driver_register+0x9c/0x138)
  731. [    1.635704] [<c0301068>] (driver_register+0x9c/0x138) from [<c00086a4>] (do_one_initcall+0x34/0xc8)
  732. [    1.635726] [<c00086a4>] (do_one_initcall+0x34/0xc8) from [<c0babb28>] (do_initcalls+0x70/0xa0)
  733. [    1.635746] [<c0babb28>] (do_initcalls+0x70/0xa0) from [<c0babbe8>] (kernel_init_freeable+0x90/0x130)
  734. [    1.635767] [<c0babbe8>] (kernel_init_freeable+0x90/0x130) from [<c08304a8>] (kernel_init+0x8/0xe4)
  735. [    1.635789] [<c08304a8>] (kernel_init+0x8/0xe4) from [<c000da98>] (ret_from_fork+0x14/0x3c)
  736. [    1.635832] ---[ end trace 1266878575d67464 ]---
  737. [    1.636116] This platfrom have not i2s_mclk,no need to set i2s_mclk.
  738. [    1.636596] rockchip-spdif 10204000.spdif: spdif ready.
  739. [    1.638713] audio-rk312x audio-rk312x.14:  rk312x-hifi <-> rockchip-i2s.1 mapping ok
  740. [    1.639416] audio-rk312x audio-rk312x.14:  rk312x-voice <-> rockchip-i2s.1 mapping ok
  741. [    1.639455] audio-rk312x audio-rk312x.14: ASoC: no sink widget found for Mic Bias
  742. [    1.639471] audio-rk312x audio-rk312x.14: ASoC: Failed to add route Mic Jack -> direct -> Mic Bias
  743. [    1.639486] audio-rk312x audio-rk312x.14: ASoC: no source widget found for Mic Bias
  744. [    1.639501] audio-rk312x audio-rk312x.14: ASoC: Failed to add route Mic Bias -> direct -> MICP
  745. [    1.639515] audio-rk312x audio-rk312x.14: ASoC: no source widget found for Mic Bias
  746. [    1.639529] audio-rk312x audio-rk312x.14: ASoC: Failed to add route Mic Bias -> direct -> MICN
  747. [    1.639544] audio-rk312x audio-rk312x.14: ASoC: no sink widget found for Mic Bias
  748. [    1.639558] audio-rk312x audio-rk312x.14: ASoC: Failed to add route Headset Jack -> direct -> Mic Bias
  749. [    1.639572] audio-rk312x audio-rk312x.14: ASoC: no source widget found for HPOUTR
  750. [    1.639586] audio-rk312x audio-rk312x.14: ASoC: Failed to add route HPOUTR -> direct -> Ext Spk
  751. [    1.639600] audio-rk312x audio-rk312x.14: ASoC: no source widget found for HPOUTL
  752. [    1.639614] audio-rk312x audio-rk312x.14: ASoC: Failed to add route HPOUTL -> direct -> Ext Spk
  753. [    1.639629] audio-rk312x audio-rk312x.14: ASoC: no source widget found for HPOUTR
  754. [    1.639643] audio-rk312x audio-rk312x.14: ASoC: Failed to add route HPOUTR -> direct -> Headphone Jack
  755. [    1.639658] audio-rk312x audio-rk312x.14: ASoC: no source widget found for HPOUTL
  756. [    1.639672] audio-rk312x audio-rk312x.14: ASoC: Failed to add route HPOUTL -> direct -> Headphone Jack
  757. [    1.641101] u32 classifier
  758. [    1.641119]     Actions configured
  759. [    1.641135] Netfilter messages via NETLINK v0.30.
  760. [    1.641221] nf_conntrack version 0.5.0 (15470 buckets, 61880 max)
  761. [    1.641736] ctnetlink v0.93: registering with nfnetlink.
  762. [    1.641828] NF_TPROXY: Transparent proxy support initialized, version 4.1.0
  763. [    1.641841] NF_TPROXY: Copyright (c) 2006-2007 BalaBit IT Ltd.
  764. [    1.642354] xt_time: kernel timezone is -0000
  765. [    1.642673] ip_tables: (C) 2000-2006 Netfilter Core Team
  766. [    1.642879] arp_tables: (C) 2002 David S. Miller
  767. [    1.642938] TCP: cubic registered
  768. [    1.642949] Initializing XFRM netlink socket
  769. [    1.643340] NET: Registered protocol family 10
  770. [    1.644177] mip6: Mobile IPv6
  771. [    1.644228] ip6_tables: (C) 2000-2006 Netfilter Core Team
  772. [    1.644419] sit: IPv6 over IPv4 tunneling driver
  773. [    1.644983] NET: Registered protocol family 17
  774. [    1.645028] NET: Registered protocol family 15
  775. [    1.645126] Bridge firewalling registered
  776. [    1.645148] Ebtables v2.0 registered
  777. [    1.645434] Bluetooth: RFCOMM TTY layer initialized
  778. [    1.645497] Bluetooth: RFCOMM socket layer initialized
  779. [    1.645509] Bluetooth: RFCOMM ver 1.11
  780. [    1.645521] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
  781. [    1.645532] Bluetooth: BNEP filters: protocol multicast
  782. [    1.645550] Bluetooth: BNEP socket layer initialized
  783. [    1.645561] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
  784. [    1.645578] Bluetooth: HIDP socket layer initialized
  785. [    1.645629] l2tp_core: L2TP core driver, V2.0
  786. [    1.645653] l2tp_ppp: PPPoL2TP kernel driver, V2.0
  787. [    1.645664] [WLAN_RFKILL]: Enter rfkill_wlan_init
  788. [    1.645881] [WLAN_RFKILL]: Enter rfkill_wlan_probe
  789. [    1.645899] [WLAN_RFKILL]: wlan_platdata_parse_dt: wifi_chip_type = ap6212a
  790. [    1.645912] [WLAN_RFKILL]: wlan_platdata_parse_dt: enable wifi power control.
  791. [    1.645924] [WLAN_RFKILL]: wlan_platdata_parse_dt: disable wifi io reference voltage control.
  792. [    1.645937] [WLAN_RFKILL]: wlan_platdata_parse_dt: wifi power controled by gpio.
  793. [    1.645998] [WLAN_RFKILL]: wlan_platdata_parse_dt: get property: WIFI,poweren_gpio = 43, flags = 0.
  794. [    1.646034] [WLAN_RFKILL]: wlan_platdata_parse_dt: get property: WIFI,host_wake_irq = 2, flags = 0.
  795. [    1.646046] [WLAN_RFKILL]: rfkill_wlan_probe: init gpio
  796. [    1.646081] [WLAN_RFKILL]: Exit rfkill_wlan_probe
  797. [    1.646146] [BT_RFKILL]: Enter rfkill_rk_init
  798. [    1.646354] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: uart_rts_gpios = 17.
  799. [    1.646391] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,reset_gpio = 35.
  800. [    1.646414] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,wake_gpio = 42.
  801. [    1.646438] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,wake_host_irq = 41.
  802. [    1.646498] [BT_RFKILL]: Request irq for bt wakeup host
  803. [    1.646625] [BT_RFKILL]: ** disable irq
  804. [    1.646783] [BT_RFKILL]: ap6212 device registered.
  805. [    1.647207] rk_cam_cif(3083):rk312x-camera version: v0.1.14  Zoom by ipp
  806. [    1.647330] rk_cif 1010a000.cif: rk_camera_cif_iomux:could not get cif_pin_all pinstate
  807. [    1.647777] soc-camera-pdrv s5k4ec_back_3: Probing s5k4ec_back_3
  808. [    1.648389] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
  809. [    1.648417] rk312x_init_suspend
  810. [    1.648427] rk312x_suspend_init
  811. [    1.648695] Registering SWP/SWPB emulation handler
  812. [    1.648713] rockchip_uboot_mem_late_init: Freeing uboot logo memory: 2000000@9dc00000
  813. [    1.654069] ddrfreq: verion 1.2 20140526
  814. [    1.654093] ddrfreq: normal 492MHz video_1080p 240MHz video_4k 396MHz dualview 396MHz idle 0MHz suspend 198MHz reboot 492MHz
  815. [    1.654107] ddrfreq: auto-freq=0
  816. [    1.654117] ddrfreq: auto-freq-table[0] 240MHz
  817. [    1.654126] ddrfreq: auto-freq-table[1] 324MHz
  818. [    1.654136] ddrfreq: auto-freq-table[2] 396MHz
  819. [    1.654146] ddrfreq: auto-freq-table[3] 528MHz
  820. [    1.669822] rk818_ldo8: disabling
  821. [    1.671908] rk818_ldo4: disabling
  822. [    1.672585] regulator-dummy: disabling
  823. [    1.672807] register spi return v = :0
  824. [    1.672824] =======================================================
  825. [    1.672837] ==== Launching Wi-Fi driver! (Powered by Rockchip) ====
  826. [    1.672849] =======================================================
  827. [    1.672862]  WiFi driver (Powered by Rockchip,Ver 5.10.WFD.OOB.64bit) init.
  828. [    1.672958] dhd_module_init: in
  829. [    1.672976] ======== bcm_wlan_set_plat_data ========
  830. [    1.672989] [WLAN_RFKILL]: rockchip_wifi_get_oob_irq: Enter
  831. [    1.673036] host_oob_irq: 169
  832. [    1.673049] host_oob_irq_flags=4
  833. [    1.673059] dhd_wifi_platform_load: Enter
  834. [    1.673096] Power-up adapter 'DHD generic adapter'
  835. [    1.673107] pcd_pullup, is_on 0
  836. [    1.673160] wifi_platform_set_power = 1
  837. [    1.673174] ======== PULL WL_REG_ON HIGH! ========
  838. [    1.673187] [WLAN_RFKILL]: rockchip_wifi_power: 1
  839. [    1.673192] file system registered
  840. [    1.673211] [WLAN_RFKILL]: rockchip_wifi_ref_voltage: 1
  841. [    1.673224] [WLAN_RFKILL]: rockchip_wifi_ref_voltage: wifi io reference voltage control is disabled.
  842. [    1.674540] android_usb gadget: Mass Storage Function, version: 2009/09/11
  843. [    1.674562] android_usb gadget: Number of LUNs=2
  844. [    1.674576]  lun0: LUN: removable file: (no medium)
  845. [    1.674589]  lun1: LUN: removable file: (no medium)
  846. [    1.674899] android_usb gadget: android_usb ready
  847. [    1.675039] sensor_init: Probe name sensors
  848. [    1.675072] sensor-dev.c v1.4 add angle calculation support between two gsensors 2013-09-01
  849. [    1.675666] rtc_hym8563 0-0051: setting system clock to 2011-01-01 12:06:22 UTC (1293883582)
  850. [    1.683109] rockchip-spdif-card rockchip-spdif-card.19:  rk-hdmi-spdif-hifi <-> 10204000.spdif mapping ok
  851. [    1.735443] usb 1-1: new high-speed USB device number 2 using rockchip_ehci_host
  852. [    1.755114] Cam_Powerdowm
  853. [    1.755185] rk818_ldo8: operation not allowed
  854. [    1.774801] [WLAN_RFKILL]: wifi turn on power. 43
  855. [    1.824099] rk818_ldo4: operation not allowed
  856. [    1.863363] ret: 0
  857. [    1.883590] min_w = 800,min_h = 600 ,max_real_w = 2592,max_real_h = 1944,max_w = 2592,max_h =1944
  858. [    1.883702] usb 1-1: New USB device found, idVendor=1a40, idProduct=0101
  859. [    1.883722] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
  860. [    1.883739] usb 1-1: Product: USB 2.0 Hub [MTT]
  861. [    1.884350] hub 1-1:1.0: USB hub found
  862. [    1.884550] hub 1-1:1.0: 4 ports detected
  863. [    1.885191] s5k4ec_back_3(rk_cam_sensor:169): write reg(0xfcfc, val:0xd000) failed, try to write again!
  864. [    1.886729] s5k4ec_back_3(rk_cam_sensor:169): write reg(0xfcfc, val:0xd000) failed, try to write again!
  865. [    1.888228] s5k4ec_back_3(rk_cam_sensor:169): write reg(0xfcfc, val:0xd000) failed, try to write again!
  866. [    1.888256] s5k4ec_back_3(rk_cam_sensor:387): write array failed!
  867. [    1.888270] s5k4ec_back_3(rk_cam_sensor:671): soft reset failed
  868. [    1.888270]
  869. [    1.904216] s5k4ec_back_3(rk_cam_sensor:169): write reg(0x2c, val:0x7000) failed, try to write again!
  870. [    1.905727] s5k4ec_back_3(rk_cam_sensor:169): write reg(0x2c, val:0x7000) failed, try to write again!
  871. [    1.907232] s5k4ec_back_3(rk_cam_sensor:169): write reg(0x2c, val:0x7000) failed, try to write again!
  872. [    1.908738] s5k4ec_back_3(rk_cam_sensor:169): write reg(0x2e, val:0x1a4) failed, try to write again!
  873. [    1.910241] s5k4ec_back_3(rk_cam_sensor:169): write reg(0x2e, val:0x1a4) failed, try to write again!
  874. [    1.911747] s5k4ec_back_3(rk_cam_sensor:169): write reg(0x2e, val:0x1a4) failed, try to write again!
  875. [    1.913564] s5k4ec_back_3(rk_cam_sensor:335): read reg(0xf12 val:0x0) failed, try to read again!
  876. [    1.913594] s5k4ec_back_3(rk_cam_sensor:718): error: mismatched   pid = 0xffff
  877. [    1.913594]
  878. [    1.981435] wifi_platform_bus_enumerate device present 1
  879. [    1.981456] ======== Card detection to detect SDIO card! ========
  880. [    1.981471] mmc2:mmc host rescan start!
  881. [    1.981480] ret: 0
  882. [    2.109350] Cam_Powerdowm
  883. [    2.119292] soc-camera-pdrv ov2659_front_4: Probing ov2659_front_4
  884. [    2.188082] ret: 0
  885. [    2.197914] rk_sdmmc: BOOT dw_mci_setup_bus: argue clk_mmc workaround out 800000Hz for init[mmc2]
  886. [    2.233074] mmc2: queuing unknown CIS tuple 0x80 (2 bytes)
  887. [    2.234653] mmc2: queuing unknown CIS tuple 0x80 (3 bytes)
  888. [    2.236236] mmc2: queuing unknown CIS tuple 0x80 (3 bytes)
  889. [    2.239064] mmc2: queuing unknown CIS tuple 0x80 (7 bytes)
  890. [    2.327665] mmc_host mmc2: Bus speed (slot 0) = 37500000Hz (slot req 37500000Hz, actual 37500000HZ div = 0)
  891. [    2.327696] rk_sdmmc: BOOT dw_mci_setup_bus: argue clk_mmc workaround out normal clock [mmc2]
  892. [    2.327801] rk_sdmmc: BOOT Bus speed=37500000Hz,Bus width=4bits.[mmc2]
  893. [    2.330231] mmc2: new high speed SDIO card at address 0001
  894. [    2.335660] Cam_Powerdowm
  895. [    2.336232] min_w = 800,min_h = 600 ,max_real_w = 1600,max_real_h = 1200,max_w = 1600,max_h =1200
  896. [    2.337529] ov2659_front_4(rk_cam_sensor:169): write reg(0x103, val:0x1) failed, try to write again!
  897. [    2.338787] ov2659_front_4(rk_cam_sensor:169): write reg(0x103, val:0x1) failed, try to write again!
  898. [    2.340040] ov2659_front_4(rk_cam_sensor:169): write reg(0x103, val:0x1) failed, try to write again!
  899. [    2.340067] ov2659_front_4(rk_cam_sensor:387): write array failed!
  900. [    2.340080] ov2659_front_4(rk_cam_sensor:671): soft reset failed
  901. [    2.340080]
  902. [    2.346555] bcmsdh_register: register client driver
  903. [    2.346729] bcmsdh_sdmmc: bcmsdh_sdmmc_probe Enter
  904. [    2.346852] bcmsdh_sdmmc: bcmsdh_sdmmc_probe Enter
  905. [    2.346868] bus num (host idx)=2, slot num (rca)=1
  906. [    2.346881] found adapter info 'DHD generic adapter'
  907. [    2.347398] F1 signature read @0x18000000=0x1540a9a6
  908. [    2.350366] F1 signature OK, socitype:0x1 chip:0xa9a6 rev:0x0 pkg:0x4
  909. [    2.351365] DHD: dongle ram size is set to 524288(orig 524288) at 0x0
  910. [    2.351518] wifi_platform_get_mac_addr
  911. [    2.351533] ======== bcm_wlan_get_mac_address ========
  912. [    2.351545] [WLAN_RFKILL]: rockchip_wifi_mac_addr: enter.
  913. [    2.351563] [WLAN_RFKILL]: falsh wifi_custom_mac_addr=[00:00:00:00:00:00]
  914. [    2.351577] [WLAN_RFKILL]: This mac address is not valid, ignored...
  915. [    2.351597] dhd_conf_set_chiprev: chip=0xa9a6, chiprev=0
  916. [    2.351670] dhd_conf_set_conf_path_by_nv_path: config_path=/system/etc/firmware/config.txt
  917. [    2.352253] wl_create_event_handler(): thread:wl_event_handler:70 started
  918. [    2.352264] tsk Enter, tsk = 0xc5be149c
  919. [    2.352533] dhd_attach(): thread:dhd_watchdog_thread:71 started
  920. [    2.352619] dhd_attach(): thread:dhd_dpc:72 started
  921. [    2.352644] dhd_dpc_thread: set dpc_cpucore 0 from config.txt
  922. [    2.352712] dhd_attach(): thread:dhd_rxf:73 started
  923. [    2.352732] dhd_deferred_work_init: work queue initialized
  924. [    2.352965] dhdsdio_probe_init: set use_rxchain 0 from config.txt
  925. [    2.356949] ov2659_front_4(rk_cam_sensor:335): read reg(0x300a val:0x0) failed, try to read again!
  926. [    2.356992] ov2659_front_4(rk_cam_sensor:699): read chip id failed
  927. [    2.364687] Dongle Host Driver, version 1.201.59.5 (r506368)
  928. [    2.364687] Compiled in drivers/net/wireless/bcmdhd on Jul  7 2017 at 09:43:17
  929. [    2.365425] Register interface [wlan0]  MAC: 04:e6:76:52:ef:c2
  930. [    2.365425]
  931. [    2.365451] dhd_prot_ioctl : bus is down. we have nothing to do
  932. [    2.365513] bcmsdh_oob_intr_unregister: Enter
  933. [    2.365527] bcmsdh_oob_intr_unregister: irq is not registered
  934. [    2.365547] dhd_txglom_enable: enable 0
  935. [    2.365558] dhd_bus_devreset:  WLAN OFF DONE
  936. [    2.365637] wifi_platform_set_power = 0
  937. [    2.365650] ======== PULL WL_REG_ON LOW! ========
  938. [    2.365663] [WLAN_RFKILL]: rockchip_wifi_power: 0
  939. [    2.463565] Cam_Powerdowm
  940. [    2.473414] [WLAN_RFKILL]: wifi shut off power.
  941. [    2.473432] [WLAN_RFKILL]: rockchip_wifi_ref_voltage: 0
  942. [    2.473444] [WLAN_RFKILL]: rockchip_wifi_ref_voltage: wifi io reference voltage control is disabled.
  943. [    2.473518] dhd_module_init: Exit err=0
  944. [    2.532478] ret: 0
  945. [    2.562031] soc-camera-pdrv gc0329_front_5: Probing gc0329_front_5
  946. [    2.630867] ret: 0
  947. [    2.778467] Cam_Powerdowm
  948. [    2.779009] min_w = 640,min_h = 480 ,max_real_w = 640,max_real_h = 480,max_w = 640,max_h =480
  949. [    2.799134] gc0329_front_5(rk_cam_sensor:169): write reg(0xfc, val:0x16) failed, try to write again!
  950. [    2.800102] gc0329_front_5(rk_cam_sensor:169): write reg(0xfc, val:0x16) failed, try to write again!
  951. [    2.801064] gc0329_front_5(rk_cam_sensor:169): write reg(0xfc, val:0x16) failed, try to write again!
  952. [    2.828901] gc0329_front_5(rk_cam_sensor:335): read reg(0x0 val:0x0) failed, try to read again!
  953. [    2.828927] gc0329(917): gc0329 read chip id high byte failed
  954. [    2.828927]
  955. [    2.828944] gc0329(924): error: gc0329 mismatched   pid = 0x0
  956. [    2.828944]
  957. [    2.828961] gc0329_front_5(rk_cam_sensor:718): error: mismatched   pid = 0x0
  958. [    2.828961]
  959. [    2.935890] Cam_Powerdowm
  960. [    3.004787] ret: 0
  961. [    3.034336] soc-camera-pdrv gc2035_back_6: Probing gc2035_back_6
  962. [    3.122865] ret: 0
  963. [    3.270463] Cam_Powerdowm
  964. [    3.270477] rk_cam_io(1128):SENSOR_PWRSEQ_PWRDN failed
  965. [    3.270542] soc-camera-pdrv gc2035_back_6: Cannot get I2C adapter #2. No driver?
  966. [    3.378679] Cam_Powerdowm
  967. [    3.378694] rk_cam_io(1128):SENSOR_PWRSEQ_PWRDN failed
  968. [    3.378706] rk_cam_io(1117):SENSOR_PWRSEQ_HWRST failed
  969. [    3.403327] EHCI: rk_ehci_hcd_enable, enable host controller
  970. [    3.447595] ret: 0
  971. [    3.477123] soc-camera-pdrv gc0308_front_7: Probing gc0308_front_7
  972. [    3.565671] ret: 0
  973. [    3.713263] Cam_Powerdowm
  974. [    3.713332] soc-camera-pdrv gc0308_front_7: Cannot get I2C adapter #2. No driver?
  975. [    3.821503] Cam_Powerdowm
  976. [    3.890396] ret: 0
  977. [    4.598865] rk312x_delay_workq
  978. [    4.716974] rockchip_line_in enable
  979. [    4.716993]  [on]
  980. [    5.926284] rk818-battery rk818-battery: changed: dsoc=0, rsoc=0
  981. [    6.915488] rk818-battery rk818-battery: changed: dsoc=0, rsoc=0
  982. [    6.916717] rk818-battery rk818-battery: set charge to digital termination mode
  983. [    9.371518] [otg id chg] last id -1 current id 256
  984. [    9.371636] PortPower off
  985. [    9.471122] Using Buffer DMA mode
  986. [    9.471142] Periodic Transfer Interrupt Enhancement - disabled
  987. [    9.471153] Multiprocessor Interrupt Enhancement - disabled
  988. [    9.471167] OTG VER PARAM: 0, OTG VER FLAG: 0
  989. [    9.471177] ^^^^^^^^^^^^^^^^^Device Mode
  990. [    9.961846] ***************vbus detect*****************
  991. [  237.413444] INFO: task swapper/0:1 blocked for more than 120 seconds.
  992. [  237.413548] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
  993. [  237.413614] swapper/0       D c0851b6c     0     1      0 0x00000000
  994. [  237.413773] [<c0851b6c>] (__schedule+0x48c/0x554) from [<c084ffe4>] (schedule_timeout+0x1c/0x260)
  995. [  237.413882] [<c084ffe4>] (schedule_timeout+0x1c/0x260) from [<c0851498>] (wait_for_common+0xd0/0x164)
  996. [  237.413990] [<c0851498>] (wait_for_common+0xd0/0x164) from [<c0bd248c>] (drm_misc_init+0x24/0xb8)
  997. [  237.414099] [<c0bd248c>] (drm_misc_init+0x24/0xb8) from [<c00086a4>] (do_one_initcall+0x34/0xc8)
  998. [  237.414206] [<c00086a4>] (do_one_initcall+0x34/0xc8) from [<c0babb28>] (do_initcalls+0x70/0xa0)
  999. [  237.414312] [<c0babb28>] (do_initcalls+0x70/0xa0) from [<c0babbe8>] (kernel_init_freeable+0x90/0x130)
  1000. [  237.414419] [<c0babbe8>] (kernel_init_freeable+0x90/0x130) from [<c08304a8>] (kernel_init+0x8/0xe4)
  1001. [  237.414529] [<c08304a8>] (kernel_init+0x8/0xe4) from [<c000da98>] (ret_from_fork+0x14/0x3c)
复制代码

回复

使用道具 举报

3747

积分

17

威望

18

贡献

官方团队

Rank: 9Rank: 9Rank: 9

积分
3747
发表于 2018-7-31 17:08:13        只看该作者  板凳
Buridan 发表于 2018-7-31 11:44
低格后烧录为官方的Firefly-RK3128_Android5.1.1_Public_180725固件,也不能启动,LOG如下:

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

使用道具 举报

3747

积分

17

威望

18

贡献

官方团队

Rank: 9Rank: 9Rank: 9

积分
3747
发表于 2018-7-31 19:05:37        只看该作者  地板
Buridan 发表于 2018-7-31 11:44
低格后烧录为官方的Firefly-RK3128_Android5.1.1_Public_180725固件,也不能启动,LOG如下:

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

使用道具 举报

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

本版积分规则

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