20260827在Ubuntu22.04系统下编译眺望Pi-RK3572工业派开发板的Buildroot系统

rootroot@rootroot-HP-245-14-inch-G10-Notebook-PC:~/3572 ll rootroot@rootroot-HP-245-14-inch-G10-Notebook-PC:\~/3572 tar zxvf talowe-rk3572-linux6.12.tar.gz
rootroot@rootroot-HP-245-14-inch-G10-Notebook-PC:~/3572/talowe-rk3572-linux6.12 ll rootroot@rootroot-HP-245-14-inch-G10-Notebook-PC:\~/3572/talowe-rk3572-linux6.12 ./build.sh lunch
13. talowe_rk3572_defconfig
Which would you like? 1: 13
rootroot@rootroot-HP-245-14-inch-G10-Notebook-PC:~/3572/talowe-rk3572-linux6.12$ ./build.sh

20260827在Ubuntu22.04系统下编译眺望Pi-RK3572工业派开发板的Buildroot系统

2026/8/27 17:41

1、从百度网盘获取SDK,解压缩备用:

rootroot@rootroot-HP-245-14-inch-G10-Notebook-PC:~$

rootroot@rootroot-HP-245-14-inch-G10-Notebook-PC:~$ cd 3572/

rootroot@rootroot-HP-245-14-inch-G10-Notebook-PC:~/3572$ ll

total 10040376

drwxrwxr-x 2 rootroot rootroot 4096 8月 26 16:49 ./

drwxr-x--- 28 rootroot rootroot 12288 8月 26 16:49 ../

-rwxr-xr-x 1 rootroot rootroot 10281314061 8月 19 00:52 talowe-rk3572-linux6.12.tar.gz*

rootroot@rootroot-HP-245-14-inch-G10-Notebook-PC:~/3572$

rootroot@rootroot-HP-245-14-inch-G10-Notebook-PC:~/3572$

rootroot@rootroot-HP-245-14-inch-G10-Notebook-PC:~/3572$ tar zxvf talowe-rk3572-linux6.12.tar.gz

解压缩完成大概2-3分钟。与您的电脑配置直接相关^_

talowe-rk3572-linux6.12/app/rkipc/common/param/iniparser.h

talowe-rk3572-linux6.12/app/rkipc/common/param/param.c

talowe-rk3572-linux6.12/app/rkipc/common/param/param.h

talowe-rk3572-linux6.12/app/rkipc/common/param/dictionary.c

talowe-rk3572-linux6.12/rkflash.sh

talowe-rk3572-linux6.12/common

talowe-rk3572-linux6.12/README.md

rootroot@rootroot-HP-245-14-inch-G10-Notebook-PC:~/3572$

rootroot@rootroot-HP-245-14-inch-G10-Notebook-PC:~/3572$ ll

total 10040380

drwxrwxr-x 3 rootroot rootroot 4096 8月 26 16:51 ./

drwxr-x--- 28 rootroot rootroot 12288 8月 26 16:49 ../

drwxrwxr-x 15 rootroot rootroot 4096 8月 11 08:48 talowe-rk3572-linux6.12/

-rwxr-xr-x 1 rootroot rootroot 10281314061 8月 19 00:52 talowe-rk3572-linux6.12.tar.gz*

rootroot@rootroot-HP-245-14-inch-G10-Notebook-PC:~/3572$

rootroot@rootroot-HP-245-14-inch-G10-Notebook-PC:~/3572$ cd talowe-rk3572-linux6.12/

rootroot@rootroot-HP-245-14-inch-G10-Notebook-PC:~/3572/talowe-rk3572-linux6.12$

rootroot@rootroot-HP-245-14-inch-G10-Notebook-PC:~/3572/talowe-rk3572-linux6.12$ ll

total 60

drwxrwxr-x 15 rootroot rootroot 4096 8月 11 08:48 ./

drwxrwxr-x 3 rootroot rootroot 4096 8月 26 16:51 ../

drwxrwxr-x 7 rootroot rootroot 4096 7月 8 08:53 app/

drwxrwxr-x 20 rootroot rootroot 4096 8月 11 08:47 buildroot/

