20231220将NanoPC-T4(RK3399)开发板的Android10的SDK按照Rockchip官方挖掘机开发板编译打包刷机之后启动跑飞

20231220将NanoPC-T4(RK3399)开发板的Android10的SDK按照Rockchip官方挖掘机开发板编译打包刷机之后启动跑飞
2023/12/20 17:19


简略步骤:
rootroot@rootroot-X99-Turbo:~/3TB$ tar --use-compress-program=pigz -xvpf rk3399-android-10.git-20210201.tgz 
rootroot@rootroot-X99-Turbo:~/3TB$ mv rk3399-android-10 14rk3399-android-10
rootroot@rootroot-X99-Turbo:~/3TB$ cd 14rk3399-android-10/
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10$ cd u-boot/
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10/u-boot$ ll
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10/u-boot$ ./make.sh rk3399
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10$ cd kernel/
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10/kernel$ ll
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10/kernel$ 
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10/kernel$ make ARCH=arm64 rockchip_defconfig android-10.config rk3399.config -j36
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10/kernel$ make ARCH=arm64 BOOT_IMG=../rockdev/Image-rk3399_Android10/boot.img rk3399-sapphire-excavator-edp-avb.img -j36
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10/kernel$ cd ..
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10$ ll
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10$ source build/envsetup.sh 
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10$ 
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10$ lunch
     30. rk3399_Android10-userdebug
Which would you like? [aosp_arm-eng] 30
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10$ 
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10$ 
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10$ make -j36
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10$ mv mkimage.sh 2mkimage.sh 
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10$
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10$ 
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10$ 
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10$ cp ./device/rockchip/common/build/rockchip/build.sh .
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10$ cp ./device/rockchip/common/mkimage.sh .
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10$ 
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10$
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10$ ./mkimage.sh
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10$ ./build.sh -u
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10$ 


rootroot@rootroot-X99-Turbo:~/3TB$ tar --use-compress-program=pigz -xvpf rk3399-android-10.git-20210201.tgz 
rootroot@rootroot-X99-Turbo:~/3TB$ mv rk3399-android-10 14rk3399-android-10
rootroot@rootroot-X99-Turbo:~/3TB$ cd 14rk3399-android-10/
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10$ cd u-boot/
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10/u-boot$ ll
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10/u-boot$ ./make.sh rk3399
make for rk3399_defconfig by -j72
  HOSTCC  scripts/basic/fixdep
  HOSTCC  scripts/kconfig/conf.o
  SHIPPED scripts/kconfig/zconf.tab.c
  SHIPPED scripts/kconfig/zconf.lex.c
  SHIPPED scripts/kconfig/zconf.hash.c
  HOSTCC  scripts/kconfig/zconf.tab.o
In file included from scripts/kconfig/zconf.tab.c:2468:
scripts/kconfig/confdata.c: In function ‘conf_write’:
scripts/kconfig/confdata.c:771:19: warning: ‘%s’ directive writing likely 7 or more bytes into a region of size between 1 and 4097 [-Wformat-overflow=]
  771 |  sprintf(newname, "%s%s", dirname, basename);
      |                   ^~~~~~
scripts/kconfig/confdata.c:771:19: note: assuming directive output of 7 bytes
In file included from /usr/include/stdio.h:867,
                 from scripts/kconfig/zconf.tab.c:82:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:36:10: note: ‘__builtin___sprintf_chk’ output 1 or more bytes (assuming 4104) into a destination of size 4097
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from scripts/kconfig/zconf.tab.c:2468:
scripts/kconfig/confdata.c:774:20: warning: ‘.tmpconfig.’ directive writing 11 bytes into a region of size between 1 and 4097 [-Wformat-overflow=]
  774 |   sprintf(tmpname, "%s.tmpconfig.%d", dirname, (int)getpid());
      |                    ^~~~~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:867,
                 from scripts/kconfig/zconf.tab.c:82:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:36:10: note: ‘__builtin___sprintf_chk’ output between 13 and 4119 bytes into a destination of size 4097
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  HOSTLD  scripts/kconfig/conf
#
# configuration written to .config
#
scripts/kconfig/conf  --silentoldconfig Kconfig
  CHK     include/config.h


  CAT     spl/u-boot-spl-dtb.bin
  LD      tpl/u-boot-tpl
  COPY    spl/u-boot-spl.bin
  OBJCOPY tpl/u-boot-tpl-nodtb.bin
  CAT     tpl/u-boot-tpl-dtb.bin
  COPY    tpl/u-boot-tpl.bin
  CFGCHK  u-boot.cfg

 load addr is 0x200000!
pack input u-boot.bin 
pack file size: 1027152(1003 KB)
crc = 0x8ef54754
uboot version: U-Boot 2017.09 (Dec 19 2023 - 20:14:48)
pack uboot.img success! 
pack uboot okay! Input: u-boot.bin
out:trust.img
merge success(trust.img)
/home/rootroot/3TB/14rk3399-android-10/u-boot
pack trust okay! Input: /home/rootroot/3TB/14rk3399-android-10/rkbin/RKTRUST/RK3399TRUST.ini
out:rk3399_loader_v1.24.126.bin
fix opt:rk3399_loader_v1.24.126.bin
merge success(rk3399_loader_v1.24.126.bin)
/home/rootroot/3TB/14rk3399-android-10/u-boot
pack rk3399_loader_v1.24.126.bin okay! Input: /home/rootroot/3TB/14rk3399-android-10/rkbin/RKBOOT/RK3399MINIALL.ini

Platform RK3399 is build OK, with new .config(make rk3399_defconfig)
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10/u-boot$ ll
total 24708
drwxrwxr-x  26 rootroot rootroot    4096 12月 19 20:14 ./
drwxrwxr-x  38 rootroot rootroot    4096 12月 19 20:14 ../
drwxrwxr-x   2 rootroot rootroot    4096 12月 18 19:22 api/
drwxrwxr-x  14 rootroot rootroot    4096 12月 18 19:22 arch/
drwxrwxr-x 181 rootroot rootroot    4096 12月 18 19:22 board/
-rw-rw-r--   1 rootroot rootroot     610 12月 18 19:22 .checkpatch.conf
drwxrwxr-x   6 rootroot rootroot   12288 12月 19 20:14 cmd/
drwxrwxr-x   6 rootroot rootroot   12288 12月 19 20:14 common/
-rw-rw-r--   1 rootroot rootroot   37002 12月 19 20:14 .config
-rw-rw-r--   1 rootroot rootroot    2260 12月 18 19:22 config.mk
drwxrwxr-x   2 rootroot rootroot   86016 12月 18 19:22 configs/
drwxrwxr-x   2 rootroot rootroot    4096 12月 19 20:14 disk/
drwxrwxr-x  10 rootroot rootroot   12288 12月 18 19:22 doc/
drwxrwxr-x   3 rootroot rootroot    4096 12月 18 19:22 Documentation/
drwxrwxr-x  56 rootroot rootroot    4096 12月 19 20:14 drivers/
drwxrwxr-x   2 rootroot rootroot    4096 12月 19 20:14 dts/
drwxrwxr-x   2 rootroot rootroot    4096 12月 19 20:14 env/
drwxrwxr-x   4 rootroot rootroot    4096 12月 18 19:22 examples/
drwxrwxr-x  12 rootroot rootroot    4096 12月 19 20:14 fs/
-rw-rw-r--   1 rootroot rootroot     859 12月 18 19:22 .gitignore
drwxrwxr-x  34 rootroot rootroot   20480 12月 19 20:14 include/
-rw-rw-r--   1 rootroot rootroot    1863 12月 18 19:22 Kbuild
-rw-rw-r--   1 rootroot rootroot   15449 12月 18 19:22 Kconfig
drwxrwxr-x  14 rootroot rootroot   12288 12月 19 20:14 lib/
drwxrwxr-x   2 rootroot rootroot    4096 12月 18 19:22 Licenses/
-rw-rw-r--   1 rootroot rootroot    1323 12月 18 19:22 .mailmap
-rw-rw-r--   1 rootroot rootroot   14387 12月 18 19:22 MAINTAINERS
-rw-rw-r--   1 rootroot rootroot   57240 12月 18 19:22 Makefile
-rwxrwxr-x   1 rootroot rootroot   23334 12月 18 19:22 make.sh*
drwxrwxr-x   2 rootroot rootroot    4096 12月 19 20:14 net/
drwxrwxr-x   5 rootroot rootroot    4096 12月 18 19:22 post/
-rw-rw-r--   1 rootroot rootroot      34 12月 18 19:22 PREUPLOAD.cfg
-rw-rw-r--   1 rootroot rootroot  187683 12月 18 19:22 README
-rw-rw-r--   1 rootroot rootroot  391502 12月 19 20:14 rk3399_loader_v1.24.126.bin
drwxrwxr-x   6 rootroot rootroot    4096 12月 18 19:22 scripts/
-rw-rw-r--   1 rootroot rootroot      17 12月 18 19:22 snapshot.commit
drwxrwxr-x  12 rootroot rootroot    4096 12月 19 20:14 spl/
-rw-rw-r--   1 rootroot rootroot  169571 12月 19 20:14 System.map
drwxrwxr-x  12 rootroot rootroot    4096 12月 19 20:14 test/
drwxrwxr-x  18 rootroot rootroot    4096 12月 19 20:14 tools/
drwxrwxr-x  12 rootroot rootroot    4096 12月 19 20:14 tpl/
-rw-rw-r--   1 rootroot rootroot   11367 12月 18 19:22 .travis.yml
-rw-rw-r--   1 rootroot rootroot 4194304 12月 19 20:14 trust.img
-rwxrwxr-x   1 rootroot rootroot 8496704 12月 19 20:14 u-boot*
-rw-rw-r--   1 rootroot rootroot 1027152 12月 19 20:14 u-boot.bin
-rw-rw-r--   1 rootroot rootroot      46 12月 19 20:14 .u-boot.bin.cmd
-rw-rw-r--   1 rootroot rootroot   15523 12月 19 20:14 u-boot.cfg
-rw-rw-r--   1 rootroot rootroot    9813 12月 19 20:14 u-boot.cfg.configs
-rw-rw-r--   1 rootroot rootroot    1825 12月 19 20:14 .u-boot.cmd
-rw-rw-r--   1 rootroot rootroot   10648 12月 19 20:14 u-boot.dtb
-rw-rw-r--   1 rootroot rootroot 1027152 12月 19 20:14 u-boot-dtb.bin
-rw-rw-r--   1 rootroot rootroot      71 12月 19 20:14 .u-boot-dtb.bin.cmd
-rw-rw-r--   1 rootroot rootroot     226 12月 19 20:14 .u-boot-dtb.img.cmd
-rw-rw-r--   1 rootroot rootroot 4194304 12月 19 20:14 uboot.img
-rw-rw-r--   1 rootroot rootroot     218 12月 19 20:14 .u-boot.img.cmd
-rw-rw-r--   1 rootroot rootroot    1304 12月 19 20:14 u-boot.lds
-rw-rw-r--   1 rootroot rootroot    7979 12月 19 20:14 .u-boot.lds.cmd
-rw-rw-r--   1 rootroot rootroot  866687 12月 19 20:14 u-boot.map
-rwxrwxr-x   1 rootroot rootroot 1016504 12月 19 20:14 u-boot-nodtb.bin*
-rw-rw-r--   1 rootroot rootroot     393 12月 19 20:14 .u-boot-nodtb.bin.cmd
-rwxrwxr-x   1 rootroot rootroot 2922546 12月 19 20:14 u-boot.srec*
-rw-rw-r--   1 rootroot rootroot     380 12月 19 20:14 .u-boot.srec.cmd
-rw-rw-r--   1 rootroot rootroot  329543 12月 19 20:14 u-boot.sym
-rw-rw-r--   1 rootroot rootroot     192 12月 19 20:14 .u-boot.sym.cmd
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10/u-boot$ 
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10/u-boot$ 
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10/u-boot$ ll .config
-rw-rw-r-- 1 rootroot rootroot 37002 12月 19 20:14 .config
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10/u-boot$ 
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10/u-boot$ 
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10/u-boot$ ll *.bin
-rw-rw-r-- 1 rootroot rootroot  391502 12月 19 20:14 rk3399_loader_v1.24.126.bin
-rw-rw-r-- 1 rootroot rootroot 1027152 12月 19 20:14 u-boot.bin
-rw-rw-r-- 1 rootroot rootroot 1027152 12月 19 20:14 u-boot-dtb.bin
-rwxrwxr-x 1 rootroot rootroot 1016504 12月 19 20:14 u-boot-nodtb.bin*
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10/u-boot$ ll *.img
-rw-rw-r-- 1 rootroot rootroot 4194304 12月 19 20:14 trust.img
-rw-rw-r-- 1 rootroot rootroot 4194304 12月 19 20:14 uboot.img
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10/u-boot$ 
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10/u-boot$ 
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10/u-boot$ cd ..
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10$ ll
total 993944
drwxrwxr-x  38 rootroot rootroot      4096 12月 19 20:14 ./
drwxrwxrwx  11 rootroot rootroot      4096 12月 19 12:56 ../
drwxrwxr-x  28 rootroot rootroot      4096 12月 19 13:02 14kernel/
drwxrwxr-x  26 rootroot rootroot      4096 12月 19 12:53 91u-boot/
drwxrwxr-x  28 rootroot rootroot      4096 12月 19 13:13 92kernel/
lrwxrwxrwx   1 rootroot rootroot        19 12月 19 12:42 Android.bp -> build/soong/root.bp
drwxrwxr-x  30 rootroot rootroot      4096 12月 19 12:42 art/
drwxrwxr-x  12 rootroot rootroot      4096 12月 19 12:42 bionic/
drwxrwxr-x   3 rootroot rootroot      4096 12月 19 12:42 bootable/
lrwxrwxrwx   1 rootroot rootroot        26 12月 19 12:42 bootstrap.bash -> build/soong/bootstrap.bash*
drwxrwxr-x   6 rootroot rootroot      4096 12月 19 12:42 build/
lrwxrwxrwx   1 rootroot rootroot        41 12月 19 12:42 build-nanopc-t4.sh -> device/rockchip/rk3399/build-nanopc-t4.sh*
-rwxrwxr-x   1 rootroot rootroot     14109 12月 19 12:42 .classpath*
drwxrwxr-x  11 rootroot rootroot      4096 12月 19 12:42 cts/
drwxrwxr-x   9 rootroot rootroot      4096 12月 19 12:42 dalvik/
drwxrwxr-x   5 rootroot rootroot      4096 12月 19 12:42 developers/
drwxrwxr-x  19 rootroot rootroot      4096 12月 19 12:42 development/
drwxrwxr-x   4 rootroot rootroot      4096 12月 19 12:42 device/
drwxrwxr-x 307 rootroot rootroot     12288 12月 19 12:43 external/
drwxrwxr-x  15 rootroot rootroot      4096 12月 19 12:43 frameworks/
drwxrwxr-x   9 rootroot rootroot      4096 12月 19 12:53 .git/
-rw-rw-r--   1 rootroot rootroot       343 12月 19 12:42 .gitignore
-rw-rw-r--   1 rootroot rootroot       106 12月 19 12:42 .gitmodules
drwxrwxr-x  13 rootroot rootroot      4096 12月 19 12:43 hardware/
-rw-rw-r--   1 rootroot rootroot       162 12月 19 12:43 javaenv.sh
-rw-rw-r--   1 rootroot rootroot 212340395 12月 19 12:56 kernel14.tgz
-rwx------   1 rootroot rootroot 212320468 12月 18 19:25 kernel82.tgz*
drwxrwxr-x  18 rootroot rootroot      4096 12月 19 12:43 libcore/
drwxrwxr-x   7 rootroot rootroot      4096 12月 19 12:43 libnativehelper/
-rw-rw-r--   1 rootroot rootroot        92 12月 19 12:42 Makefile
lrwxrwxrwx   1 rootroot rootroot        33 12月 19 12:43 mkimage.sh -> device/rockchip/rk3399/mkimage.sh*
drwxrwxr-x   9 rootroot rootroot      4096 12月 19 20:10 out/
drwxrwxr-x   5 rootroot rootroot      4096 12月 19 20:03 out1/
drwxrwxr-x   9 rootroot rootroot      4096 12月 19 20:09 out2/
drwxrwxr-x   9 rootroot rootroot      4096 12月 19 12:43 packages/
drwxrwxr-x   5 rootroot rootroot      4096 12月 19 12:43 pdk/
drwxrwxr-x   9 rootroot rootroot      4096 12月 19 12:43 platform_testing/
drwxrwxr-x  28 rootroot rootroot      4096 12月 19 12:51 prebuilts/
drwxrwxr-x   8 rootroot rootroot      4096 12月 19 20:14 rkbin/
-rwx------   1 rootroot rootroot  12356348 12月 18 19:26 rkbin85.tgz*
drwxrwxr-x   9 rootroot rootroot      4096 12月 19 12:42 RKDocs/
drwxrwxr-x   4 rootroot rootroot      4096 12月 19 12:51 rkst/
drwxrwxr-x   4 rootroot rootroot      4096 12月 19 12:42 RKTools/
drwxrwxr-x  23 rootroot rootroot      4096 12月 19 12:51 sdk/
-rwxrwxr-x   1 rootroot rootroot       119 12月 19 12:51 setenv.sh*
-rwxr-xr-x   1 rootroot rootroot        81 2月   2  2021 sync.sh*
drwxrwxr-x  38 rootroot rootroot      4096 12月 19 12:51 system/
drwxrwxr-x   9 rootroot rootroot      4096 12月 19 12:51 test/
drwxrwxr-x   4 rootroot rootroot      4096 12月 19 12:51 toolchain/
drwxrwxr-x  19 rootroot rootroot      4096 12月 19 12:52 tools/
drwxrwxr-x  26 rootroot rootroot      4096 12月 19 20:14 u-boot/
-rwx------   1 rootroot rootroot  17299142 12月 18 19:24 u-boot81.tgz*
drwxrwxr-x   7 rootroot rootroot      4096 12月 19 12:52 vendor/
-rwx------   1 rootroot rootroot 563261380 12月 19 12:42 vendor88.tgz*
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10$ 


rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10$ cd kernel/
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10/kernel$ ll
total 10212
drwxrwxr-x  27 rootroot rootroot    4096 12月 18 19:13 ./
drwxrwxr-x  39 rootroot rootroot    4096 12月 19 20:15 ../
-rw-rw-r--   1 rootroot rootroot   16792 12月 18 19:13 abi_gki_aarch64_cuttlefish_whitelist
-rw-rw-r--   1 rootroot rootroot   56026 12月 18 19:13 abi_gki_aarch64_qcom_whitelist
-rw-rw-r--   1 rootroot rootroot      76 12月 18 19:13 abi_gki_aarch64_whitelist
-rw-rw-r--   1 rootroot rootroot 7166744 12月 18 19:13 abi_gki_aarch64.xml
drwxrwxr-x  26 rootroot rootroot    4096 12月 18 19:13 arch/
drwxrwxr-x   3 rootroot rootroot    4096 12月 18 19:13 block/
-rw-rw-r--   1 rootroot rootroot     242 12月 18 19:13 build.config.aarch64
-rw-rw-r--   1 rootroot rootroot     480 12月 18 19:13 build.config.allmodconfig
-rw-rw-r--   1 rootroot rootroot     131 12月 18 19:13 build.config.allmodconfig.aarch64
-rw-rw-r--   1 rootroot rootroot     127 12月 18 19:13 build.config.allmodconfig.arm
-rw-rw-r--   1 rootroot rootroot     130 12月 18 19:13 build.config.allmodconfig.x86_64
-rw-rw-r--   1 rootroot rootroot     250 12月 18 19:13 build.config.arm
-rw-rw-r--   1 rootroot rootroot     248 12月 18 19:13 build.config.common
-rw-rw-r--   1 rootroot rootroot     583 12月 18 19:13 build.config.cuttlefish.aarch64
-rw-rw-r--   1 rootroot rootroot     574 12月 18 19:13 build.config.cuttlefish.x86_64
-rw-rw-r--   1 rootroot rootroot      63 12月 18 19:13 build.config.gki
-rw-rw-r--   1 rootroot rootroot     316 12月 18 19:13 build.config.gki.aarch64
-rw-rw-r--   1 rootroot rootroot      68 12月 18 19:13 build.config.gki-debug.aarch64
-rw-rw-r--   1 rootroot rootroot      67 12月 18 19:13 build.config.gki-debug.x86_64
-rw-rw-r--   1 rootroot rootroot     121 12月 18 19:13 build.config.gki.x86_64
-rw-rw-r--   1 rootroot rootroot     233 12月 18 19:13 build.config.x86_64
drwxrwxr-x   2 rootroot rootroot    4096 12月 18 19:13 certs/
-rw-rw-r--   1 rootroot rootroot   13061 12月 18 19:13 .clang-format
-rw-rw-r--   1 rootroot rootroot      59 12月 18 19:13 .cocciconfig
drwxrwxr-x   9 rootroot rootroot    4096 12月 18 19:13 configs/
-rw-rw-r--   1 rootroot rootroot     423 12月 18 19:13 COPYING
-rw-rw-r--   1 rootroot rootroot   98741 12月 18 19:13 CREDITS
drwxrwxr-x   4 rootroot rootroot    4096 12月 18 19:13 crypto/
-rw-rw-r--   1 rootroot rootroot     536 12月 18 19:13 cuttlefish.fragment
drwxrwxr-x 120 rootroot rootroot   12288 12月 18 19:13 Documentation/
drwxrwxr-x 144 rootroot rootroot    4096 12月 18 19:13 drivers/
drwxrwxr-x   2 rootroot rootroot    4096 12月 18 19:13 firmware/
drwxrwxr-x  78 rootroot rootroot    4096 12月 18 19:13 fs/
-rw-rw-r--   1 rootroot rootroot      31 12月 18 19:13 .get_maintainer.ignore
-rw-rw-r--   1 rootroot rootroot      30 12月 18 19:13 .gitattributes
-rw-rw-r--   1 rootroot rootroot    1545 12月 18 19:13 .gitignore
drwxrwxr-x  27 rootroot rootroot    4096 12月 18 19:13 include/
drwxrwxr-x   2 rootroot rootroot    4096 12月 18 19:13 init/
drwxrwxr-x   2 rootroot rootroot    4096 12月 18 19:13 ipc/
-rw-rw-r--   1 rootroot rootroot    2245 12月 18 19:13 Kbuild
-rw-rw-r--   1 rootroot rootroot     563 12月 18 19:13 Kconfig
drwxrwxr-x  18 rootroot rootroot    4096 12月 18 19:13 kernel/
drwxrwxr-x  13 rootroot rootroot   12288 12月 18 19:13 lib/
drwxrwxr-x   5 rootroot rootroot    4096 12月 18 19:13 LICENSES/
-rw-rw-r--   1 rootroot rootroot 1152056 12月 18 19:13 logo.bmp
-rw-rw-r--   1 rootroot rootroot 1152056 12月 18 19:13 logo_kernel.bmp
-rw-rw-r--   1 rootroot rootroot    9924 12月 18 19:13 .mailmap
-rw-rw-r--   1 rootroot rootroot  471632 12月 18 19:13 MAINTAINERS
-rw-rw-r--   1 rootroot rootroot   64242 12月 18 19:13 Makefile
drwxrwxr-x   3 rootroot rootroot    4096 12月 18 19:13 mm/
drwxrwxr-x  70 rootroot rootroot    4096 12月 18 19:13 net/
-rw-rw-r--   1 rootroot rootroot     800 12月 18 19:13 README
drwxrwxr-x  27 rootroot rootroot    4096 12月 18 19:13 samples/
-rw-rw-r--   1 rootroot rootroot       0 12月 18 19:13 .scmversion
drwxrwxr-x  14 rootroot rootroot    4096 12月 18 19:13 scripts/
drwxrwxr-x  11 rootroot rootroot    4096 12月 18 19:13 security/
drwxrwxr-x  26 rootroot rootroot    4096 12月 18 19:13 sound/
drwxrwxr-x   4 rootroot rootroot    4096 12月 18 19:13 tests/
drwxrwxr-x  32 rootroot rootroot    4096 12月 18 19:13 tools/
drwxrwxr-x   2 rootroot rootroot    4096 12月 18 19:13 usr/
drwxrwxr-x   4 rootroot rootroot    4096 12月 18 19:13 virt/
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10/kernel$ 
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10/kernel$ 
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10/kernel$ 
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10/kernel$ 
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10/kernel$ make ARCH=arm64 rockchip_defconfig android-10.config rk3399.config -j36
  HOSTCC  scripts/basic/fixdep
  HOSTCC  scripts/kconfig/conf.o
  YACC    scripts/kconfig/zconf.tab.c
  LEX     scripts/kconfig/zconf.lex.c
  HOSTCC  scripts/kconfig/zconf.tab.o
  HOSTLD  scripts/kconfig/conf
