20240701给NanoPi R6C开发板编译友善之臂的Android12系统

20240701给NanoPi R6C开发板编译友善之臂的Android12系统
2024/7/1 14:19


本文采取这个模式编译:
11.6.3 编译Android Tablet版本(首次编译)
echo "ROCKCHIP_DEVICE_DIR := device/rockchip/rk3588/nanopi6" > .rockchip_device.mk
# export INSTALL_GAPPS_FOR_TESTING=yes  # 是否包含google apps
. setenv.sh
./build.sh -FMu


相关资料:
11.6 Android系统编译
11.6.1 电脑的软硬件要求
至少配置16G以上内存+300G磁盘空间,建议使用32G内存+大容量高速SSD的机器,不建议使用虚拟机;
如遇到编译错误,可能是编译环境问题,推荐使用如下Docker容器进行编译:docker-cross-compiler-novnc;
11.6.2 从网盘下载Android源代码
网盘地址:点击进入
网盘路径:07_源代码/rk35xx-android12-xxxxxxx-YYYYMMDD.tgz (YYYYMMDD表示打包的日期, xxxxxxx表示最后的commit-id)
使用如下命令解压并拉取更新:
tar xzf /path/to/netdisk/07_源代码/rk35xx-android12-xxxxxxx-YYYYMMDD.tgz
cd rk35xx-android12
git pull
11.6.3 编译Android Tablet版本(首次编译)
echo "ROCKCHIP_DEVICE_DIR := device/rockchip/rk3588/nanopi6" > .rockchip_device.mk
# export INSTALL_GAPPS_FOR_TESTING=yes  # 是否包含google apps
. setenv.sh
./build.sh -FMu

11.6.4 编译Android TV版本(首次编译)
echo "ROCKCHIP_DEVICE_DIR := device/rockchip/rk3588/nanopi6_box" > .rockchip_device.mk
# export INSTALL_GAPPS_FOR_TESTING=yes  # 是否包含google apps
. setenv.sh
./build.sh -FMu
11.6.5 二次编译
# export INSTALL_GAPPS_FOR_TESTING=yes  # 是否包含google apps
. setenv.sh
make
./build.sh -Mu
11.6.6 安装Android
Android编译完成后,image文件会存放在Android源代码目录的 rockdev/Image-aosp_nanopi3 子目录下。

11.6.6.1 USB线刷
用rockchip的工具刷入如下文件:rockdev/Image-aosp_nanopi3/update.img

11.6.6.2 SD卡烧写
参考以下步骤:
1) 将安装了 eflasher 系统的SD卡插入电脑;
2) 将 rockdev/Image-aosp_nanopi3 子目录下的文件更新到SD卡 FRIENDLYARM 分区里的android12或androidtv目录:
sudo cp -af parameter.txt config.cfg MiniLoaderAll.bin uboot.img \
    dtbo.img vbmeta.img boot.img recovery.img \
    misc.img pcba_small_misc.img pcba_whole_misc.img \
    baseparameter.img super.img /media/$USER/FriendlyARM/android12
3) 将SD卡插入NanoPi-R6C,重新烧写Andorid系统即可;
11.6.7 打包成新的SD Image
git clone https://github.com/friendlyarm/sd-fuse_rk3588.git
SDFUSE=$PWD/sd-fuse_rk3588
mkdir $SDFUSE/android12
 
cd /path/to/rk35xx-android12/rockdev/Image-aosp_nanopi3
cp -af parameter.txt config.cfg MiniLoaderAll.bin uboot.img \
    dtbo.img vbmeta.img boot.img recovery.img \
    misc.img pcba_small_misc.img pcba_whole_misc.img \
    baseparameter.img super.img $SDFUSE/android12
 
cd $SDFUSE/
./mk-sd-image.sh android12
 
tar xvzf /path/to/netdrive/03_Partition\ image\ files/emmc-flasher-images.tgz
./mk-emmc-image.sh android12
更多信息,请参考 #打包新的SD Image


rootroot@rootroot-desktop:~$ time tar --use-compress-program=pigz -xvpf rk35xx-android12-e9ff7ac-20240507.tgz 