lrwxrwxrwx 1 rootroot rootroot 39 7月 8 08:53 build.sh -> device/rockchip/common/scripts/build.sh*

lrwxrwxrwx 1 rootroot rootroot 22 7月 8 11:35 common -> device/rockchip/common/

lrwxrwxrwx 1 rootroot rootroot 12 7月 8 08:53 Copyright_Statement.md -> docs/LICENSE*

drwxrwxr-x 10 rootroot rootroot 4096 8月 10 09:04 debian/

drwxrwxr-x 3 rootroot rootroot 4096 7月 8 08:53 device/

drwxrwxr-x 7 rootroot rootroot 4096 7月 8 08:53 docs/

drwxrwxr-x 32 rootroot rootroot 4096 7月 8 08:54 external/

lrwxrwxrwx 1 rootroot rootroot 11 7月 8 08:54 kernel -> kernel-6.12/

drwxrwxr-x 27 rootroot rootroot 4096 8月 11 08:45 kernel-6.12/

lrwxrwxrwx 1 rootroot rootroot 31 7月 8 08:53 Makefile -> device/rockchip/common/Makefile

drwxrwxr-x 3 rootroot rootroot 4096 7月 8 08:54 prebuilts/

lrwxrwxrwx 1 rootroot rootroot 32 7月 8 11:35 README.md -> device/rockchip/common/README.md

drwxrwxr-x 11 rootroot rootroot 4096 8月 11 08:35 rkbin/

lrwxrwxrwx 1 rootroot rootroot 41 7月 8 08:53 rkflash.sh -> device/rockchip/common/scripts/rkflash.sh*

drwxrwxr-x 6 rootroot rootroot 4096 7月 8 08:54 tools/

drwxrwxr-x 27 rootroot rootroot 4096 8月 11 08:48 u-boot/

drwxrwxr-x 2 rootroot rootroot 4096 8月 10 11:51 ubuntu/

drwxrwxr-x 4 rootroot rootroot 4096 7月 8 08:54 yocto/

rootroot@rootroot-HP-245-14-inch-G10-Notebook-PC:~/3572/talowe-rk3572-linux6.12$ find . -name *.img

./rkbin/img/rk1x/rk1806_trust_v1.12.img

./rkbin/bin/rk35/rk3576_mos_resource_syscfg.img

./u-boot/uboot.img

./debian/overlay-firmware/usr/share/npu_fw_pcie/boot.img

./debian/overlay-firmware/usr/share/npu_fw_pcie/trust.img

./debian/overlay-firmware/usr/share/npu_fw_pcie/uboot.img

./debian/overlay-firmware/usr/share/npu_fw/boot.img

./debian/overlay-firmware/usr/share/npu_fw/trust.img

./debian/overlay-firmware/usr/share/npu_fw/uboot.img

./kernel-6.12/boot.img

./kernel-6.12/zboot.img

./kernel-6.12/resource.img

./app/rkipc/src/rv1106_wakeup_ipc/meta.img

./ubuntu/Ubuntu_rootfs.img

rootroot@rootroot-HP-245-14-inch-G10-Notebook-PC:~/3572/talowe-rk3572-linux6.12$

2、在Ubuntu22.04系统下编译眺望Pi-RK3572工业派开发板的Ubuntu系统:

【精简步骤】

rootroot@rootroot-HP-245-14-inch-G10-Notebook-PC:~/3572/talowe-rk3572-linux6.12 ll rootroot@rootroot-HP-245-14-inch-G10-Notebook-PC:\~/3572/talowe-rk3572-linux6.12 ./build.sh lunch
13. talowe_rk3572_defconfig
Which would you like? 1: 13
rootroot@rootroot-HP-245-14-inch-G10-Notebook-PC:~/3572/talowe-rk3572-linux6.12$ ./build.sh

rootroot@rootroot-HP-245-14-inch-G10-Notebook-PC:~/3572/talowe-rk3572-linux6.12$

rootroot@rootroot-HP-245-14-inch-G10-Notebook-PC:~/3572/talowe-rk3572-linux6.12$ ll

total 60

drwxrwxr-x 15 rootroot rootroot 4096 8月 11 08:48 ./