#
# configuration written to .config
#
Using .config as base
Merging ./kernel/configs/android-10.config
Value of CONFIG_DEVMEM is redefined by fragment ./kernel/configs/android-10.config:
Previous value: CONFIG_DEVMEM=y
New value: # CONFIG_DEVMEM is not set

Value of CONFIG_BLK_DEV_LOOP_MIN_COUNT is redefined by fragment ./kernel/configs/android-10.config:
Previous value: CONFIG_BLK_DEV_LOOP_MIN_COUNT=8
New value: CONFIG_BLK_DEV_LOOP_MIN_COUNT=16

#
# merged configuration written to .config (needs make)
#
scripts/kconfig/conf  --oldconfig Kconfig
#
# configuration written to .config
#
Using .config as base
Merging ./kernel/configs/rk3399.config
Value of CONFIG_MALI_MIDGARD is redefined by fragment ./kernel/configs/rk3399.config:
Previous value: CONFIG_MALI_MIDGARD=m
New value: CONFIG_MALI_MIDGARD=y

Value of CONFIG_MALI_BIFROST is redefined by fragment ./kernel/configs/rk3399.config:
Previous value: CONFIG_MALI_BIFROST=m
New value: # CONFIG_MALI_BIFROST is not set

Value of CONFIG_MALI_BIFROST_DEVFREQ is redefined by fragment ./kernel/configs/rk3399.config:
Previous value: CONFIG_MALI_BIFROST_DEVFREQ=y
New value: # CONFIG_MALI_BIFROST_DEVFREQ is not set

Value of CONFIG_MALI_PLATFORM_NAME is redefined by fragment ./kernel/configs/rk3399.config:
Previous value: CONFIG_MALI_PLATFORM_NAME="rk"
New value: # CONFIG_MALI_PLATFORM_NAME is not set

Value of CONFIG_MALI_BIFROST_EXPERT is redefined by fragment ./kernel/configs/rk3399.config:
Previous value: CONFIG_MALI_BIFROST_EXPERT=y
New value: # CONFIG_MALI_BIFROST_EXPERT is not set

Value of CONFIG_MALI_BIFROST_DEBUG is redefined by fragment ./kernel/configs/rk3399.config:
Previous value: CONFIG_MALI_BIFROST_DEBUG=y
New value: # CONFIG_MALI_BIFROST_DEBUG is not set

#
# merged configuration written to .config (needs make)
#
scripts/kconfig/conf  --oldconfig Kconfig
#
# configuration written to .config
#
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10/kernel$ 
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10/kernel$ 
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10/kernel$ ll
total 10516
drwxrwxr-x  27 rootroot rootroot    4096 12月 19 20:16 ./
drwxrwxr-x  39 rootroot rootroot    4096 12月 19 20:15 ../
-rw-rw-r--   1 rootroot rootroot   16792 12月 18 19:13 abi_gki_aarch64_cuttlefish_whitelist
-rw-rw-r--   1 rootroot rootroot   56026 12月 18 19:13 abi_gki_aarch64_qcom_whitelist
-rw-rw-r--   1 rootroot rootroot      76 12月 18 19:13 abi_gki_aarch64_whitelist
-rw-rw-r--   1 rootroot rootroot 7166744 12月 18 19:13 abi_gki_aarch64.xml
drwxrwxr-x  26 rootroot rootroot    4096 12月 18 19:13 arch/
drwxrwxr-x   3 rootroot rootroot    4096 12月 18 19:13 block/
-rw-rw-r--   1 rootroot rootroot     242 12月 18 19:13 build.config.aarch64
-rw-rw-r--   1 rootroot rootroot     480 12月 18 19:13 build.config.allmodconfig
-rw-rw-r--   1 rootroot rootroot     131 12月 18 19:13 build.config.allmodconfig.aarch64
-rw-rw-r--   1 rootroot rootroot     127 12月 18 19:13 build.config.allmodconfig.arm
-rw-rw-r--   1 rootroot rootroot     130 12月 18 19:13 build.config.allmodconfig.x86_64
-rw-rw-r--   1 rootroot rootroot     250 12月 18 19:13 build.config.arm
-rw-rw-r--   1 rootroot rootroot     248 12月 18 19:13 build.config.common
-rw-rw-r--   1 rootroot rootroot     583 12月 18 19:13 build.config.cuttlefish.aarch64
-rw-rw-r--   1 rootroot rootroot     574 12月 18 19:13 build.config.cuttlefish.x86_64
-rw-rw-r--   1 rootroot rootroot      63 12月 18 19:13 build.config.gki
-rw-rw-r--   1 rootroot rootroot     316 12月 18 19:13 build.config.gki.aarch64
-rw-rw-r--   1 rootroot rootroot      68 12月 18 19:13 build.config.gki-debug.aarch64
-rw-rw-r--   1 rootroot rootroot      67 12月 18 19:13 build.config.gki-debug.x86_64
-rw-rw-r--   1 rootroot rootroot     121 12月 18 19:13 build.config.gki.x86_64
-rw-rw-r--   1 rootroot rootroot     233 12月 18 19:13 build.config.x86_64
drwxrwxr-x   2 rootroot rootroot    4096 12月 18 19:13 certs/
-rw-rw-r--   1 rootroot rootroot   13061 12月 18 19:13 .clang-format
-rw-rw-r--   1 rootroot rootroot      59 12月 18 19:13 .cocciconfig
-rw-rw-r--   1 rootroot rootroot  154383 12月 19 20:16 .config
-rw-rw-r--   1 rootroot rootroot  155171 12月 19 20:16 .config.old
drwxrwxr-x   9 rootroot rootroot    4096 12月 18 19:13 configs/
-rw-rw-r--   1 rootroot rootroot     423 12月 18 19:13 COPYING
-rw-rw-r--   1 rootroot rootroot   98741 12月 18 19:13 CREDITS
drwxrwxr-x   4 rootroot rootroot    4096 12月 18 19:13 crypto/
-rw-rw-r--   1 rootroot rootroot     536 12月 18 19:13 cuttlefish.fragment
drwxrwxr-x 120 rootroot rootroot   12288 12月 18 19:13 Documentation/
drwxrwxr-x 144 rootroot rootroot    4096 12月 18 19:13 drivers/
drwxrwxr-x   2 rootroot rootroot    4096 12月 18 19:13 firmware/
drwxrwxr-x  78 rootroot rootroot    4096 12月 18 19:13 fs/
-rw-rw-r--   1 rootroot rootroot      31 12月 18 19:13 .get_maintainer.ignore
-rw-rw-r--   1 rootroot rootroot      30 12月 18 19:13 .gitattributes
-rw-rw-r--   1 rootroot rootroot    1545 12月 18 19:13 .gitignore
drwxrwxr-x  29 rootroot rootroot    4096 12月 19 20:16 include/
drwxrwxr-x   2 rootroot rootroot    4096 12月 18 19:13 init/
drwxrwxr-x   2 rootroot rootroot    4096 12月 18 19:13 ipc/
-rw-rw-r--   1 rootroot rootroot    2245 12月 18 19:13 Kbuild
-rw-rw-r--   1 rootroot rootroot     563 12月 18 19:13 Kconfig
drwxrwxr-x  18 rootroot rootroot    4096 12月 18 19:13 kernel/
drwxrwxr-x  13 rootroot rootroot   12288 12月 18 19:13 lib/
drwxrwxr-x   5 rootroot rootroot    4096 12月 18 19:13 LICENSES/
-rw-rw-r--   1 rootroot rootroot 1152056 12月 18 19:13 logo.bmp
-rw-rw-r--   1 rootroot rootroot 1152056 12月 18 19:13 logo_kernel.bmp
-rw-rw-r--   1 rootroot rootroot    9924 12月 18 19:13 .mailmap
-rw-rw-r--   1 rootroot rootroot  471632 12月 18 19:13 MAINTAINERS
-rw-rw-r--   1 rootroot rootroot   64242 12月 18 19:13 Makefile
drwxrwxr-x   3 rootroot rootroot    4096 12月 18 19:13 mm/
drwxrwxr-x  70 rootroot rootroot    4096 12月 18 19:13 net/
-rw-rw-r--   1 rootroot rootroot     800 12月 18 19:13 README
drwxrwxr-x  27 rootroot rootroot    4096 12月 18 19:13 samples/
-rw-rw-r--   1 rootroot rootroot       0 12月 18 19:13 .scmversion
drwxrwxr-x  14 rootroot rootroot    4096 12月 18 19:13 scripts/
drwxrwxr-x  11 rootroot rootroot    4096 12月 18 19:13 security/
drwxrwxr-x  26 rootroot rootroot    4096 12月 18 19:13 sound/
drwxrwxr-x   4 rootroot rootroot    4096 12月 18 19:13 tests/
drwxrwxr-x  32 rootroot rootroot    4096 12月 18 19:13 tools/
drwxrwxr-x   2 rootroot rootroot    4096 12月 18 19:13 usr/
drwxrwxr-x   4 rootroot rootroot    4096 12月 18 19:13 virt/
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10/kernel$ 
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10/kernel$ 
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10/kernel$ ll .config
-rw-rw-r-- 1 rootroot rootroot 154383 12月 19 20:16 .config
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10/kernel$ 
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10/kernel$ 
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10/kernel$ make ARCH=arm64 BOOT_IMG=../rockdev/Image-rk3399_Android10/boot.img rk3399-sapphire-excavator-edp-avb.img -j36
scripts/kconfig/conf  --syncconfig Kconfig
  WRAP    arch/arm64/include/generated/uapi/asm/errno.h
  WRAP    arch/arm64/include/generated/uapi/asm/ioctls.h
  WRAP    arch/arm64/include/generated/uapi/asm/ioctl.h
  WRAP    arch/arm64/include/generated/uapi/asm/ipcbuf.h
  WRAP    arch/arm64/include/generated/uapi/asm/kvm_para.h
  WRAP    arch/arm64/include/generated/uapi/asm/mman.h
  WRAP    arch/arm64/include/generated/uapi/asm/msgbuf.h
  WRAP    arch/arm64/include/generated/uapi/asm/poll.h
  WRAP    arch/arm64/include/generated/uapi/asm/resource.h
  WRAP    arch/arm64/include/generated/uapi/asm/sembuf.h
  WRAP    arch/arm64/include/generated/uapi/asm/shmbuf.h
  WRAP    arch/arm64/include/generated/uapi/asm/socket.h
  WRAP    arch/arm64/include/generated/uapi/asm/sockios.h
  WRAP    arch/arm64/include/generated/uapi/asm/termbits.h
  WRAP    arch/arm64/include/generated/uapi/asm/swab.h
  WRAP    arch/arm64/include/generated/uapi/asm/termios.h
  WRAP    arch/arm64/include/generated/uapi/asm/types.h
  UPD     include/generated/uapi/linux/version.h
  UPD     include/config/kernel.release


  CC [M]  drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/btc/halbtc8822b2ant.o
  CC [M]  drivers/net/wireless/rockchip_wlan/rtl8822bs/platform/platform_ops.o
  CC [M]  drivers/net/wireless/rockchip_wlan/rtl8822bs/core/rtw_mp.o
  LD [M]  drivers/net/wireless/rockchip_wlan/rtl8821cs/8821cs.o
  LD [M]  drivers/net/wireless/rockchip_wlan/rtl8822bs/8822bs.o
  Building modules, stage 2.
  MODPOST 5 modules
  CC      drivers/media/usb/gspca/gspca_main.mod.o
  CC      drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/bcmdhd.mod.o
  CC      drivers/net/wireless/rockchip_wlan/rtl8723cs/8723cs.mod.o
  CC      drivers/net/wireless/rockchip_wlan/rtl8821cs/8821cs.mod.o
  CC      drivers/net/wireless/rockchip_wlan/rtl8822bs/8822bs.mod.o
  LD [M]  drivers/media/usb/gspca/gspca_main.ko
  LD [M]  drivers/net/wireless/rockchip_wlan/rtl8822bs/8822bs.ko
  LD [M]  drivers/net/wireless/rockchip_wlan/rtl8723cs/8723cs.ko
  LD [M]  drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/bcmdhd.ko
  LD [M]  drivers/net/wireless/rockchip_wlan/rtl8821cs/8821cs.ko
  Image:  resource.img (with rk3399-sapphire-excavator-edp-avb.dtb logo.bmp logo_kernel.bmp) is ready
  Image:  boot.img (with Image  resource.img) is ready
  Image:  zboot.img (with Image.lz4  resource.img) is ready
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10/kernel$ ll
total 1783980
drwxrwxr-x  28 rootroot rootroot      4096 12月 19 20:18 ./
drwxrwxr-x  39 rootroot rootroot      4096 12月 19 20:15 ../
-rw-rw-r--   1 rootroot rootroot     16792 12月 18 19:13 abi_gki_aarch64_cuttlefish_whitelist
-rw-rw-r--   1 rootroot rootroot     56026 12月 18 19:13 abi_gki_aarch64_qcom_whitelist
-rw-rw-r--   1 rootroot rootroot        76 12月 18 19:13 abi_gki_aarch64_whitelist
-rw-rw-r--   1 rootroot rootroot   7166744 12月 18 19:13 abi_gki_aarch64.xml
drwxrwxr-x  26 rootroot rootroot      4096 12月 18 19:13 arch/
drwxrwxr-x   3 rootroot rootroot     12288 12月 19 20:18 block/
-rw-rw-r--   1 rootroot rootroot  28606464 12月 19 20:18 boot.img
-rw-rw-r--   1 rootroot rootroot       242 12月 18 19:13 build.config.aarch64
-rw-rw-r--   1 rootroot rootroot       480 12月 18 19:13 build.config.allmodconfig
-rw-rw-r--   1 rootroot rootroot       131 12月 18 19:13 build.config.allmodconfig.aarch64
-rw-rw-r--   1 rootroot rootroot       127 12月 18 19:13 build.config.allmodconfig.arm
-rw-rw-r--   1 rootroot rootroot       130 12月 18 19:13 build.config.allmodconfig.x86_64
-rw-rw-r--   1 rootroot rootroot       250 12月 18 19:13 build.config.arm
-rw-rw-r--   1 rootroot rootroot       248 12月 18 19:13 build.config.common
-rw-rw-r--   1 rootroot rootroot       583 12月 18 19:13 build.config.cuttlefish.aarch64
-rw-rw-r--   1 rootroot rootroot       574 12月 18 19:13 build.config.cuttlefish.x86_64
-rw-rw-r--   1 rootroot rootroot        63 12月 18 19:13 build.config.gki
-rw-rw-r--   1 rootroot rootroot       316 12月 18 19:13 build.config.gki.aarch64
-rw-rw-r--   1 rootroot rootroot        68 12月 18 19:13 build.config.gki-debug.aarch64
-rw-rw-r--   1 rootroot rootroot        67 12月 18 19:13 build.config.gki-debug.x86_64
-rw-rw-r--   1 rootroot rootroot       121 12月 18 19:13 build.config.gki.x86_64
-rw-rw-r--   1 rootroot rootroot       233 12月 18 19:13 build.config.x86_64
-rw-rw-r--   1 rootroot rootroot   1247824 12月 19 20:17 built-in.a
drwxrwxr-x   2 rootroot rootroot      4096 12月 19 20:18 certs/
-rw-rw-r--   1 rootroot rootroot     13061 12月 18 19:13 .clang-format
-rw-rw-r--   1 rootroot rootroot        59 12月 18 19:13 .cocciconfig
-rw-rw-r--   1 rootroot rootroot    154383 12月 19 20:16 .config
-rw-rw-r--   1 rootroot rootroot    154383 12月 19 20:16 .config.old
drwxrwxr-x   9 rootroot rootroot      4096 12月 18 19:13 configs/
-rw-rw-r--   1 rootroot rootroot       423 12月 18 19:13 COPYING
-rw-rw-r--   1 rootroot rootroot     98741 12月 18 19:13 CREDITS
drwxrwxr-x   4 rootroot rootroot     12288 12月 19 20:18 crypto/
-rw-rw-r--   1 rootroot rootroot       536 12月 18 19:13 cuttlefish.fragment
drwxrwxr-x 120 rootroot rootroot     12288 12月 18 19:13 Documentation/
drwxrwxr-x 144 rootroot rootroot      4096 12月 19 20:18 drivers/
drwxrwxr-x   2 rootroot rootroot      4096 12月 19 20:18 firmware/
drwxrwxr-x  78 rootroot rootroot     12288 12月 19 20:18 fs/
-rw-rw-r--   1 rootroot rootroot        31 12月 18 19:13 .get_maintainer.ignore
-rw-rw-r--   1 rootroot rootroot        30 12月 18 19:13 .gitattributes
-rw-rw-r--   1 rootroot rootroot      1545 12月 18 19:13 .gitignore
drwxrwxr-x  29 rootroot rootroot      4096 12月 19 20:16 include/
drwxrwxr-x   2 rootroot rootroot      4096 12月 19 20:18 init/
drwxrwxr-x   2 rootroot rootroot      4096 12月 19 20:18 ipc/
-rw-rw-r--   1 rootroot rootroot      2245 12月 18 19:13 Kbuild
-rw-rw-r--   1 rootroot rootroot       563 12月 18 19:13 Kconfig
drwxrwxr-x  18 rootroot rootroot     12288 12月 19 20:18 kernel/
-rw-rw-r--   1 rootroot rootroot  26185748 12月 19 20:18 kernel.img
drwxrwxr-x  13 rootroot rootroot     24576 12月 19 20:18 lib/
drwxrwxr-x   5 rootroot rootroot      4096 12月 18 19:13 LICENSES/
-rw-rw-r--   1 rootroot rootroot   1152056 12月 18 19:13 logo.bmp
-rw-rw-r--   1 rootroot rootroot   1152056 12月 18 19:13 logo_kernel.bmp
-rw-rw-r--   1 rootroot rootroot      9924 12月 18 19:13 .mailmap
-rw-rw-r--   1 rootroot rootroot    471632 12月 18 19:13 MAINTAINERS
-rw-rw-r--   1 rootroot rootroot     64242 12月 18 19:13 Makefile
-rw-rw-r--   1 rootroot rootroot       915 12月 19 20:18 .missing-syscalls.d
drwxrwxr-x   3 rootroot rootroot     12288 12月 19 20:18 mm/
-rw-rw-r--   1 rootroot rootroot     25891 12月 19 20:18 modules.builtin
-rw-rw-r--   1 rootroot rootroot       297 12月 19 20:18 modules.order
-rw-rw-r--   1 rootroot rootroot    610957 12月 19 20:18 Module.symvers
drwxrwxr-x  70 rootroot rootroot      4096 12月 19 20:18 net/
-rw-rw-r--   1 rootroot rootroot       800 12月 18 19:13 README
-rw-rw-r--   1 rootroot rootroot   2415104 12月 19 20:18 resource.img
drwxrwxr-x  27 rootroot rootroot      4096 12月 18 19:13 samples/
-rw-rw-r--   1 rootroot rootroot         0 12月 18 19:13 .scmversion
drwxrwxr-x  14 rootroot rootroot      4096 12月 19 20:18 scripts/
drwxrwxr-x  11 rootroot rootroot      4096 12月 19 20:18 security/
drwxrwxr-x  26 rootroot rootroot      4096 12月 19 20:18 sound/
-rw-rw-r--   1 rootroot rootroot   4705333 12月 19 20:18 System.map
drwxrwxr-x   4 rootroot rootroot      4096 12月 18 19:13 tests/
-rw-rw-r--   1 rootroot rootroot   1936248 12月 19 20:18 .tmp_kallsyms1.o
-rw-rw-r--   1 rootroot rootroot  11406471 12月 19 20:18 .tmp_kallsyms1.S
-rw-rw-r--   1 rootroot rootroot   1936248 12月 19 20:18 .tmp_kallsyms2.o
-rw-rw-r--   1 rootroot rootroot  11406471 12月 19 20:18 .tmp_kallsyms2.S
-rw-rw-r--   1 rootroot rootroot   4705333 12月 19 20:18 .tmp_System.map
drwxrwxr-x   2 rootroot rootroot      4096 12月 19 20:18 .tmp_versions/
-rwxrwxr-x   1 rootroot rootroot 300993680 12月 19 20:18 .tmp_vmlinux1*
-rwxrwxr-x   1 rootroot rootroot 302894288 12月 19 20:18 .tmp_vmlinux2*
drwxrwxr-x  32 rootroot rootroot      4096 12月 18 19:13 tools/
drwxrwxr-x   2 rootroot rootroot      4096 12月 19 20:18 usr/
-rw-rw-r--   1 rootroot rootroot         2 12月 19 20:17 .version
drwxrwxr-x   4 rootroot rootroot      4096 12月 19 20:18 virt/
-rwxrwxr-x   1 rootroot rootroot 302894288 12月 19 20:18 vmlinux*
-rw-rw-r--   1 rootroot rootroot       309 12月 19 20:18 .vmlinux.cmd
-rw-rw-r--   1 rootroot rootroot 799457576 12月 19 20:17 vmlinux.o
-rw-rw-r--   1 rootroot rootroot  14843904 12月 19 20:18 zboot.img
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10/kernel$ 
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10/kernel$ 
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10/kernel$ ll .config
-rw-rw-r-- 1 rootroot rootroot 154383 12月 19 20:16 .config
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10/kernel$ 
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10/kernel$ 
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10/kernel$ ll *.bin
ls: cannot access '*.bin': No such file or directory
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10/kernel$ 
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10/kernel$ 
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10/kernel$ ll *.img
-rw-rw-r-- 1 rootroot rootroot 28606464 12月 19 20:18 boot.img
-rw-rw-r-- 1 rootroot rootroot 26185748 12月 19 20:18 kernel.img
-rw-rw-r-- 1 rootroot rootroot  2415104 12月 19 20:18 resource.img
-rw-rw-r-- 1 rootroot rootroot 14843904 12月 19 20:18 zboot.img
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10/kernel$ cd ..
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10$ ll
total 993948
drwxrwxr-x  39 rootroot rootroot      4096 12月 19 20:15 ./
drwxrwxrwx  11 rootroot rootroot      4096 12月 19 12:56 ../
drwxrwxr-x  28 rootroot rootroot      4096 12月 19 13:02 14kernel/
drwxrwxr-x  26 rootroot rootroot      4096 12月 19 12:53 91u-boot/
drwxrwxr-x  28 rootroot rootroot      4096 12月 19 13:13 92kernel/
lrwxrwxrwx   1 rootroot rootroot        19 12月 19 12:42 Android.bp -> build/soong/root.bp
drwxrwxr-x  30 rootroot rootroot      4096 12月 19 12:42 art/
drwxrwxr-x  12 rootroot rootroot      4096 12月 19 12:42 bionic/
drwxrwxr-x   3 rootroot rootroot      4096 12月 19 12:42 bootable/
lrwxrwxrwx   1 rootroot rootroot        26 12月 19 12:42 bootstrap.bash -> build/soong/bootstrap.bash*
drwxrwxr-x   6 rootroot rootroot      4096 12月 19 12:42 build/
lrwxrwxrwx   1 rootroot rootroot        41 12月 19 12:42 build-nanopc-t4.sh -> device/rockchip/rk3399/build-nanopc-t4.sh*
-rwxrwxr-x   1 rootroot rootroot     14109 12月 19 12:42 .classpath*
drwxrwxr-x  11 rootroot rootroot      4096 12月 19 12:42 cts/
drwxrwxr-x   9 rootroot rootroot      4096 12月 19 12:42 dalvik/
drwxrwxr-x   5 rootroot rootroot      4096 12月 19 12:42 developers/
drwxrwxr-x  19 rootroot rootroot      4096 12月 19 12:42 development/
drwxrwxr-x   4 rootroot rootroot      4096 12月 19 12:42 device/
drwxrwxr-x 307 rootroot rootroot     12288 12月 19 12:43 external/
drwxrwxr-x  15 rootroot rootroot      4096 12月 19 12:43 frameworks/
drwxrwxr-x   9 rootroot rootroot      4096 12月 19 12:53 .git/
-rw-rw-r--   1 rootroot rootroot       343 12月 19 12:42 .gitignore
-rw-rw-r--   1 rootroot rootroot       106 12月 19 12:42 .gitmodules
drwxrwxr-x  13 rootroot rootroot      4096 12月 19 12:43 hardware/
-rw-rw-r--   1 rootroot rootroot       162 12月 19 12:43 javaenv.sh
drwxrwxr-x  28 rootroot rootroot      4096 12月 19 20:18 kernel/
-rw-rw-r--   1 rootroot rootroot 212340395 12月 19 12:56 kernel14.tgz
-rwx------   1 rootroot rootroot 212320468 12月 18 19:25 kernel82.tgz*
drwxrwxr-x  18 rootroot rootroot      4096 12月 19 12:43 libcore/
drwxrwxr-x   7 rootroot rootroot      4096 12月 19 12:43 libnativehelper/
-rw-rw-r--   1 rootroot rootroot        92 12月 19 12:42 Makefile
lrwxrwxrwx   1 rootroot rootroot        33 12月 19 12:43 mkimage.sh -> device/rockchip/rk3399/mkimage.sh*
drwxrwxr-x   9 rootroot rootroot      4096 12月 19 20:10 out/
drwxrwxr-x   5 rootroot rootroot      4096 12月 19 20:03 out1/
drwxrwxr-x   9 rootroot rootroot      4096 12月 19 20:09 out2/
drwxrwxr-x   9 rootroot rootroot      4096 12月 19 12:43 packages/
drwxrwxr-x   5 rootroot rootroot      4096 12月 19 12:43 pdk/
drwxrwxr-x   9 rootroot rootroot      4096 12月 19 12:43 platform_testing/
drwxrwxr-x  28 rootroot rootroot      4096 12月 19 12:51 prebuilts/
drwxrwxr-x   8 rootroot rootroot      4096 12月 19 20:14 rkbin/
-rwx------   1 rootroot rootroot  12356348 12月 18 19:26 rkbin85.tgz*
drwxrwxr-x   9 rootroot rootroot      4096 12月 19 12:42 RKDocs/
drwxrwxr-x   4 rootroot rootroot      4096 12月 19 12:51 rkst/
drwxrwxr-x   4 rootroot rootroot      4096 12月 19 12:42 RKTools/
drwxrwxr-x  23 rootroot rootroot      4096 12月 19 12:51 sdk/
-rwxrwxr-x   1 rootroot rootroot       119 12月 19 12:51 setenv.sh*
-rwxr-xr-x   1 rootroot rootroot        81 2月   2  2021 sync.sh*
drwxrwxr-x  38 rootroot rootroot      4096 12月 19 12:51 system/
drwxrwxr-x   9 rootroot rootroot      4096 12月 19 12:51 test/
drwxrwxr-x   4 rootroot rootroot      4096 12月 19 12:51 toolchain/
drwxrwxr-x  19 rootroot rootroot      4096 12月 19 12:52 tools/
drwxrwxr-x  26 rootroot rootroot      4096 12月 19 20:14 u-boot/
-rwx------   1 rootroot rootroot  17299142 12月 18 19:24 u-boot81.tgz*
drwxrwxr-x   7 rootroot rootroot      4096 12月 19 12:52 vendor/
-rwx------   1 rootroot rootroot 563261380 12月 19 12:42 vendor88.tgz*
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10$ 
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10$ 
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10$ 
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10$ ll
total 993948
drwxrwxr-x  39 rootroot rootroot      4096 12月 19 20:19 ./
drwxrwxrwx  11 rootroot rootroot      4096 12月 19 12:56 ../
drwxrwxr-x  28 rootroot rootroot      4096 12月 19 13:02 14kernel/
drwxrwxr-x  26 rootroot rootroot      4096 12月 19 12:53 91u-boot/
drwxrwxr-x  28 rootroot rootroot      4096 12月 19 13:13 92kernel/
drwxrwxr-x  28 rootroot rootroot      4096 12月 19 20:18 93kernel/
lrwxrwxrwx   1 rootroot rootroot        19 12月 19 12:42 Android.bp -> build/soong/root.bp
drwxrwxr-x  30 rootroot rootroot      4096 12月 19 12:42 art/
drwxrwxr-x  12 rootroot rootroot      4096 12月 19 12:42 bionic/
drwxrwxr-x   3 rootroot rootroot      4096 12月 19 12:42 bootable/
lrwxrwxrwx   1 rootroot rootroot        26 12月 19 12:42 bootstrap.bash -> build/soong/bootstrap.bash*
drwxrwxr-x   6 rootroot rootroot      4096 12月 19 12:42 build/
lrwxrwxrwx   1 rootroot rootroot        41 12月 19 12:42 build-nanopc-t4.sh -> device/rockchip/rk3399/build-nanopc-t4.sh*
-rwxrwxr-x   1 rootroot rootroot     14109 12月 19 12:42 .classpath*
drwxrwxr-x  11 rootroot rootroot      4096 12月 19 12:42 cts/
drwxrwxr-x   9 rootroot rootroot      4096 12月 19 12:42 dalvik/
drwxrwxr-x   5 rootroot rootroot      4096 12月 19 12:42 developers/
drwxrwxr-x  19 rootroot rootroot      4096 12月 19 12:42 development/
drwxrwxr-x   4 rootroot rootroot      4096 12月 19 12:42 device/
drwxrwxr-x 307 rootroot rootroot     12288 12月 19 12:43 external/
drwxrwxr-x  15 rootroot rootroot      4096 12月 19 12:43 frameworks/
drwxrwxr-x   9 rootroot rootroot      4096 12月 19 12:53 .git/
-rw-rw-r--   1 rootroot rootroot       343 12月 19 12:42 .gitignore
-rw-rw-r--   1 rootroot rootroot       106 12月 19 12:42 .gitmodules
drwxrwxr-x  13 rootroot rootroot      4096 12月 19 12:43 hardware/
-rw-rw-r--   1 rootroot rootroot       162 12月 19 12:43 javaenv.sh
-rw-rw-r--   1 rootroot rootroot 212340395 12月 19 12:56 kernel14.tgz
-rwx------   1 rootroot rootroot 212320468 12月 18 19:25 kernel82.tgz*
drwxrwxr-x  18 rootroot rootroot      4096 12月 19 12:43 libcore/
drwxrwxr-x   7 rootroot rootroot      4096 12月 19 12:43 libnativehelper/
-rw-rw-r--   1 rootroot rootroot        92 12月 19 12:42 Makefile
lrwxrwxrwx   1 rootroot rootroot        33 12月 19 12:43 mkimage.sh -> device/rockchip/rk3399/mkimage.sh*
drwxrwxr-x   9 rootroot rootroot      4096 12月 19 20:10 out/
drwxrwxr-x   5 rootroot rootroot      4096 12月 19 20:03 out1/
drwxrwxr-x   9 rootroot rootroot      4096 12月 19 20:09 out2/
drwxrwxr-x   9 rootroot rootroot      4096 12月 19 12:43 packages/
drwxrwxr-x   5 rootroot rootroot      4096 12月 19 12:43 pdk/
drwxrwxr-x   9 rootroot rootroot      4096 12月 19 12:43 platform_testing/
drwxrwxr-x  28 rootroot rootroot      4096 12月 19 12:51 prebuilts/
drwxrwxr-x   8 rootroot rootroot      4096 12月 19 20:14 rkbin/
-rwx------   1 rootroot rootroot  12356348 12月 18 19:26 rkbin85.tgz*
drwxrwxr-x   9 rootroot rootroot      4096 12月 19 12:42 RKDocs/
drwxrwxr-x   4 rootroot rootroot      4096 12月 19 12:51 rkst/
drwxrwxr-x   4 rootroot rootroot      4096 12月 19 12:42 RKTools/
drwxrwxr-x  23 rootroot rootroot      4096 12月 19 12:51 sdk/
-rwxrwxr-x   1 rootroot rootroot       119 12月 19 12:51 setenv.sh*
-rwxr-xr-x   1 rootroot rootroot        81 2月   2  2021 sync.sh*
drwxrwxr-x  38 rootroot rootroot      4096 12月 19 12:51 system/
drwxrwxr-x   9 rootroot rootroot      4096 12月 19 12:51 test/
drwxrwxr-x   4 rootroot rootroot      4096 12月 19 12:51 toolchain/
drwxrwxr-x  19 rootroot rootroot      4096 12月 19 12:52 tools/
drwxrwxr-x  26 rootroot rootroot      4096 12月 19 20:14 u-boot/
-rwx------   1 rootroot rootroot  17299142 12月 18 19:24 u-boot81.tgz*
drwxrwxr-x   7 rootroot rootroot      4096 12月 19 12:52 vendor/
-rwx------   1 rootroot rootroot 563261380 12月 19 12:42 vendor88.tgz*


rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10/kernel$ cd ..
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10$ ll
total 993952
drwxrwxr-x  40 rootroot rootroot      4096 12月 19 20:20 ./
drwxrwxrwx  11 rootroot rootroot      4096 12月 19 12:56 ../
drwxrwxr-x  28 rootroot rootroot      4096 12月 19 13:02 14kernel/
drwxrwxr-x  26 rootroot rootroot      4096 12月 19 12:53 91u-boot/
drwxrwxr-x  28 rootroot rootroot      4096 12月 19 13:13 92kernel/
drwxrwxr-x  28 rootroot rootroot      4096 12月 19 20:18 93kernel/
lrwxrwxrwx   1 rootroot rootroot        19 12月 19 12:42 Android.bp -> build/soong/root.bp
drwxrwxr-x  30 rootroot rootroot      4096 12月 19 12:42 art/
drwxrwxr-x  12 rootroot rootroot      4096 12月 19 12:42 bionic/
drwxrwxr-x   3 rootroot rootroot      4096 12月 19 12:42 bootable/
lrwxrwxrwx   1 rootroot rootroot        26 12月 19 12:42 bootstrap.bash -> build/soong/bootstrap.bash*
drwxrwxr-x   6 rootroot rootroot      4096 12月 19 12:42 build/
lrwxrwxrwx   1 rootroot rootroot        41 12月 19 12:42 build-nanopc-t4.sh -> device/rockchip/rk3399/build-nanopc-t4.sh*
-rwxrwxr-x   1 rootroot rootroot     14109 12月 19 12:42 .classpath*
drwxrwxr-x  11 rootroot rootroot      4096 12月 19 12:42 cts/
drwxrwxr-x   9 rootroot rootroot      4096 12月 19 12:42 dalvik/
drwxrwxr-x   5 rootroot rootroot      4096 12月 19 12:42 developers/
drwxrwxr-x  19 rootroot rootroot      4096 12月 19 12:42 development/
drwxrwxr-x   4 rootroot rootroot      4096 12月 19 12:42 device/
drwxrwxr-x 307 rootroot rootroot     12288 12月 19 12:43 external/
drwxrwxr-x  15 rootroot rootroot      4096 12月 19 12:43 frameworks/
drwxrwxr-x   9 rootroot rootroot      4096 12月 19 12:53 .git/
-rw-rw-r--   1 rootroot rootroot       343 12月 19 12:42 .gitignore
-rw-rw-r--   1 rootroot rootroot       106 12月 19 12:42 .gitmodules
drwxrwxr-x  13 rootroot rootroot      4096 12月 19 12:43 hardware/
-rw-rw-r--   1 rootroot rootroot       162 12月 19 12:43 javaenv.sh
drwxrwxr-x  28 rootroot rootroot      4096 12月 19 20:24 kernel/
-rw-rw-r--   1 rootroot rootroot 212340395 12月 19 12:56 kernel14.tgz
-rwx------   1 rootroot rootroot 212320468 12月 18 19:25 kernel82.tgz*
drwxrwxr-x  18 rootroot rootroot      4096 12月 19 12:43 libcore/
drwxrwxr-x   7 rootroot rootroot      4096 12月 19 12:43 libnativehelper/
-rw-rw-r--   1 rootroot rootroot        92 12月 19 12:42 Makefile
lrwxrwxrwx   1 rootroot rootroot        33 12月 19 12:43 mkimage.sh -> device/rockchip/rk3399/mkimage.sh*
drwxrwxr-x   9 rootroot rootroot      4096 12月 19 20:10 out/
drwxrwxr-x   5 rootroot rootroot      4096 12月 19 20:03 out1/
drwxrwxr-x   9 rootroot rootroot      4096 12月 19 20:09 out2/
drwxrwxr-x   9 rootroot rootroot      4096 12月 19 12:43 packages/
drwxrwxr-x   5 rootroot rootroot      4096 12月 19 12:43 pdk/
drwxrwxr-x   9 rootroot rootroot      4096 12月 19 12:43 platform_testing/
drwxrwxr-x  28 rootroot rootroot      4096 12月 19 12:51 prebuilts/
drwxrwxr-x   8 rootroot rootroot      4096 12月 19 20:14 rkbin/
-rwx------   1 rootroot rootroot  12356348 12月 18 19:26 rkbin85.tgz*
drwxrwxr-x   9 rootroot rootroot      4096 12月 19 12:42 RKDocs/
drwxrwxr-x   4 rootroot rootroot      4096 12月 19 12:51 rkst/
drwxrwxr-x   4 rootroot rootroot      4096 12月 19 12:42 RKTools/
drwxrwxr-x  23 rootroot rootroot      4096 12月 19 12:51 sdk/
-rwxrwxr-x   1 rootroot rootroot       119 12月 19 12:51 setenv.sh*
-rwxr-xr-x   1 rootroot rootroot        81 2月   2  2021 sync.sh*
drwxrwxr-x  38 rootroot rootroot      4096 12月 19 12:51 system/
drwxrwxr-x   9 rootroot rootroot      4096 12月 19 12:51 test/
drwxrwxr-x   4 rootroot rootroot      4096 12月 19 12:51 toolchain/
drwxrwxr-x  19 rootroot rootroot      4096 12月 19 12:52 tools/
drwxrwxr-x  26 rootroot rootroot      4096 12月 19 20:14 u-boot/
-rwx------   1 rootroot rootroot  17299142 12月 18 19:24 u-boot81.tgz*
drwxrwxr-x   7 rootroot rootroot      4096 12月 19 12:52 vendor/
-rwx------   1 rootroot rootroot 563261380 12月 19 12:42 vendor88.tgz*
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10$ 
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10$ 
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10$ source build/envsetup.sh 
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10$ 
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10$ lunch

You're building on Linux

Lunch menu... pick a combo:
     1. PX30_Android10-user
     2. PX30_Android10-userdebug
     3. aosp_arm-eng
     4. aosp_arm64-eng
     5. aosp_x86-eng
     6. aosp_x86_64-eng
     7. nanopc_t4-user
     8. nanopc_t4-userdebug
     9. rk3126c_qgo-user
     10. rk3126c_qgo-userdebug
     11. rk3126c_qt-user
     12. rk3126c_qt-userdebug
     13. rk3288_Android10-user
     14. rk3288_Android10-userdebug
     15. rk3326_pie-user
     16. rk3326_pie-userdebug
     17. rk3326_q-user
     18. rk3326_q-userdebug
     19. rk3326_qgo-user
     20. rk3326_qgo-userdebug
     21. rk3368_Android10-user
     22. rk3368_Android10-userdebug
     23. rk3368_pie-user
     24. rk3368_pie-userdebug
     25. rk3368a_Android10-user
     26. rk3368a_Android10-userdebug
     27. rk3368a_qgo-user
     28. rk3368a_qgo-userdebug
     29. rk3399_Android10-user
     30. rk3399_Android10-userdebug
     31. rk3399_mid-user
     32. rk3399_mid-userdebug

Which would you like? [aosp_arm-eng] 30

============================================
PLATFORM_VERSION_CODENAME=REL
PLATFORM_VERSION=10
TARGET_PRODUCT=rk3399_Android10
TARGET_BUILD_VARIANT=userdebug
TARGET_BUILD_TYPE=release
TARGET_ARCH=arm64
TARGET_ARCH_VARIANT=armv8-a
TARGET_CPU_VARIANT=cortex-a53
TARGET_2ND_ARCH=arm
TARGET_2ND_ARCH_VARIANT=armv7-a-neon
TARGET_2ND_CPU_VARIANT=cortex-a15
HOST_ARCH=x86_64
HOST_2ND_ARCH=x86
HOST_OS=linux
HOST_OS_EXTRA=Linux-5.15.0-91-generic-x86_64-Ubuntu-20.04.6-LTS
HOST_CROSS_OS=windows
HOST_CROSS_ARCH=x86
HOST_CROSS_2ND_ARCH=x86_64
HOST_BUILD_TYPE=release
BUILD_ID=QQ2A.200501.001.B3
OUT_DIR=out
============================================
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10$ 
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10$ 
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10$ make -j36
============================================
PLATFORM_VERSION_CODENAME=REL
PLATFORM_VERSION=10
TARGET_PRODUCT=rk3399_Android10
TARGET_BUILD_VARIANT=userdebug
TARGET_BUILD_TYPE=release
TARGET_ARCH=arm64
TARGET_ARCH_VARIANT=armv8-a
TARGET_CPU_VARIANT=cortex-a53
TARGET_2ND_ARCH=arm
TARGET_2ND_ARCH_VARIANT=armv7-a-neon
TARGET_2ND_CPU_VARIANT=cortex-a15
HOST_ARCH=x86_64
HOST_2ND_ARCH=x86
HOST_OS=linux
HOST_OS_EXTRA=Linux-5.15.0-91-generic-x86_64-Ubuntu-20.04.6-LTS
HOST_CROSS_OS=windows
HOST_CROSS_ARCH=x86
HOST_CROSS_2ND_ARCH=x86_64
HOST_BUILD_TYPE=release
BUILD_ID=QQ2A.200501.001.B3
OUT_DIR=out
============================================
[100% 148/148] out/soong/.bootstrap/bin/soong_build out/soong/build.ninja
libRKmediaplayerservice want to conditional Compile
libRkTeeWeaver want to conditional Compile
libcrypto_defaults want to conditional Compile
libffmpeg_58 want to conditional Compile
libgralloc_priv want to conditional Compile
libjpeghwenc want to conditional Compile
libmpp want to conditional Compile
librga want to conditional Compile
librk_vpuapi want to conditional Compile
librockit want to conditional Compile
librtopus want to conditional Compile
libvpu want to conditional Compile
libcrypto-NO_USE_RDRAND: rk3399
Optee Version: v1
PlatformLibname: librockit_interface
[hardware/rockchip/libgralloc/midgard] 29
[100% 149/149] initializing build system ...
device/rockchip/common/prebuild.mk:2: warning: Generating manifest snapshot at out/commit_id.xml...
device/rockchip/common/prebuild.mk:3: warning: You can disable this by removing this and setting BOARD_RECORD_COMMIT_ID := false in BoardConfig.mk
[ 22% 154/684] including build/make/target/board/Android.mk ...
build fstab file with device/rockchip/rk3399/rk3399_Android10/fstab.in....
rebuilding dtbo image with device/rockchip/rk3399/rk3399_Android10/dt-overlay.in....
[ 56% 385/684] including hardware/rockchip/libhwjpeg/Android.mk ...

[ 59% 406/684] including hardware/rockchip/omx_il/Android.mk ...
tools/hooks .git/hooks
[  2% 2343/100813] target  C: libntfs-3g <= external/ntfs-3g/libntfs-3g/collate.c
external/ntfs-3g/libntfs-3g/collate.c:230:16: warning: taking address of packed member 'file_name' of class or structure 'FILE_NAME_ATTR' may result in an unaligned pointer value [-Waddress-of-packed-member]
                        (ntfschar*)&file_name_attr1->file_name,
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~
external/ntfs-3g/libntfs-3g/collate.c:232:16: warning: taking address of packed member 'file_name' of class or structure 'FILE_NAME_ATTR' may result in an unaligned pointer value [-Waddress-of-packed-member]
                        (ntfschar*)&file_name_attr2->file_name,
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~
2 warnings generated.
[  2% 2351/100813] target  C: libntfs-3g <= external/ntfs-3g/libntfs-3g/ioctl.c
external/ntfs-3g/libntfs-3g/ioctl.c:365:7: warning: overflow converting case value to switch condition type (3222820985 to 18446744072637405305) [-Wswitch]
        case FITRIM:
             ^
bionic/libc/kernel/uapi/linux/fs.h:136:16: note: expanded from macro 'FITRIM'
#define FITRIM _IOWR('X', 121, struct fstrim_range)
               ^
