20220513-rk3568编译linux4.19的buildroot3-(revoery)

2023-05-16

20220513-rk3568编译linux4.19的buildroot3-(revoery)

rootroot@rootroot-System-Product1:~/rk3568_linux4.19$ 
rootroot@rootroot-System-Product1:~/rk3568_linux4.19$ 
rootroot@rootroot-System-Product1:~/rk3568_linux4.19$ ./build.sh recovery
processing option: recovery
==========Start building recovery==========
TARGET_RECOVERY_CONFIG=rockchip_rk356x_recovery
========================================
config is rockchip_rk356x_recovery
found kernel image
Top of tree: /home/rootroot/rk3568_linux4.19
===========================================

#TARGET_BOARD=rk356x
#OUTPUT_DIR=output/rockchip_rk356x_recovery
#CONFIG=rockchip_rk356x_recovery_defconfig===========================================
make: Entering directory '/home/rootroot/rk3568_linux4.19/buildroot'
mkdir -p /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk356x_recovery/build/buildroot-config/lxdialog
PKG_CONFIG_PATH="" make CC="/usr/bin/gcc" HOSTCC="/usr/bin/gcc" \
    obj=/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk356x_recovery/build/buildroot-config -C support/kconfig -f Makefile.br conf
/usr/bin/gcc -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -DCURSES_LOC="<ncurses.h>" -DNCURSES_WIDECHAR=1 -DLOCALE  -I/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk356x_recovery/build/buildroot-config -DCONFIG_=\"\"  -MM *.c > /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk356x_recovery/build/buildroot-config/.depend 2>/dev/null || :
/usr/bin/gcc -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -DCURSES_LOC="<ncurses.h>" -DNCURSES_WIDECHAR=1 -DLOCALE  -I/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk356x_recovery/build/buildroot-config -DCONFIG_=\"\"   -c conf.c -o /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk356x_recovery/build/buildroot-config/conf.o
/usr/bin/gcc -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -DCURSES_LOC="<ncurses.h>" -DNCURSES_WIDECHAR=1 -DLOCALE  -I/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk356x_recovery/build/buildroot-config -DCONFIG_=\"\"  -I. -c /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk356x_recovery/build/buildroot-config/zconf.tab.c -o /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk356x_recovery/build/buildroot-config/zconf.tab.o
In file included from /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk356x_recovery/build/buildroot-config/zconf.tab.c:2533:
./util.c: In function 'file_write_dep':
./util.c:54:15: warning: '..config.tmp' directive writing 12 bytes into a region of size between 1 and 4097 [-Wformat-overflow=]
   54 |  sprintf(buf, "%s..config.tmp", dir);
      |               ^~~~~~~~~~~~~~~~
./util.c:54:2: note: 'sprintf' output between 13 and 4109 bytes into a destination of size 4097
   54 |  sprintf(buf, "%s..config.tmp", dir);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk356x_recovery/build/buildroot-config/zconf.tab.c:2534:
./confdata.c: In function 'conf_write':
./confdata.c:772:20: warning: '.tmpconfig.' directive writing 11 bytes into a region of size between 1 and 4097 [-Wformat-overflow=]
  772 |   sprintf(tmpname, "%s.tmpconfig.%d", dirname, (int)getpid());
      |                    ^~~~~~~~~~~~~~~~~
./confdata.c:772:3: note: 'sprintf' output between 13 and 4119 bytes into a destination of size 4097
  772 |   sprintf(tmpname, "%s.tmpconfig.%d", dirname, (int)getpid());
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./confdata.c: In function 'conf_write_autoconf':
./confdata.c:982:15: warning: '.config.cmd' directive writing 11 bytes into a region of size between 1 and 4097 [-Wformat-overflow=]
  982 |  sprintf(buf, "%s.config.cmd", dir);
      |               ^~~~~~~~~~~~~~~
./confdata.c:982:2: note: 'sprintf' output between 12 and 4108 bytes into a destination of size 4097
  982 |  sprintf(buf, "%s.config.cmd", dir);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./confdata.c:988:15: warning: '.tmpconfig' directive writing 10 bytes into a region of size between 1 and 4097 [-Wformat-overflow=]
  988 |  sprintf(buf, "%s.tmpconfig", dir);
      |               ^~~~~~~~~~~~~~
./confdata.c:988:2: note: 'sprintf' output between 11 and 4107 bytes into a destination of size 4097
  988 |  sprintf(buf, "%s.tmpconfig", dir);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./confdata.c:993:15: warning: '.tmpconfig_tristate' directive writing 19 bytes into a region of size between 1 and 4097 [-Wformat-overflow=]
  993 |  sprintf(buf, "%s.tmpconfig_tristate", dir);
      |               ^~~~~~~~~~~~~~~~~~~~~~~
./confdata.c:993:2: note: 'sprintf' output between 20 and 4116 bytes into a destination of size 4097
  993 |  sprintf(buf, "%s.tmpconfig_tristate", dir);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./confdata.c:1000:15: warning: '.tmpconfig.h' directive writing 12 bytes into a region of size between 1 and 4097 [-Wformat-overflow=]
 1000 |  sprintf(buf, "%s.tmpconfig.h", dir);
      |               ^~~~~~~~~~~~~~~~
./confdata.c:1000:2: note: 'sprintf' output between 13 and 4109 bytes into a destination of size 4097
 1000 |  sprintf(buf, "%s.tmpconfig.h", dir);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./confdata.c:1033:15: warning: '.tmpconfig.h' directive writing 12 bytes into a region of size between 1 and 4097 [-Wformat-overflow=]
 1033 |  sprintf(buf, "%s.tmpconfig.h", dir);
      |               ^~~~~~~~~~~~~~~~
./confdata.c:1033:2: note: 'sprintf' output between 13 and 4109 bytes into a destination of size 4097
 1033 |  sprintf(buf, "%s.tmpconfig.h", dir);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./confdata.c:1039:15: warning: '.tmpconfig_tristate' directive writing 19 bytes into a region of size between 1 and 4097 [-Wformat-overflow=]
 1039 |  sprintf(buf, "%s.tmpconfig_tristate", dir);
      |               ^~~~~~~~~~~~~~~~~~~~~~~
./confdata.c:1039:2: note: 'sprintf' output between 20 and 4116 bytes into a destination of size 4097
 1039 |  sprintf(buf, "%s.tmpconfig_tristate", dir);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./confdata.c:1047:15: warning: '.tmpconfig' directive writing 10 bytes into a region of size between 1 and 4097 [-Wformat-overflow=]
 1047 |  sprintf(buf, "%s.tmpconfig", dir);
      |               ^~~~~~~~~~~~~~
./confdata.c:1047:2: note: 'sprintf' output between 11 and 4107 bytes into a destination of size 4097
 1047 |  sprintf(buf, "%s.tmpconfig", dir);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/bin/gcc -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -DCURSES_LOC="<ncurses.h>" -DNCURSES_WIDECHAR=1 -DLOCALE  -I/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk356x_recovery/build/buildroot-config -DCONFIG_=\"\"   /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk356x_recovery/build/buildroot-config/conf.o /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk356x_recovery/build/buildroot-config/zconf.tab.o  -o /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk356x_recovery/build/buildroot-config/conf
rm /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk356x_recovery/build/buildroot-config/zconf.tab.c
  GEN     /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk356x_recovery/Makefile