drwxrwxr-x 3 rootroot rootroot 4096 8月 26 16:51 ../

drwxrwxr-x 7 rootroot rootroot 4096 7月 8 08:53 app/

drwxrwxr-x 20 rootroot rootroot 4096 8月 11 08:47 buildroot/

lrwxrwxrwx 1 rootroot rootroot 39 7月 8 08:53 build.sh -> device/rockchip/common/scripts/build.sh*

lrwxrwxrwx 1 rootroot rootroot 22 7月 8 11:35 common -> device/rockchip/common/

lrwxrwxrwx 1 rootroot rootroot 12 7月 8 08:53 Copyright_Statement.md -> docs/LICENSE*

drwxrwxr-x 10 rootroot rootroot 4096 8月 10 09:04 debian/

drwxrwxr-x 3 rootroot rootroot 4096 7月 8 08:53 device/

drwxrwxr-x 7 rootroot rootroot 4096 7月 8 08:53 docs/

drwxrwxr-x 32 rootroot rootroot 4096 7月 8 08:54 external/

lrwxrwxrwx 1 rootroot rootroot 11 7月 8 08:54 kernel -> kernel-6.12/

drwxrwxr-x 27 rootroot rootroot 4096 8月 11 08:45 kernel-6.12/

lrwxrwxrwx 1 rootroot rootroot 31 7月 8 08:53 Makefile -> device/rockchip/common/Makefile

drwxrwxr-x 3 rootroot rootroot 4096 7月 8 08:54 prebuilts/

lrwxrwxrwx 1 rootroot rootroot 32 7月 8 11:35 README.md -> device/rockchip/common/README.md

drwxrwxr-x 11 rootroot rootroot 4096 8月 11 08:35 rkbin/

lrwxrwxrwx 1 rootroot rootroot 41 7月 8 08:53 rkflash.sh -> device/rockchip/common/scripts/rkflash.sh*

drwxrwxr-x 6 rootroot rootroot 4096 7月 8 08:54 tools/

drwxrwxr-x 27 rootroot rootroot 4096 8月 11 08:48 u-boot/

drwxrwxr-x 2 rootroot rootroot 4096 8月 10 11:51 ubuntu/

drwxrwxr-x 4 rootroot rootroot 4096 7月 8 08:54 yocto/

rootroot@rootroot-HP-245-14-inch-G10-Notebook-PC:~/3572/talowe-rk3572-linux6.12$

rootroot@rootroot-HP-245-14-inch-G10-Notebook-PC:~/3572/talowe-rk3572-linux6.12$

rootroot@rootroot-HP-245-14-inch-G10-Notebook-PC:~/3572/talowe-rk3572-linux6.12$ ./build.sh lunch

Log colors: message notice warning error fatal

Log saved at /home/rootroot/3572/talowe-rk3572-linux6.12/output/sessions/2026-08-26_17-00-16

Pick a defconfig:

  1. rockchip_defconfig

  2. rockchip_rk3572_evb1_robot_defconfig

  3. rockchip_rk3572_evb1_v10_ab_defconfig

  4. rockchip_rk3572_evb1_v10_defconfig

  5. rockchip_rk3572_evb2_v10_defconfig

  6. rockchip_rk3572_evb3_v10_defconfig

  7. rockchip_rk3572_iotest_v10_defconfig

  8. rockchip_rk3572_ipc_evb1_v10_defconfig

  9. rockchip_rk3572_test1_v10_defconfig

  10. rockchip_rk3572_test2_v10_defconfig

  11. rockchip_rk3572_test3_v10_defconfig

  12. rockchip_rk3572_uvc_evb1_v10_defconfig

13. talowe_rk3572_defconfig
14. talowe_rk3572_ubuntu_defconfig
Which would you like? 1: 13

Switching to defconfig: /home/rootroot/3572/talowe-rk3572-linux6.12/device/rockchip/.chip/talowe_rk3572_defconfig

mkdir -p /home/rootroot/3572/talowe-rk3572-linux6.12/output/kconf/lxdialog

make CC="/usr/bin/gcc" HOSTCC="/usr/bin/gcc" \