bionic/libc/kernel/uapi/asm-generic/ioctl.h:51:29: note: expanded from macro '_IOWR'
#define _IOWR(type,nr,size) _IOC(_IOC_READ | _IOC_WRITE, (type), (nr), (_IOC_TYPECHECK(size)))
                            ^
bionic/libc/kernel/uapi/asm-generic/ioctl.h:46:32: note: expanded from macro '_IOC'
#define _IOC(dir,type,nr,size) (((dir) << _IOC_DIRSHIFT) | ((type) << _IOC_TYPESHIFT) | ((nr) << _IOC_NRSHIFT) | ((size) << _IOC_SIZESHIFT))
                               ^
1 warning generated.
[  2% 2354/100813] target  C: libntfs-3g <= external/ntfs-3g/libntfs-3g/logging.c
external/ntfs-3g/libntfs-3g/logging.c:329:16: warning: unused parameter 'level' [-Wunused-parameter]
        int line, u32 level, void *data, const char *format, ...)
                      ^
external/ntfs-3g/libntfs-3g/logging.c:329:29: warning: unused parameter 'data' [-Wunused-parameter]
        int line, u32 level, void *data, const char *format, ...)
                                   ^
2 warnings generated.
[  2% 2399/100813] target  C: libntfs-3g <= external/ntfs-3g/libntfs-3g/xattrs.c
external/ntfs-3g/libntfs-3g/xattrs.c:86:19: warning: unused variable 'xattr_ntfs_3g' [-Wunused-const-variable]
static const char xattr_ntfs_3g[] = "ntfs-3g.";
                  ^
external/ntfs-3g/libntfs-3g/xattrs.c:87:19: warning: variable 'nf_ns_user_prefix' is not needed and will not be emitted [-Wunneeded-internal-declaration]
static const char nf_ns_user_prefix[] = "user.";
                  ^
external/ntfs-3g/libntfs-3g/xattrs.c:88:18: warning: unused variable 'nf_ns_user_prefix_len' [-Wunused-const-variable]
static const int nf_ns_user_prefix_len = sizeof(nf_ns_user_prefix) - 1;
                 ^
3 warnings generated.
[  2% 2449/100813] target  C: libntfs-3g <= external/ntfs-3g/libntfs-3g/dir.c
external/ntfs-3g/libntfs-3g/dir.c:327:17: warning: taking address of packed member 'file_name' of class or structure 'FILE_NAME_ATTR' may result in an unaligned pointer value [-Waddress-of-packed-member]
                                (ntfschar*)&ie->key.file_name.file_name,
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~
external/ntfs-3g/libntfs-3g/dir.c:467:17: warning: taking address of packed member 'file_name' of class or structure 'FILE_NAME_ATTR' may result in an unaligned pointer value [-Waddress-of-packed-member]
                                (ntfschar*)&ie->key.file_name.file_name,
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~
2 warnings generated.
[  2% 2670/100813] target  C: libntfs-3g <= external/ntfs-3g/libntfs-3g/unistr.c
external/ntfs-3g/libntfs-3g/unistr.c:418:31: warning: taking address of packed member 'file_name' of class or structure 'FILE_NAME_ATTR' may result in an unaligned pointer value [-Waddress-of-packed-member]
        ntfs_name_upcase((ntfschar*)&file_name_attr->file_name,
                                     ^~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
[  2% 2752/100813] target  C: ntfs-3g <= external/ntfs-3g/src/ntfs-3g.c
external/ntfs-3g/src/ntfs-3g.c:883:2: warning: "No known way to set nanoseconds in struct stat !" [-W#warnings]
#warning "No known way to set nanoseconds in struct stat !"
 ^
1 warning generated.
[  3% 3668/100813] build out/target/common/obj/all-event-log-tags.txt
packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/EventLogTags.logtags:6: warning: tag "lock_screen_type" (90200) duplicated in packages/apps/Settings/src/com/android/settings/EventLogTags.logtags:6
packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/EventLogTags.logtags:9: warning: tag "exp_det_device_admin_activated_by_user" (90201) duplicated in packages/apps/Settings/src/com/android/settings/EventLogTags.logtags:9
packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/EventLogTags.logtags:12: warning: tag "exp_det_device_admin_declined_by_user" (90202) duplicated in packages/apps/Settings/src/com/android/settings/EventLogTags.logtags:12
packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/EventLogTags.logtags:15: warning: tag "exp_det_device_admin_uninstalled_by_user" (90203) duplicated in packages/apps/Settings/src/com/android/settings/EventLogTags.logtags:15
packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/EventLogTags.logtags:18: warning: tag "settings_latency" (90204) duplicated in packages/apps/Settings/src/com/android/settings/EventLogTags.logtags:18
[  4% 4487/100813] Check module type: out/target/product/rk3399_Android10/obj/APPS/Camera2_intermediates/jni_link_type
packages/apps/Camera2/Android.mk: warning: Camera2 (app:platform) should not link to libjni_jpegutil (native:ndk:libc++:static)
[  5% 5816/100813] Generate: system/core/rootdir/etc/ld.config.txt -> out/target/product/rk3399_Android10/obj/ETC/ld.config.txt_intermediates/ld.config.29.txt
Checking backward compatibility...
[  5% 5973/100813] Build hyb out/target/product/rk3399_Android10/obj/ETC/hyph-eu_intermediates/hyph-eu.hyb <- external/hyphenation-patterns/eu//hyph-eu.pat.txt
13 unique nodes, 232 total
[  5% 5974/100813] Build hyb out/target/product/rk3399_Android10/obj/ETC/hyph-bn_intermediates/hyph-bn.hyb <- external/hyphenation-patterns/bn//hyph-bn.pat.txt


[ 99% 100356/100813] //frameworks/base/packages/SystemUI:SystemUI-core kotlinc [common]
frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/PulseExpansionHandler.kt:121:38: warning: 'get(Class!): T!' is deprecated. Deprecated in Java
        mFalsingManager = Dependency.get(FalsingManager::class.java)
                                     ^
[ 99% 100360/100813] //art/build/apex:art-check-debug-apex-gen generate art-check-debug-apex-gen.dummy
--bitness=auto, trying to autodetect. This may be incorrect!
  Detected multilib
[ 99% 100804/100813] Target vendor fs image: out/target/product/rk3399_Android10/vendor.img
depmod: WARNING: could not open modules.order at /home/rootroot/3TB/14rk3399-android-10/out/target/product/rk3399_Android10/obj/PACKAGING/depmod_vendor_intermediates/lib/modules/0.0: No such file or directory
depmod: WARNING: could not open modules.builtin at /home/rootroot/3TB/14rk3399-android-10/out/target/product/rk3399_Android10/obj/PACKAGING/depmod_vendor_intermediates/lib/modules/0.0: No such file or directory
[ 99% 100812/100813] build check-all-partition-sizes
The sum of sizes of [system vendor product odm] is within BOARD_SUPER_PARTITION_SIZE:
918687744+244609024+290193408+557056 == 1454047232 <=  3263168512 == 3263168512
The sum of sizes of [system vendor product odm] is within BOARD_ROCKCHIP_DYNAMIC_PARTITIONS_SIZE:
918687744+244609024+290193408+557056 == 1454047232 <= 3258974208 == 3258974208
The sum of sizes of [rockchip_dynamic_partitions] is within BOARD_SUPER_PARTITION_SIZE:
3258974208 == 3258974208 <= 3263168512 == 3263168512
[100% 100813/100813] Target super fs image for debug: out/target/product/rk3399_Android10/super.img
2023-12-19 21:47:47 - build_super_image.py - INFO    : Building super image from info dict...
2023-12-19 21:47:47 - sparse_img.py - INFO    : Total of 224289 4096-byte output blocks in 10 input chunks.
2023-12-19 21:47:47 - sparse_img.py - INFO    : Total of 59719 4096-byte output blocks in 6 input chunks.
2023-12-19 21:47:47 - sparse_img.py - INFO    : Total of 70848 4096-byte output blocks in 4 input chunks.
2023-12-19 21:47:47 - sparse_img.py - INFO    : Total of 136 4096-byte output blocks in 2 input chunks.
2023-12-19 21:47:47 - common.py - INFO    :   Running: "lpmake --metadata-size 65536 --super-name super --metadata-slots 2 --device super:3263168512 --group rockchip_dynamic_partitions:3258974208 --partition system:readonly:918687744:rockchip_dynamic_partitions --image system=out/target/product/rk3399_Android10/system.img --partition vendor:readonly:244609024:rockchip_dynamic_partitions --image vendor=out/target/product/rk3399_Android10/vendor.img --partition product:readonly:290193408:rockchip_dynamic_partitions --image product=out/target/product/rk3399_Android10/product.img --partition odm:readonly:557056:rockchip_dynamic_partitions --image odm=out/target/product/rk3399_Android10/odm.img --sparse --output out/target/product/rk3399_Android10/super.img"
2023-12-19 21:47:52 - common.py - INFO    : lpmake I 12-19 21:47:47 661484 661484 builder.cpp:949] [liblp]Partition system will resize from 0 bytes to 918687744 bytes
lpmake I 12-19 21:47:47 661484 661484 builder.cpp:949] [liblp]Partition vendor will resize from 0 bytes to 244609024 bytes
lpmake I 12-19 21:47:47 661484 661484 builder.cpp:949] [liblp]Partition product will resize from 0 bytes to 290193408 bytes
lpmake I 12-19 21:47:47 661484 661484 builder.cpp:949] [liblp]Partition odm will resize from 0 bytes to 557056 bytes
2023-12-19 21:47:52 - build_super_image.py - INFO    : Done writing image out/target/product/rk3399_Android10/super.img

#### build completed successfully (01:16:59 (hh:mm:ss)) ####

rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10$ ll
total 993948
drwxrwxr-x  39 rootroot rootroot      4096 12月 19 20:30 ./
drwxrwxrwx  11 rootroot rootroot      4096 12月 19 12:56 ../
drwxrwxr-x  26 rootroot rootroot      4096 12月 19 12:53 91u-boot/
lrwxrwxrwx   1 rootroot rootroot        19 12月 19 12:42 Android.bp -> build/soong/root.bp
drwxrwxr-x  30 rootroot rootroot      4096 12月 19 12:42 art/
drwxrwxr-x  12 rootroot rootroot      4096 12月 19 12:42 bionic/
drwxrwxr-x   3 rootroot rootroot      4096 12月 19 12:42 bootable/
lrwxrwxrwx   1 rootroot rootroot        26 12月 19 12:42 bootstrap.bash -> build/soong/bootstrap.bash*
drwxrwxr-x   6 rootroot rootroot      4096 12月 19 12:42 build/
lrwxrwxrwx   1 rootroot rootroot        41 12月 19 12:42 build-nanopc-t4.sh -> device/rockchip/rk3399/build-nanopc-t4.sh*
-rwxrwxr-x   1 rootroot rootroot     14109 12月 19 12:42 .classpath*
drwxrwxr-x  11 rootroot rootroot      4096 12月 19 12:42 cts/
drwxrwxr-x   9 rootroot rootroot      4096 12月 19 12:42 dalvik/
drwxrwxr-x   5 rootroot rootroot      4096 12月 19 12:42 developers/
drwxrwxr-x  19 rootroot rootroot      4096 12月 19 12:42 development/
drwxrwxr-x   4 rootroot rootroot      4096 12月 19 12:42 device/
drwxrwxr-x 307 rootroot rootroot     12288 12月 19 12:43 external/
drwxrwxr-x  15 rootroot rootroot      4096 12月 19 12:43 frameworks/
drwxrwxr-x   9 rootroot rootroot      4096 12月 19 12:53 .git/
-rw-rw-r--   1 rootroot rootroot       343 12月 19 12:42 .gitignore
-rw-rw-r--   1 rootroot rootroot       106 12月 19 12:42 .gitmodules
drwxrwxr-x  13 rootroot rootroot      4096 12月 19 12:43 hardware/
-rw-rw-r--   1 rootroot rootroot       162 12月 19 12:43 javaenv.sh
drwxrwxr-x  28 rootroot rootroot      4096 12月 19 20:24 kernel/
-rw-rw-r--   1 rootroot rootroot 212340395 12月 19 12:56 kernel14.tgz
-rwx------   1 rootroot rootroot 212320468 12月 18 19:25 kernel82.tgz*
drwxrwxr-x  18 rootroot rootroot      4096 12月 19 12:43 libcore/
drwxrwxr-x   7 rootroot rootroot      4096 12月 19 12:43 libnativehelper/
-rw-rw-r--   1 rootroot rootroot        92 12月 19 12:42 Makefile
lrwxrwxrwx   1 rootroot rootroot        33 12月 19 12:43 mkimage.sh -> device/rockchip/rk3399/mkimage.sh*
drwxrwxr-x  11 rootroot rootroot      4096 12月 19 21:47 out/
drwxrwxr-x   5 rootroot rootroot      4096 12月 19 20:03 out1/
drwxrwxr-x   9 rootroot rootroot      4096 12月 19 20:09 out2/
drwxrwxr-x   9 rootroot rootroot      4096 12月 19 20:26 out3/
drwxrwxr-x   9 rootroot rootroot      4096 12月 19 20:29 out4/
drwxrwxr-x   9 rootroot rootroot      4096 12月 19 12:43 packages/
drwxrwxr-x   5 rootroot rootroot      4096 12月 19 12:43 pdk/
drwxrwxr-x   9 rootroot rootroot      4096 12月 19 12:43 platform_testing/
drwxrwxr-x  28 rootroot rootroot      4096 12月 19 12:51 prebuilts/
drwxrwxr-x   8 rootroot rootroot      4096 12月 19 20:14 rkbin/
-rwx------   1 rootroot rootroot  12356348 12月 18 19:26 rkbin85.tgz*
drwxrwxr-x   9 rootroot rootroot      4096 12月 19 12:42 RKDocs/
drwxrwxr-x   4 rootroot rootroot      4096 12月 19 12:51 rkst/
drwxrwxr-x   4 rootroot rootroot      4096 12月 19 12:42 RKTools/
drwxrwxr-x  23 rootroot rootroot      4096 12月 19 12:51 sdk/
-rwxrwxr-x   1 rootroot rootroot       119 12月 19 12:51 setenv.sh*
-rwxr-xr-x   1 rootroot rootroot        81 2月   2  2021 sync.sh*
drwxrwxr-x  38 rootroot rootroot      4096 12月 19 12:51 system/
drwxrwxr-x   9 rootroot rootroot      4096 12月 19 12:51 test/
drwxrwxr-x   4 rootroot rootroot      4096 12月 19 12:51 toolchain/
drwxrwxr-x  19 rootroot rootroot      4096 12月 19 12:52 tools/
drwxrwxr-x  26 rootroot rootroot      4096 12月 19 20:14 u-boot/
-rwx------   1 rootroot rootroot  17299142 12月 18 19:24 u-boot81.tgz*
drwxrwxr-x   7 rootroot rootroot      4096 12月 19 12:52 vendor/
-rwx------   1 rootroot rootroot 563261380 12月 19 12:42 vendor88.tgz*
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10$ 
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10$ 
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10$ 
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10$ 
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10$ 
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10$ cp ./device/rockchip/common/build/rockchip/build.sh .
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10$ cp ./device/rockchip/common/mkimage.sh .
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10$ 
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10$ ll
total 993956
drwxrwxr-x  39 rootroot rootroot      4096 12月 19 21:49 ./
drwxrwxrwx  11 rootroot rootroot      4096 12月 19 12:56 ../
drwxrwxr-x  26 rootroot rootroot      4096 12月 19 12:53 91u-boot/
lrwxrwxrwx   1 rootroot rootroot        19 12月 19 12:42 Android.bp -> build/soong/root.bp
drwxrwxr-x  30 rootroot rootroot      4096 12月 19 12:42 art/
drwxrwxr-x  12 rootroot rootroot      4096 12月 19 12:42 bionic/
drwxrwxr-x   3 rootroot rootroot      4096 12月 19 12:42 bootable/
lrwxrwxrwx   1 rootroot rootroot        26 12月 19 12:42 bootstrap.bash -> build/soong/bootstrap.bash*
drwxrwxr-x   6 rootroot rootroot      4096 12月 19 12:42 build/
lrwxrwxrwx   1 rootroot rootroot        41 12月 19 12:42 build-nanopc-t4.sh -> device/rockchip/rk3399/build-nanopc-t4.sh*
-rwxrwxr-x   1 rootroot rootroot      7022 12月 19 21:49 build.sh*
-rwxrwxr-x   1 rootroot rootroot     14109 12月 19 12:42 .classpath*
drwxrwxr-x  11 rootroot rootroot      4096 12月 19 12:42 cts/
drwxrwxr-x   9 rootroot rootroot      4096 12月 19 12:42 dalvik/
drwxrwxr-x   5 rootroot rootroot      4096 12月 19 12:42 developers/
drwxrwxr-x  19 rootroot rootroot      4096 12月 19 12:42 development/
drwxrwxr-x   4 rootroot rootroot      4096 12月 19 12:42 device/
drwxrwxr-x 307 rootroot rootroot     12288 12月 19 12:43 external/
drwxrwxr-x  15 rootroot rootroot      4096 12月 19 12:43 frameworks/
drwxrwxr-x   9 rootroot rootroot      4096 12月 19 12:53 .git/
-rw-rw-r--   1 rootroot rootroot       343 12月 19 12:42 .gitignore
-rw-rw-r--   1 rootroot rootroot       106 12月 19 12:42 .gitmodules
drwxrwxr-x  13 rootroot rootroot      4096 12月 19 12:43 hardware/
-rw-rw-r--   1 rootroot rootroot       162 12月 19 12:43 javaenv.sh
drwxrwxr-x  28 rootroot rootroot      4096 12月 19 20:24 kernel/
-rw-rw-r--   1 rootroot rootroot 212340395 12月 19 12:56 kernel14.tgz
-rwx------   1 rootroot rootroot 212320468 12月 18 19:25 kernel82.tgz*
drwxrwxr-x  18 rootroot rootroot      4096 12月 19 12:43 libcore/
drwxrwxr-x   7 rootroot rootroot      4096 12月 19 12:43 libnativehelper/
-rw-rw-r--   1 rootroot rootroot        92 12月 19 12:42 Makefile
lrwxrwxrwx   1 rootroot rootroot        33 12月 19 12:43 mkimage.sh -> device/rockchip/rk3399/mkimage.sh*
drwxrwxr-x  11 rootroot rootroot      4096 12月 19 21:47 out/
drwxrwxr-x   5 rootroot rootroot      4096 12月 19 20:03 out1/
drwxrwxr-x   9 rootroot rootroot      4096 12月 19 20:09 out2/
drwxrwxr-x   9 rootroot rootroot      4096 12月 19 20:26 out3/
drwxrwxr-x   9 rootroot rootroot      4096 12月 19 20:29 out4/
drwxrwxr-x   9 rootroot rootroot      4096 12月 19 12:43 packages/
drwxrwxr-x   5 rootroot rootroot      4096 12月 19 12:43 pdk/
drwxrwxr-x   9 rootroot rootroot      4096 12月 19 12:43 platform_testing/
drwxrwxr-x  28 rootroot rootroot      4096 12月 19 12:51 prebuilts/
drwxrwxr-x   8 rootroot rootroot      4096 12月 19 20:14 rkbin/
-rwx------   1 rootroot rootroot  12356348 12月 18 19:26 rkbin85.tgz*
drwxrwxr-x   9 rootroot rootroot      4096 12月 19 12:42 RKDocs/
drwxrwxr-x   4 rootroot rootroot      4096 12月 19 12:51 rkst/
drwxrwxr-x   4 rootroot rootroot      4096 12月 19 12:42 RKTools/
drwxrwxr-x  23 rootroot rootroot      4096 12月 19 12:51 sdk/
-rwxrwxr-x   1 rootroot rootroot       119 12月 19 12:51 setenv.sh*
-rwxr-xr-x   1 rootroot rootroot        81 2月   2  2021 sync.sh*
drwxrwxr-x  38 rootroot rootroot      4096 12月 19 12:51 system/
drwxrwxr-x   9 rootroot rootroot      4096 12月 19 12:51 test/
drwxrwxr-x   4 rootroot rootroot      4096 12月 19 12:51 toolchain/
drwxrwxr-x  19 rootroot rootroot      4096 12月 19 12:52 tools/
drwxrwxr-x  26 rootroot rootroot      4096 12月 19 20:14 u-boot/
-rwx------   1 rootroot rootroot  17299142 12月 18 19:24 u-boot81.tgz*
drwxrwxr-x   7 rootroot rootroot      4096 12月 19 12:52 vendor/
-rwx------   1 rootroot rootroot 563261380 12月 19 12:42 vendor88.tgz*
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10$ ll *.sh
lrwxrwxrwx 1 rootroot rootroot   41 12月 19 12:42 build-nanopc-t4.sh -> device/rockchip/rk3399/build-nanopc-t4.sh*
-rwxrwxr-x 1 rootroot rootroot 7022 12月 19 21:49 build.sh*
-rw-rw-r-- 1 rootroot rootroot  162 12月 19 12:43 javaenv.sh
lrwxrwxrwx 1 rootroot rootroot   33 12月 19 12:43 mkimage.sh -> device/rockchip/rk3399/mkimage.sh*
-rwxrwxr-x 1 rootroot rootroot  119 12月 19 12:51 setenv.sh*
-rwxr-xr-x 1 rootroot rootroot   81 2月   2  2021 sync.sh*
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10$ 
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10$ 
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10$ ./build.sh -u
will build update.img
-------------------KERNEL_DTS:rk3399-sapphire-excavator-edp-avb

============================================
PLATFORM_VERSION_CODENAME=REL
PLATFORM_VERSION=10
TARGET_PRODUCT=rk3399_Android10
TARGET_BUILD_VARIANT=userdebug
TARGET_BUILD_TYPE=release
TARGET_ARCH=arm64
TARGET_ARCH_VARIANT=armv8-a
TARGET_CPU_VARIANT=cortex-a53
TARGET_2ND_ARCH=arm
TARGET_2ND_ARCH_VARIANT=armv7-a-neon
TARGET_2ND_CPU_VARIANT=cortex-a15
HOST_ARCH=x86_64
HOST_2ND_ARCH=x86
HOST_OS=linux
HOST_OS_EXTRA=Linux-5.15.0-91-generic-x86_64-Ubuntu-20.04.6-LTS
HOST_CROSS_OS=windows
HOST_CROSS_ARCH=x86
HOST_CROSS_2ND_ARCH=x86_64
HOST_BUILD_TYPE=release
BUILD_ID=QQ2A.200501.001.B3
OUT_DIR=out
============================================
package resoure.img with charger images

Pack ./tools/images/ & ../kernel/resource.img to resource.img ...
Unpacking old image(../kernel/resource.img):
rk-kernel.dtb logo.bmp logo_kernel.bmp 3
Pack to resource.img successed!
Packed resources:
rk-kernel.dtb battery_1.bmp battery_2.bmp battery_3.bmp battery_4.bmp battery_5.bmp battery_fail.bmp logo.bmp logo_kernel.bmp battery_0.bmp 10

