2024-05-07 10:09:20 +00:00
|
|
|
swota_file_list=(
|
|
|
|
${TINA_BUILD_TOP=}/target/allwinner/${TARGET_BOARD}/swupdate/sw-description
|
|
|
|
out/${TARGET_BOARD}/boot_initramfs_recovery.img:recovery
|
2024-06-03 03:43:15 +00:00
|
|
|
#out/${TARGET_BOARD}/uboot.img:uboot
|
|
|
|
#out/${TARGET_BOARD}/boot0.img:boot0
|
2024-05-07 10:09:20 +00:00
|
|
|
out/${TARGET_BOARD}/boot.img:kernel
|
|
|
|
out/${TARGET_BOARD}/rootfs.img:rootfs
|
|
|
|
out/${TARGET_BOARD}/usr.img:usr
|
|
|
|
)
|