obj=/home/rootroot/3572/talowe-rk3572-linux6.12/output/kconf -C /home/rootroot/3572/talowe-rk3572-linux6.12/device/rockchip/common/kconfig -f Makefile.br conf

make1: Entering directory '/home/rootroot/3572/talowe-rk3572-linux6.12/device/rockchip/common/kconfig'

/usr/bin/gcc -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -DCURSES_LOC="<ncurses.h>" -DNCURSES_WIDECHAR=1 -DLOCALE -I/home/rootroot/3572/talowe-rk3572-linux6.12/output/kconf -DCONFIG_=\"\" -MM *.c > /home/rootroot/3572/talowe-rk3572-linux6.12/output/kconf/.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/3572/talowe-rk3572-linux6.12/output/kconf -DCONFIG_=\"\" -c conf.c -o /home/rootroot/3572/talowe-rk3572-linux6.12/output/kconf/conf.o

/usr/bin/gcc -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -DCURSES_LOC="<ncurses.h>" -DNCURSES_WIDECHAR=1 -DLOCALE -I/home/rootroot/3572/talowe-rk3572-linux6.12/output/kconf -DCONFIG_=\"\" -I. -c /home/rootroot/3572/talowe-rk3572-linux6.12/output/kconf/zconf.tab.c -o /home/rootroot/3572/talowe-rk3572-linux6.12/output/kconf/zconf.tab.o

In file included from /home/rootroot/3572/talowe-rk3572-linux6.12/output/kconf/zconf.tab.c:2518:

./util.c: In function 'file_write_dep':

./util.c:86:26: warning: '%s' directive writing 10 or more bytes into a region of size between 1 and 4097 -Wformat-overflow=

86 | sprintf(buf2, "%s%s", dir, name);

| ^~

./util.c:86:9: note: 'sprintf' output 11 or more bytes (assuming 4107) into a destination of size 4097

86 | sprintf(buf2, "%s%s", dir, name);

| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/usr/bin/gcc -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -DCURSES_LOC="<ncurses.h>" -DNCURSES_WIDECHAR=1 -DLOCALE -I/home/rootroot/3572/talowe-rk3572-linux6.12/output/kconf -DCONFIG_=\"\" /home/rootroot/3572/talowe-rk3572-linux6.12/output/kconf/conf.o /home/rootroot/3572/talowe-rk3572-linux6.12/output/kconf/zconf.tab.o -o /home/rootroot/3572/talowe-rk3572-linux6.12/output/kconf/conf

rm /home/rootroot/3572/talowe-rk3572-linux6.12/output/kconf/zconf.tab.c

make1: Leaving directory '/home/rootroot/3572/talowe-rk3572-linux6.12/device/rockchip/common/kconfig'

configuration written to /home/rootroot/3572/talowe-rk3572-linux6.12/output/.config

Using current kernel version(6.12)

rootroot@rootroot-HP-245-14-inch-G10-Notebook-PC:~/3572/talowe-rk3572-linux6.12$

rootroot@rootroot-HP-245-14-inch-G10-Notebook-PC:~/3572/talowe-rk3572-linux6.12$ ./build.sh

17点05分 以前 开始编译?

21点05编译完成,大概4小时编译完成了

Allocating group tables: done

Writing inode tables: done

Creating journal (1024 blocks): done

Copying files into the device: __populate_fs: Could not allocate block in ext2 filesystem while writing file "SampleVideo_1280x720_5mb.mp4"

mke2fs: Could not allocate block in ext2 filesystem while populating file system

Retring with increased size....(1/20)

Making /home/rootroot/3572/talowe-rk3572-linux6.12/output/extra-parts/oem.img from /home/rootroot/3572/talowe-rk3572-linux6.12/output/extra-parts/oem with size(12288KB)

mke2fs 1.46.5 (30-Dec-2021)

Creating regular file /home/rootroot/3572/talowe-rk3572-linux6.12/output/extra-parts/oem.img

Creating filesystem with 3072 4k blocks and 3072 inodes

Allocating group tables: done

Writing inode tables: done

Creating journal (1024 blocks): done

Copying files into the device: done

Writing superblocks and filesystem accounting information: done

tune2fs 1.47.3 (8-Jul-2025)