resource.img is packed ready
/home/rootroot/3TB/14rk3399-android-10
cp: cannot stat 'rockdev/Image-rk3399_Android10/*': No such file or directory
Make update.img
start to make update.img...
Error:No found parameter!
Android Firmware Package Tool v1.66
------ PACKAGE ------
Error: open file failed,err=2!
------ FAILED ------
Press any key to quit:
Make update image failed!
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10$ ll *.sh
lrwxrwxrwx 1 rootroot rootroot   41 12月 19 12:42 build-nanopc-t4.sh -> device/rockchip/rk3399/build-nanopc-t4.sh*
-rwxrwxr-x 1 rootroot rootroot 7022 12月 19 21:49 build.sh*
-rw-rw-r-- 1 rootroot rootroot  162 12月 19 12:43 javaenv.sh
lrwxrwxrwx 1 rootroot rootroot   33 12月 19 12:43 mkimage.sh -> device/rockchip/rk3399/mkimage.sh*
-rwxrwxr-x 1 rootroot rootroot  119 12月 19 12:51 setenv.sh*
-rwxr-xr-x 1 rootroot rootroot   81 2月   2  2021 sync.sh*
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10$ 
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10$ 
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10$ mv mkimage.sh 2mkimage.sh 
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10$ ll
total 993956
drwxrwxr-x  39 rootroot rootroot      4096 12月 19 21:49 ./
drwxrwxrwx  11 rootroot rootroot      4096 12月 19 12:56 ../
lrwxrwxrwx   1 rootroot rootroot        33 12月 19 12:43 2mkimage.sh -> device/rockchip/rk3399/mkimage.sh*
drwxrwxr-x  26 rootroot rootroot      4096 12月 19 12:53 91u-boot/
lrwxrwxrwx   1 rootroot rootroot        19 12月 19 12:42 Android.bp -> build/soong/root.bp
drwxrwxr-x  30 rootroot rootroot      4096 12月 19 12:42 art/
drwxrwxr-x  12 rootroot rootroot      4096 12月 19 12:42 bionic/
drwxrwxr-x   3 rootroot rootroot      4096 12月 19 12:42 bootable/
lrwxrwxrwx   1 rootroot rootroot        26 12月 19 12:42 bootstrap.bash -> build/soong/bootstrap.bash*
drwxrwxr-x   6 rootroot rootroot      4096 12月 19 12:42 build/
lrwxrwxrwx   1 rootroot rootroot        41 12月 19 12:42 build-nanopc-t4.sh -> device/rockchip/rk3399/build-nanopc-t4.sh*
-rwxrwxr-x   1 rootroot rootroot      7022 12月 19 21:49 build.sh*
-rwxrwxr-x   1 rootroot rootroot     14109 12月 19 12:42 .classpath*
drwxrwxr-x  11 rootroot rootroot      4096 12月 19 12:42 cts/
drwxrwxr-x   9 rootroot rootroot      4096 12月 19 12:42 dalvik/
drwxrwxr-x   5 rootroot rootroot      4096 12月 19 12:42 developers/
drwxrwxr-x  19 rootroot rootroot      4096 12月 19 12:42 development/
drwxrwxr-x   4 rootroot rootroot      4096 12月 19 12:42 device/
drwxrwxr-x 307 rootroot rootroot     12288 12月 19 12:43 external/
drwxrwxr-x  15 rootroot rootroot      4096 12月 19 12:43 frameworks/
drwxrwxr-x   9 rootroot rootroot      4096 12月 19 12:53 .git/
-rw-rw-r--   1 rootroot rootroot       343 12月 19 12:42 .gitignore
-rw-rw-r--   1 rootroot rootroot       106 12月 19 12:42 .gitmodules
drwxrwxr-x  13 rootroot rootroot      4096 12月 19 12:43 hardware/
-rw-rw-r--   1 rootroot rootroot       162 12月 19 12:43 javaenv.sh
drwxrwxr-x  28 rootroot rootroot      4096 12月 19 20:24 kernel/
-rw-rw-r--   1 rootroot rootroot 212340395 12月 19 12:56 kernel14.tgz
-rwx------   1 rootroot rootroot 212320468 12月 18 19:25 kernel82.tgz*
drwxrwxr-x  18 rootroot rootroot      4096 12月 19 12:43 libcore/
drwxrwxr-x   7 rootroot rootroot      4096 12月 19 12:43 libnativehelper/
-rw-rw-r--   1 rootroot rootroot        92 12月 19 12:42 Makefile
drwxrwxr-x  11 rootroot rootroot      4096 12月 19 21:49 out/
drwxrwxr-x   5 rootroot rootroot      4096 12月 19 20:03 out1/
drwxrwxr-x   9 rootroot rootroot      4096 12月 19 20:09 out2/
drwxrwxr-x   9 rootroot rootroot      4096 12月 19 20:26 out3/
drwxrwxr-x   9 rootroot rootroot      4096 12月 19 20:29 out4/
drwxrwxr-x   9 rootroot rootroot      4096 12月 19 12:43 packages/
drwxrwxr-x   5 rootroot rootroot      4096 12月 19 12:43 pdk/
drwxrwxr-x   9 rootroot rootroot      4096 12月 19 12:43 platform_testing/
drwxrwxr-x  28 rootroot rootroot      4096 12月 19 12:51 prebuilts/
drwxrwxr-x   8 rootroot rootroot      4096 12月 19 20:14 rkbin/
-rwx------   1 rootroot rootroot  12356348 12月 18 19:26 rkbin85.tgz*
drwxrwxr-x   9 rootroot rootroot      4096 12月 19 12:42 RKDocs/
drwxrwxr-x   4 rootroot rootroot      4096 12月 19 12:51 rkst/
drwxrwxr-x   4 rootroot rootroot      4096 12月 19 12:42 RKTools/
drwxrwxr-x  23 rootroot rootroot      4096 12月 19 12:51 sdk/
-rwxrwxr-x   1 rootroot rootroot       119 12月 19 12:51 setenv.sh*
-rwxr-xr-x   1 rootroot rootroot        81 2月   2  2021 sync.sh*
drwxrwxr-x  38 rootroot rootroot      4096 12月 19 12:51 system/
drwxrwxr-x   9 rootroot rootroot      4096 12月 19 12:51 test/
drwxrwxr-x   4 rootroot rootroot      4096 12月 19 12:51 toolchain/
drwxrwxr-x  19 rootroot rootroot      4096 12月 19 12:52 tools/
drwxrwxr-x  26 rootroot rootroot      4096 12月 19 21:49 u-boot/
-rwx------   1 rootroot rootroot  17299142 12月 18 19:24 u-boot81.tgz*
drwxrwxr-x   7 rootroot rootroot      4096 12月 19 12:52 vendor/
-rwx------   1 rootroot rootroot 563261380 12月 19 12:42 vendor88.tgz*
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10$ 
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10$ 
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10$ 
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10$ 
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10$ 
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10$ cp ./device/rockchip/common/build/rockchip/build.sh .
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10$ cp ./device/rockchip/common/mkimage.sh .
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10$ 
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10$ ll *.sh
lrwxrwxrwx 1 rootroot rootroot    33 12月 19 12:43 2mkimage.sh -> device/rockchip/rk3399/mkimage.sh*
lrwxrwxrwx 1 rootroot rootroot    41 12月 19 12:42 build-nanopc-t4.sh -> device/rockchip/rk3399/build-nanopc-t4.sh*
-rwxrwxr-x 1 rootroot rootroot  7022 12月 19 21:50 build.sh*
-rw-rw-r-- 1 rootroot rootroot   162 12月 19 12:43 javaenv.sh
-rwxrwxr-x 1 rootroot rootroot 10370 12月 19 21:50 mkimage.sh*
-rwxrwxr-x 1 rootroot rootroot   119 12月 19 12:51 setenv.sh*
-rwxr-xr-x 1 rootroot rootroot    81 2月   2  2021 sync.sh*
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10$ 
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10$ 
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10$ ./build.sh -u
will build update.img
-------------------KERNEL_DTS:rk3399-sapphire-excavator-edp-avb

============================================
PLATFORM_VERSION_CODENAME=REL
PLATFORM_VERSION=10
TARGET_PRODUCT=rk3399_Android10
TARGET_BUILD_VARIANT=userdebug
TARGET_BUILD_TYPE=release
TARGET_ARCH=arm64
TARGET_ARCH_VARIANT=armv8-a
TARGET_CPU_VARIANT=cortex-a53
TARGET_2ND_ARCH=arm
TARGET_2ND_ARCH_VARIANT=armv7-a-neon
TARGET_2ND_CPU_VARIANT=cortex-a15
HOST_ARCH=x86_64
HOST_2ND_ARCH=x86
HOST_OS=linux
HOST_OS_EXTRA=Linux-5.15.0-91-generic-x86_64-Ubuntu-20.04.6-LTS
HOST_CROSS_OS=windows
HOST_CROSS_ARCH=x86
HOST_CROSS_2ND_ARCH=x86_64
HOST_BUILD_TYPE=release
BUILD_ID=QQ2A.200501.001.B3
OUT_DIR=out
============================================
package resoure.img with charger images

Pack ./tools/images/ & ../kernel/resource.img to resource.img ...
Unpacking old image(../kernel/resource.img):
rk-kernel.dtb battery_1.bmp battery_2.bmp battery_3.bmp battery_4.bmp battery_5.bmp battery_fail.bmp logo.bmp logo_kernel.bmp battery_0.bmp 10
Pack to resource.img successed!
Packed resources:
rk-kernel.dtb battery_1.bmp battery_2.bmp battery_3.bmp battery_4.bmp battery_5.bmp battery_fail.bmp logo.bmp logo_kernel.bmp battery_0.bmp 10

resource.img is packed ready
/home/rootroot/3TB/14rk3399-android-10
cp: cannot stat 'rockdev/Image-rk3399_Android10/*': No such file or directory
Make update.img
start to make update.img...
Error:No found parameter!
Android Firmware Package Tool v1.66
------ PACKAGE ------
Error: open file failed,err=2!
------ FAILED ------
Press any key to quit:
Make update image failed!
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10$ 
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10$ 
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10$ ./mkimage.sh 
TARGET_PRODUCT=rk3399_Android10
TARGET_BASE_PARAMETER_IMAGE==
HIGH_RELIABLE_RECOVERY_OTA=false
BOARD_AVB_ENABLE=false
system filesysystem is ext4
create dtbo.img.... 
done.
create boot.img.... 
BOARD_AVB_ENABLE is false, make boot.img from kernel.
done.
create recovery.img.... 
BOARD_AVB_ENABLE is false, make recovery.img from kernel && out.
done.
create system.img.... BOARD_AVB_ENABLE is false, make system.img from out.
in=/home/rootroot/3TB/14rk3399-android-10/out/target/product/rk3399_Android10/system.img out=/home/rootroot/3TB/14rk3399-android-10/out/target/product/rk3399_Android10/system.img.out align=1024
Total of 224289 4096-byte output blocks in 10 input chunks.
Generating optimized sparse image done,total_chunk=10.
done.
create vbmeta.img.... BOARD_AVB_ENABLE is false,use default vbmeta.imgdone.create vendor.img...BOARD_AVB_ENABLE is false, make vendor.img from out.
in=/home/rootroot/3TB/14rk3399-android-10/out/target/product/rk3399_Android10/vendor.img out=/home/rootroot/3TB/14rk3399-android-10/out/target/product/rk3399_Android10/vendor.img.out align=1024
Total of 59719 4096-byte output blocks in 6 input chunks.
Generating optimized sparse image done,total_chunk=4.
done.create odm.img...BOARD_AVB_ENABLE is false, make odm.img from out.
in=/home/rootroot/3TB/14rk3399-android-10/out/target/product/rk3399_Android10/odm.img out=/home/rootroot/3TB/14rk3399-android-10/out/target/product/rk3399_Android10/odm.img.out align=1024
Total of 136 4096-byte output blocks in 2 input chunks.
Generating optimized sparse image done,total_chunk=1.
done.
copy super.img...
create misc.img.... done.
create uboot.img...done.
create trust.img...done.
create loader...done.
create resource.img...done.
create kernel.img...done.
create config.cfg...done.
create parameter...done.
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10$ 
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10$ ./build.sh -u
will build update.img
-------------------KERNEL_DTS:rk3399-sapphire-excavator-edp-avb

============================================
PLATFORM_VERSION_CODENAME=REL
PLATFORM_VERSION=10
TARGET_PRODUCT=rk3399_Android10
TARGET_BUILD_VARIANT=userdebug
TARGET_BUILD_TYPE=release
TARGET_ARCH=arm64
TARGET_ARCH_VARIANT=armv8-a
TARGET_CPU_VARIANT=cortex-a53
TARGET_2ND_ARCH=arm
TARGET_2ND_ARCH_VARIANT=armv7-a-neon
TARGET_2ND_CPU_VARIANT=cortex-a15
HOST_ARCH=x86_64
HOST_2ND_ARCH=x86
HOST_OS=linux
HOST_OS_EXTRA=Linux-5.15.0-91-generic-x86_64-Ubuntu-20.04.6-LTS
HOST_CROSS_OS=windows
HOST_CROSS_ARCH=x86
HOST_CROSS_2ND_ARCH=x86_64
HOST_BUILD_TYPE=release
BUILD_ID=QQ2A.200501.001.B3
OUT_DIR=out
============================================
package resoure.img with charger images

Pack ./tools/images/ & ../kernel/resource.img to resource.img ...
Unpacking old image(../kernel/resource.img):
rk-kernel.dtb battery_1.bmp battery_2.bmp battery_3.bmp battery_4.bmp battery_5.bmp battery_fail.bmp logo.bmp logo_kernel.bmp battery_0.bmp 10
Pack to resource.img successed!
Packed resources:
rk-kernel.dtb battery_1.bmp battery_2.bmp battery_3.bmp battery_4.bmp battery_5.bmp battery_fail.bmp logo.bmp logo_kernel.bmp battery_0.bmp 10

resource.img is packed ready
/home/rootroot/3TB/14rk3399-android-10
Make update.img
start to make update.img...
Android Firmware Package Tool v1.66
------ PACKAGE ------
Add file: ./package-file
Add file: ./Image/MiniLoaderAll.bin
Add file: ./Image/parameter.txt
Add file: ./Image/trust.img
Add file: ./Image/uboot.img
Add file: ./Image/misc.img
Add file: ./Image/boot.img
Add file: ./Image/dtbo.img
Add file: ./Image/vbmeta.img
Add file: ./Image/recovery.img
Add file: ./Image/super.img
Add CRC...
Make firmware OK!
------ OK ------
********RKImageMaker ver 1.66********
Generating new image, please wait...
Writing head info...
Writing boot file...
Writing firmware...
Generating MD5 data...
MD5 data generated successfully!
New image generated successfully!
Making update.img OK.
Make update image ok!
/home/rootroot/3TB/14rk3399-android-10
rootroot@rootroot-X99-Turbo:~/3TB/14rk3399-android-10$ 


刷机之后,启动到kernel内核之后就会跑飞了!LOG:

20231220将NanoPC-T4(RK3399)开发板的Android10的SDK按照Rockchip官方挖掘机开发板编译打包刷机之后启动跑飞_第1张图片

20231220将NanoPC-T4(RK3399)开发板的Android10的SDK按照Rockchip官方挖掘机开发板编译打包刷机之后启动跑飞_第2张图片

20231220将NanoPC-T4(RK3399)开发板的Android10的SDK按照Rockchip官方挖掘机开发板编译打包刷机之后启动跑飞_第3张图片