rootroot@rootroot-desktop:~/rk35xx-android12$ 
rootroot@rootroot-desktop:~/rk35xx-android12$ ll
total 256128
drwxrwxr-x  37 rootroot rootroot      4096 6月  29 11:34 ./
drwxr-xr-x  34 rootroot rootroot      4096 6月  29 11:38 ../
lrwxrwxrwx   1 rootroot rootroot        19 5月   7 14:21 Android.bp -> build/soong/root.bp
drwxrwxr-x  35 rootroot rootroot      4096 5月   7 14:21 art/
drwxrwxr-x  14 rootroot rootroot      4096 5月   7 14:21 bionic/
drwxrwxr-x   4 rootroot rootroot      4096 5月   7 14:21 bootable/
lrwxrwxrwx   1 rootroot rootroot        26 5月   7 14:21 bootstrap.bash -> build/soong/bootstrap.bash*
drwxrwxr-x   7 rootroot rootroot      4096 5月   7 14:21 build/
lrwxrwxrwx   1 rootroot rootroot        23 5月   7 14:21 BUILD -> build/bazel/bazel.BUILD
-rwxrwxr-x   1 rootroot rootroot      8078 5月   7 14:21 build.sh*
lrwxrwxrwx   1 rootroot rootroot        33 5月   7 14:21 .classpath -> device/rockchip/common/.classpath*
drwxrwxr-x   3 rootroot rootroot      4096 5月   7 14:21 compatibility/
drwxrwxr-x  13 rootroot rootroot      4096 5月   7 14:22 cts/
drwxrwxr-x   7 rootroot rootroot      4096 5月   7 14:22 dalvik/
drwxrwxr-x   5 rootroot rootroot      4096 5月   7 14:22 developers/
drwxrwxr-x  19 rootroot rootroot      4096 5月   7 14:22 development/
drwxrwxr-x  12 rootroot rootroot      4096 5月   7 14:22 device/
drwxrwxr-x 358 rootroot rootroot     12288 5月   7 14:26 external/
drwxrwxr-x  16 rootroot rootroot      4096 5月   7 14:27 frameworks/
drwxrwxr-x   8 rootroot rootroot      4096 5月   7 14:44 .git/
-rw-rw-r--   1 rootroot rootroot       355 5月   7 14:21 .gitignore
drwxrwxr-x  19 rootroot rootroot      4096 5月   7 14:28 hardware/
lrwxrwxrwx   1 rootroot rootroot        33 5月   7 14:28 javaenv.sh -> device/rockchip/common/javaenv.sh
drwxrwxr-x   5 rootroot rootroot      4096 5月   7 14:29 kernel/
drwxrwxr-x   3 rootroot rootroot      4096 5月   7 14:28 kernel-4.19/
drwxrwxr-x  26 rootroot rootroot      4096 5月   7 14:29 kernel-5.10/
-rw-rw-r--   1 rootroot rootroot 243340516 6月  29 11:38 kernel-5.10c.tgz
drwxrwxr-x  19 rootroot rootroot      4096 5月   7 14:29 libcore/
drwxrwxr-x   9 rootroot rootroot      4096 5月   7 14:29 libnativehelper/
-rw-rw-r--   1 rootroot rootroot        92 5月   7 14:21 Makefile
drwxrwxr-x   9 rootroot rootroot      4096 5月   7 14:29 mkcombinedroot/
lrwxrwxrwx   1 rootroot rootroot        38 5月   7 14:29 mkimage.sh -> device/friendlyelec/nanopi3/mkimage.sh*
drwxrwxr-x   9 rootroot rootroot      4096 5月   7 14:30 packages/
drwxrwxr-x   5 rootroot rootroot      4096 5月   7 14:30 pdk/
drwxrwxr-x   9 rootroot rootroot      4096 5月   7 14:30 platform_testing/
drwxrwxr-x  34 rootroot rootroot      4096 5月   7 14:41 prebuilts/
-rwxrwxr-x   1 rootroot rootroot       519 5月   7 14:42 restore_patches.sh*
drwxrwxr-x   9 rootroot rootroot      4096 5月   7 14:42 rkbin/
drwxrwxr-x   4 rootroot rootroot      4096 5月   7 14:21 RKDocs/
drwxrwxr-x   4 rootroot rootroot      4096 5月   7 14:42 rkst/
drwxrwxr-x   5 rootroot rootroot      4096 5月   7 14:21 RKTools/
drwxrwxr-x  21 rootroot rootroot      4096 5月   7 14:42 sdk/
-rwxrwxr-x   1 rootroot rootroot       357 5月   7 14:42 setenv.sh*
drwxrwxr-x  45 rootroot rootroot      4096 5月   7 14:43 system/
drwxrwxr-x  11 rootroot rootroot      4096 5月   7 14:43 test/
drwxrwxr-x   4 rootroot rootroot      4096 5月   7 14:43 toolchain/
drwxrwxr-x  23 rootroot rootroot      4096 5月   7 14:43 tools/
drwxrwxr-x  24 rootroot rootroot      4096 5月   7 14:43 u-boot/
-rw-rw-r--   1 rootroot rootroot  18741214 6月  29 11:33 u-boot1.tgz
drwxrwxr-x   7 rootroot rootroot      4096 5月   7 14:44 vendor/
lrwxrwxrwx   1 rootroot rootroot        27 5月   7 14:21 WORKSPACE -> build/bazel/bazel.WORKSPACE
rootroot@rootroot-desktop:~/rk35xx-android12$ 
rootroot@rootroot-desktop:~/rk35xx-android12$ 
rootroot@rootroot-desktop:~/rk35xx-android12$ ll *.sh
-rwxrwxr-x 1 rootroot rootroot 8078 5月   7 14:21 build.sh*
lrwxrwxrwx 1 rootroot rootroot   33 5月   7 14:28 javaenv.sh -> device/rockchip/common/javaenv.sh
lrwxrwxrwx 1 rootroot rootroot   38 5月   7 14:29 mkimage.sh -> device/friendlyelec/nanopi3/mkimage.sh*
-rwxrwxr-x 1 rootroot rootroot  519 5月   7 14:42 restore_patches.sh*
-rwxrwxr-x 1 rootroot rootroot  357 5月   7 14:42 setenv.sh*
rootroot@rootroot-desktop:~/rk35xx-android12$ 
rootroot@rootroot-desktop:~/rk35xx-android12$ 
rootroot@rootroot-desktop:~/rk35xx-android12$ echo "ROCKCHIP_DEVICE_DIR := device/rockchip/rk3588/nanopi6" > .rockchip_device.mk
rootroot@rootroot-desktop:~/rk35xx-android12$ 
rootroot@rootroot-desktop:~/rk35xx-android12$ ll
total 256132
drwxrwxr-x  37 rootroot rootroot      4096 6月  29 11:44 ./
drwxr-xr-x  34 rootroot rootroot      4096 6月  29 11:38 ../
lrwxrwxrwx   1 rootroot rootroot        19 5月   7 14:21 Android.bp -> build/soong/root.bp
drwxrwxr-x  35 rootroot rootroot      4096 5月   7 14:21 art/
drwxrwxr-x  14 rootroot rootroot      4096 5月   7 14:21 bionic/
drwxrwxr-x   4 rootroot rootroot      4096 5月   7 14:21 bootable/
lrwxrwxrwx   1 rootroot rootroot        26 5月   7 14:21 bootstrap.bash -> build/soong/bootstrap.bash*
drwxrwxr-x   7 rootroot rootroot      4096 5月   7 14:21 build/
lrwxrwxrwx   1 rootroot rootroot        23 5月   7 14:21 BUILD -> build/bazel/bazel.BUILD
-rwxrwxr-x   1 rootroot rootroot      8078 5月   7 14:21 build.sh*
lrwxrwxrwx   1 rootroot rootroot        33 5月   7 14:21 .classpath -> device/rockchip/common/.classpath*
drwxrwxr-x   3 rootroot rootroot      4096 5月   7 14:21 compatibility/
drwxrwxr-x  13 rootroot rootroot      4096 5月   7 14:22 cts/
drwxrwxr-x   7 rootroot rootroot      4096 5月   7 14:22 dalvik/
drwxrwxr-x   5 rootroot rootroot      4096 5月   7 14:22 developers/
drwxrwxr-x  19 rootroot rootroot      4096 5月   7 14:22 development/
drwxrwxr-x  12 rootroot rootroot      4096 5月   7 14:22 device/
drwxrwxr-x 358 rootroot rootroot     12288 5月   7 14:26 external/
drwxrwxr-x  16 rootroot rootroot      4096 5月   7 14:27 frameworks/
drwxrwxr-x   8 rootroot rootroot      4096 5月   7 14:44 .git/
-rw-rw-r--   1 rootroot rootroot       355 5月   7 14:21 .gitignore
drwxrwxr-x  19 rootroot rootroot      4096 5月   7 14:28 hardware/
lrwxrwxrwx   1 rootroot rootroot        33 5月   7 14:28 javaenv.sh -> device/rockchip/common/javaenv.sh
drwxrwxr-x   5 rootroot rootroot      4096 5月   7 14:29 kernel/
drwxrwxr-x   3 rootroot rootroot      4096 5月   7 14:28 kernel-4.19/
drwxrwxr-x  26 rootroot rootroot      4096 5月   7 14:29 kernel-5.10/
-rw-rw-r--   1 rootroot rootroot 243340516 6月  29 11:38 kernel-5.10c.tgz
drwxrwxr-x  19 rootroot rootroot      4096 5月   7 14:29 libcore/
drwxrwxr-x   9 rootroot rootroot      4096 5月   7 14:29 libnativehelper/
-rw-rw-r--   1 rootroot rootroot        92 5月   7 14:21 Makefile
drwxrwxr-x   9 rootroot rootroot      4096 5月   7 14:29 mkcombinedroot/
lrwxrwxrwx   1 rootroot rootroot        38 5月   7 14:29 mkimage.sh -> device/friendlyelec/nanopi3/mkimage.sh*
drwxrwxr-x   9 rootroot rootroot      4096 5月   7 14:30 packages/
drwxrwxr-x   5 rootroot rootroot      4096 5月   7 14:30 pdk/
drwxrwxr-x   9 rootroot rootroot      4096 5月   7 14:30 platform_testing/
drwxrwxr-x  34 rootroot rootroot      4096 5月   7 14:41 prebuilts/
-rwxrwxr-x   1 rootroot rootroot       519 5月   7 14:42 restore_patches.sh*
drwxrwxr-x   9 rootroot rootroot      4096 5月   7 14:42 rkbin/
drwxrwxr-x   4 rootroot rootroot      4096 5月   7 14:21 RKDocs/
drwxrwxr-x   4 rootroot rootroot      4096 5月   7 14:42 rkst/
drwxrwxr-x   5 rootroot rootroot      4096 5月   7 14:21 RKTools/
-rw-rw-r--   1 rootroot rootroot        54 6月  29 11:44 .rockchip_device.mk
drwxrwxr-x  21 rootroot rootroot      4096 5月   7 14:42 sdk/
-rwxrwxr-x   1 rootroot rootroot       357 5月   7 14:42 setenv.sh*
drwxrwxr-x  45 rootroot rootroot      4096 5月   7 14:43 system/
drwxrwxr-x  11 rootroot rootroot      4096 5月   7 14:43 test/
drwxrwxr-x   4 rootroot rootroot      4096 5月   7 14:43 toolchain/
drwxrwxr-x  23 rootroot rootroot      4096 5月   7 14:43 tools/
drwxrwxr-x  24 rootroot rootroot      4096 5月   7 14:43 u-boot/
-rw-rw-r--   1 rootroot rootroot  18741214 6月  29 11:33 u-boot1.tgz
drwxrwxr-x   7 rootroot rootroot      4096 5月   7 14:44 vendor/
lrwxrwxrwx   1 rootroot rootroot        27 5月   7 14:21 WORKSPACE -> build/bazel/bazel.WORKSPACE
rootroot@rootroot-desktop:~/rk35xx-android12$ 
rootroot@rootroot-desktop:~/rk35xx-android12$ 
rootroot@rootroot-desktop:~/rk35xx-android12$ . setenv.sh