Setting maximal mount count to -1

Setting interval between checks to 0 seconds

Generated /home/rootroot/3572/talowe-rk3572-linux6.12/output/extra-parts/oem.img

Done packing /home/rootroot/3572/talowe-rk3572-linux6.12/output/extra-parts/oem.img

Preparing partiton userdata

Merging /home/rootroot/3572/talowe-rk3572-linux6.12/device/rockchip/common/extra-parts/userdata/testdata into /home/rootroot/3572/talowe-rk3572-linux6.12/output/extra-parts/userdata

Packing /home/rootroot/3572/talowe-rk3572-linux6.12/output/extra-parts/userdata.img from /home/rootroot/3572/talowe-rk3572-linux6.12/output/extra-parts/userdata.fs

Using host tools in /home/rootroot/3572/talowe-rk3572-linux6.12/buildroot/output/latest/host (except for mke2fs)

Making /home/rootroot/3572/talowe-rk3572-linux6.12/output/extra-parts/userdata.img from /home/rootroot/3572/talowe-rk3572-linux6.12/output/extra-parts/userdata (auto sized)

Start from 8M for ext4.

Making /home/rootroot/3572/talowe-rk3572-linux6.12/output/extra-parts/userdata.img from /home/rootroot/3572/talowe-rk3572-linux6.12/output/extra-parts/userdata with size(8192KB)

mke2fs 1.46.5 (30-Dec-2021)

Creating regular file /home/rootroot/3572/talowe-rk3572-linux6.12/output/extra-parts/userdata.img

Creating filesystem with 2048 4k blocks and 2048 inodes

Allocating group tables: done

Writing inode tables: done

Creating journal (1024 blocks): done

Copying files into the device: done

Writing superblocks and filesystem accounting information: done

tune2fs 1.47.3 (8-Jul-2025)

Setting maximal mount count to -1

Setting interval between checks to 0 seconds

Generated /home/rootroot/3572/talowe-rk3572-linux6.12/output/extra-parts/userdata.img

Done packing /home/rootroot/3572/talowe-rk3572-linux6.12/output/extra-parts/userdata.img

Running mk-extra-parts.sh - build_extra_part succeeded.

Packed files:

MiniLoaderAll.bin(/home/rootroot/3572/talowe-rk3572-linux6.12/u-boot/rk3572_loader_v1.07.103.bin): 807K

boot.img(/home/rootroot/3572/talowe-rk3572-linux6.12/kernel-6.12/boot.img): 39M

misc.img(/home/rootroot/3572/talowe-rk3572-linux6.12/output/misc.img): 48K

oem.img(/home/rootroot/3572/talowe-rk3572-linux6.12/output/extra-parts/oem.img): 12M

parameter.txt(/home/rootroot/3572/talowe-rk3572-linux6.12/device/rockchip/.chips/rk3572/parameter.txt): 539

recovery.img(/home/rootroot/3572/talowe-rk3572-linux6.12/output/recovery/ramboot.img): 48M

rootfs.img(/home/rootroot/3572/talowe-rk3572-linux6.12/buildroot/output/talowe_rk3572/rockchip_rk3572/images/rootfs.ext2): 1.5G

uboot.img(/home/rootroot/3572/talowe-rk3572-linux6.12/u-boot/uboot.img): 6.0M

userdata.img(/home/rootroot/3572/talowe-rk3572-linux6.12/output/extra-parts/userdata.img): 8.0M

Making update image...

==========================================

Start packing update image

==========================================

Generating package-file for update:

NAME PATH

package-file package-file

parameter parameter.txt

bootloader MiniLoaderAll.bin

uboot uboot.img

misc misc.img

boot boot.img

recovery recovery.img

backup RESERVED

userdata userdata.img

oem oem.img

rootfs rootfs.img

Packing /home/rootroot/3572/talowe-rk3572-linux6.12/output/firmware/update.img for update...

Android Firmware Package Tool v2.29

------ PACKAGE ------

Add file: ./package-file

package-file,Add file: ./package-file done,offset=0x800,size=0xe1,userspace=0x1

Add file: ./parameter.txt

parameter,Add file: ./parameter.txt done,offset=0x1000,size=0x227,userspace=0x1,flash_address=0x00000000