[BEGIN] 2023/12/20 17:46:33
DDR Version 1.24 20191016
In
Channel 0: LPDDR3, 800MHz
CS = 0
MR0=0x58
MR1=0x58
MR2=0x58
MR3=0x58
MR4=0x1
MR5=0x1
MR6=0x16
MR7=0x0
MR8=0x1F
MR9=0x1F
MR10=0x1F
MR11=0x1F
MR12=0x1F
MR13=0x1F
MR14=0x1F
MR15=0x1F
MR16=0x1F
CS = 1
MR0=0x58
MR1=0x58
MR2=0x58
MR3=0x58
MR4=0x1
MR5=0x1
MR6=0x16
MR7=0x0
MR8=0x1F
MR9=0x1F
MR10=0x1F
MR11=0x1F
MR12=0x1F
MR13=0x1F
MR14=0x1F
MR15=0x1F
MR16=0x1F
Bus Width=32 Col=10 Bank=8 Row=15/15 CS=2 Die Bus-Width=32 Size=2048MB
Channel 1: LPDDR3, 800MHz
CS = 0
MR0=0x58
MR1=0x58
MR2=0x58
MR3=0x58
MR4=0x1
MR5=0x1
MR6=0x16
MR7=0x0
MR8=0x1F
MR9=0x1F
MR10=0x1F
MR11=0x1F
MR12=0x1F
MR13=0x1F
MR14=0x1F
MR15=0x1F
MR16=0x1F
CS = 1
MR0=0x58
MR1=0x58
MR2=0x58
MR3=0x58
MR4=0x1
MR5=0x1
MR6=0x16
MR7=0x0
MR8=0x1F
MR9=0x1F
MR10=0x1F
MR11=0x1F
MR12=0x1F
MR13=0x1F
MR14=0x1F
MR15=0x1F
MR16=0x1F
Bus Width=32 Col=10 Bank=8 Row=15/15 CS=2 Die Bus-Width=32 Size=2048MB
256B stride
ch 0 ddrconfig = 0x101, ddrsize = 0x2020
ch 1 ddrconfig = 0x101, ddrsize = 0x2020
pmugrf_os_reg[2] = 0x3AA0DAA0, stride = 0xD
OUT
Boot1 Release Time: May 29 2020 17:36:36, version: 1.26
CPUId = 0x0
ChipType = 0x10, 341
SdmmcInit=2 0
BootCapSize=100000
UserCapSize=14910MB
FwPartOffset=2000 , 100000
mmc0:cmd8,20
mmc0:cmd5,20
mmc0:cmd55,20
mmc0:cmd1,20
mmc0:cmd8,20
mmc0:cmd5,20
mmc0:cmd55,20
mmc0:cmd1,20
mmc0:cmd8,20
mmc0:cmd5,20
mmc0:cmd55,20
mmc0:cmd1,20
SdmmcInit=0 1
StorageInit ok = 68451
SecureMode = 0
SecureInit read PBA: 0x4
SecureInit read PBA: 0x404
SecureInit read PBA: 0x804
SecureInit read PBA: 0xc04
SecureInit read PBA: 0x1004
SecureInit read PBA: 0x1404
SecureInit read PBA: 0x1804
SecureInit read PBA: 0x1c04
SecureInit ret = 0, SecureMode = 0
atags_set_bootdev: ret:(0)
GPT part:  0, name:            uboot, start:0x4000, size:0x2000
GPT part:  1, name:            trust, start:0x6000, size:0x2000
GPT part:  2, name:             misc, start:0x8000, size:0x2000
GPT part:  3, name:              dtb, start:0xa000, size:0x2000
GPT part:  4, name:             dtbo, start:0xc000, size:0x2000
GPT part:  5, name:           vbmeta, start:0xe000, size:0x800
GPT part:  6, name:             boot, start:0xe800, size:0x10000
GPT part:  7, name:         security, start:0x1e800, size:0x2000
GPT part:  8, name:         recovery, start:0x20800, size:0x30000
GPT part:  9, name:           backup, start:0x50800, size:0x38000
GPT part: 10, name:            cache, start:0x88800, size:0xc0000
GPT part: 11, name:         metadata, start:0x148800, size:0x8000
GPT part: 12, name:              frp, start:0x150800, size:0x400
GPT part: 13, name:            super, start:0x150c00, size:0x614000
GPT part: 14, name:         userdata, start:0x764c00, size:0x15ba3df
find part:uboot OK. first_lba:0x4000.
find part:trust OK. first_lba:0x6000.
Trust Addr:0x6000, 0x58334c42
No find bl30.bin
Load uboot, ReadLba = 4000
Load OK, addr=0x200000, size=0xfac50
RunBL31 0x40000 @ 114044 us
NOTICE:  BL31: v1.3(release):845ee93
NOTICE:  BL31: Built : 15:51:11, Jul 22 2020
NOTICE:  BL31: Rockchip release version: v1.1
INFO:    GICv3 with legacy support detected. ARM GICV3 driver initialized in EL3
INFO:    Using opteed sec cpu_context!
INFO:    boot cpu mask: 0
INFO:    plat_rockchip_pmu_init(1196): pd status 3e
INFO:    BL31: Initializing runtime services
INFO:    BL31: Initializing BL32
INF [0x0] TEE-CORE:init_primary_helper:337: Initializing (1.1.0-256-gebb61ff5 #4 Wed Apr 22 01:34:02 UTC 2020 aarch64)

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

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


U-Boot 2017.09 (Dec 19 2023 - 20:14:48 +0800)

Model: Rockchip RK3399 Evaluation Board
PreSerial: 2
DRAM:  3.8 GiB
Sysmem: init
Relocation Offset: f5bc9000, fdt: f3dbd358
Using default environment

dwmmc@fe320000: 1, sdhci@fe330000: 0
Bootdev(atags): mmc 0
MMC0: HS400, 150Mhz
PartType: EFI
Android 10.0, Build 2020.7
boot mode: recovery (misc)
Found DTB in recovery part
DTB: rk-kernel.dtb (107586)
HASH(c): OK
ANDROID: fdt overlay OK
I2c0 speed: 400000Hz
PMIC:  RK808 
vdd_center 900000 uV
vdd_cpu_l 900000 uV
vdd_log 1100000 uV
Model: Rockchip RK3399 Excavator Board edp avb (Android)
Rockchip UBOOT DRM driver version: v1.0.1
xfer: num: 2, addr: 0x50
[dw_hdmi_i2c_read] i2c read reg[0x01] no interrupt
xfer: num: 2, addr: 0x50
[dw_hdmi_i2c_read] i2c read reg[0x01] no interrupt
xfer: num: 2, addr: 0x50
[dw_hdmi_i2c_read] read reg[0x01] data error:0x01
xfer: num: 2, addr: 0x50
[dw_hdmi_i2c_read] i2c read reg[0x01] no interrupt
xfer: num: 2, addr: 0x50
[dw_hdmi_i2c_read] i2c read reg[0x01] no interrupt
can't get edid block: 0
failed to get edid
Could not find baseparameter partition
mode: 1920x1080
CEA mode used vic=16
final pixclk = 148500000 tmdsclk = 148500000
PHY powered down in 0 iterations
PHY PLL locked 1 iterations
PHY powered down in 0 iterations
PHY PLL locked 1 iterations
sink has audio support
hdmi_set_clk_regenerator: fs=48000Hz ftdms=148.500MHz N=6144 cts=148500
Using display timing dts
Detailed mode clock 200000 kHz, flags[a]
    H: 1536 1548 1564 1612
    V: 2048 2056 2060 2068
bus_format: 100e
AUX CH command reply failed!
AUX CH command reply failed!
AUX CH error happens: 2
AUX CH command reply failed!
AUX CH command reply failed!
AUX CH error happens: 2
failed to get Rx Max Link Rate
failed to init training
unable to do link train
CLK: (uboot. arml: enter 816000 KHz, init 816000 KHz, kernel 0N/A)
CLK: (uboot. armb: enter 816000 KHz, init 816000 KHz, kernel 0N/A)
  aplll 816000 KHz
  apllb 816000 KHz
  dpll 800000 KHz
  cpll 200000 KHz
  gpll 800000 KHz
  npll 600000 KHz
  vpll 148000 KHz
  aclk_perihp 133333 KHz
  hclk_perihp 66666 KHz
  pclk_perihp 33333 KHz
  aclk_perilp0 266666 KHz
  hclk_perilp0 88888 KHz
  pclk_perilp0 44444 KHz
  hclk_perilp1 100000 KHz
  pclk_perilp1 50000 KHz
Net:   eth0: ethernet@fe300000
Hit key to stop autoboot('CTRL+C'):  0 
ANDROID: reboot reason: "recovery"
TEEC: Reset area[0] info...
TEEC: Reset area[1] info...
Vboot=0, AVB images, AVB verify
read_is_device_unlocked() ops returned that device is UNLOCKED
avb_slot_verify.c:757: ERROR: vbmeta: Error verifying vbmeta image: OK_NOT_SIGNED
get image from preloaded partition...
Could not find "system" partition
Booting IMAGE kernel at 0x00280000 with fdt at 0x08300000...


Fdt Ramdisk skip relocation
## Booting Android Image at 0x0027f800 ...
Kernel load addr 0x00280000 size 25573 KiB
RAM disk load addr 0x0a200000 size 19641 KiB
## Flattened Device Tree blob at 08300000
   Booting using the fdt blob at 0x8300000
   XIP Kernel Image from 0x00280000 to 0x00280000 ... OK
  'reserved-memory' ramoops@110000: addr=110000 size=f0000
   Using Device Tree in place at 0000000008300000, end 000000000831d660
Adding bank: 0x00200000 - 0x08400000 (size: 0x08200000)
Adding bank: 0x0a200000 - 0xf8000000 (size: 0xede00000)
Total: 1080.905 ms

Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[    0.000000] Linux version 4.19.111 (rootroot@rootroot-X99-Turbo) (gcc version 6.3.1 20170404 (Linaro GCC 6.3-2017.05)) #1 SMP PREEMPT Tue Dec 19 20:22:31 CST 2023
[    0.000000] Machine model: Rockchip RK3399 Excavator Board edp avb (Android)
[    0.000000] earlycon: uart8250 at MMIO32 0x00000000ff1a0000 (options '')
[    0.000000] bootconsole [uart8250] enabled
[    0.000000] OF: fdt: Reserved memory: failed to reserve memory for node 'stb-devinfo@00000000': base 0x0000000000000000, size 0 MiB
[    0.000000] cma: Reserved 16 MiB at 0x00000000f7000000
[    0.000000] psci: probing for conduit method from DT.
[    0.000000] psci: PSCIv1.0 detected in firmware.
[    0.000000] psci: Using standard PSCI v0.2 function IDs
[    0.000000] psci: Trusted OS migration not required
[    0.000000] psci: SMC Calling Convention v1.0
[    0.000000] percpu: Embedded 23 pages/cpu s57304 r8192 d28712 u94208
[    0.000000] Detected VIPT I-cache on CPU0
[    0.000000] CPU features: enabling workaround for ARM erratum 845719
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 991752
[    0.000000] Kernel command line: storagemedia=emmc androidboot.storagemedia=emmc androidboot.mode=normal androidboot.dtbo_idx=0  androidboot.verifiedbootstate=orange androidboot.slot_suffix= androidboot.serialno=2a120ee2b114597c console=ttyFIQ0 androidboot.baseband=N/A androidboot.selinux=permissive androidboot.wificountrycode=US androidboot.veritymode=enforcing androidboot.hardware=rk30board androidboot.console=ttyFIQ0 firmware_class.path=/vendor/etc/firmware init=/init root=PARTUUID=af01642c-9b84-11e8-9b2a-234eb5e198a0 earlycon=uart8250,mmio32,0xff1a0000 swiotlb=1 coherent_pool=1m androidboot.boot_devices=fe330000.sdhci
[    0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.000000] Memory: 3890440K/4030464K available (14206K kernel code, 1892K rwdata, 5544K rodata, 3904K init, 2234K bss, 123640K reserved, 16384K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1
[    0.000000] rcu: Preemptible hierarchical RCU implementation.
[    0.000000] rcu:     RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=6.
[    0.000000]     Tasks RCU enabled.
[    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=6
[    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[    0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[    0.000000] GICv3: Distributor has no Range Selector support
[    0.000000] GICv3: no VLPI support, no direct LPI support
[    0.000000] ITS [mem 0xfee20000-0xfee3ffff]
[    0.000000] ITS@0x00000000fee20000: allocated 65536 Devices @f1480000 (flat, esz 8, psz 64K, shr 0)
[    0.000000] ITS: using cache flushing for cmd queue
[    0.000000] GIC: using LPI property table @0x00000000f1420000
[    0.000000] GICv3: CPU0: found redistributor 0 region 0:0x00000000fef00000
[    0.000000] CPU0: using LPI pending table @0x00000000f1430000
[    0.000000] GIC: using cache flushing for LPI property table
[    0.000000] GICv3: GIC: PPI partition interrupt-partition-0[0] { /cpus/cpu@0[0] /cpus/cpu@1[1] /cpus/cpu@2[2] /cpus/cpu@3[3] }
[    0.000000] GICv3: GIC: PPI partition interrupt-partition-1[1] { /cpus/cpu@100[4] /cpus/cpu@101[5] }
[    0.000000] random: random: get_random_bytes called from start_kernel+0x36c/0x4ec with crng_init=0
[    0.000000] rockchip_clk_register_frac_branch: could not find dclk_vop0_frac as parent of dclk_vop0, rate changes may not work
[    0.000000] rockchip_clk_register_frac_branch: could not find dclk_vop1_frac as parent of dclk_vop1, rate changes may not work
[    0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
[    0.000005] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[    0.002034] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=24000)
[    0.003022] pid_max: default: 32768 minimum: 301
[    0.003588] Security Framework initialized
[    0.003983] SELinux:  Initializing.
[    0.004454] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.005102] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.007342] ASID allocator initialised with 32768 entries
[    0.007969] rcu: Hierarchical SRCU implementation.
[    0.008845] Platform MSI: interrupt-controller@fee20000 domain created
[    0.009980] PCI/MSI: /interrupt-controller@fee00000/interrupt-controller@fee20000 domain created
[    0.011608] smp: Bringing up secondary CPUs ...
[    0.012581] Detected VIPT I-cache on CPU1
[    0.012610] GICv3: CPU1: found redistributor 1 region 0:0x00000000fef20000
[    0.012643] CPU1: using LPI pending table @0x00000000f1620000
[    0.012683] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[    0.013334] Detected VIPT I-cache on CPU2
[    0.013355] GICv3: CPU2: found redistributor 2 region 0:0x00000000fef40000
[    0.013386] CPU2: using LPI pending table @0x00000000f1680000
[    0.013413] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[    0.013967] Detected VIPT I-cache on CPU3
[    0.013987] GICv3: CPU3: found redistributor 3 region 0:0x00000000fef60000
[    0.014017] CPU3: using LPI pending table @0x00000000f1690000
[    0.014041] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[    0.014620] ARM_SMCCC_ARCH_WORKAROUND_1 missing from firmware
[    0.014626] CPU features: enabling workaround for EL2 vector hardening
[    0.014634] Detected PIPT I-cache on CPU4
[    0.014659] GICv3: CPU4: found redistributor 100 region 0:0x00000000fef80000
[    0.014711] CPU4: using LPI pending table @0x00000000f16f0000
[    0.014740] CPU4: Booted secondary processor 0x0000000100 [0x410fd082]
[    0.015334] Detected PIPT I-cache on CPU5
[    0.015354] GICv3: CPU5: found redistributor 101 region 0:0x00000000fefa0000
[    0.015404] CPU5: using LPI pending table @0x00000000f1700000
[    0.015428] CPU5: Booted secondary processor 0x0000000101 [0x410fd082]
[    0.015520] smp: Brought up 1 node, 6 CPUs
[    0.028130] SMP: Total of 6 processors activated.
[    0.028580] CPU features: detected: GIC system register CPU interface
[    0.029205] CPU features: detected: 32-bit EL0 Support
[    0.035769] CPU features: emulated: Privileged Access Never (PAN) using TTBR0_EL1 switching
[    0.036574] CPU: All CPU(s) started at EL2
[    0.037001] alternatives: patching kernel code
[    0.038941] devtmpfs: initialized
[    0.052819] Trying to unpack rootfs image as initramfs...
[    0.053343] Registered cp15_barrier emulation handler
[    0.053836] Registered setend emulation handler
[    0.054651] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.055600] futex hash table entries: 2048 (order: 5, 131072 bytes)
[    0.056640] pinctrl core: initialized pinctrl subsystem
[    0.057733] NET: Registered protocol family 16
[    0.058839] schedtune: configured to support 6 boost groups
[    0.059581] audit: initializing netlink subsys (disabled)
[    0.060895] audit: type=2000 audit(0.054:1): state=initialized audit_enabled=0 res=1
[    0.061650] cpuidle: using governor menu
[    0.062039] Registered FIQ tty driver
[    0.062838] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.071628] DMA: preallocated 1024 KiB pool for atomic allocations
[    0.074511] console [pstore-1] enabled
[    0.075007] pstore: Registered ramoops as persistent store backend
[    0.075614] ramoops: attached 0xf0000@0x110000, ecc: 0/0
[    0.102009] cryptd: max_cpu_qlen set to 1000
[    0.103448] fiq debugger fiq mode enabled
[    0.104077] console [ttyFIQ0] enabled
[    0.104437] bootconsole [uart8250] disabled
[    0.104077] console [ttyFIQ0] enabled
[    0.104437] bootconsole [uart8250] disabled
[    0.104983] Registered fiq debugger ttyFIQ0
[    0.106128] vcc1v8_s3: regulator get failed, ret=-517
[    0.106396] vcc3v0_sd: regulator get failed, ret=-517
[    0.106585] vcc3v3_sys: regulator get failed, ret=-517
[    0.106676] vcc_sys: supplied by dc_12v
[    0.107003] vcc5v0_host: supplied by vcc_sys
[    0.107185] vcc3v3_sys: supplied by vcc_sys
[    0.107219] vcc3v0_sd: supplied by vcc3v3_sys
[    0.107573] vcc_lcd: supplied by vcc5v0_sys
[    0.130388] rk_iommu ff650800.iommu: version = 1
[    0.130752] rk_iommu ff660480.iommu: version = 1
[    0.131015] rk_iommu ff670800.iommu: version = 1
[    0.131281] rk_iommu ff8f3f00.iommu: version = 1
[    0.131471] rk_iommu ff903f00.iommu: version = 1
[    0.131658] rk_iommu ff914000.iommu: version = 1
[    0.131892] rk_iommu ff924000.iommu: version = 1
[    0.132401] SCSI subsystem initialized
[    0.132542] usbcore: registered new interface driver usbfs
[    0.132577] usbcore: registered new interface driver hub
[    0.132674] usbcore: registered new device driver usb
[    0.132894] media: Linux media interface: v0.10
[    0.132928] videodev: Linux video capture interface: v2.00
[    0.132979] pps_core: LinuxPPS API ver. 1 registered
[    0.132988] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti
[    0.133015] PTP clock support registered
[    0.134749] Advanced Linux Sound Architecture Driver Initialized.
[    0.135112] Bluetooth: Core ver 2.22
[    0.135154] NET: Registered protocol family 31
[    0.135169] Bluetooth: HCI device and connection manager initialized
[    0.135185] Bluetooth: HCI socket layer initialized
[    0.135199] Bluetooth: L2CAP socket layer initialized
[    0.135233] Bluetooth: SCO socket layer initialized
[    0.135621] rockchip-cpuinfo cpuinfo: SoC        : 0
[    0.135650] rockchip-cpuinfo cpuinfo: Serial        : 2a120ee2b114597c
[    0.136202] clocksource: Switched to clocksource arch_sys_counter
[    0.189564] VFS: Disk quotas dquot_6.6.0
[    0.189632] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.190582] thermal thermal_zone1: power_allocator: sustainable_power will be estimated
[    0.190827] NET: Registered protocol family 2
[    0.191288] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes)
[    0.191351] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[    0.191615] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[    0.192109] TCP: Hash tables configured (established 32768 bind 32768)
[    0.192251] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[    0.192356] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[    0.192574] NET: Registered protocol family 1
[    0.194559] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
[    0.194831] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[    0.196272] Initialise system trusted keyrings
[    0.197274] workingset: timestamp_bits=45 max_order=20 bucket_order=0
[    0.200881] Registering sdcardfs 0.1
[    0.201597] fuse init (API version 7.27)
[    0.202570] 
[    0.202570] TEE Core Framework initialization (ver 1:0.1)
[    0.202597] TEE armv7 Driver initialization
[    0.202942] tz_tee_probe: name="armv7sec", id=0, pdev_name="armv7sec.0"
[    0.202963] TEE core: Alloc the misc device "opteearmtz00" (id=0)
[    0.203098] TEE Core: Register the misc device "opteearmtz00" (id=0,minor=62)
[    0.204145] Key type asymmetric registered
[    0.204162] Asymmetric key parser 'x509' registered
[    0.204205] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
[    0.204218] io scheduler noop registered
[    0.204318] io scheduler cfq registered (default)
[    0.204327] io scheduler mq-deadline registered
[    0.204341] io scheduler kyber registered
[    0.204410] io scheduler bfq registered
[    0.206132] phy phy-ff770000.syscon:[email protected]: Linked as a consumer to regulator.6
[    0.207389] phy phy-ff770000.syscon:[email protected]: Failed to get VBUS supply regulator
[    0.208717] rockchip-mipi-dphy-rx ff770000.syscon:mipi-dphy-rx0: invalid resource
[    0.211443] rockchip-pcie f8000000.pcie: missing "memory-region" property
[    0.211569] rockchip-pcie f8000000.pcie: no vpcie12v regulator found
[    0.211592] rockchip-pcie f8000000.pcie: no vpcie3v3 regulator found
[    0.211611] rockchip-pcie f8000000.pcie: no vpcie1v8 regulator found
[    0.211631] rockchip-pcie f8000000.pcie: no vpcie0v9 regulator found
[    0.211653] rockchip-pcie f8000000.pcie: host bridge /pcie@f8000000 ranges:
[    0.211676] rockchip-pcie f8000000.pcie:   MEM 0xfa000000..0xfbdfffff -> 0xfa000000
[    0.211693] rockchip-pcie f8000000.pcie:    IO 0xfbe00000..0xfbefffff -> 0xfbe00000
[    0.755251] rockchip-pcie f8000000.pcie: PCIe link training gen1 timeout!
[    0.755341] rockchip-pcie f8000000.pcie: deferred probe failed
[    0.755478] rockchip-pcie: probe of f8000000.pcie failed with error -110
[    0.756113] pwm-backlight backlight: backlight supply power not found, using dummy regulator
[    0.756224] pwm-backlight backlight: Linked as a consumer to regulator.0
[    0.756635] iommu: Adding device ff670000.iep to group 2
[    0.756672] iep ff670000.iep: Linked as a consumer to ff670800.iommu
[    0.756888] iep: failed to find iep power down clock source.
[    0.757405] iep: IEP Power ON
[    0.757461] iep: IEP Power OFF
[    0.757487] iep: IEP Driver loaded succesfully
[    0.757722] iep: Module initialized.
[    0.757909] mpp_service mpp-srv: probe start
[    0.758473] iommu: Adding device ff660000.rkvdec to group 1
[    0.758507] mpp_rkvdec ff660000.rkvdec: Linked as a consumer to ff660480.iommu
[    0.758688] mpp_rkvdec ff660000.rkvdec: probing start
[    0.759094] rkvdec_init:1178: failed on clk_get clk_hevc_cabac
[    0.759166] mpp_rkvdec ff660000.rkvdec: shared_video_hevc_cabac is not found!
[    0.759183] rkvdec_init:1206: No hevc cabac reset resource define
[    0.759453] mpp_rkvdec ff660000.rkvdec: probing finish
[    0.760623] iommu: Adding device ff650400.vdpu to group 0
[    0.760660] mpp_vdpu2 ff650400.vdpu: Linked as a consumer to ff650800.iommu
[    0.760832] mpp_vdpu2 ff650400.vdpu: probe device
[    0.761242] mpp_vdpu2 ff650400.vdpu: reset_group->rw_sem_on=0
[    0.761271] mpp_vdpu2 ff650400.vdpu: reset_group->rw_sem_on=0
[    0.761495] mpp_vdpu2 ff650400.vdpu: probing finish
[    0.761991] iommu: Adding device ff650000.vepu to group 0
[    0.762027] mpp_vepu2 ff650000.vepu: Linked as a consumer to ff650800.iommu
[    0.762079] mpp_vepu2 ff650000.vepu: probe device
[    0.762422] mpp_vepu2 ff650000.vepu: reset_group->rw_sem_on=0
[    0.762446] mpp_vepu2 ff650000.vepu: reset_group->rw_sem_on=0
[    0.762661] mpp_vepu2 ff650000.vepu: probing finish
[    0.762919] mpp_service mpp-srv: probe success
[    0.765772] dma-pl330 ff6d0000.dma-controller: Loaded driver for PL330 DMAC-241330
[    0.765799] dma-pl330 ff6d0000.dma-controller:     DBUFF-32x8bytes Num_Chans-6 Num_Peri-12 Num_Events-12
[    0.767390] dma-pl330 ff6e0000.dma-controller: Loaded driver for PL330 DMAC-241330
[    0.767414] dma-pl330 ff6e0000.dma-controller:     DBUFF-128x8bytes Num_Chans-8 Num_Peri-20 Num_Events-16
[    0.768769] rockchip-system-monitor rockchip-system-monitor: system monitor probe
[    0.769416] pwm-regulator: supplied by regulator-dummy
[    0.770122] Serial: 8250/16550 driver, 6 ports, IRQ sharing disabled
[    0.770800] ff180000.serial: ttyS0 at MMIO 0xff180000 (irq = 38, base_baud = 1500000) is a 16550A
[    0.772895] random: fast init done
[    0.773175] random: crng init done
[    0.773342] iommu: Adding device ff8f0000.vop to group 3
[    0.773385] rockchip-vop ff8f0000.vop: Linked as a consumer to ff8f3f00.iommu
[    0.773706] iommu: Adding device ff900000.vop to group 4
[    0.773738] rockchip-vop ff900000.vop: Linked as a consumer to ff903f00.iommu
[    0.778241] rockchip-drm display-subsystem: Linked as a consumer to ff8f0000.vop
[    0.778287] rockchip-drm display-subsystem: Linked as a consumer to ff900000.vop
[    0.779072] rockchip-drm display-subsystem: Linked as a consumer to ff970000.edp
[    0.779206] rockchip-drm display-subsystem: Linked as a consumer to fec00000.dp
[    0.779601] rockchip-drm display-subsystem: Linked as a consumer to ff940000.hdmi
[    0.785804] panel-simple panel: Linked as a consumer to regulator.8
[    0.785848] panel-simple panel: panel supply vsp not found, using dummy regulator
[    0.785910] panel-simple panel: Linked as a consumer to regulator.0
[    0.785939] panel-simple panel: panel supply vsn not found, using dummy regulator
[    0.786743] mali ff9a0000.gpu: Failed to get regulator
[    0.786764] mali ff9a0000.gpu: Power control initialization failed
[    0.787103] cacheinfo: Unable to detect cache hierarchy for CPU 0
[    0.794342] brd: module loaded
[    0.809927] loop: module loaded
[    0.810404] zram: Added device: zram0
[    0.810740] SCSI Media Changer driver v0.25 
[    0.812673] libphy: Fixed MDIO Bus: probed
[    0.812724] tun: Universal TUN/TAP device driver, 1.6
[    0.813572] rk_gmac-dwmac fe300000.ethernet: PTP uses main clock
[    0.813620] rk_gmac-dwmac fe300000.ethernet: phy regulator is not available yet, deferred probing
[    0.814626] PPP generic driver version 2.4.2
[    0.814789] PPP BSD Compression module registered
[    0.814807] PPP Deflate Compression module registered
[    0.814845] PPP MPPE Compression module registered
[    0.814861] NET: Registered protocol family 24
[    0.814892] PPTP driver version 0.8.5
[    0.815123] SLIP: version 0.8.4-NET3.019-NEWTTY (dynamic channels, max=256) (6 bit encapsulation enabled).
[    0.815133] CSLIP: code copyright 1989 Regents of the University of California.
[    0.815229] usbcore: registered new interface driver catc
[    0.815282] usbcore: registered new interface driver kaweth
[    0.815299] pegasus: v0.9.3 (2013/04/25), Pegasus/Pegasus II USB Ethernet driver
[    0.815344] usbcore: registered new interface driver pegasus
[    0.815393] usbcore: registered new interface driver rtl8150
[    0.815445] usbcore: registered new interface driver r8152
[    0.815461] hso: drivers/net/usb/hso.c: Option Wireless
[    0.815529] usbcore: registered new interface driver hso
[    0.815580] usbcore: registered new interface driver asix
[    0.815630] usbcore: registered new interface driver ax88179_178a
[    0.815680] usbcore: registered new interface driver cdc_ether
[    0.815728] usbcore: registered new interface driver cdc_eem
[    0.815774] usbcore: registered new interface driver dm9601
[    0.815826] usbcore: registered new interface driver smsc75xx
[    0.815881] usbcore: registered new interface driver smsc95xx
[    0.815929] usbcore: registered new interface driver gl620a
[    0.815974] usbcore: registered new interface driver net1080
[    0.816019] usbcore: registered new interface driver plusb
[    0.816064] usbcore: registered new interface driver rndis_host
[    0.816112] usbcore: registered new interface driver cdc_subset
[    0.816160] usbcore: registered new interface driver zaurus
[    0.816224] usbcore: registered new interface driver MOSCHIP usb-ethernet driver
[    0.816276] usbcore: registered new interface driver int51x1
[    0.816322] usbcore: registered new interface driver kalmia
[    0.816368] usbcore: registered new interface driver ipheth
[    0.816421] usbcore: registered new interface driver sierra_net
[    0.816468] usbcore: registered new interface driver cx82310_eth
[    0.816522] usbcore: registered new interface driver cdc_ncm
[    0.816569] usbcore: registered new interface driver qmi_wwan
[    0.816613] usbcore: registered new interface driver cdc_mbim
[    0.817818] dwc3 fe800000.dwc3: Failed to get clk 'ref': -2
[    0.819092] dwc3 fe900000.dwc3: Failed to get clk 'ref': -2
[    0.824955] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.824978] ehci-pci: EHCI PCI platform driver
[    0.825059] ehci-platform: EHCI generic platform driver
[    0.827461] ehci-platform fe3c0000.usb: EHCI Host Controller
[    0.827648] ehci-platform fe3c0000.usb: new USB bus registered, assigned bus number 1
[    0.828248] ehci-platform fe3c0000.usb: irq 33, io mem 0xfe3c0000
[    0.835231] ehci-platform fe3c0000.usb: USB 2.0 started, EHCI 1.00
[    0.835424] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
[    0.835445] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.835463] usb usb1: Product: EHCI Host Controller
[    0.835480] usb usb1: Manufacturer: Linux 4.19.111 ehci_hcd
[    0.835493] usb usb1: SerialNumber: fe3c0000.usb
[    0.835971] hub 1-0:1.0: USB hub found
[    0.836015] hub 1-0:1.0: 1 port detected
[    0.836796] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.836830] ohci-platform: OHCI generic platform driver
[    0.837226] ohci-platform fe3e0000.usb: Generic Platform OHCI controller
[    0.837410] ohci-platform fe3e0000.usb: new USB bus registered, assigned bus number 2
[    0.837769] ohci-platform fe3e0000.usb: irq 34, io mem 0xfe3e0000
[    0.893419] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 4.19
[    0.893442] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.893456] usb usb2: Product: Generic Platform OHCI controller
[    0.893469] usb usb2: Manufacturer: Linux 4.19.111 ohci_hcd
[    0.893480] usb usb2: SerialNumber: fe3e0000.usb
[    0.893932] hub 2-0:1.0: USB hub found
[    0.893981] hub 2-0:1.0: 1 port detected
[    0.895617] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[    0.895809] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 3
[    0.896413] xhci-hcd xhci-hcd.0.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x0000005002030010
[    0.896471] xhci-hcd xhci-hcd.0.auto: irq 72, io mem 0xfe900000
[    0.896761] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
[    0.896778] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.896796] usb usb3: Product: xHCI Host Controller
[    0.896806] usb usb3: Manufacturer: Linux 4.19.111 xhci-hcd
[    0.896818] usb usb3: SerialNumber: xhci-hcd.0.auto
[    0.897308] hub 3-0:1.0: USB hub found
[    0.897359] hub 3-0:1.0: 1 port detected
[    0.897688] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[    0.897857] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 4
[    0.897885] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed
[    0.897964] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    0.898108] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.19
[    0.898128] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.898142] usb usb4: Product: xHCI Host Controller
[    0.898155] usb usb4: Manufacturer: Linux 4.19.111 xhci-hcd
[    0.898175] usb usb4: SerialNumber: xhci-hcd.0.auto
[    0.898644] hub 4-0:1.0: USB hub found
[    0.898688] hub 4-0:1.0: 1 port detected
[    0.899133] usbcore: registered new interface driver cdc_acm
[    0.899151] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[    0.899237] usbcore: registered new interface driver usblp
[    0.899292] usbcore: registered new interface driver cdc_wdm
[    0.899350] usbcore: registered new interface driver uas
[    0.899462] usbcore: registered new interface driver usb-storage
[    0.899511] usbcore: registered new interface driver ums-alauda
[    0.899560] usbcore: registered new interface driver ums-cypress
[    0.899612] usbcore: registered new interface driver ums-datafab
[    0.899662] usbcore: registered new interface driver ums_eneub6250
[    0.899712] usbcore: registered new interface driver ums-freecom
[    0.899760] usbcore: registered new interface driver ums-isd200
[    0.899810] usbcore: registered new interface driver ums-jumpshot
[    0.899860] usbcore: registered new interface driver ums-karma
[    0.899908] usbcore: registered new interface driver ums-onetouch
[    0.899956] usbcore: registered new interface driver ums-sddr09
[    0.900003] usbcore: registered new interface driver ums-sddr55
[    0.900055] usbcore: registered new interface driver ums-usbat
[    0.900149] usbcore: registered new interface driver usbserial_generic
[    0.900184] usbserial: USB Serial support registered for generic
[    0.900251] usbcore: registered new interface driver option
[    0.900285] usbserial: USB Serial support registered for GSM modem (1-port)
[    0.900524] usbcore: registered new interface driver trancevibrator
[    0.901084] usbcore: registered new interface driver xpad
[    0.901139] usbcore: registered new interface driver usb_acecad
[    0.901210] usbcore: registered new interface driver aiptek
[    0.901265] usbcore: registered new interface driver gtco
[    0.901323] usbcore: registered new interface driver hanwang
[    0.901375] usbcore: registered new interface driver kbtab
[    0.902024] sensor_register_slave:kxtj9,id=11
[    0.902046] sensor_register_slave:mma8452,id=17
[    0.902057] sensor_register_slave:lis3dh,id=7
[    0.902069] sensor_register_slave:mma7660,id=18
[    0.902077] sensor_register_slave:gs_mxc6655xa,id=24
[    0.902088] sensor_register_slave:lsm303d,id=26
[    0.902096] sensor_register_slave:gs_mc3230,id=27
[    0.902106] [Gsensor]   gsensor_init
[    0.902113] sensor_register_slave:mpu6880_acc,id=28
[    0.902124] sensor_register_slave:gs_sc7660,id=19
[    0.902131] sensor_register_slave:gs_sc7a20,id=20
[    0.902141] sensor_register_slave:gs_sc7a30,id=21
[    0.902149] sensor_register_slave:mpu6500_acc,id=29
[    0.902159] sensor_register_slave:lsm330_acc,id=30
[    0.902167] sensor_register_slave:bma2xx_acc,id=31
[    0.902178] sensor_register_slave:mir3da,id=33
[    0.902185] sensor_register_slave:akm8975,id=35
[    0.902213] sensor_register_slave:akm8963,id=36
[    0.902226] sensor_register_slave:l3g4200d,id=50
[    0.902234] sensor_register_slave:l3g20d,id=51
[    0.902245] sensor_register_slave:ewtsa,id=52
[    0.902253] sensor_register_slave:lsm330_gyro,id=56
[    0.902260] sensor_register_slave:cm3217,id=59
[    0.902268] sensor_register_slave:cm3218,id=60
[    0.902276] sensor_register_slave:ls_stk3410,id=68
[    0.902289] sensor_register_slave:ps_stk3410,id=73
[    0.902737] i2c /dev entries driver
[    0.903848] input: gsl3673 as /devices/platform/ff110000.i2c/i2c-1/1-0040/input/input0
[    0.955363] gsl3673 1-0040: GSL3673 test_i2c error!
[    0.955386] gsl3673 1-0040: gsl_probe: init_chip failed
[    0.955704] gsl3673: probe of 1-0040 failed with error -1
[    0.957242] rk808 0-001b: chip id: 0x0
[    0.961256] rk808-regulator rk808-regulator: there is no dvs0 gpio
[    0.961326] rk808-regulator rk808-regulator: there is no dvs1 gpio
[    0.961391] DCDC_REG1: supplied by vcc_sys
[    0.962468] DCDC_REG2: supplied by vcc_sys
[    0.963129] DCDC_REG3: supplied by vcc_sys
[    0.963439] DCDC_REG4: supplied by vcc_sys
[    0.963993] LDO_REG1: supplied by vcc_sys
[    0.964809] LDO_REG2: supplied by vcc_sys
[    0.965374] LDO_REG3: supplied by vcc_sys
[    0.966057] LDO_REG4: supplied by vcc_sys
[    0.966722] LDO_REG5: supplied by vcc_sys
[    0.967285] LDO_REG6: supplied by vcc_sys
[    0.967959] LDO_REG7: supplied by vcc_sys
[    0.968495] LDO_REG8: supplied by vcc_sys
[    0.969184] SWITCH_REG1: supplied by vcc3v3_sys
[    0.969618] SWITCH_REG2: supplied by vcc3v3_sys
[    0.972844] rk808-rtc rk808-rtc: registered as rtc0
[    0.973458] rk808-rtc rk808-rtc: setting system clock to 2023-12-20 03:54:56 UTC (1703044496)
[    0.974215] fan53555-regulator 0-0040: FAN53555 Option[8] Rev[1] Detected!
[    0.974314] fan53555-reg: supplied by vcc_sys
[    0.975967] vcc1v8_s3: supplied by vcc_1v8
[    0.976689] fan53555-regulator 0-0041: FAN53555 Option[8] Rev[1] Detected!
[    0.976779] fan53555-reg: supplied by vcc_sys
[    0.979752] fusb302 4-0022: Can't get property of role, set role to default DRP
[    0.984696] Freeing initrd memory: 19640K
[    0.988891] fusb302 4-0022: port 0 probe success with role ROLE_MODE_DRP, try_role ROLE_MODE_NONE
[    0.989017] input: Typec_Headphone as /devices/platform/ff3d0000.i2c/i2c-4/4-0022/input/input1
[    0.989325] i2c i2c-4: 1 i2c clients have been registered at 0x68
[    0.989783] vm149c 1-000c: probing...
[    0.989800] vm149c 1-000c: driver version: 00.01.00
[    0.989811] vm149c 1-000c: could not get module rockchip,vcm-start-current from dts!
[    0.989824] vm149c 1-000c: could not get module rockchip,vcm-rated-current from dts!
[    0.989833] vm149c 1-000c: could not get module rockchip,vcm-step-mode from dts!
[    0.989865] vm149c 1-000c: probing successful
[    0.989963] sgm3784 1-0030: driver version: 00.01.00
[    0.990088] sgm3784 1-0030: get torch-gpio failed, using assist light mode
[    0.990156] sgm3784 1-0030: led0 max torch:299200UA flash:1122000UA timeout:1600000US
[    0.990173] sgm3784 1-0030: led1 max torch:299200UA flash:1122000UA timeout:1600000US
[    0.990360] sgm3784 1-0030: sgm3784_i2c_read: reg:0x0 failed
[    0.990396] sgm3784 1-0030: Read chip id error
[    0.991924] iommu: Adding device ff910000.rkisp1 to group 5
[    0.991963] rkisp1 ff910000.rkisp1: Linked as a consumer to ff914000.iommu
[    0.992164] rkisp1 ff910000.rkisp1: rkisp1 driver version: v00.01.05
[    0.992214] rkisp1 ff910000.rkisp1: Missing rockchip,grf property
[    0.992528] rkisp1 ff910000.rkisp1: Entity type for entity rkisp1-isp-subdev was not initialized!
[    0.993651] usbcore: registered new interface driver uvcvideo
[    0.993669] USB Video Class driver (1.1.1)
[    0.994228] rockchip-iodomain ff320000.syscon:io-domains: Linked as a consumer to regulator.21
[    0.994517] rockchip-iodomain ff770000.syscon:io-domains: Linked as a consumer to regulator.21
[    0.994618] rockchip-iodomain ff770000.syscon:io-domains: Linked as a consumer to regulator.20
[    0.994702] rockchip-iodomain ff770000.syscon:io-domains: Linked as a consumer to regulator.17
[    0.996053] __power_supply_register: Expected proper parent device for 'test_ac'
[    0.996258] __power_supply_register: Expected proper parent device for 'test_battery'
[    0.996520] thermal thermal_zone2: power_allocator: sustainable_power will be estimated
[    0.996616] __power_supply_register: Expected proper parent device for 'test_usb'
[    0.998104] rockchip-thermal ff260000.tsadc: tsadc is probed successfully!
[    0.998681] device-mapper: uevent: version 1.0.3
[    0.998950] device-mapper: ioctl: 4.39.0-ioctl (2018-04-03) initialised: [email protected]
[    0.999105] device-mapper: verity-avb: AVB error handler initialized with vbmeta device: 
[    0.999122] Bluetooth: HCI UART driver ver 2.3
[    0.999132] Bluetooth: HCI UART protocol H4 registered
[    0.999369] cpu cpu0: bin=1
[    0.999402] cpu cpu0: leakage=25
[    0.999481] cpu cpu0: Linked as a consumer to regulator.11
[    1.011726] cpu cpu0: temp=25000, pvtm=150018 (151858 + -1840)
[    1.012013] cpu cpu0: pvtm-volt-sel=2
[    1.012095] cpu cpu0: Dropping the link to regulator.11
[    1.012145] cpu cpu0: bin-scale=34
[    1.012247] cpu cpu4: bin=1
[    1.012278] cpu cpu4: leakage=44
[    1.012535] cpu cpu4: Linked as a consumer to regulator.24
[    1.024543] cpu cpu4: temp=24444, pvtm=158646 (159853 + -1207)
[    1.024627] cpu cpu4: pvtm-volt-sel=2
[    1.024683] cpu cpu4: Dropping the link to regulator.24
[    1.024719] cpu cpu4: bin-scale=17
[    1.025031] cpu cpu0: Linked as a consumer to regulator.11
[    1.025082] cpu cpu0: Dropping the link to regulator.11
[    1.025271] cpu cpu0: Linked as a consumer to regulator.11
[    1.025989] cpu cpu0: avs=0
[    1.026316] cpu cpu0: l=0 h=2147483647 hyst=5000 l_limit=0 h_limit=0 h_table=0
[    1.027232] cpu cpu0: failed to find power_model node
[    1.027565] cpu cpu4: Linked as a consumer to regulator.24
[    1.028403] cpu cpu4: avs=0
[    1.028452] energy_model: pd4: hertz/watts ratio non-monotonically decreasing: em_cap_state 2 >= em_cap_state1
[    1.028707] cpu cpu4: l=0 h=2147483647 hyst=5000 l_limit=0 h_limit=0 h_table=0
[    1.030894] cpu cpu4: failed to find power_model node
[    1.032427] sdhci: Secure Digital Host Controller Interface driver
[    1.032450] sdhci: Copyright(c) Pierre Ossman
[    1.032459] Synopsys Designware Multimedia Card Interface Driver
[    1.033136] dwmmc_rockchip fe310000.dwmmc: IDMAC supports 32-bit address mode.
[    1.033920] dwmmc_rockchip fe310000.dwmmc: Using internal DMA controller.
[    1.033978] dwmmc_rockchip fe310000.dwmmc: Version ID is 270a
[    1.034032] dwmmc_rockchip fe310000.dwmmc: DW MMC controller at irq 28,32 bit host data width,256 deep fifo
[    1.034257] dwmmc_rockchip fe310000.dwmmc: allocated mmc-pwrseq
[    1.034285] mmc_host mmc0: card is non-removable.
[    1.047426] mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[    1.061087] dwmmc_rockchip fe320000.dwmmc: IDMAC supports 32-bit address mode.
[    1.061672] dwmmc_rockchip fe320000.dwmmc: Using internal DMA controller.
[    1.061703] dwmmc_rockchip fe320000.dwmmc: Version ID is 270a
[    1.061754] dwmmc_rockchip fe320000.dwmmc: DW MMC controller at irq 29,32 bit host data width,256 deep fifo
[    1.061901] dwmmc_rockchip fe320000.dwmmc: Linked as a consumer to regulator.3
[    1.061963] dwmmc_rockchip fe320000.dwmmc: Linked as a consumer to regulator.17
[    1.062112] mmc_host mmc1: card is polling.
[    1.074554] mmc_host mmc1: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[    1.086739] sdhci-pltfm: SDHCI platform and OF driver helper
[    1.097867] mmc0: queuing unknown CIS tuple 0x80 (2 bytes)
[    1.099962] mmc0: queuing unknown CIS tuple 0x80 (3 bytes)
[    1.102102] mmc0: queuing unknown CIS tuple 0x80 (3 bytes)
[    1.105663] mmc0: queuing unknown CIS tuple 0x80 (7 bytes)
[    1.109352] mmc0: queuing unknown CIS tuple 0x8e (9 bytes)
[    1.112270] mmc2: SDHCI controller on fe330000.sdhci [fe330000.sdhci] using ADMA
[    1.113445] hidraw: raw HID events driver (C) Jiri Kosina
[    1.116418] usbcore: registered new interface driver usbhid
[    1.116436] usbhid: USB HID core driver
[    1.117119] ashmem: initialized
[    1.119788] rockchip-saradc ff100000.saradc: Linked as a consumer to regulator.2
[    1.120253] mmc_host mmc1: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
[    1.120985] optee: probing for conduit method from DT.
[    1.121013] optee: revision 1.0
[    1.121015] optee: api revision mismatch
[    1.121030] rknandbase v1.2 2018-05-08
[    1.121531] usbcore: registered new interface driver snd-usb-audio
[    1.125726] rt5651 1-001a: Failed to reguest IRQ 0: -22
[    1.129381] netem: version 1.3
[    1.129417] u32 classifier
[    1.129422]     Actions configured
[    1.129978] xt_time: kernel timezone is -0000
[    1.130068] gre: GRE over IPv4 demultiplexor driver
[    1.130082] IPv4 over IPsec tunneling driver
[    1.130646] Initializing XFRM netlink socket
[    1.130676] IPsec XFRM device driver
[    1.130953] NET: Registered protocol family 10
[    1.131608] Segment Routing with IPv6
[    1.131676] mip6: Mobile IPv6
[    1.132147] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[    1.132648] NET: Registered protocol family 17
[    1.132667] NET: Registered protocol family 15
[    1.132702] Bridge firewalling registered
[    1.132901] Bluetooth: RFCOMM TTY layer initialized
[    1.132922] Bluetooth: RFCOMM socket layer initialized
[    1.132954] Bluetooth: RFCOMM ver 1.11
[    1.132981] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    1.132994] Bluetooth: BNEP filters: protocol multicast
[    1.133006] Bluetooth: BNEP socket layer initialized
[    1.133017] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[    1.133029] Bluetooth: HIDP socket layer initialized
[    1.133066] _core: L2TP core driver, V2.0
[    1.133081] _ppp: PPPoL2TP kernel driver, V2.0
[    1.133094] [BT_RFKILL]: Enter rfkill_rk_init
[    1.133104] [WLAN_RFKILL]: Enter rfkill_wlan_init
[    1.133468] [WLAN_RFKILL]: Enter rfkill_wlan_probe
[    1.133487] [WLAN_RFKILL]: wlan_platdata_parse_dt: wifi_chip_type = ap6354
[    1.133498] [WLAN_RFKILL]: wlan_platdata_parse_dt: enable wifi power control.
[    1.133509] [WLAN_RFKILL]: wlan_platdata_parse_dt: wifi power controled by gpio.
[    1.133562] [WLAN_RFKILL]: wlan_platdata_parse_dt: WIFI,host_wake_irq = 3, flags = 0.
[    1.133577] [WLAN_RFKILL]: wlan_platdata_parse_dt: The ref_wifi_clk not found !
[    1.133588] [WLAN_RFKILL]: rfkill_wlan_probe: init gpio
[    1.133601] [WLAN_RFKILL]: Exit rfkill_wlan_probe
[    1.134011] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: uart_rts_gpios = 83.
[    1.134040] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,reset_gpio = 9.
[    1.134064] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,wake_gpio = 90.
[    1.134086] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,wake_host_irq = 4.
[    1.134145] [BT_RFKILL]: Request irq for bt wakeup host
[    1.134249] [BT_RFKILL]: ** disable irq
[    1.134353] [BT_RFKILL]: bt_default device registered.
[    1.134513] sensor_register_slave:mpu6500_gyro,id=54
[    1.134526] sensor_register_slave:mpu6880_gyro,id=55
[    1.134753] ov13850 1-0010: driver version: 00.01.03
[    1.134813] ov13850 1-0010: Failed to get power-gpios, maybe no use
[    1.134925] ov13850 1-0010: 1-0010 supply avdd not found, using dummy regulator
[    1.134993] ov13850 1-0010: Linked as a consumer to regulator.0
[    1.135015] ov13850 1-0010: 1-0010 supply dovdd not found, using dummy regulator
[    1.135059] ov13850 1-0010: 1-0010 supply dvdd not found, using dummy regulator
[    1.135136] ov13850 1-0010: could not get sleep pinstate
[    1.138094] ov13850 1-0010: Unexpected sensor id(000000), ret(-5)
[    1.138418] gc2145 1-003c: driver version: 00.01.04
[    1.138488] gc2145 1-003c: Failed to get power-gpios, maybe no use
[    1.138564] gc2145 1-003c: Failed to get reset-gpios, maybe no use
[    1.138592] gc2145 1-003c: 1-003c supply dovdd not found, using dummy regulator
[    1.138643] gc2145 1-003c: Linked as a consumer to regulator.0
[    1.138664] gc2145 1-003c: 1-003c supply avdd not found, using dummy regulator
[    1.138706] gc2145 1-003c: 1-003c supply dvdd not found, using dummy regulator
[    1.138759] gc2145 1-003c: __gc2145_power_on(2727)
[    1.142345] mmc2: new HS400 Enhanced strobe MMC card at address 0001
[    1.142962] mmcblk2: mmc2:0001 AJTD4R 14.6 GiB 
[    1.143368] mmcblk2boot0: mmc2:0001 AJTD4R partition 1 4.00 MiB
[    1.143838] mmcblk2boot1: mmc2:0001 AJTD4R partition 2 4.00 MiB
[    1.143977] mmcblk2rpmb: mmc2:0001 AJTD4R partition 3 4.00 MiB, chardev (238:0)
[    1.146014]  mmcblk2: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15
[    1.167246] mmc_host mmc1: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
[    1.197428] mmc_host mmc0: Bus speed (slot 0) = 100000000Hz (slot req 100000000Hz, actual 100000000HZ div = 0)
[    1.209848] gc2145 1-003c: Sensor detection failed (FFFF, -1)
[    1.209891] gc2145 1-003c: Check id  failed:
[    1.209891] check following information:
[    1.209891] Power/PowerDown/Reset/Mclk/I2cBus !!
[    1.209915] gc2145 1-003c: __gc2145_power_off(2782)
[    1.210166] gc2145: probe of 1-003c failed with error -1
[    1.211608] registered taskstats version 1
[    1.211632] Loading compiled-in X.509 certificates
[    1.212000] Key type ._fscrypt registered
[    1.212067] Key type .fscrypt registered
[    1.212079] Key type fscrypt-provisioning registered
[    1.212523] pstore: Using compression: deflate
[    1.213475] rga2: Driver loaded successfully ver:3.02
[    1.213691] rga2: Module initialized.
[    1.218719] mmc_host mmc1: Bus speed (slot 0) = 100000Hz (slot req 100000Hz, actual 100000HZ div = 0)
[    1.231420] fusb302 4-0022: CC connected in CC2 as UFP
[    1.236553] phy phy-ff770000.syscon:[email protected]: Linked as a consumer to regulator.6
[    1.237033] phy phy-ff770000.syscon:[email protected]: Failed to get VBUS supply regulator
[    1.239005] rockchip-drm display-subsystem: defer getting devfreq
[    1.239177] rockchip-vop ff8f0000.vop: missing rockchip,grf property
[    1.239330] rockchip-drm display-subsystem: bound ff8f0000.vop (ops vop_component_ops)
[    1.239376] rockchip-vop ff900000.vop: missing rockchip,grf property
[    1.239518] rockchip-drm display-subsystem: bound ff900000.vop (ops vop_component_ops)
[    1.239553] rockchip-dp ff970000.edp: no DP phy configured
[    1.240182] rockchip-drm display-subsystem: bound ff970000.edp (ops rockchip_dp_component_ops)
[    1.240536] rockchip-drm display-subsystem: bound fec00000.dp (ops cdn_dp_component_ops)
[    1.240715] dwhdmi-rockchip ff940000.hdmi: Detected HDMI TX controller v2.11a with HDCP (DWC HDMI 2.0 TX PHY)
[    1.241332] cdn-dp fec00000.dp: [drm:cdn_dp_pd_event_work] Not connected. Disabling cdn
[    1.241458] dwhdmi-rockchip ff940000.hdmi: registered DesignWare HDMI I2C bus driver
[    1.242651] rockchip-drm display-subsystem: bound ff940000.hdmi (ops dw_hdmi_rockchip_ops)
[    1.242675] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    1.242684] [drm] No driver support for vblank timestamp query.
[    1.388509] usb 2-1: new low-speed USB device number 2 using ohci-platform
[    1.412975] dwmmc_rockchip fe310000.dwmmc: Successfully tuned phase to 82
[    1.420439] mmc0: new ultra high speed SDR104 SDIO card at address 0001
[    1.555169] dwhdmi-rockchip ff940000.hdmi: failed to get edid
[    1.558486] rockchip-dp ff970000.edp: AUX CH error happened: 0x2 (1)
[    1.559960] rockchip-dp ff970000.edp: AUX CH error happened: 0x2 (1)
[    1.561430] rockchip-dp ff970000.edp: AUX CH error happened: 0x2 (1)
[    1.562901] rockchip-dp ff970000.edp: AUX CH error happened: 0x2 (1)
[    1.564385] rockchip-dp ff970000.edp: AUX CH error happened: 0x2 (1)
[    1.565857] rockchip-dp ff970000.edp: AUX CH error happened: 0x2 (1)
[    1.567332] rockchip-dp ff970000.edp: AUX CH error happened: 0x2 (1)
[    1.568801] rockchip-dp ff970000.edp: AUX CH error happened: 0x2 (1)
[    1.570269] rockchip-dp ff970000.edp: AUX CH error happened: 0x2 (1)
[    1.571718] rockchip-dp ff970000.edp: AUX CH error happened: 0x2 (1)
[    1.573174] rockchip-dp ff970000.edp: AUX CH error happened: 0x2 (1)
[    1.574689] rockchip-dp ff970000.edp: AUX CH error happened: 0x2 (1)
[    1.576144] rockchip-dp ff970000.edp: AUX CH error happened: 0x2 (1)
[    1.577626] rockchip-dp ff970000.edp: AUX CH error happened: 0x2 (1)
[    1.579081] rockchip-dp ff970000.edp: AUX CH error happened: 0x2 (1)
[    1.580533] rockchip-dp ff970000.edp: AUX CH error happened: 0x2 (1)
[    1.581971] rockchip-dp ff970000.edp: AUX CH error happened: 0x2 (1)
[    1.583435] rockchip-dp ff970000.edp: AUX CH error happened: 0x2 (1)
[    1.584904] rockchip-dp ff970000.edp: AUX CH error happened: 0x2 (1)
[    1.586381] rockchip-dp ff970000.edp: AUX CH error happened: 0x2 (1)
[    1.587852] rockchip-dp ff970000.edp: AUX CH error happened: 0x2 (1)
[    1.589336] rockchip-dp ff970000.edp: AUX CH error happened: 0x2 (1)
[    1.590493] usb 2-1: New USB device found, idVendor=046d, idProduct=c077, bcdDevice=72.00
[    1.590549] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.590573] usb 2-1: Product: USB Optical Mouse
[    1.590594] usb 2-1: Manufacturer: Logitech
[    1.590813] rockchip-dp ff970000.edp: AUX CH error happened: 0x2 (1)
[    1.592291] rockchip-dp ff970000.edp: AUX CH error happened: 0x2 (1)
[    1.593726] rockchip-dp ff970000.edp: AUX CH error happened: 0x2 (1)
[    1.595176] rockchip-dp ff970000.edp: AUX CH error happened: 0x2 (1)
[    1.596671] rockchip-dp ff970000.edp: AUX CH error happened: 0x2 (1)
[    1.598129] rockchip-dp ff970000.edp: AUX CH error happened: 0x2 (1)
[    1.599820] rockchip-dp ff970000.edp: AUX CH error happened: 0x2 (1)
[    1.600409] input: Logitech USB Optical Mouse as /devices/platform/fe3e0000.usb/usb2/2-1/2-1:1.0/0003:046D:C077.0001/input/input2
[    1.601282] hid-generic 0003:046D:C077.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-fe3e0000.usb-1/input0
[    1.601290] rockchip-dp ff970000.edp: AUX CH error happened: 0x2 (1)
[    1.602722] rockchip-dp ff970000.edp: AUX CH error happened: 0x2 (1)
[    1.604156] rockchip-dp ff970000.edp: AUX CH error happened: 0x2 (1)
[    1.604221] rockchip-dp ff970000.edp: failed to get PSR version, disable it
[    1.604505] Unable to handle kernel read from unreadable memory at virtual address 0000000000000000
[    1.606143] Mem abort info:
[    1.606405]   ESR = 0x96000005
[    1.606683]   Exception class = DABT (current EL), IL = 32 bits
[    1.607217]   SET = 0, FnV = 0
[    1.607493]   EA = 0, S1PTW = 0
[    1.607769] Data abort info:
[    1.608023]   ISV = 0, ISS = 0x00000005
[    1.608377]   CM = 0, WnR = 0
[    1.608643] [0000000000000000] user address but active_mm is swapper
[    1.609214] Internal error: Oops: 96000005 [#1] PREEMPT SMP
[    1.609708] Modules linked in:
[    1.609988] Process kworker/1:1 (pid: 48, stack limit = 0x000000007212de1a)
[    1.610606] CPU: 1 PID: 48 Comm: kworker/1:1 Not tainted 4.19.111 #1
[    1.611165] Hardware name: Rockchip RK3399 Excavator Board edp avb (Android) (DT)
[    1.611835] Workqueue: events deferred_probe_work_func
[    1.612295] pstate: 60400005 (nZCv daif +PAN -UAO)
[    1.612723] pc : __list_add_valid+0x18/0x90
[    1.613093] lr : vop_plane_atomic_update+0x1f10/0x3d28
[    1.613550] sp : ffffff8009e2b730
[    1.613848] x29: ffffff8009e2b730 x28: ffffffc00b28ba00 
[    1.614319] x27: ffffffc00b1ec080 x26: ffffffc00b1ecb48 
[    1.614789] x25: ffffffc00b292400 x24: ffffffc00b1ecb50 
[    1.615260] x23: ffffffc00b1ecb50 x22: ffffffc00b1ec558 
[    1.615730] x21: ffffffc00b22bd80 x20: 0000000000000000 
[    1.616199] x19: ffffff80097ad000 x18: ffffffffffffffff 
[    1.616670] x17: 0000000000000000 x16: 0000000000000000 
[    1.617140] x15: ffffff80097ada48 x14: 000008140000080c 
[    1.617610] x13: 0000080800000814 x12: 0000080000000800 
[    1.618079] x11: 0000000000000012 x10: 000000000000002c 
[    1.618549] x9 : fffffffffffffffe x8 : 0000000000000000 
[    1.619020] x7 : 000000000000002c x6 : 140a041201e5126c 
[    1.619490] x5 : 000000000000043c x4 : ffffffc00b1ec558 
[    1.619960] x3 : 0000000000001b89 x2 : 0000000000000000 
[    1.620429] x1 : 0000000000000000 x0 : ffffffc00b22bd80 
[    1.620900] 
[    1.620900] PC: 0xffffff80085003e8:
[    1.621336] 03e8  97fffa2a aa1503e0 97f4f72a 12800160 17ffffcc d4210000 12800160 17ffffc9
[    1.622060] 0408  927ef742 f9003ba1 aa0203e0 f940005a f900039a b9400842 b9000b82 b9008ba2
[    1.622783] 0428  97f4f71c b9408ba2 f9403ba1 b5fff4da f900039f b9000b9f 17ffffcb b2400073
[    1.623506] 0448  17ffffc9 97eed539 a9bf7bfd aa0203e4 910003fd f9400442 eb01005f 54000161
[    1.624229] 0468  f9400041 eb01009f 540001c1 eb00005f fa401084 54000260 52800020 a8c17bfd
[    1.624952] 0488  d65f03c0 d503201f aa0403e3 90006ae0 9130e000 97f08340 d4210000 d503201f
[    1.625675] 04a8  aa0203e3 90006ae0 aa0103e2 91324000 aa0403e1 97f08338 d4210000 d503201f
[    1.626399] 04c8  90006ae5 aa0003e1 aa0403e3 9133a0a0 97f08331 d4210000 a9bf7bfd d2802003
[    1.627122] 
[    1.627122] LR: 0xffffff80086566c0:
[    1.627557] 66c0  528ac9c1 54000f28 72a64621 6b01001f 54001020 528829c1 72a68641 6b01001f
[    1.628281] 66e0  54000fa0 528829c1 72a64621 6b01001f 54000f20 52800000 39004ea0 91136376
[    1.629004] 6700  f94067a0 aa1603e2 f90016a0 f94063a0 f9001aa0 aa1503e0 f9408381 f90012a1
[    1.629726] 6720  b9405b21 2902d2a1 f9402721 b9400021 b9001ea1 f9427374 aa1403e1 97faa745
[    1.630449] 6740  72001c1f 54000080 f9027375 a90052b6 f9000295 f9008b95 b944d360 7100041f
[    1.631172] 6760  54000080 b944ef60 7100001f 54ff20ad b944f361 910042a0 97ff9a96 b944ef60
[    1.631895] 6780  51000400 b904ef60 17fff8fe d503201f f85f8300 b4ffea40 f9415401 b9405022
[    1.632617] 67a0  34ffe9e2 39416021 f240083f 54004221 b9429f42 f9415401 b940f783 294a1020
[    1.633341] 
[    1.633341] SP: 0xffffff8009e2b6b0:
[    1.633776] b6b0  0b1ecb50 ffffffc0 0b292400 ffffffc0 0b1ecb48 ffffffc0 0b1ec080 ffffffc0
[    1.634499] b6d0  0b28ba00 ffffffc0 09e2b730 ffffff80 08656740 ffffff80 09e2b730 ffffff80
[    1.635221] b6f0  08500468 ffffff80 60400005 00000000 0b1ecb50 ffffffc0 0b1ecb50 ffffffc0
[    1.635944] b710  ffffffff ffffffff 0b1ecb48 ffffffc0 09e2b730 ffffff80 08500468 ffffff80
[    1.636667] b730  09e2b740 ffffff80 08656740 ffffff80 09e2b820 ffffff80 08602890 ffffff80
[    1.637390] b750  0b22ba80 ffffffc0 00000000 00000000 00000001 00000000 00000000 00000000
[    1.638113] b770  0b1ecb50 ffffffc0 09208870 ffffff80 0b28ba00 ffffffc0 08ef4b00 ffffff80
[    1.638837] b790  0b292600 ffffffc0 097ad000 ffffff80 0b22ba80 00000550 0000030c 0000043c
[    1.639560] 
[    1.639560] X0: 0xffffffc00b22bd00:
[    1.639995] bd00  0b22ba80 ffffffc0 eda81800 ffffffc0 00000000 00000000 00000000 00000000
[    1.640718] bd20  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[    1.641440] bd40  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[    1.642162] bd60  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[    1.642624] vendor storage:20190527 ret = 0
[    1.642885] bd80  0b22be00 ffffffc0 00000000 00000000 00000002 00000960 000001e0 34324752
[    1.643972] bda0  0011a036 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[    1.644693] bdc0  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[    1.645415] bde0  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[    1.646140] 
[    1.646140] X4: 0xffffffc00b1ec4d8:
[    1.646575] c4d8  00000000 00000000 0b1d6180 ffffffc0 00000000 00000000 00000000 00000000
[    1.647297] c4f8  00000000 00000000 00000000 00000000 00000000 00000000 0b1ec510 ffffffc0
[    1.648020] c518  0b1ec510 ffffffc0 00000000 00000000 00000000 00000000 43545243 2d34353a
[    1.648742] c538  63747263 0000302d 00000000 00000000 00000000 00000000 00000000 00000000
[    1.649466] c558  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[    1.650188] c578  f0ca5010 ffffffc0 eda81800 ffffffc0 00000000 00000000 00000000 00000000
[    1.650912] c598  0b1d4480 ffffffc0 0b1d4580 ffffffc0 0b1d4900 ffffffc0 01010100 00000306
[    1.651634] c5b8  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[    1.652360] 
[    1.652360] X15: 0xffffff80097ad9c8:
[    1.652806] d9c8  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[    1.653529] d9e8  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[    1.654251] da08  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[    1.654973] da28  00000000 00000000 00000000 00000000 00000000 00000000 00000001 00000100
[    1.655695] da48  11228600 ee0a03de ffffffff 00000100 00000000 00000000 000008ff 00000000
[    1.656418] da68  0037b0d6 0000001f 01000000 00000000 00000000 00000000 0000003f 00000000
[    1.657141] da88  0000003f 00000000 0000003f 00000000 0000003f 00000000 00000000 00000000
[    1.657864] daa8  00206600 ffffffc0 00206800 ffffffc0 00206a00 ffffffc0 00206c00 ffffffc0
[    1.658588] 
[    1.658588] X19: 0xffffff80097acf80:
[    1.659034] cf80  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[    1.659757] cfa0  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[    1.660480] cfc0  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[    1.661203] cfe0  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[    1.661926] d000  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[    1.662648] d020  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[    1.663370] d040  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[    1.664093] d060  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[    1.664816] 
[    1.664816] X21: 0xffffffc00b22bd00:
[    1.665263] bd00  0b22ba80 ffffffc0 eda81800 ffffffc0 00000000 00000000 00000000 00000000
[    1.665986] bd20  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[    1.666709] bd40  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[    1.667432] bd60  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[    1.668155] bd80  0b22be00 ffffffc0 00000000 00000000 00000002 00000960 000001e0 34324752
[    1.668877] bda0  0011a036 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[    1.669599] bdc0  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[    1.670321] bde0  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[    1.671045] 
[    1.671045] X22: 0xffffffc00b1ec4d8:
[    1.671491] c4d8  00000000 00000000 0b1d6180 ffffffc0 00000000 00000000 00000000 00000000
[    1.672214] c4f8  00000000 00000000 00000000 00000000 00000000 00000000 0b1ec510 ffffffc0
[    1.672936] c518  0b1ec510 ffffffc0 00000000 00000000 00000000 00000000 43545243 2d34353a
[    1.673659] c538  63747263 0000302d 00000000 00000000 00000000 00000000 00000000 00000000
[    1.674380] c558  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[    1.675103] c578  f0ca5010 ffffffc0 eda81800 ffffffc0 00000000 00000000 00000000 00000000
[    1.675825] c598  0b1d4480 ffffffc0 0b1d4580 ffffffc0 0b1d4900 ffffffc0 01010100 00000306
[    1.676547] c5b8  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[    1.677270] 
[    1.677270] X23: 0xffffffc00b1ecad0:
[    1.677717] cad0  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[    1.678439] caf0  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[    1.679162] cb10  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[    1.679884] cb30  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[    1.680606] cb50  eda81800 ffffffc0 0b1ec768 ffffffc0 eda81b88 ffffffc0 0b1d6080 ffffffc0
[    1.681330] cb70  f11fb700 ffffffc0 00000000 00000000 0b1ecb80 ffffffc0 0b1ecb80 ffffffc0
[    1.682052] cb90  0b22b500 ffffffc0 0b1f00d0 ffffffc0 0b1ec7a8 ffffffc0 00000035 eeeeeeee
[    1.682775] cbb0  0b1ecc10 ffffffc0 00000000 00000000 00000000 00000000 00000001 00000000
[    1.683498] 
[    1.683498] X24: 0xffffffc00b1ecad0:
[    1.683944] cad0  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[    1.684666] caf0  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[    1.685389] cb10  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[    1.686112] cb30  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[    1.686834] cb50  eda81800 ffffffc0 0b1ec768 ffffffc0 eda81b88 ffffffc0 0b1d6080 ffffffc0
[    1.687557] cb70  f11fb700 ffffffc0 00000000 00000000 0b1ecb80 ffffffc0 0b1ecb80 ffffffc0
[    1.688280] cb90  0b22b500 ffffffc0 0b1f00d0 ffffffc0 0b1ec7a8 ffffffc0 00000035 eeeeeeee
[    1.689003] cbb0  0b1ecc10 ffffffc0 00000000 00000000 00000000 00000000 00000001 00000000
[    1.689727] 
[    1.689727] X25: 0xffffffc00b292380:
[    1.690173] 2380  0b1f22f0 ffffffc0 0b290200 ffffffc0 0b291c00 ffffffc0 0b290200 ffffffc0
[    1.690895] 23a0  0b1f26e0 ffffffc0 0b290000 ffffffc0 0b291e00 ffffffc0 0b290000 ffffffc0
[    1.691618] 23c0  0b1f2ad0 ffffffc0 0b28be00 ffffffc0 0b292000 ffffffc0 0b28be00 ffffffc0
[    1.692340] 23e0  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[    1.693063] 2400  eda81800 ffffffc0 eda81b08 ffffffc0 0b292808 ffffffc0 00000058 fbfbfbfb
[    1.693786] 2420  00000000 00000000 00000001 00000000 08628da8 ffffff80 726f776b 2f72656b
[    1.694508] 2440  00313a31 00000000 08ee52b0 ffffff80 08ef48f0 ffffff80 00000960 00000000
[    1.695232] 2460  00000000 00000000 0011a036 00000000 00000000 00000000 00000000 00000000
[    1.695955] 
[    1.695955] X26: 0xffffffc00b1ecac8:
[    1.696401] cac8  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[    1.697123] cae8  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[    1.697845] cb08  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[    1.698568] cb28  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[    1.699289] cb48  00000000 00000000 eda81800 ffffffc0 0b1ec768 ffffffc0 eda81b88 ffffffc0
[    1.700012] cb68  0b1d6080 ffffffc0 f11fb700 ffffffc0 00000000 00000000 0b1ecb80 ffffffc0
[    1.700735] cb88  0b1ecb80 ffffffc0 0b22b500 ffffffc0 0b1f00d0 ffffffc0 0b1ec7a8 ffffffc0
[    1.701457] cba8  00000035 eeeeeeee 0b1ecc10 ffffffc0 00000000 00000000 00000000 00000000
[    1.702181] 
[    1.702181] X27: 0xffffffc00b1ec000:
[    1.702627] c000  0b1c4f00 ffffffc0 0b1d4400 ffffffc0 086ea088 ffffff80 00000000 00000000
[    1.703350] c020  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[    1.704073] c040  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[    1.704796] c060  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[    1.705519] c080  eda81800 ffffffc0 f6fb8460 ffffffc0 0b1f0090 ffffffc0 eda81ba0 ffffffc0
[    1.706241] c0a0  0b1d6100 ffffffc0 f11fb700 ffffffc0 00000000 00000000 0b1ec0b8 ffffffc0
[    1.706964] c0c0  0b1ec0b8 ffffffc0 0b22b500 ffffffc0 eda81a78 ffffffc0 0b1f00d0 ffffffc0
[    1.707686] c0e0  00000036 cccccccc 0b1ec328 ffffffc0 00000000 00000000 00000000 00000000
[    1.708410] 
[    1.708410] X28: 0xffffffc00b28b980:
[    1.708855] b980  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[    1.709579] b9a0  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[    1.710301] b9c0  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[    1.711024] b9e0  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[    1.711746] ba00  0b1ecb50 ffffffc0 0b1ec080 ffffffc0 0b292400 ffffffc0 00000000 00000000
[    1.712469] ba20  00000230 0000012c 00000320 000001e0 00000000 00000000 01e00000 03200000
[    1.713191] ba40  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[    1.713913] ba60  03200000 01e00000 00000230 0000012c 00000550 0000030c 00000001 00000000
[    1.714636] 
[    1.714636] X29: 0xffffff8009e2b6b0:
[    1.715083] b6b0  0b1ecb50 ffffffc0 0b292400 ffffffc0 0b1ecb48 ffffffc0 0b1ec080 ffffffc0
[    1.715806] b6d0  0b28ba00 ffffffc0 09e2b730 ffffff80 08656740 ffffff80 09e2b730 ffffff80
[    1.716529] b6f0  08500468 ffffff80 60400005 00000000 0b1ecb50 ffffffc0 0b1ecb50 ffffffc0
[    1.717251] b710  ffffffff ffffffff 0b1ecb48 ffffffc0 09e2b730 ffffff80 08500468 ffffff80
[    1.717974] b730  09e2b740 ffffff80 08656740 ffffff80 09e2b820 ffffff80 08602890 ffffff80
[    1.718696] b750  0b22ba80 ffffffc0 00000000 00000000 00000001 00000000 00000000 00000000
[    1.719419] b770  0b1ecb50 ffffffc0 09208870 ffffff80 0b28ba00 ffffffc0 08ef4b00 ffffff80
[    1.720142] b790  0b292600 ffffffc0 097ad000 ffffff80 0b22ba80 00000550 0000030c 0000043c
[    1.720865] 
[    1.721005] Call trace:
[    1.721227]  __list_add_valid+0x18/0x90
[    1.721572]  vop_plane_atomic_update+0x1f10/0x3d28
[    1.721999]  drm_atomic_helper_commit_planes+0x190/0x358
[    1.722471]  rockchip_atomic_commit_complete+0x8c/0x138
[    1.722930]  rockchip_drm_atomic_commit+0x1dc/0x250
[    1.723368]  drm_atomic_commit+0x48/0x58
[    1.723714]  rockchip_drm_bind+0x133c/0x1930
[    1.724096]  try_to_bring_up_master+0x144/0x1a8
[    1.724498]  component_add+0xa8/0x1b8
[    1.724821]  cdn_dp_probe+0x158/0x1c8
[    1.725145]  platform_drv_probe+0x50/0xa8
[    1.725502]  really_probe+0x200/0x2b0
[    1.725825]  driver_probe_device+0x58/0x100
[    1.726193]  __device_attach_driver+0x90/0xc0
[    1.726584]  bus_for_each_drv+0x70/0xc8
[    1.726929]  __device_attach+0xdc/0x138
[    1.727274]  device_initial_probe+0x10/0x18
[    1.727642]  bus_probe_device+0x94/0xa0
[    1.727987]  deferred_probe_work_func+0x80/0xb8
[    1.728392]  process_one_work+0x1a0/0x418
[    1.728749]  worker_thread+0x1e4/0x3e0
[    1.729084]  kthread+0x12c/0x158
[    1.729374]  ret_from_fork+0x10/0x18
[    1.729699] Code: 910003fd f9400442 eb01005f 54000161 (f9400041) 
[    1.730237] ---[ end trace 2b7d6187e09a7aab ]---
[    4.157180] fusb302 4-0022: PD disabled

[END] 2023/12/20 17:46:49
 

你可能感兴趣的:(杂质,杂质)