/home/rootroot/rk3568_linux4.19/buildroot/build/defconfig_hook.py -m /home/rootroot/rk3568_linux4.19/buildroot/configs/rockchip_rk356x_recovery_defconfig /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk356x_recovery/.rockchipconfig
BR2_DEFCONFIG='' KCONFIG_AUTOCONFIG=/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk356x_recovery/build/buildroot-config/auto.conf KCONFIG_AUTOHEADER=/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk356x_recovery/build/buildroot-config/autoconf.h KCONFIG_TRISTATE=/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk356x_recovery/build/buildroot-config/tristate.config BR2_CONFIG=/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk356x_recovery/.config HOST_GCC_VERSION="9" BUILD_DIR=/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk356x_recovery/build SKIP_LEGACY= BR2_DEFCONFIG=/home/rootroot/rk3568_linux4.19/buildroot/configs/rockchip_rk356x_recovery_defconfig /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk356x_recovery/build/buildroot-config/conf --defconfig=/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk356x_recovery/.rockchipconfig Config.in
/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk356x_recovery/.rockchipconfig:57:warning: override: reassigning to symbol BR2_PACKAGE_UPDATE
/home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk356x_recovery/.rockchipconfig:58:warning: override: reassigning to symbol BR2_PACKAGE_RKSCRIPT
#
# configuration written to /home/rootroot/rk3568_linux4.19/buildroot/output/rockchip_rk356x_recovery/.config
#
make: Leaving directory '/home/rootroot/rk3568_linux4.19/buildroot'
====Start build rockchip_rk356x_recovery====
2022-05-10T16:24:25 >>> host-tar 1.29 Downloading
2022-05-10T16:24:29 >>> host-tar 1.29 Extracting
2022-05-10T16:24:29 >>> host-tar 1.29 Patching
2022-05-10T16:24:29 >>> host-tar 1.29 Updating config.sub and config.guess
2022-05-10T16:24:29 >>> host-tar 1.29 Patching libtool
2022-05-10T16:24:29 >>> host-tar 1.29 Configuring
2022-05-10T16:25:00 >>> host-tar 1.29 Building
2022-05-10T16:25:02 >>> host-tar 1.29 Installing to host directory
2022-05-10T16:25:03 >>> host-lzip 1.19 Downloading
2022-05-10T16:25:06 >>> host-lzip 1.19 Extracting
2022-05-10T16:25:06 >>> host-lzip 1.19 Patching
2022-05-10T16:25:06 >>> host-lzip 1.19 Configuring
2022-05-10T16:25:06 >>> host-lzip 1.19 Building
2022-05-10T16:25:07 >>> host-lzip 1.19 Installing to host directory
2022-05-10T16:25:07 >>> host-m4 1.4.18 Downloading
2022-05-10T16:25:08 >>> host-m4 1.4.18 Extracting
2022-05-10T16:25:08 >>> host-m4 1.4.18 Patching
2022-05-10T16:25:08 >>> host-m4 1.4.18 Updating config.sub and config.guess
2022-05-10T16:25:08 >>> host-m4 1.4.18 Patching libtool
2022-05-10T16:25:08 >>> host-m4 1.4.18 Configuring
2022-05-10T16:25:27 >>> host-m4 1.4.18 Building
2022-05-10T16:25:28 >>> host-m4 1.4.18 Installing to host directory
2022-05-10T16:25:28 >>> host-bison 3.0.4 Downloading
2022-05-10T16:25:32 >>> host-bison 3.0.4 Extracting
2022-05-10T16:25:32 >>> host-bison 3.0.4 Patching
2022-05-10T16:25:32 >>> host-bison 3.0.4 Updating config.sub and config.guess
2022-05-10T16:25:32 >>> host-bison 3.0.4 Patching libtool
2022-05-10T16:25:32 >>> host-bison 3.0.4 Configuring
2022-05-10T16:25:59 >>> host-bison 3.0.4 Building
2022-05-10T16:26:00 >>> host-bison 3.0.4 Installing to host directory
2022-05-10T16:26:01 >>> host-gawk 4.1.4 Downloading
2022-05-10T16:26:02 >>> host-gawk 4.1.4 Extracting
2022-05-10T16:26:02 >>> host-gawk 4.1.4 Patching
2022-05-10T16:26:02 >>> host-gawk 4.1.4 Updating config.sub and config.guess
2022-05-10T16:26:02 >>> host-gawk 4.1.4 Patching libtool
2022-05-10T16:26:02 >>> host-gawk 4.1.4 Configuring
2022-05-10T16:26:12 >>> host-gawk 4.1.4 Building
2022-05-10T16:26:15 >>> host-gawk 4.1.4 Installing to host directory
2022-05-10T16:26:16 >>> host-binutils 2.36.1 Downloading
2022-05-10T16:26:17 >>> host-binutils 2.36.1 Extracting
2022-05-10T16:26:19 >>> host-binutils 2.36.1 Patching
2022-05-10T16:26:19 >>> host-binutils 2.36.1 Updating config.sub and config.guess
2022-05-10T16:26:19 >>> host-binutils 2.36.1 Patching libtool
2022-05-10T16:26:19 >>> host-binutils 2.36.1 Configuring
2022-05-10T16:26:21 >>> host-binutils 2.36.1 Building
2022-05-10T16:26:47 >>> host-binutils 2.36.1 Installing to host directory
2022-05-10T16:26:48 >>> host-gmp 6.1.2 Downloading
2022-05-10T16:26:49 >>> host-gmp 6.1.2 Extracting
2022-05-10T16:26:49 >>> host-gmp 6.1.2 Patching
2022-05-10T16:26:49 >>> host-gmp 6.1.2 Updating config.sub and config.guess
2022-05-10T16:26:49 >>> host-gmp 6.1.2 Patching libtool
2022-05-10T16:26:49 >>> host-gmp 6.1.2 Configuring
2022-05-10T16:27:04 >>> host-gmp 6.1.2 Building
2022-05-10T16:27:09 >>> host-gmp 6.1.2 Installing to host directory
2022-05-10T16:27:09 >>> host-mpfr 3.1.6 Downloading
2022-05-10T16:27:28 >>> host-mpfr 3.1.6 Extracting
2022-05-10T16:27:28 >>> host-mpfr 3.1.6 Patching
2022-05-10T16:27:29 >>> host-mpfr 3.1.6 Updating config.sub and config.guess
2022-05-10T16:27:29 >>> host-mpfr 3.1.6 Patching libtool
2022-05-10T16:27:29 >>> host-mpfr 3.1.6 Configuring
2022-05-10T16:27:34 >>> host-mpfr 3.1.6 Building
2022-05-10T16:27:36 >>> host-mpfr 3.1.6 Installing to host directory
2022-05-10T16:27:37 >>> host-mpc 1.0.3 Downloading
2022-05-10T16:27:38 >>> host-mpc 1.0.3 Extracting
2022-05-10T16:27:38 >>> host-mpc 1.0.3 Patching
2022-05-10T16:27:38 >>> host-mpc 1.0.3 Updating config.sub and config.guess
2022-05-10T16:27:38 >>> host-mpc 1.0.3 Patching libtool
2022-05-10T16:27:38 >>> host-mpc 1.0.3 Configuring
2022-05-10T16:27:41 >>> host-mpc 1.0.3 Building
2022-05-10T16:27:42 >>> host-mpc 1.0.3 Installing to host directory
2022-05-10T16:27:42 >>> host-gcc-initial 10.3.0 Downloading
2022-05-10T16:30:06 >>> host-gcc-initial 10.3.0 Extracting
2022-05-10T16:30:10 >>> host-gcc-initial 10.3.0 Patching
2022-05-10T16:30:11 >>> host-gcc-initial 10.3.0 Updating config.sub and config.guess
2022-05-10T16:30:11 >>> host-gcc-initial 10.3.0 Patching libtool
2022-05-10T16:30:11 >>> host-gcc-initial 10.3.0 Configuring
2022-05-10T16:30:14 >>> host-gcc-initial 10.3.0 Building
2022-05-10T16:32:14 >>> host-gcc-initial 10.3.0 Installing to host directory
2022-05-10T16:32:19 >>> host-libtool 2.4.6 Downloading
2022-05-10T16:32:19 >>> host-libtool 2.4.6 Extracting
2022-05-10T16:32:19 >>> host-libtool 2.4.6 Patching
2022-05-10T16:32:19 >>> host-libtool 2.4.6 Updating config.sub and config.guess
2022-05-10T16:32:20 >>> host-libtool 2.4.6 Configuring
2022-05-10T16:32:25 >>> host-libtool 2.4.6 Building
2022-05-10T16:32:28 >>> host-libtool 2.4.6 Installing to host directory
2022-05-10T16:32:28 >>> host-autoconf 2.69 Downloading
2022-05-10T16:32:29 >>> host-autoconf 2.69 Extracting
2022-05-10T16:32:29 >>> host-autoconf 2.69 Patching
2022-05-10T16:32:29 >>> host-autoconf 2.69 Updating config.sub and config.guess
2022-05-10T16:32:29 >>> host-autoconf 2.69 Patching libtool
2022-05-10T16:32:29 >>> host-autoconf 2.69 Configuring
2022-05-10T16:32:31 >>> host-autoconf 2.69 Building
2022-05-10T16:32:32 >>> host-autoconf 2.69 Installing to host directory
2022-05-10T16:32:32 >>> host-automake 1.15.1 Downloading
2022-05-10T16:32:33 >>> host-automake 1.15.1 Extracting
2022-05-10T16:32:33 >>> host-automake 1.15.1 Patching
2022-05-10T16:32:34 >>> host-automake 1.15.1 Updating config.sub and config.guess
2022-05-10T16:32:34 >>> host-automake 1.15.1 Patching libtool
2022-05-10T16:32:34 >>> host-automake 1.15.1 Configuring
2022-05-10T16:32:35 >>> host-automake 1.15.1 Building
2022-05-10T16:32:35 >>> host-automake 1.15.1 Installing to host directory
2022-05-10T16:32:35 >>> host-pkgconf 0.9.12 Downloading
2022-05-10T16:32:38 >>> host-pkgconf 0.9.12 Extracting
2022-05-10T16:32:38 >>> host-pkgconf 0.9.12 Patching
2022-05-10T16:32:38 >>> host-pkgconf 0.9.12 Updating config.sub and config.guess
2022-05-10T16:32:38 >>> host-pkgconf 0.9.12 Patching libtool
2022-05-10T16:32:38 >>> host-pkgconf 0.9.12 Configuring
2022-05-10T16:32:39 >>> host-pkgconf 0.9.12 Building
2022-05-10T16:32:39 >>> host-pkgconf 0.9.12 Installing to host directory
2022-05-10T16:32:40 >>> host-libxml2 2.9.7 Downloading
2022-05-10T16:34:06 >>> host-libxml2 2.9.7 Extracting
2022-05-10T16:34:06 >>> host-libxml2 2.9.7 Patching
2022-05-10T16:34:06 >>> host-libxml2 2.9.7 Updating config.sub and config.guess
2022-05-10T16:34:06 >>> host-libxml2 2.9.7 Patching libtool
2022-05-10T16:34:06 >>> host-libxml2 2.9.7 Configuring
2022-05-10T16:34:13 >>> host-libxml2 2.9.7 Building
2022-05-10T16:34:17 >>> host-libxml2 2.9.7 Installing to host directory
2022-05-10T16:34:17 >>> host-gettext 0.19.8.1 Downloading
2022-05-10T16:34:29 >>> host-gettext 0.19.8.1 Extracting
2022-05-10T16:34:30 >>> host-gettext 0.19.8.1 Patching
2022-05-10T16:34:30 >>> host-gettext 0.19.8.1 Updating config.sub and config.guess
2022-05-10T16:34:30 >>> host-gettext 0.19.8.1 Configuring
2022-05-10T16:34:30 >>> host-gettext 0.19.8.1 Autoreconfiguring
2022-05-10T16:34:50 >>> host-gettext 0.19.8.1 Patching libtool
2022-05-10T16:35:30 >>> host-gettext 0.19.8.1 Building
2022-05-10T16:35:50 >>> host-gettext 0.19.8.1 Installing to host directory
2022-05-10T16:36:06 >>> host-libffi 3.2.1 Downloading
2022-05-10T16:36:13 >>> host-libffi 3.2.1 Extracting
2022-05-10T16:36:13 >>> host-libffi 3.2.1 Patching
2022-05-10T16:36:13 >>> host-libffi 3.2.1 Updating config.sub and config.guess
2022-05-10T16:36:13 >>> host-libffi 3.2.1 Configuring
2022-05-10T16:36:13 >>> host-libffi 3.2.1 Autoreconfiguring
2022-05-10T16:36:18 >>> host-libffi 3.2.1 Patching libtool
2022-05-10T16:36:22 >>> host-libffi 3.2.1 Building
2022-05-10T16:36:23 >>> host-libffi 3.2.1 Installing to host directory
2022-05-10T16:36:23 >>> host-expat 2.2.5 Downloading
2022-05-10T16:36:27 >>> host-expat 2.2.5 Extracting
2022-05-10T16:36:27 >>> host-expat 2.2.5 Patching
2022-05-10T16:36:27 >>> host-expat 2.2.5 Updating config.sub and config.guess
2022-05-10T16:36:27 >>> host-expat 2.2.5 Patching libtool
2022-05-10T16:36:27 >>> host-expat 2.2.5 Configuring
2022-05-10T16:36:31 >>> host-expat 2.2.5 Building
2022-05-10T16:36:33 >>> host-expat 2.2.5 Installing to host directory
2022-05-10T16:36:34 >>> host-libzlib 1.2.11 Downloading
2022-05-10T16:36:38 >>> host-libzlib 1.2.11 Extracting
2022-05-10T16:36:38 >>> host-libzlib 1.2.11 Patching
2022-05-10T16:36:38 >>> host-libzlib 1.2.11 Configuring
2022-05-10T16:36:38 >>> host-libzlib 1.2.11 Building
2022-05-10T16:36:42 >>> host-libzlib 1.2.11 Installing to host directory
2022-05-10T16:36:42 >>> host-zlib  Extracting
2022-05-10T16:36:42 >>> host-zlib  Patching
2022-05-10T16:36:42 >>> host-zlib  Configuring
2022-05-10T16:36:42 >>> host-zlib  Building
2022-05-10T16:36:42 >>> host-zlib  Installing to host directory
2022-05-10T16:36:43 >>> host-libopenssl 1.1.1m Downloading
2022-05-10T17:16:01 >>> host-libopenssl 1.1.1m Extracting
2022-05-10T17:16:01 >>> host-libopenssl 1.1.1m Patching
2022-05-10T17:16:01 >>> host-libopenssl 1.1.1m Configuring
2022-05-10T17:16:02 >>> host-libopenssl 1.1.1m Building
2022-05-10T17:16:11 >>> host-libopenssl 1.1.1m Installing to host directory
2022-05-10T17:16:12 >>> host-openssl  Extracting
2022-05-10T17:16:12 >>> host-openssl  Patching
2022-05-10T17:16:12 >>> host-openssl  Configuring
2022-05-10T17:16:12 >>> host-openssl  Building
2022-05-10T17:16:12 >>> host-openssl  Installing to host directory
2022-05-10T17:16:13 >>> host-python 2.7.16 Downloading
2022-05-10T17:26:14 >>> host-python 2.7.16 Extracting
2022-05-10T17:26:14 >>> host-python 2.7.16 Patching
2022-05-10T17:26:15 >>> host-python 2.7.16 Updating config.sub and config.guess
2022-05-10T17:26:15 >>> host-python 2.7.16 Configuring
2022-05-10T17:26:15 >>> host-python 2.7.16 Autoreconfiguring
2022-05-10T17:26:34 >>> host-python 2.7.16 Building
2022-05-10T17:27:36 >>> host-python 2.7.16 Installing to host directory
2022-05-10T17:27:38 >>> host-ninja v1.8.2 Downloading
2022-05-10T17:29:41 >>> host-ninja v1.8.2 Extracting
2022-05-10T17:29:41 >>> host-ninja v1.8.2 Patching
2022-05-10T17:29:41 >>> host-ninja v1.8.2 Configuring
2022-05-10T17:29:41 >>> host-ninja v1.8.2 Building
2022-05-10T17:29:54 >>> host-ninja v1.8.2 Installing to host directory
2022-05-10T17:29:54 >>> host-python3 3.8.6 Downloading
2022-05-10T17:36:43 >>> host-python3 3.8.6 Extracting
2022-05-10T17:36:44 >>> host-python3 3.8.6 Patching
2022-05-10T17:36:44 >>> host-python3 3.8.6 Updating config.sub and config.guess
2022-05-10T17:36:44 >>> host-python3 3.8.6 Configuring
2022-05-10T17:36:44 >>> host-python3 3.8.6 Autoreconfiguring
2022-05-10T17:36:47 >>> host-python3 3.8.6 Patching libtool
2022-05-10T17:37:10 >>> host-python3 3.8.6 Building
2022-05-10T17:37:25 >>> host-python3 3.8.6 Installing to host directory
2022-05-10T17:37:29 >>> host-python3-setuptools 44.0.0 Downloading
2022-05-10T17:37:32 >>> host-python3-setuptools 44.0.0 Extracting
2022-05-10T17:37:32 >>> host-python3-setuptools 44.0.0 Patching
2022-05-10T17:37:33 >>> host-python3-setuptools 44.0.0 Configuring
2022-05-10T17:37:33 >>> host-python3-setuptools 44.0.0 Building
2022-05-10T17:37:33 >>> host-python3-setuptools 44.0.0 Installing to host directory
2022-05-10T17:37:34 >>> host-meson 0.60.3 Downloading
2022-05-10T17:37:36 >>> host-meson 0.60.3 Extracting
2022-05-10T17:37:36 >>> host-meson 0.60.3 Patching
2022-05-10T17:37:36 >>> host-meson 0.60.3 Configuring
2022-05-10T17:37:36 >>> host-meson 0.60.3 Building
2022-05-10T17:37:37 >>> host-meson 0.60.3 Installing to host directory
2022-05-10T17:37:38 >>> host-pcre 8.45 Downloading
2022-05-10T17:38:02 >>> host-pcre 8.45 Extracting
2022-05-10T17:38:03 >>> host-pcre 8.45 Patching
2022-05-10T17:38:03 >>> host-pcre 8.45 Updating config.sub and config.guess
2022-05-10T17:38:03 >>> host-pcre 8.45 Patching libtool
2022-05-10T17:38:03 >>> host-pcre 8.45 Configuring
2022-05-10T17:38:07 >>> host-pcre 8.45 Building
2022-05-10T17:38:11 >>> host-pcre 8.45 Installing to host directory
2022-05-10T17:38:11 >>> host-util-linux 2.37.2 Downloading
2022-05-10T17:38:14 >>> host-util-linux 2.37.2 Extracting
2022-05-10T17:38:14 >>> host-util-linux 2.37.2 Patching
2022-05-10T17:38:14 >>> host-util-linux 2.37.2 Updating config.sub and config.guess
2022-05-10T17:38:14 >>> host-util-linux 2.37.2 Patching libtool
2022-05-10T17:38:15 >>> host-util-linux 2.37.2 Configuring
2022-05-10T17:38:28 >>> host-util-linux 2.37.2 Building
2022-05-10T17:38:34 >>> host-util-linux 2.37.2 Installing to host directory
2022-05-10T17:38:36 >>> host-libglib2 2.68.4 Downloading
2022-05-10T17:38:46 >>> host-libglib2 2.68.4 Extracting
2022-05-10T17:38:47 >>> host-libglib2 2.68.4 Patching
2022-05-10T17:38:47 >>> host-libglib2 2.68.4 Configuring
2022-05-10T17:38:55 >>> host-libglib2 2.68.4 Building
2022-05-10T17:39:02 >>> host-libglib2 2.68.4 Installing to host directory
2022-05-10T17:39:04 >>> host-pixman 0.40.0 Downloading
2022-05-10T17:39:39 >>> host-pixman 0.40.0 Extracting
2022-05-10T17:39:39 >>> host-pixman 0.40.0 Patching
2022-05-10T17:39:40 >>> host-pixman 0.40.0 Updating config.sub and config.guess
2022-05-10T17:39:40 >>> host-pixman 0.40.0 Configuring
2022-05-10T17:39:40 >>> host-pixman 0.40.0 Autoreconfiguring
2022-05-10T17:39:43 >>> host-pixman 0.40.0 Patching libtool
2022-05-10T17:39:48 >>> host-pixman 0.40.0 Building
2022-05-10T17:39:51 >>> host-pixman 0.40.0 Installing to host directory
2022-05-10T17:39:53 >>> host-qemu 5.1.0 Downloading
2022-05-10T17:39:56 >>> host-qemu 5.1.0 Extracting
2022-05-10T17:39:59 >>> host-qemu 5.1.0 Patching
2022-05-10T17:39:59 >>> host-qemu 5.1.0 Configuring
2022-05-10T17:40:04 >>> host-qemu 5.1.0 Building
2022-05-10T17:40:31 >>> host-qemu 5.1.0 Installing to host directory
2022-05-10T17:40:33 >>> skeleton-init-common  Extracting
2022-05-10T17:40:33 >>> skeleton-init-common  Patching
2022-05-10T17:40:33 >>> skeleton-init-common  Configuring
2022-05-10T17:40:33 >>> skeleton-init-common  Building
2022-05-10T17:40:33 >>> skeleton-init-common  Installing to staging directory
2022-05-10T17:40:33 >>> skeleton-init-common  Fixing libtool files
2022-05-10T17:40:33 >>> skeleton-init-common  Installing to target
2022-05-10T17:40:33 >>> skeleton-init-sysv  Extracting
2022-05-10T17:40:33 >>> skeleton-init-sysv  Patching
2022-05-10T17:40:33 >>> skeleton-init-sysv  Configuring
2022-05-10T17:40:33 >>> skeleton-init-sysv  Building
2022-05-10T17:40:33 >>> skeleton-init-sysv  Installing to target
2022-05-10T17:40:33 >>> skeleton  Extracting
2022-05-10T17:40:33 >>> skeleton  Patching
2022-05-10T17:40:33 >>> skeleton  Configuring
2022-05-10T17:40:33 >>> skeleton  Building
2022-05-10T17:40:33 >>> skeleton  Installing to target
2022-05-10T17:40:33 >>> linux-headers custom Syncing from source dir /home/rootroot/rk3568_linux4.19/buildroot/../kernel
2022-05-10T17:40:44 >>> linux-headers custom Configuring
2022-05-10T17:40:49 >>> linux-headers custom Building
2022-05-10T17:40:49 >>> linux-headers custom Installing to staging directory
2022-05-10T17:40:54 >>> linux-headers custom Fixing libtool files
2022-05-10T17:40:54 >>> linux-headers custom Installing to target
2022-05-10T17:40:54 >>> glibc 2.34-9-g9acab0bba6a5a57323b1f94bf95b21618a9e5aa4 Downloading
2022-05-10T17:41:02 >>> glibc 2.34-9-g9acab0bba6a5a57323b1f94bf95b21618a9e5aa4 Extracting
2022-05-10T17:41:03 >>> glibc 2.34-9-g9acab0bba6a5a57323b1f94bf95b21618a9e5aa4 Patching
2022-05-10T17:41:03 >>> glibc 2.34-9-g9acab0bba6a5a57323b1f94bf95b21618a9e5aa4 Updating config.sub and config.guess
2022-05-10T17:41:03 >>> glibc 2.34-9-g9acab0bba6a5a57323b1f94bf95b21618a9e5aa4 Patching libtool
2022-05-10T17:41:03 >>> glibc 2.34-9-g9acab0bba6a5a57323b1f94bf95b21618a9e5aa4 Configuring
2022-05-10T17:41:05 >>> glibc 2.34-9-g9acab0bba6a5a57323b1f94bf95b21618a9e5aa4 Building
2022-05-10T17:42:00 >>> glibc 2.34-9-g9acab0bba6a5a57323b1f94bf95b21618a9e5aa4 Installing to staging directory
2022-05-10T17:42:20 >>> glibc 2.34-9-g9acab0bba6a5a57323b1f94bf95b21618a9e5aa4 Fixing libtool files
2022-05-10T17:42:20 >>> glibc 2.34-9-g9acab0bba6a5a57323b1f94bf95b21618a9e5aa4 Installing to target
2022-05-10T17:42:20 >>> host-gcc-final 10.3.0 Extracting
2022-05-10T17:42:25 >>> host-gcc-final 10.3.0 Patching
2022-05-10T17:42:25 >>> host-gcc-final 10.3.0 Updating config.sub and config.guess
2022-05-10T17:42:26 >>> host-gcc-final 10.3.0 Patching libtool
2022-05-10T17:42:26 >>> host-gcc-final 10.3.0 Configuring
2022-05-10T17:42:28 >>> host-gcc-final 10.3.0 Building
2022-05-10T17:45:54 >>> host-gcc-final 10.3.0 Installing to host directory
2022-05-10T17:45:58 >>> toolchain-buildroot  Extracting
2022-05-10T17:45:58 >>> toolchain-buildroot  Patching
2022-05-10T17:45:58 >>> toolchain-buildroot  Configuring
2022-05-10T17:45:58 >>> toolchain-buildroot  Building
2022-05-10T17:45:58 >>> toolchain-buildroot  Installing to target
2022-05-10T17:45:59 >>> toolchain  Extracting
2022-05-10T17:45:59 >>> toolchain  Patching
2022-05-10T17:45:59 >>> toolchain  Configuring
2022-05-10T17:45:59 >>> toolchain  Building
2022-05-10T17:45:59 >>> toolchain  Installing to target
2022-05-10T17:45:59 >>> libzlib 1.2.11 Extracting
2022-05-10T17:45:59 >>> libzlib 1.2.11 Patching
2022-05-10T17:45:59 >>> libzlib 1.2.11 Configuring
2022-05-10T17:45:59 >>> libzlib 1.2.11 Building
2022-05-10T17:46:03 >>> libzlib 1.2.11 Installing to staging directory
2022-05-10T17:46:03 >>> libzlib 1.2.11 Fixing libtool files
2022-05-10T17:46:03 >>> libzlib 1.2.11 Installing to target
2022-05-10T17:46:03 >>> zlib  Extracting
2022-05-10T17:46:03 >>> zlib  Patching
2022-05-10T17:46:03 >>> zlib  Configuring
2022-05-10T17:46:03 >>> zlib  Building
2022-05-10T17:46:03 >>> zlib  Installing to target
2022-05-10T17:46:03 >>> libopenssl 1.1.1m Extracting
2022-05-10T17:46:03 >>> libopenssl 1.1.1m Patching
2022-05-10T17:46:03 >>> libopenssl 1.1.1m Configuring
2022-05-10T17:46:04 >>> libopenssl 1.1.1m Building
2022-05-10T17:46:13 >>> libopenssl 1.1.1m Installing to staging directory
2022-05-10T17:46:14 >>> libopenssl 1.1.1m Fixing libtool files
2022-05-10T17:46:14 >>> libopenssl 1.1.1m Installing to target
2022-05-10T17:46:15 >>> openssl  Extracting
2022-05-10T17:46:15 >>> openssl  Patching
2022-05-10T17:46:16 >>> openssl  Configuring
2022-05-10T17:46:16 >>> openssl  Building
2022-05-10T17:46:16 >>> openssl  Installing to target
2022-05-10T17:46:16 >>> android-tools 4.2.2+git20130218 Downloading
2022-05-10T17:46:25 >>> android-tools 4.2.2+git20130218 Extracting
2022-05-10T17:46:25 >>> android-tools 4.2.2+git20130218 Patching
2022-05-10T17:46:25 >>> android-tools 4.2.2+git20130218 Configuring
2022-05-10T17:46:25 >>> android-tools 4.2.2+git20130218 Building
2022-05-10T17:46:26 >>> android-tools 4.2.2+git20130218 Installing to target
2022-05-10T17:46:26 >>> host-gperf 3.0.4 Downloading
2022-05-10T17:46:26 >>> host-gperf 3.0.4 Extracting
2022-05-10T17:46:26 >>> host-gperf 3.0.4 Patching
2022-05-10T17:46:26 >>> host-gperf 3.0.4 Updating config.sub and config.guess
2022-05-10T17:46:26 >>> host-gperf 3.0.4 Patching libtool
2022-05-10T17:46:27 >>> host-gperf 3.0.4 Configuring
2022-05-10T17:46:30 >>> host-gperf 3.0.4 Building
2022-05-10T17:46:31 >>> host-gperf 3.0.4 Installing to host directory
2022-05-10T17:46:32 >>> kmod 26 Downloading
2022-05-10T17:46:33 >>> kmod 26 Extracting
2022-05-10T17:46:33 >>> kmod 26 Patching
2022-05-10T17:46:33 >>> kmod 26 Updating config.sub and config.guess
2022-05-10T17:46:33 >>> kmod 26 Configuring
2022-05-10T17:46:33 >>> kmod 26 Autoreconfiguring
2022-05-10T17:46:38 >>> kmod 26 Patching libtool
2022-05-10T17:46:44 >>> kmod 26 Building
2022-05-10T17:46:44 >>> kmod 26 Installing to staging directory
2022-05-10T17:46:44 >>> kmod 26 Fixing libtool files
2022-05-10T17:46:44 >>> kmod 26 Installing to target
2022-05-10T17:46:45 >>> util-linux-libs 2.37.2 Extracting
2022-05-10T17:46:45 >>> util-linux-libs 2.37.2 Patching
2022-05-10T17:46:45 >>> util-linux-libs 2.37.2 Updating config.sub and config.guess
2022-05-10T17:46:45 >>> util-linux-libs 2.37.2 Patching libtool
2022-05-10T17:46:45 >>> util-linux-libs 2.37.2 Configuring
2022-05-10T17:46:58 >>> util-linux-libs 2.37.2 Building
2022-05-10T17:47:01 >>> util-linux-libs 2.37.2 Installing to staging directory
2022-05-10T17:47:01 >>> util-linux-libs 2.37.2 Fixing libtool files
2022-05-10T17:47:01 >>> util-linux-libs 2.37.2 Installing to target
2022-05-10T17:47:01 >>> eudev 3.2.7 Downloading
2022-05-10T17:47:39 >>> eudev 3.2.7 Extracting
2022-05-10T17:47:39 >>> eudev 3.2.7 Patching
2022-05-10T17:47:39 >>> eudev 3.2.7 Updating config.sub and config.guess
2022-05-10T17:47:39 >>> eudev 3.2.7 Patching libtool
2022-05-10T17:47:39 >>> eudev 3.2.7 Configuring
2022-05-10T17:47:47 >>> eudev 3.2.7 Building
2022-05-10T17:47:51 >>> eudev 3.2.7 Installing to staging directory
2022-05-10T17:47:51 >>> eudev 3.2.7 Fixing libtool files
2022-05-10T17:47:51 >>> eudev 3.2.7 Installing to target
2022-05-10T17:47:52 >>> udev  Extracting
2022-05-10T17:47:52 >>> udev  Patching
2022-05-10T17:47:52 >>> udev  Configuring
2022-05-10T17:47:52 >>> udev  Building
2022-05-10T17:47:52 >>> udev  Installing to target
2022-05-10T17:47:52 >>> dosfstools 4.1 Downloading
2022-05-10T17:53:01 >>> dosfstools 4.1 Extracting
2022-05-10T17:53:01 >>> dosfstools 4.1 Patching
2022-05-10T17:53:01 >>> dosfstools 4.1 Updating config.sub and config.guess
2022-05-10T17:53:01 >>> dosfstools 4.1 Patching libtool
2022-05-10T17:53:01 >>> dosfstools 4.1 Configuring
2022-05-10T17:53:03 >>> dosfstools 4.1 Building
2022-05-10T17:53:04 >>> dosfstools 4.1 Installing to target
2022-05-10T17:53:04 >>> util-linux 2.37.2 Extracting
2022-05-10T17:53:04 >>> util-linux 2.37.2 Patching
2022-05-10T17:53:04 >>> util-linux 2.37.2 Updating config.sub and config.guess
2022-05-10T17:53:04 >>> util-linux 2.37.2 Patching libtool
2022-05-10T17:53:04 >>> util-linux 2.37.2 Configuring
2022-05-10T17:53:18 >>> util-linux 2.37.2 Building
2022-05-10T17:53:20 >>> util-linux 2.37.2 Installing to staging directory
2022-05-10T17:53:21 >>> util-linux 2.37.2 Fixing libtool files
2022-05-10T17:53:21 >>> util-linux 2.37.2 Installing to target
2022-05-10T17:53:21 >>> e2fsprogs 1.46.5 Downloading
2022-05-10T17:53:28 >>> e2fsprogs 1.46.5 Extracting
2022-05-10T17:53:28 >>> e2fsprogs 1.46.5 Patching
2022-05-10T17:53:28 >>> e2fsprogs 1.46.5 Updating config.sub and config.guess
2022-05-10T17:53:28 >>> e2fsprogs 1.46.5 Patching libtool
2022-05-10T17:53:29 >>> e2fsprogs 1.46.5 Configuring
2022-05-10T17:53:39 >>> e2fsprogs 1.46.5 Building
2022-05-10T17:53:45 >>> e2fsprogs 1.46.5 Installing to staging directory
2022-05-10T17:53:46 >>> e2fsprogs 1.46.5 Fixing libtool files
2022-05-10T17:53:46 >>> e2fsprogs 1.46.5 Installing to target
2022-05-10T17:53:47 >>> busybox 1.34.1 Downloading
2022-05-10T17:54:27 >>> busybox 1.34.1 Extracting
2022-05-10T17:54:28 >>> busybox 1.34.1 Patching
2022-05-10T17:54:36 >>> busybox 1.34.1 Configuring
2022-05-10T17:54:36 >>> busybox 1.34.1 Building
2022-05-10T17:54:42 >>> busybox 1.34.1 Installing to target
2022-05-10T17:54:46 >>> host-e2fsprogs 1.46.5 Extracting
2022-05-10T17:54:46 >>> host-e2fsprogs 1.46.5 Patching
2022-05-10T17:54:46 >>> host-e2fsprogs 1.46.5 Updating config.sub and config.guess
2022-05-10T17:54:46 >>> host-e2fsprogs 1.46.5 Patching libtool
2022-05-10T17:54:46 >>> host-e2fsprogs 1.46.5 Configuring
2022-05-10T17:54:56 >>> host-e2fsprogs 1.46.5 Building
2022-05-10T17:55:02 >>> host-e2fsprogs 1.46.5 Installing to host directory
2022-05-10T17:55:06 >>> ifupdown-scripts  Extracting
2022-05-10T17:55:06 >>> ifupdown-scripts  Patching
2022-05-10T17:55:06 >>> ifupdown-scripts  Configuring
2022-05-10T17:55:06 >>> ifupdown-scripts  Building
2022-05-10T17:55:06 >>> ifupdown-scripts  Installing to target
2022-05-10T17:55:06 >>> initscripts  Extracting
2022-05-10T17:55:06 >>> initscripts  Patching
2022-05-10T17:55:06 >>> initscripts  Configuring
2022-05-10T17:55:06 >>> initscripts  Building
2022-05-10T17:55:06 >>> initscripts  Installing to target
2022-05-10T17:55:06 >>> input-event-daemon v0.1.3 Downloading
2022-05-10T17:58:13 >>> input-event-daemon v0.1.3 Extracting
2022-05-10T17:58:13 >>> input-event-daemon v0.1.3 Patching
2022-05-10T17:58:13 >>> input-event-daemon v0.1.3 Configuring
2022-05-10T17:58:13 >>> input-event-daemon v0.1.3 Building
2022-05-10T17:58:13 >>> input-event-daemon v0.1.3 Installing to target
2022-05-10T17:58:13 >>> libcurl 7.75.0 Downloading
2022-05-10T17:58:19 >>> libcurl 7.75.0 Extracting
2022-05-10T17:58:19 >>> libcurl 7.75.0 Patching
2022-05-10T17:58:19 >>> libcurl 7.75.0 Updating config.sub and config.guess
2022-05-10T17:58:19 >>> libcurl 7.75.0 Patching libtool
2022-05-10T17:58:19 >>> libcurl 7.75.0 Configuring
2022-05-10T17:58:41 >>> libcurl 7.75.0 Building
2022-05-10T17:58:44 >>> libcurl 7.75.0 Installing to staging directory
2022-05-10T17:58:45 >>> libcurl 7.75.0 Fixing package configuration files
2022-05-10T17:58:45 >>> libcurl 7.75.0 Fixing libtool files
2022-05-10T17:58:45 >>> libcurl 7.75.0 Installing to target
2022-05-10T17:58:45 >>> libpthread-stubs 0.4 Downloading
2022-05-10T17:58:47 >>> libpthread-stubs 0.4 Extracting
2022-05-10T17:58:47 >>> libpthread-stubs 0.4 Patching
2022-05-10T17:58:47 >>> libpthread-stubs 0.4 Updating config.sub and config.guess
2022-05-10T17:58:47 >>> libpthread-stubs 0.4 Patching libtool
2022-05-10T17:58:47 >>> libpthread-stubs 0.4 Configuring
2022-05-10T17:58:48 >>> libpthread-stubs 0.4 Building
2022-05-10T17:58:48 >>> libpthread-stubs 0.4 Installing to staging directory
2022-05-10T17:58:48 >>> libpthread-stubs 0.4 Fixing libtool files
2022-05-10T17:58:48 >>> libpthread-stubs 0.4 Installing to target
2022-05-10T17:58:48 >>> libdrm 2.4.109 Downloading
2022-05-10T17:58:51 >>> libdrm 2.4.109 Extracting
2022-05-10T17:58:51 >>> libdrm 2.4.109 Patching
2022-05-10T17:58:51 >>> libdrm 2.4.109 Configuring
2022-05-10T17:58:52 >>> libdrm 2.4.109 Building
2022-05-10T17:58:53 >>> libdrm 2.4.109 Installing to staging directory
2022-05-10T17:58:54 >>> libdrm 2.4.109 Fixing libtool files
2022-05-10T17:58:54 >>> libdrm 2.4.109 Installing to target
2022-05-10T17:58:54 >>> libffi 3.2.1 Extracting
2022-05-10T17:58:54 >>> libffi 3.2.1 Patching
2022-05-10T17:58:54 >>> libffi 3.2.1 Updating config.sub and config.guess
2022-05-10T17:58:54 >>> libffi 3.2.1 Configuring
2022-05-10T17:58:54 >>> libffi 3.2.1 Autoreconfiguring
2022-05-10T17:58:59 >>> libffi 3.2.1 Patching libtool
2022-05-10T17:59:04 >>> libffi 3.2.1 Building
2022-05-10T17:59:05 >>> libffi 3.2.1 Installing to staging directory
2022-05-10T17:59:05 >>> libffi 3.2.1 Fixing libtool files
2022-05-10T17:59:05 >>> libffi 3.2.1 Installing to target
2022-05-10T17:59:05 >>> pcre 8.45 Extracting
2022-05-10T17:59:06 >>> pcre 8.45 Patching
2022-05-10T17:59:06 >>> pcre 8.45 Updating config.sub and config.guess
2022-05-10T17:59:06 >>> pcre 8.45 Patching libtool
2022-05-10T17:59:06 >>> pcre 8.45 Configuring
2022-05-10T17:59:10 >>> pcre 8.45 Building
2022-05-10T17:59:13 >>> pcre 8.45 Installing to staging directory
2022-05-10T17:59:14 >>> pcre 8.45 Fixing package configuration files
2022-05-10T17:59:14 >>> pcre 8.45 Fixing libtool files
2022-05-10T17:59:14 >>> pcre 8.45 Installing to target
2022-05-10T17:59:14 >>> libglib2 2.68.4 Extracting
2022-05-10T17:59:14 >>> libglib2 2.68.4 Patching
2022-05-10T17:59:14 >>> libglib2 2.68.4 Configuring
2022-05-10T17:59:26 >>> libglib2 2.68.4 Building
2022-05-10T17:59:33 >>> libglib2 2.68.4 Installing to staging directory
2022-05-10T17:59:33 >>> libglib2 2.68.4 Fixing libtool files
2022-05-10T17:59:33 >>> libglib2 2.68.4 Installing to target
2022-05-10T17:59:35 >>> libgudev 230 Downloading
2022-05-10T17:59:40 >>> libgudev 230 Extracting
2022-05-10T17:59:40 >>> libgudev 230 Patching
2022-05-10T17:59:40 >>> libgudev 230 Updating config.sub and config.guess
2022-05-10T17:59:40 >>> libgudev 230 Patching libtool
2022-05-10T17:59:40 >>> libgudev 230 Configuring
2022-05-10T17:59:43 >>> libgudev 230 Building
2022-05-10T17:59:43 >>> libgudev 230 Installing to staging directory
2022-05-10T17:59:43 >>> libgudev 230 Fixing libtool files
2022-05-10T17:59:43 >>> libgudev 230 Installing to target
2022-05-10T17:59:43 >>> liblockfile 1.09 Downloading
2022-05-10T17:59:45 >>> liblockfile 1.09 Extracting
2022-05-10T17:59:45 >>> liblockfile 1.09 Patching
2022-05-10T17:59:45 >>> liblockfile 1.09 Updating config.sub and config.guess
2022-05-10T17:59:45 >>> liblockfile 1.09 Patching libtool
2022-05-10T17:59:45 >>> liblockfile 1.09 Configuring
2022-05-10T17:59:45 >>> liblockfile 1.09 Building
2022-05-10T17:59:46 >>> liblockfile 1.09 Installing to staging directory
2022-05-10T17:59:46 >>> liblockfile 1.09 Fixing libtool files
2022-05-10T17:59:46 >>> liblockfile 1.09 Installing to target
2022-05-10T17:59:46 >>> libpng 1.6.37 Downloading
2022-05-10T17:59:55 >>> libpng 1.6.37 Extracting
2022-05-10T17:59:55 >>> libpng 1.6.37 Patching
2022-05-10T17:59:55 >>> libpng 1.6.37 Updating config.sub and config.guess
2022-05-10T17:59:55 >>> libpng 1.6.37 Patching libtool
2022-05-10T17:59:55 >>> libpng 1.6.37 Configuring
2022-05-10T17:59:58 >>> libpng 1.6.37 Building
2022-05-10T18:00:00 >>> libpng 1.6.37 Installing to staging directory
2022-05-10T18:00:00 >>> libpng 1.6.37 Fixing package configuration files
2022-05-10T18:00:00 >>> libpng 1.6.37 Fixing libtool files
2022-05-10T18:00:00 >>> libpng 1.6.37 Installing to target
2022-05-10T18:00:00 >>> libusb 1.0.21 Downloading
2022-05-10T18:00:03 >>> libusb 1.0.21 Extracting
2022-05-10T18:00:03 >>> libusb 1.0.21 Patching
2022-05-10T18:00:03 >>> libusb 1.0.21 Updating config.sub and config.guess
2022-05-10T18:00:03 >>> libusb 1.0.21 Patching libtool
2022-05-10T18:00:03 >>> libusb 1.0.21 Configuring
2022-05-10T18:00:07 >>> libusb 1.0.21 Building
2022-05-10T18:00:07 >>> libusb 1.0.21 Installing to staging directory
2022-05-10T18:00:07 >>> libusb 1.0.21 Fixing libtool files
2022-05-10T18:00:08 >>> libusb 1.0.21 Installing to target
2022-05-10T18:00:08 >>> lockfile-progs 0.1.17 Downloading
2022-05-10T18:00:08 >>> lockfile-progs 0.1.17 Extracting
2022-05-10T18:00:08 >>> lockfile-progs 0.1.17 Patching
2022-05-10T18:00:08 >>> lockfile-progs 0.1.17 Configuring
2022-05-10T18:00:08 >>> lockfile-progs 0.1.17 Building
2022-05-10T18:00:09 >>> lockfile-progs 0.1.17 Installing to target
2022-05-10T18:00:09 >>> host-ntfs-3g 2017.3.23 Downloading
2022-05-10T18:00:13 >>> host-ntfs-3g 2017.3.23 Extracting
2022-05-10T18:00:14 >>> host-ntfs-3g 2017.3.23 Patching
2022-05-10T18:00:14 >>> host-ntfs-3g 2017.3.23 Updating config.sub and config.guess
2022-05-10T18:00:14 >>> host-ntfs-3g 2017.3.23 Patching libtool
2022-05-10T18:00:14 >>> host-ntfs-3g 2017.3.23 Configuring
2022-05-10T18:00:22 >>> host-ntfs-3g 2017.3.23 Building
2022-05-10T18:00:25 >>> host-ntfs-3g 2017.3.23 Installing to host directory
2022-05-10T18:00:27 >>> host-patchelf 0.9 Downloading
2022-05-10T18:00:28 >>> host-patchelf 0.9 Extracting
2022-05-10T18:00:28 >>> host-patchelf 0.9 Patching
2022-05-10T18:00:28 >>> host-patchelf 0.9 Updating config.sub and config.guess
2022-05-10T18:00:28 >>> host-patchelf 0.9 Patching libtool
2022-05-10T18:00:28 >>> host-patchelf 0.9 Configuring
2022-05-10T18:00:29 >>> host-patchelf 0.9 Building
2022-05-10T18:00:31 >>> host-patchelf 0.9 Installing to host directory
2022-05-10T18:00:33 >>> pixman 0.40.0 Extracting
2022-05-10T18:00:33 >>> pixman 0.40.0 Patching
2022-05-10T18:00:33 >>> pixman 0.40.0 Updating config.sub and config.guess
2022-05-10T18:00:33 >>> pixman 0.40.0 Configuring
2022-05-10T18:00:33 >>> pixman 0.40.0 Autoreconfiguring
2022-05-10T18:00:37 >>> pixman 0.40.0 Patching libtool
2022-05-10T18:00:42 >>> pixman 0.40.0 Building
2022-05-10T18:00:44 >>> pixman 0.40.0 Installing to staging directory
2022-05-10T18:00:44 >>> pixman 0.40.0 Fixing libtool files
2022-05-10T18:00:44 >>> pixman 0.40.0 Installing to target
2022-05-10T18:00:44 >>> pm-utils 1.4.1 Downloading
2022-05-10T18:00:48 >>> pm-utils 1.4.1 Extracting
2022-05-10T18:00:48 >>> pm-utils 1.4.1 Patching
2022-05-10T18:00:48 >>> pm-utils 1.4.1 Updating config.sub and config.guess
2022-05-10T18:00:48 >>> pm-utils 1.4.1 Patching libtool
2022-05-10T18:00:48 >>> pm-utils 1.4.1 Configuring
2022-05-10T18:00:50 >>> pm-utils 1.4.1 Building
2022-05-10T18:00:50 >>> pm-utils 1.4.1 Installing to target
2022-05-10T18:00:50 >>> recovery develop Syncing from source dir /home/rootroot/rk3568_linux4.19/buildroot/../external/recovery
2022-05-10T18:00:50 >>> recovery develop Configuring
2022-05-10T18:00:50 >>> recovery develop Building
2022-05-10T18:00:50 >>> recovery develop Installing to target
2022-05-10T18:00:50 >>> rkscript  Syncing from source dir /home/rootroot/rk3568_linux4.19/buildroot/../external/rkscript
2022-05-10T18:00:50 >>> rkscript  Configuring
2022-05-10T18:00:51 >>> rkscript  Building
2022-05-10T18:00:51 >>> rkscript  Installing to target
2022-05-10T18:00:51 >>> rktoolkit master Syncing from source dir /home/rootroot/rk3568_linux4.19/buildroot/../external/rktoolkit
2022-05-10T18:00:51 >>> rktoolkit master Configuring
2022-05-10T18:00:51 >>> rktoolkit master Building
2022-05-10T18:00:51 >>> rktoolkit master Installing to target
2022-05-10T18:00:51 >>> rkupdate develop Syncing from source dir /home/rootroot/rk3568_linux4.19/buildroot/../external/rkupdate
2022-05-10T18:00:51 >>> rkupdate develop Configuring
2022-05-10T18:00:51 >>> rkupdate develop Building
2022-05-10T18:00:52 >>> rkupdate develop Installing to target
2022-05-10T18:00:52 >>> host-libxml-parser-perl 2.44 Downloading
2022-05-10T18:00:53 >>> host-libxml-parser-perl 2.44 Extracting
2022-05-10T18:00:53 >>> host-libxml-parser-perl 2.44 Patching
2022-05-10T18:00:53 >>> host-libxml-parser-perl 2.44 Configuring
2022-05-10T18:00:53 >>> host-libxml-parser-perl 2.44 Building
2022-05-10T18:00:55 >>> host-libxml-parser-perl 2.44 Installing to host directory
2022-05-10T18:00:56 >>> host-intltool 0.51.0 Downloading
2022-05-10T18:01:02 >>> host-intltool 0.51.0 Extracting
2022-05-10T18:01:02 >>> host-intltool 0.51.0 Patching
2022-05-10T18:01:02 >>> host-intltool 0.51.0 Updating config.sub and config.guess
2022-05-10T18:01:02 >>> host-intltool 0.51.0 Patching libtool
2022-05-10T18:01:02 >>> host-intltool 0.51.0 Configuring
2022-05-10T18:01:03 >>> host-intltool 0.51.0 Building
2022-05-10T18:01:03 >>> host-intltool 0.51.0 Installing to host directory
2022-05-10T18:01:05 >>> upower 0.99.4 Downloading
2022-05-10T18:01:34 >>> upower 0.99.4 Extracting
2022-05-10T18:01:34 >>> upower 0.99.4 Patching
2022-05-10T18:01:34 >>> upower 0.99.4 Updating config.sub and config.guess
2022-05-10T18:01:34 >>> upower 0.99.4 Patching libtool
2022-05-10T18:01:34 >>> upower 0.99.4 Configuring
2022-05-10T18:01:37 >>> upower 0.99.4 Building
2022-05-10T18:01:39 >>> upower 0.99.4 Installing to staging directory
2022-05-10T18:01:40 >>> upower 0.99.4 Fixing libtool files
2022-05-10T18:01:40 >>> upower 0.99.4 Installing to target
2022-05-10T18:01:40 >>> usbmount 0.0.22 Downloading
2022-05-10T18:01:41 >>> usbmount 0.0.22 Extracting
2022-05-10T18:01:41 >>> usbmount 0.0.22 Patching
2022-05-10T18:01:41 >>> usbmount 0.0.22 Configuring
2022-05-10T18:01:41 >>> usbmount 0.0.22 Building
2022-05-10T18:01:41 >>> usbmount 0.0.22 Installing to target
2022-05-10T18:01:41 >>> host-attr 2.4.47 Downloading
2022-05-10T18:01:44 >>> host-attr 2.4.47 Extracting
2022-05-10T18:01:44 >>> host-attr 2.4.47 Patching
2022-05-10T18:01:44 >>> host-attr 2.4.47 Updating config.sub and config.guess
2022-05-10T18:01:44 >>> host-attr 2.4.47 Patching libtool
2022-05-10T18:01:44 >>> host-attr 2.4.47 Configuring
2022-05-10T18:01:47 >>> host-attr 2.4.47 Building
2022-05-10T18:01:47 >>> host-attr 2.4.47 Installing to host directory
2022-05-10T18:01:49 >>> host-acl 2.2.52 Downloading
2022-05-10T18:01:52 >>> host-acl 2.2.52 Extracting
2022-05-10T18:01:52 >>> host-acl 2.2.52 Patching
2022-05-10T18:01:52 >>> host-acl 2.2.52 Updating config.sub and config.guess
2022-05-10T18:01:52 >>> host-acl 2.2.52 Patching libtool
2022-05-10T18:01:52 >>> host-acl 2.2.52 Configuring
2022-05-10T18:01:55 >>> host-acl 2.2.52 Building
2022-05-10T18:01:56 >>> host-acl 2.2.52 Installing to host directory
2022-05-10T18:01:58 >>> host-fakeroot 1.20.2 Downloading
2022-05-10T18:01:59 >>> host-fakeroot 1.20.2 Extracting
2022-05-10T18:02:00 >>> host-fakeroot 1.20.2 Patching
2022-05-10T18:02:00 >>> host-fakeroot 1.20.2 Updating config.sub and config.guess
2022-05-10T18:02:00 >>> host-fakeroot 1.20.2 Patching libtool
2022-05-10T18:02:00 >>> host-fakeroot 1.20.2 Configuring
2022-05-10T18:02:06 >>> host-fakeroot 1.20.2 Building
2022-05-10T18:02:07 >>> host-fakeroot 1.20.2 Installing to host directory
2022-05-10T18:02:08 >>> host-makedevs  Extracting
2022-05-10T18:02:08 >>> host-makedevs  Patching
2022-05-10T18:02:09 >>> host-makedevs  Configuring
2022-05-10T18:02:09 >>> host-makedevs  Building
2022-05-10T18:02:09 >>> host-makedevs  Installing to host directory
2022-05-10T18:02:10 >>> host-mkpasswd  Extracting
2022-05-10T18:02:10 >>> host-mkpasswd  Patching
2022-05-10T18:02:10 >>> host-mkpasswd  Configuring
2022-05-10T18:02:10 >>> host-mkpasswd  Building
2022-05-10T18:02:10 >>> host-mkpasswd  Installing to host directory
2022-05-10T18:02:12 >>> host-lz4 v1.7.5 Downloading
2022-05-10T18:02:13 >>> host-lz4 v1.7.5 Extracting
2022-05-10T18:02:13 >>> host-lz4 v1.7.5 Patching
2022-05-10T18:02:13 >>> host-lz4 v1.7.5 Configuring
2022-05-10T18:02:13 >>> host-lz4 v1.7.5 Building
2022-05-10T18:02:20 >>> host-lz4 v1.7.5 Installing to host directory
2022-05-10T18:02:21 >>> host-lzo 2.10 Downloading
2022-05-10T18:03:14 >>> host-lzo 2.10 Extracting
2022-05-10T18:03:14 >>> host-lzo 2.10 Patching
2022-05-10T18:03:14 >>> host-lzo 2.10 Configuring
2022-05-10T18:03:20 >>> host-lzo 2.10 Building
2022-05-10T18:03:21 >>> host-lzo 2.10 Installing to host directory
2022-05-10T18:03:23 >>> host-xz 5.2.3 Downloading
2022-05-10T18:03:36 >>> host-xz 5.2.3 Extracting
2022-05-10T18:03:36 >>> host-xz 5.2.3 Patching
2022-05-10T18:03:36 >>> host-xz 5.2.3 Updating config.sub and config.guess
2022-05-10T18:03:36 >>> host-xz 5.2.3 Patching libtool
2022-05-10T18:03:36 >>> host-xz 5.2.3 Configuring
2022-05-10T18:03:43 >>> host-xz 5.2.3 Building
2022-05-10T18:03:45 >>> host-xz 5.2.3 Installing to host directory
2022-05-10T18:03:47 >>> host-squashfs 3de1687d7432ea9b302c2db9521996f506c140a3 Downloading
2022-05-10T18:03:54 >>> host-squashfs 3de1687d7432ea9b302c2db9521996f506c140a3 Extracting
2022-05-10T18:03:54 >>> host-squashfs 3de1687d7432ea9b302c2db9521996f506c140a3 Patching
2022-05-10T18:03:54 >>> host-squashfs 3de1687d7432ea9b302c2db9521996f506c140a3 Configuring
2022-05-10T18:03:54 >>> host-squashfs 3de1687d7432ea9b302c2db9521996f506c140a3 Building
2022-05-10T18:03:55 >>> host-squashfs 3de1687d7432ea9b302c2db9521996f506c140a3 Installing to host directory
2022-05-10T18:03:57 >>>   Finalizing target directory
2022-05-10T18:03:57 >>>   Sanitizing RPATH in target tree
2022-05-10T18:03:58 >>>   Copying overlay board/rockchip/common/base
2022-05-10T18:03:58 >>>   Copying overlay board/rockchip/common/recovery
2022-05-10T18:03:58 >>>   Copying overlay board/rockchip/rk356x/fs-overlay/
2022-05-10T18:03:58 >>>   Copying overlay board/rockchip/rk356x/fs-overlay-recovery/
2022-05-10T18:03:58 >>>   Executing post-build script build/post.sh
2022-05-10T18:03:58 >>>   Generating root filesystem image rootfs.cpio
2022-05-10T18:04:00 >>>   Generating root filesystem image rootfs.ext2
2022-05-10T18:04:00 >>>   Generating root filesystem image rootfs.squashfs
2022-05-10T18:04:01 >>>   Generating root filesystem image rootfs.tar
Done in 1h 39min 42s
log saved on /home/rootroot/rk3568_linux4.19/br.log
====Build rockchip_rk356x_recovery ok!====
pack recovery.img...fdt {
kernel {
ramdisk {
resource {
FIT description: U-Boot FIT source file for arm
Created:         Tue May 10 18:04:01 2022
 Image 0 (fdt)
  Description:  unavailable
  Created:      Tue May 10 18:04:01 2022
  Type:         Flat Device Tree
  Compression:  uncompressed
  Data Size:    137623 Bytes = 134.40 KiB = 0.13 MiB
  Architecture: AArch64
  Load Address: 0xffffff00
  Hash algo:    sha256
  Hash value:   a947cb239b42ebf80c66765fdf392f7fbb1344367e399d3e9464e971d58c1e6c
 Image 1 (kernel)
  Description:  unavailable
  Created:      Tue May 10 18:04:01 2022
  Type:         Kernel Image
  Compression:  uncompressed
  Data Size:    22388744 Bytes = 21864.01 KiB = 21.35 MiB
  Architecture: AArch64
  OS:           Linux
  Load Address: 0xffffff01
  Entry Point:  0xffffff01
  Hash algo:    sha256
  Hash value:   23429bcd58a24a2a9ab45ca6ee080a34682af192932c3f25995a5e2eceed2b72
 Image 2 (ramdisk)
  Description:  unavailable
  Created:      Tue May 10 18:04:01 2022
  Type:         RAMDisk Image
  Compression:  uncompressed
  Data Size:    6968353 Bytes = 6805.03 KiB = 6.65 MiB
  Architecture: AArch64
  OS:           Linux
  Load Address: 0xffffff02
  Entry Point:  unavailable
  Hash algo:    sha256
  Hash value:   5f5a0af5fcca9acc5f91064c0a947b850600ad37be398704d967260998b5fa4f
 Image 3 (resource)
  Description:  unavailable
  Created:      Tue May 10 18:04:01 2022
  Type:         Multi-File Image
  Compression:  uncompressed
  Data Size:    175616 Bytes = 171.50 KiB = 0.17 MiB
  Hash algo:    sha256
  Hash value:   da62114ddb367ff9d1fc308f016ed18399792099a3f5902ccccce343f351ebf5
 Default Configuration: 'conf'
 Configuration 0 (conf)
  Description:  unavailable
  Kernel:       kernel
  Init Ramdisk: ramdisk
  FDT:          fdt
done.
you take 1:39:43 to build recovery
Running build_recovery succeeded.
rootroot@rootroot-System-Product1:~/rk3568_linux4.19$ 
rootroot@rootroot-System-Product1:~/rk3568_linux4.19$ 
rootroot@rootroot-System-Product1:~/rk3568_linux4.19$ ll
total 34996
drwxrwxr-x 17 rootroot rootroot     4096 May 10 16:24 ./
drwxr-xr-x 32 rootroot rootroot     4096 May 10 18:06 ../
drwxrwxr-x  7 rootroot rootroot     4096 May 10 15:20 .repo/
lrwxrwxrwx  1 rootroot rootroot       24 May 10 15:20 Makefile -> buildroot/build/Makefile*
drwxrwxr-x 11 rootroot rootroot     4096 May 10 15:20 app/
-rw-rw-r--  1 rootroot rootroot 35759543 May 10 18:04 br.log
lrwxrwxrwx  1 rootroot rootroot       31 May 10 15:20 build.sh -> device/rockchip/common/build.sh*
drwxrwxr-x 18 rootroot rootroot     4096 May 10 16:24 buildroot/
drwxrwxr-x  9 rootroot rootroot     4096 May 10 15:20 debian/
drwxrwxr-x  3 rootroot rootroot     4096 May 10 15:20 device/
drwxrwxr-x  7 rootroot rootroot     4096 May 10 15:20 docs/
lrwxrwxrwx  1 rootroot rootroot       27 May 10 15:20 envsetup.sh -> buildroot/build/envsetup.sh*
drwxrwxr-x 31 rootroot rootroot     4096 May 10 15:20 external/
drwxrwxr-x 28 rootroot rootroot     4096 May 10 16:22 kernel/
lrwxrwxrwx  1 rootroot rootroot       36 May 10 15:20 mkfirmware.sh -> device/rockchip/common/mkfirmware.sh*
drwxrwxr-x  3 rootroot rootroot     4096 May 10 15:20 prebuilts/
drwxrwxr-x 10 rootroot rootroot     4096 May 10 15:01 repo/
drwxrwxr-x  9 rootroot rootroot     4096 May 10 16:11 rkbin/
lrwxrwxrwx  1 rootroot rootroot       33 May 10 15:20 rkflash.sh -> device/rockchip/common/rkflash.sh*
drwxrwxr-x  2 rootroot rootroot     4096 May 10 18:04 rockdev/
drwxrwxr-x  5 rootroot rootroot     4096 May 10 15:20 tools/
drwxrwxr-x 28 rootroot rootroot     4096 May 10 16:11 u-boot/
drwxrwxr-x  9 rootroot rootroot     4096 May 10 15:20 yocto/
rootroot@rootroot-System-Product1:~/rk3568_linux4.19$ 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系:hwhale#tublm.com(使用前将#替换为@)

20220513-rk3568编译linux4.19的buildroot3-(revoery) 的相关文章

  • rockchip rk3568 openwrt修改根文件系统分区

    rk3568的openwrt根文件系统分区大小如何修改 xff1f 1 rootfs大小取决于rk356x config的配置 xff0c 默认CONFIG TARGET ROOTFS PARTSIZE 61 512 xff0c 如果需要修
  • 20220513-rk3568编译linux4.19的buildroot-1(uboot)

    20220513 rk3568编译linux4 19的buildroot 2022 5 13 15 20 BEGIN 2022 5 10 16 07 49 rootroot 64 rootroot System Product1 rootr
  • 20220513-rk3568编译linux4.19的buildroot-2(kernel)

    20220513 rk3568编译linux4 19的buildroot 2 xff08 kernel xff09 rootroot 64 rootroot System Product1 rk3568 linux4 19 build sh
  • 20220513-rk3568编译linux4.19的buildroot4-(rootrs)

    20220513 rk3568编译linux4 19的buildroot4 rootrs 这里会出现两个错误 xff1a 1 SourceHanSansCN zip这个包找不到 xff0c Z rk3568 linux4 19 buildr
  • RK3568芯片开发笔记——调试pwm控制红外功能

    1 PWM介绍 参考博客 xff1a ARM芯片开发 xff08 S5PV210芯片 xff09 定时器 看门狗 RTC xff1b 2 配置pwm功能的方法 1 内核层 xff1a 内核代码里有pwm子系统 xff0c 里面有pwm相关函
  • rk3568 android11 AP6275s调试

    一 AP6275S的32 768k波形要求 xff1a 1 43 25ppm xff0c 计算的范围是 xff1a 32767 1808 32768 8192Hz 2 占空比 xff1a 30 70 3 峰峰值 xff1a 1 8v 43
  • RK3568-GPIO

    参考链接 https wenku baidu com view 3313c154f142336c1eb91a37f111f18583d00c33 html 接口号 GPIOn xy n 32 x 1 8 y 其中对应关系 A 1 B 2 C
  • RK3568-显示

    RK3568 显示 分辨率 720p xff1a 1280x720 1080p xff1a 1920x1080 2K xff1a 2560x1440 4K xff1a 3840x2160 接口 需要修改设备树 MIPI xff1a LCD
  • RK3568-SPI

    RK3568 SPI SPI xff08 serial peripheral interface xff09 支持以下特性 默认采用摩托罗拉 SPI 协议 支持 8 位和 16 位 软件可编程时钟频率和传输速率高达 50MHz 支持 SPI
  • Linux i2c_driver probe被调用的流程分析(linux4.1.15)

    linux4 1 15 i2c driver probe被调用流程 span class token operator span span class token operator span span class token comment
  • 使用linux4.15内核lts,Ubuntu 18.04 LTS发布: 采用Linux 4.15内核

    原标题 xff1a Ubuntu 18 04 LTS发布 xff1a 采用Linux 4 15内核 导读4月27日消息 Canonical于伦敦时间26日正式发布了Ubuntu 18 04 LTS版 xff0c Canonical的CEO称
  • 使用linux4.15内核lts,Ubuntu 18.04 LTS每日构建版现在已基于Linux Kernel 4.15

    到目前为止 xff0c 即将推出的Ubuntu 18 04 LTS 仿生海狸 操作系统的当前每日构建版都由最新的稳定Linux 4 15内核系列提供支持 Ubuntu Kernel团队在Ubuntu 18 04 LTS 仿生海狸 的开发周期
  • Linux4步快速搭建DNS服务器

    1 下载DNS服务器软件 xff1a yum install y bind 2 配置基本配置文件 xff1a vim etc named conf 3 配置域名文件 xff1a vim var named db cn zone 4 重启服务
  • RK3568 HDMI EDID处理过程

    一 简介 EDID是什么 EDID的全称是Extended Display Identification Data 扩展显示标识数据 VGA DVI的EDID由主块128字节组成 HDMI的EDID增加扩展块 128字节 扩展块的内容主要是
  • RK3568开发环境搭建

    前面我给大家展示了RK3568的开发板 但是并没有对RK3568的芯片资源进行描述 这里简单给大家看下该芯片的资源 具体的请看瑞芯微官网https www rock chips com 对芯片有了写了解之后 下面就开始搭建开发环境 让我们早
  • RK3568-GPIO控制

    RK3568 GPIO控制 1 Sysfs接口 实现逻辑 芯片的GPIO由芯片的GPIO控制器来管理 GPIO控制器封装在芯片内部 控制器的驱动芯片厂家已经写好了 RK3568有五组GPIO控制器 每组管理32个引脚 对应 dev下的gpi
  • RK3568资料汇总

    文档资料 野火 https doc embedfire com products link zh latest linux ebf lubancat html 正点原子 http 47 111 11 73 docs boards arm l
  • RK3568 IDB烧录失败解决方法

    1 简介 公司有个RK3568的项目使用了三星的8GB eMMC5 1 KLM8G1GETF B041 但在硬件回板的时候 发现个别单板程序烧不进去 会报下载IDB失败 部分串口打印日志如下 DDR Version V1 09 202106
  • RK3588 添加ROOT权限

    一 ROOT简介 ROOT权限是Linux和Unix系统中的超级管理员用户帐户 该帐户拥有整个系统的最高权利 可以执行几乎所有操作 ROOT就是获取安卓系统中的 最高用户权限 以便执行一些需要高权限才能执行的操作 包括卸载系统自带程序 刷机
  • [Firefly-Linux] RK3568 pca9555芯片驱动详解

    文章目录 一 PAC9555 介绍 二 ITX 3568JQ PAC9555 使用 2 1 原理图 2 2 设备树 三 RK3568 I2C 介绍 四 PAC9555 驱动

随机推荐