Add file: ./MiniLoaderAll.bin

bootloader,Add file: ./MiniLoaderAll.bin done,offset=0x1800,size=0xc9a32,userspace=0x194

Add file: ./uboot.img

uboot,Add file: ./uboot.img done,offset=0xcb800,size=0x600000,userspace=0xc00,flash_address=0x00004000

Add file: ./misc.img

misc,Add file: ./misc.img done,offset=0x6cb800,size=0xc000,userspace=0x18,flash_address=0x00008000

Add file: ./boot.img

boot,Add file: ./boot.img done,offset=0x6d7800,size=0x26aaa00,userspace=0x4d56,flash_address=0x0000a000

Add file: ./recovery.img

recovery,Add file: ./recovery.img done,offset=0x2d82800,size=0x2f43400,userspace=0x5e87,flash_address=0x0002a000

Add file: ./userdata.img

userdata,Add file: ./userdata.img done,offset=0x5cc6000,size=0x800000,userspace=0x1000,flash_address=0x0007a000

Add file: ./oem.img

oem,Add file: ./oem.img done,offset=0x64c6000,size=0xc00000,userspace=0x1800,flash_address=0x0047a000

Add file: ./rootfs.img

rootfs,Add file: ./rootfs.img done,offset=0x70c6000,size=0x5c200000,userspace=0xb8400,flash_address=0x004ba000

Add CRC...

Make firmware OK!

------ OK ------

********rkImageMaker ver 2.29********

Generating new image, please wait...

Writing head info...

Writing boot file...

Writing firmware...

Generating MD5 data...

MD5 data generated successfully!

New image generated successfully!

Run 'make edit-package-file' if you want to modify the package-file.

Running mk-updateimg.sh - build_updateimg succeeded.

Images under /home/rootroot/3572/talowe-rk3572-linux6.12/output/firmware/ are ready!

Running mk-firmware.sh - build_firmware succeeded.

Running 99-all.sh - build_all succeeded.

rootroot@rootroot-HP-245-14-inch-G10-Notebook-PC:~/3572/talowe-rk3572-linux6.12$

rootroot@rootroot-HP-245-14-inch-G10-Notebook-PC:~/3572/talowe-rk3572-linux6.12$

rootroot@rootroot-HP-245-14-inch-G10-Notebook-PC:~/3572/talowe-rk3572-linux6.12$ find . -name *.img

./rkbin/img/rk1x/rk1806_trust_v1.12.img

./rkbin/bin/rk35/rk3576_mos_resource_syscfg.img

./buildroot/output/talowe_rk3572/rockchip_rk3572/build/libaio-0.3.113/harness/ext2-enospc.img

./buildroot/output/talowe_rk3572/rockchip_rk3572/build/util-linux-2.41.4/tests/ts/cramfs/cramfs-big.img

./buildroot/output/talowe_rk3572/rockchip_rk3572/build/util-linux-2.41.4/tests/ts/cramfs/cramfs-little.img

./buildroot/output/talowe_rk3572/rockchip_rk3572/build/util-linux-libs-2.41.4/tests/ts/cramfs/cramfs-big.img

./buildroot/output/talowe_rk3572/rockchip_rk3572/build/util-linux-libs-2.41.4/tests/ts/cramfs/cramfs-little.img

./buildroot/output/talowe_rk3572/rockchip_rk3572/build/host-util-linux-2.41.4/tests/ts/cramfs/cramfs-big.img

./buildroot/output/talowe_rk3572/rockchip_rk3572/build/host-util-linux-2.41.4/tests/ts/cramfs/cramfs-little.img

./buildroot/output/talowe_rk3572/rockchip_rk3572/build/linux-headers-custom/boot.img

./buildroot/output/talowe_rk3572/rockchip_rk3572/build/linux-headers-custom/zboot.img

./buildroot/output/talowe_rk3572/rockchip_rk3572/build/linux-headers-custom/resource.img

./buildroot/output/talowe_rk3572/rockchip_rk3572_recovery/build/util-linux-2.41.4/tests/ts/cramfs/cramfs-big.img