============================================
PLATFORM_VERSION_CODENAME=REL
PLATFORM_VERSION=12
TARGET_PRODUCT=aosp_nanopi3
TARGET_BUILD_VARIANT=userdebug
TARGET_BUILD_TYPE=release
TARGET_ARCH=arm64
TARGET_ARCH_VARIANT=armv8-a
TARGET_CPU_VARIANT=generic
TARGET_2ND_ARCH=arm
TARGET_2ND_ARCH_VARIANT=armv8-a
TARGET_2ND_CPU_VARIANT=generic
HOST_ARCH=x86_64
HOST_2ND_ARCH=x86
HOST_OS=linux
HOST_OS_EXTRA=Linux-5.15.0-107-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=SQ3A.220705.003.A1
OUT_DIR=out
============================================
rootroot@rootroot-desktop:~/rk35xx-android12$ 
rootroot@rootroot-desktop:~/rk35xx-android12$ ./build.sh -FMu
grep: .config: No such file or directory
## make nanopi6_ab_defconfig -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
  UPD     include/config.h
  CFG     u-boot.cfg
  GEN     include/autoconf.mk.dep
  CFG     spl/u-boot.cfg
  CFG     tpl/u-boot.cfg
  GEN     tpl/include/autoconf.mk
  GEN     spl/include/autoconf.mk
  GEN     include/autoconf.mk
  CHK     include/config/uboot.release
  CHK     include/generated/timestamp_autogenerated.h
  UPD     include/generated/timestamp_autogenerated.h
  UPD     include/config/uboot.release
  HOSTCC  scripts/dtc/flattree.o
  HOSTCC  scripts/dtc/dtc.o
  HOSTCC  scripts/dtc/fstree.o
  HOSTCC  scripts/dtc/data.o
  HOSTCC  scripts/dtc/livetree.o
  HOSTCC  scripts/dtc/treesource.o
  HOSTCC  scripts/dtc/checks.o
  HOSTCC  scripts/dtc/util.o
  HOSTCC  scripts/dtc/srcpos.o
  SHIPPED scripts/dtc/dtc-parser.tab.c
  SHIPPED scripts/dtc/dtc-lexer.lex.c
  SHIPPED scripts/dtc/dtc-parser.tab.h
  CHK     include/generated/version_autogenerated.h
  HOSTCC  scripts/dtc/dtc-lexer.lex.o
  HOSTCC  scripts/dtc/dtc-parser.tab.o
  UPD     include/generated/version_autogenerated.h
  CC      lib/asm-offsets.s
  CC      arch/arm/lib/asm-offsets.s
  CHK     include/config.h
  CFG     u-boot.cfg
  HOSTLD  scripts/dtc/dtc
  CHK     include/generated/generic-asm-offsets.h
  CHK     include/generated/asm-offsets.h
  UPD     include/generated/generic-asm-offsets.h
  UPD     include/generated/asm-offsets.h
  HOSTCC  tools/gen_eth_addr
  HOSTCC  tools/gen_ethaddr_crc.o
  LDS     u-boot.lds
  WRAP    tools/lib/crc8.c
  HOSTCC  tools/mkenvimage.o
  HOSTCC  tools/os_support.o
  WRAP    tools/lib/crc32.c
  HOSTCC  tools/aisimage.o
  HOSTCC  tools/atmelimage.o
  WRAP    tools/common/bootm.c
  HOSTCC  tools/default_image.o
  WRAP    tools/lib/fdtdec.c
  HOSTCC  tools/fit_common.o
  HOSTCC  tools/fit_image.o
  WRAP    tools/common/image-fit.c
  HOSTCC  tools/image-host.o
  WRAP    tools/lib/fdtdec_common.c
  WRAP    tools/common/image.c
  HOSTCC  tools/imagetool.o
  HOSTCC  tools/imximage.o
  HOSTCC  tools/kwbimage.o
  WRAP    tools/lib/md5.c
  HOSTCC  tools/lpc32xximage.o
  HOSTCC  tools/mxsimage.o
  HOSTCC  tools/omapimage.o
  HOSTCC  tools/pblimage.o
  HOSTCC  tools/pbl_crc32.o
  HOSTCC  tools/vybridimage.o
  WRAP    tools/lib/rc4.c
  HOSTCC  tools/rkcommon.o


frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/DeviceControlsControllerImpl.kt:94:51: warning: 'CONTROLS_ENABLED: String' is deprecated. Deprecated in Java
        if (secureSettings.getInt(Settings.Secure.CONTROLS_ENABLED, 1) == 0) {
                                                  ^
frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/VpnStatusObserver.kt:43:24: warning: 'get(Class<T!>!): T!' is deprecated. Deprecated in Java
            Dependency.get(SecurityController::class.java)
                       ^
frameworks/base/packages/SystemUI/src/com/android/systemui/util/kotlin/nullability.kt:29:1: warning: expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types
inline fun <T> Optional<T>.getOrNull(): T? = orElse(null)
^
[ 99% 136155/136177] //frameworks/base/packages/SystemUI:SystemUI r8 [common]
Warning: Missing class android.compat.annotation.UnsupportedAppUsage (referenced from: void com.android.systemui.people.widget.PeopleBackupHelper.writeNewStateDescription(android.os.ParcelFileDescriptor))
Missing class android.support.annotation.Keep (referenced from: kotlinx.coroutines.android.AndroidExceptionPreHandler)
Missing class org.jetbrains.annotations.NotNull (referenced from: java.util.List com.android.keyguard.FontInterpolator$VarFontKey.sortedAxes and 4934 other contexts)
Missing class org.jetbrains.annotations.Nullable (referenced from: android.graphics.fonts.Font com.android.keyguard.FontInterpolator$InterpKey.l and 1141 other contexts)
[100% 136177/136177] Target super fs image for debug: out/target/product/nanopi3/super.img
2024-06-29 13:59:46 - build_super_image.py - INFO    : Building super image from info dict...
2024-06-29 13:59:46 - sparse_img.py - INFO    : Total of 242323 4096-byte output blocks in 16 input chunks.
2024-06-29 13:59:46 - sparse_img.py - INFO    : Total of 39899 4096-byte output blocks in 6 input chunks.
2024-06-29 13:59:46 - sparse_img.py - INFO    : Total of 72543 4096-byte output blocks in 8 input chunks.
2024-06-29 13:59:47 - sparse_img.py - INFO    : Total of 4246 4096-byte output blocks in 2 input chunks.
2024-06-29 13:59:47 - sparse_img.py - INFO    : Total of 169 4096-byte output blocks in 2 input chunks.
2024-06-29 13:59:47 - sparse_img.py - INFO    : Total of 64 4096-byte output blocks in 4 input chunks.
2024-06-29 13:59:47 - sparse_img.py - INFO    : Total of 61185 4096-byte output blocks in 5 input chunks.
2024-06-29 13:59:57 - build_super_image.py - INFO    : Done writing image out/target/product/nanopi3/super.img

#### build completed successfully (02:10:16 (hh:mm:ss)) ####

TARGET_PRODUCT=aosp_nanopi3
BOARD_AVB_ENABLE=false
BOARD_USES_AB_IMAGE=true
HIGH_RELIABLE_RECOVERY_OTA=
----------------------------------
create dtbo.img...
done.
create rockdev/Image-aosp_nanopi3/resource.img...
done.
create rockdev/Image-aosp_nanopi3/boot.img...
done.
create rockdev/Image-aosp_nanopi3/boot-debug.img...
done.
skip copy images: /home/rootroot/rk35xx-android12/out/target/product/nanopi3/vendor_boot.img
skip copy images: /home/rootroot/rk35xx-android12/out/target/product/nanopi3/vendor_boot-debug.img
skip copy images: /home/rootroot/rk35xx-android12/out/target/product/nanopi3/recovery.img
create rockdev/Image-aosp_nanopi3/super.img...
done.
skip copy images: /home/rootroot/rk35xx-android12/out/target/product/nanopi3/userdata.img
create vbmeta.img...
BOARD_AVB_ENABLE is false, use default vbmeta.img
create misc.img.... done.
create uboot.img...
u-boot/trust.img not fount! Please make it from u-boot first!
create loader...
create config.cfg...
create baseparameter...done.
----------------------------------
IMAGE_PATH: rockdev/Image-aosp_nanopi3

#### make completed successfully (02:23:14 (hh:mm:ss)) ####

generate update.img
packing update.img with Image -RK3588
regenernate package-file-tmp...
start to make update.img...
Android Firmware Package Tool v2.2
------ PACKAGE ------
Add file: ./package-file
package-file,Add file: ./package-file done,offset=0x800,size=0x2e4,userspace=0x1
Add file: ./Image/MiniLoaderAll.bin
bootloader,Add file: ./Image/MiniLoaderAll.bin done,offset=0x1000,size=0x759c0,userspace=0xec
Add file: ./Image/parameter.txt
parameter,Add file: ./Image/parameter.txt done,offset=0x77000,size=0x2ed,userspace=0x1,flash_address=0x00000000
Add file: ./Image/uboot.img
uboot_a,Add file: ./Image/uboot.img done,offset=0x77800,size=0x400000,userspace=0x800,flash_address=0x00004000
uboot_b,Add file: ./Image/uboot.img done,found same item in the previous
Add file: ./Image/misc.img
misc,Add file: ./Image/misc.img done,offset=0x477800,size=0xc000,userspace=0x18,flash_address=0x00008000
Add file: ./Image/dtbo.img
dtbo_a,Add file: ./Image/dtbo.img done,offset=0x483800,size=0x300,userspace=0x1,flash_address=0x0000a000
dtbo_b,Add file: ./Image/dtbo.img done,found same item in the previous
Add file: ./Image/vbmeta.img
vbmeta_a,Add file: ./Image/vbmeta.img done,offset=0x484000,size=0x1000,userspace=0x2,flash_address=0x0000e000
vbmeta_b,Add file: ./Image/vbmeta.img done,found same item in the previous
Add file: ./Image/boot.img
boot_a,Add file: ./Image/boot.img done,offset=0x485000,size=0x33a5000,userspace=0x674a,flash_address=0x00010000
boot_b,Add file: ./Image/boot.img done,found same item in the previous
Add file: ./Image/baseparameter.img
baseparameter,Add file: ./Image/baseparameter.img done,offset=0x382a000,size=0x100000,userspace=0x200,flash_address=0x0011e000
Add file: ./Image/super.img
super,Add file: ./Image/super.img done,offset=0x392a000,size=0x6598e360,userspace=0xcb31d,flash_address=0x00120000
Add CRC...
Make firmware OK!
------ OK ------
********rkImageMaker ver 2.23********
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 completed successfully (02:23:27 (hh:mm:ss)) ####

rootroot@rootroot-desktop:~/rk35xx-android12$ 
rootroot@rootroot-desktop:~/rk35xx-android12$ 
rootroot@rootroot-desktop:~/rk35xx-android12$ cd rockdev/
rootroot@rootroot-desktop:~/rk35xx-android12/rockdev$ 
rootroot@rootroot-desktop:~/rk35xx-android12/rockdev$ ll
total 12
drwxrwxr-x  3 rootroot rootroot 4096 6月  29 14:09 ./
drwxrwxr-x 40 rootroot rootroot 4096 6月  29 14:09 ../
drwxrwxr-x  2 rootroot rootroot 4096 6月  29 14:09 Image-aosp_nanopi3/
rootroot@rootroot-desktop:~/rk35xx-android12/rockdev$ 
rootroot@rootroot-desktop:~/rk35xx-android12/rockdev$ cd Image-aosp_nanopi3/
rootroot@rootroot-desktop:~/rk35xx-android12/rockdev/Image-aosp_nanopi3$ ll
total 3505824
drwxrwxr-x 2 rootroot rootroot       4096 6月  29 14:09 ./
drwxrwxr-x 3 rootroot rootroot       4096 6月  29 14:09 ../
-rw-rw-r-- 1 rootroot rootroot    1048576 5月   7 14:22 baseparameter.img
-rw-rw-r-- 1 rootroot rootroot   54319104 6月  29 13:29 boot-debug.img
-rw-rw-r-- 1 rootroot rootroot   54153216 6月  29 13:29 boot.img
-rw-rw-r-- 1 rootroot rootroot       7959 5月   7 14:22 config.cfg
-rw-rw-r-- 1 rootroot rootroot        768 6月  29 11:56 dtbo.img
-rw-rw-r-- 1 rootroot rootroot     481728 6月  29 11:46 MiniLoaderAll.bin
-rw-rw-r-- 1 rootroot rootroot      49152 5月   7 14:42 misc.img
-rw-rw-r-- 1 rootroot rootroot        737 6月  29 12:44 parameter.txt
-rw-rw-r-- 1 rootroot rootroot      49152 5月   7 14:42 pcba_small_misc.img
-rw-rw-r-- 1 rootroot rootroot      49153 5月   7 14:42 pcba_whole_misc.img
-rw-rw-r-- 1 rootroot rootroot    6273024 6月  29 11:49 resource.img
-rw-r--r-- 1 rootroot rootroot 1704518496 6月  29 13:59 super.img
-rw-rw-r-- 1 rootroot rootroot    4194304 6月  29 11:46 uboot.img
-rw-rw-r-- 1 rootroot rootroot 1764942410 6月  29 14:09 update.img
-rw-rw-r-- 1 rootroot rootroot       4096 5月   7 14:22 vbmeta.img
rootroot@rootroot-desktop:~/rk35xx-android12/rockdev/Image-aosp_nanopi3$ 
rootroot@rootroot-desktop:~/rk35xx-android12/rockdev/Image-aosp_nanopi3$ 

效果图:


预编译的效果图:


参考资料:
百度:友善NanoPi R6C wiki

https://wiki.friendlyelec.com/wiki/index.php/Main_Page
Main Page
4.3 NanoPC/Pi Series
NanoPi R6C


http://wiki.friendlyelec.com/wiki/index.php/NanoPi_R6C/zh#USB.E7.83.A7.E5.86.99.E6.AD.A5.E9.AA.A42:_.E5.B0.86NanoPi-R6C.E4.B8.8E.E7.94.B5.E8.84.91.E8.BF.9E.E6.8E.A5.2C_.E5.B9.B6.E8.BF.9B.E5.85.A5.E5.88.B7.E6.9C.BA.E6.A8.A1.E5.BC.8F
NanoPi R6C/zh

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/pingmian/39216.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

日志以及日志封装

日志 输出日志信息 import logging# 调用 指定级别 输入日志信息 logging.debug("this is a debug") logging.info("this is a info") logging.warning("this is a warning") logging.error("this is a error") logging.critical(&qu…

阿里云再次突发故障,高可用形同虚设?

作者&#xff1a;IT邦德 中国DBA联盟(ACDU)成员&#xff0c;10余年DBA工作经验&#xff0c; Oracle、PostgreSQL ACE CSDN博客专家及B站知名UP主&#xff0c;全网粉丝10万 擅长主流Oracle、MySQL、PG、高斯及Greenplum备份恢复&#xff0c; 安装迁移&#xff0c;性能优化、故障…

【UE 网络】多人游戏开发时应该如何区分客户端逻辑和服务端逻辑 入门篇

目录 0 引言1 服务器和客户端逻辑1.1 服务器职责1.2 客户端职责 2 函数会在客户端执行还是服务端&#xff1f;2.1 只在客户端执行的函数RepNotifyClient RPCMulticast RPC 2.2 只在服务端执行的函数GameModeServer RPC 2.3 在两端都可以执行的函数GetNetMode() 和 HasAuthority…

用C#的MediaDevices程序集打开MTP设备(用usb线连接的手机)的文件夹

一、任务描述 1、可以访问MTP设备的桌面程序。 MTP设备&#xff1a;支持媒体传输协议(MTP)的设备&#xff0c;MTP简单来说就是一种PC与其他设备相连的一种协议&#xff0c;智能手机、平板电脑、数码相机等可以通过 USB 连接到电脑&#xff0c;并通过 MTP 协议传输媒体文件。点…

PLC_博图系列☞F_TRIG:检测信号下降沿

PLC_博图系列☞F_TRIG&#xff1a;检测信号下降沿 文章目录 PLC_博图系列☞F_TRIG&#xff1a;检测信号下降沿背景介绍F_TRIG&#xff1a; 检测信号下降沿说明参数示例 关键字&#xff1a; PLC、 西门子、 博图、 Siemens 、 F_TRIG 背景介绍 这是一篇关于PLC编程的文章&a…

Swift中的二分查找:全面指南

Swift中的二分查找&#xff1a;全面指南 简介 二分查找是计算机科学中的经典算法&#xff0c;被广泛用于在已排序的数组中高效地搜索目标值。与线性查找逐个检查每个元素不同&#xff0c;二分查找不断将搜索区间减半&#xff0c;因此在处理大数据集时要快得多。 在这篇博客中…

从零到百万用户的扩展之路

写在前面: 此博客内容已经同步到我的博客网站,如需要获得更优的阅读体验请前往https://mainjaylai.github.io/Blog/blog/system/design-system 设计一个支持数百万用户的系统是极具挑战性的,它是一段需要持续优化和不断改进的旅程。在这篇博客中,我们将构建一个支持单个用…

NC13611 树(dfs序+区间dp)

链接 思路&#xff1a; 容易知道对于同一种颜色的子图一定是仅由该颜色的点连通的。设我们要划分的个数为x&#xff08;x<k&#xff09;&#xff0c;也就是说我们要选出x-1条边&#xff0c;这里有种情况。那么我们需要选出x种颜色&#xff0c;这里有种情况。然后我们需要将…

双端队列广搜——AcWing 175. 电路维修

双端队列广搜 定义 双端队列广搜&#xff08;Breadth-First Search with a Deque&#xff09;是一种图或树的遍历算法变体&#xff0c;它利用了双端队列&#xff08;Deque&#xff0c;全称Double Ended Queue&#xff0c;允许在其两端进行插入和删除操作&#xff09;作为数据…

1996-2023年各省财政收支数据(无缺失)(地方财政一般预算收入、地方财政一般预算支出)

1996-2023年各省财政收支数据&#xff08;无缺失&#xff09;&#xff08;地方财政一般预算收入、地方财政一般预算支出&#xff09; 1、时间&#xff1a;1996-2023年 2、来源&#xff1a;国家统计局、统计年鉴、 3、指标&#xff1a;地方财政一般预算收入、地方财政一般预算…

跨境业务经验推荐:三大优秀的IP代理服务商

作为一名多年从事跨境业务的老手&#xff0c;今天我要给大家介绍几款绝对靠谱的IP代理服务商&#xff0c;保证让你的全球业务更加顺畅&#xff01; 1. 711Proxy 711Proxy以其优秀的性能和覆盖范围广而著称。对于跨境电商和国际业务来说&#xff0c;快速稳定的网络连接至关重要…

d3dx9_43.dll丢失怎么解决?d3dx9_43.dll怎么安装详细教程

在使用计算机中&#xff0c;如果遇到d3dx9_43.dll丢失或许找不到d3dx9_43.dll无法运行打开软件怎么办&#xff1f;这个是非常常见问题&#xff0c;下面我详细介绍一下d3dx9_43.dll是什么文件与d3dx9_43.dll的各种问题以及d3dx9_43.dll丢失的多个解决方法&#xff01; 一、d3dx9…

Zynq—按键控制LED灯闪烁

一、GPIO简介 ZYNQ 的 IO包括对外连接的 GPIO 和内部 PS 与 PL 通信的 AXIO。其中对外的 GPIO 又分为 两种&#xff1a; MIO 和 EMIO。 MIO 和 EMIO 只是 GPIO 信号的两种接口&#xff0c; MIO 直连到PS(数量有限)&#xff0c; EMIO 则是 PS 扩展到 PL&#xff0c;从 PL 接出的…

UTONMOS:探索未来区块链与元宇宙的游戏奇妙融合

在科技的飞速发展浪潮中&#xff0c;区块链技术正以前所未有的力量重塑着各个领域&#xff0c;而游戏行业也迎来了一场前所未有的变革——元宇宙游戏的崛起。 元宇宙&#xff0c;这个充满无限想象的虚拟世界&#xff0c;让玩家能够沉浸其中&#xff0c;体验超越现实的奇幻之旅。…

springboot评选投票系统-计算机毕业设计源码15837

摘 要 本文介绍的是基于Spring Boot开发的评选投票系统小程序。该系统旨在为用户提供一个便捷、高效的平台&#xff0c;以实现评选活动的投票功能。随着社交媒体和互联网的普及&#xff0c;评选活动已成为各行业中常见的形式&#xff0c;如最佳歌曲、最佳演员等。然而&#xf…

探索PcapPlusPlus开源库:网络数据包处理与性能优化

文章目录 0. 本文概要1. PcapPlusPlus介绍1.1 概述1.2主要特性和功能1.3 PcapPlusPlus 主要模块关系和依赖1.4 网络协议层处理过程 2. 实例2.1 基于 PcapPlusPlus 的应用程序设计和封装流程&#xff1a;2.2 多线程示例代码2.3 代码说明&#xff1a; 3. 程序性能进一步优化3.1 避…

指哪打哪,重绘神器!我已出手…

最近AI界又爆出了一个大新闻&#xff0c;阿里巴巴、香港大学和蚂蚁集团的研究人员联合推出了一款超厉害的AI工具——MimicBrush&#xff0c;它的问世&#xff0c;无疑给图像编辑领域带来了一场革命&#xff0c;它就像魔法师手中的魔杖&#xff0c;轻轻一挥&#xff0c;就能让图…

隐私计算实训营第二期第七课:XGB算法与SGB算法开发实践

隐私计算实训营第二期-第七课 第七课&#xff1a;XGB算法与SGB算法开发实践1 决策树模型1.1 决策树的训练和预测过程1.2 决策树的发展过程 2 GBDT模型2.1 Boosting核心思想2.2 GBDT原理 3 XGB模型3.1 XGB核心思想3.2 XGB优点 3 隐语纵向树模型3.1 数据纵向分割3.2 隐私保护的树…

和小红书一起参会! 了解大模型与大数据融合的技术趋势

在过去的两年中&#xff0c;“大模型”无疑成为互联网行业的焦点话题&#xff0c;曾经炙手可热的大数据架构似乎淡出公众视野。然而&#xff0c;大数据领域并未停滞不前&#xff0c;反而快速演进&#xff0c;传统依赖众多开源组件的大数据平台正逐步过渡到以融合与简化为核心特…

SQL语句的案例分析

根据提供的图片内容&#xff0c;这段文字看起来像是一个SQL查询的一部分&#xff0c;特别是一个用于删除数据的语句。以下是对这段SQL的核心内容整理&#xff1a; ### 核心内容整理&#xff1a; 1. **删除操作**&#xff1a; - 使用DELETE语句来删除数据。 2. **子查询**…