./buildroot/output/talowe_rk3572/rockchip_rk3572_recovery/build/util-linux-2.41.4/tests/ts/cramfs/cramfs-little.img

./buildroot/output/talowe_rk3572/rockchip_rk3572_recovery/build/util-linux-libs-2.41.4/tests/ts/cramfs/cramfs-big.img

./buildroot/output/talowe_rk3572/rockchip_rk3572_recovery/build/util-linux-libs-2.41.4/tests/ts/cramfs/cramfs-little.img

./buildroot/output/talowe_rk3572/rockchip_rk3572_recovery/build/host-util-linux-2.41.4/tests/ts/cramfs/cramfs-big.img

./buildroot/output/talowe_rk3572/rockchip_rk3572_recovery/build/host-util-linux-2.41.4/tests/ts/cramfs/cramfs-little.img

./buildroot/output/talowe_rk3572/rockchip_rk3572_recovery/build/linux-headers-custom/boot.img

./buildroot/output/talowe_rk3572/rockchip_rk3572_recovery/build/linux-headers-custom/zboot.img

./buildroot/output/talowe_rk3572/rockchip_rk3572_recovery/build/linux-headers-custom/resource.img

./output/recovery-kernel.img

./output/recovery-resource.img

./output/recovery-kernel/boot.img

./output/recovery-kernel/zboot.img

./output/recovery-kernel/resource.img

./output/extra-parts/oem.img

./output/extra-parts/userdata.img

./output/update/update.img

./output/update/Image/rootfs.img

./output/update/Image/boot.img

./output/update/Image/recovery.img

./output/update/Image/uboot.img

./output/update/Image/oem.img

./output/update/Image/update.img

./output/update/Image/update.raw.img

./output/update/Image/misc.img

./output/update/Image/userdata.img

./output/recovery/ramboot.img

./output/recovery/ramdisk.img

./output/recovery/kernel.img

./output/recovery/second.img

./output/firmware/rootfs.img

./output/firmware/boot.img

./output/firmware/recovery.img

./output/firmware/uboot.img

./output/firmware/oem.img

./output/firmware/update.img

./output/firmware/misc.img

./output/firmware/userdata.img

./output/misc.img

./u-boot/uboot.img

./debian/overlay-firmware/usr/share/npu_fw_pcie/boot.img

./debian/overlay-firmware/usr/share/npu_fw_pcie/trust.img

./debian/overlay-firmware/usr/share/npu_fw_pcie/uboot.img

./debian/overlay-firmware/usr/share/npu_fw/boot.img

./debian/overlay-firmware/usr/share/npu_fw/trust.img

./debian/overlay-firmware/usr/share/npu_fw/uboot.img

./kernel-6.12/boot.img

./kernel-6.12/zboot.img

./kernel-6.12/resource.img

./app/rkipc/src/rv1106_wakeup_ipc/meta.img

./ubuntu/Ubuntu_rootfs.img

rootroot@rootroot-HP-245-14-inch-G10-Notebook-PC:~/3572/talowe-rk3572-linux6.12$

rootroot@rootroot-HP-245-14-inch-G10-Notebook-PC:~/3572/talowe-rk3572-linux6.12$

相关推荐
proware11 天前
ffmpeg 初始化配置及基本概念与套路
ffmpeg·mpp·rockchip·rga
AF_INET623 天前
RK开发板(五)ISP Tunner工具的基本使用
经验分享·sensor·rockchip·rv1126b·isp tunner·图像调试·isp调试
__Witheart__23 天前
3568 Android 设置首次烧录后 usb otg 口模式
android·adb·rockchip
__Witheart__1 个月前
3568 Android otg模式下adb热拔插不识别
android·adb·rockchip
__Witheart__1 个月前
3568 Android ntp校时使用
android·rockchip
__Witheart__1 个月前
适用于Android内核boot.img生成流程
android·rockchip
__Witheart__1 个月前
版型关联的设备树查询方式
android·rockchip
Amonter1 个月前
TB-RK3399Pro移植ubuntu 26.04及烧录
linux·ubuntu·rockchip·rk3399pro
Amonter2 个月前
RK3399ProD移植主线Linux内核
linux·rockchip·rk3399pro