TinaLinux Pack pack 時卻出錯了

我用 TinaLinux 編譯 t113_100ask-tina,make 成功了,可是pack 時卻出錯了

--==========--
PACK_CHIP         sun8iw20p1
PACK_PLATFORM     tina
PACK_BOARD        t113-100ask
PACK_KERN        
PACK_DEBUG        uart3
PACK_SIG          none
PACK_SECURE       none
PACK_MODE         normal
PACK_FUNC         android
PACK_PROGRAMMER   none
PACK_TAR_IMAGE    none
PACK_TOPDIR       /home/mingchi/TinaLinux/tina-d1-h
--==========--
No kernel param, parse it from t113
copying tools file
copying configs file
storage_type value is 5
rm /home/mingchi/TinaLinux/tina-d1-h/out/t113-100ask/image/sys_partition_nor.fex
rm /home/mingchi/TinaLinux/tina-d1-h/out/t113-100ask/image/image_nor.cfg
copying boot resource

LZMA 4.65 : Igor Pavlov : Public domain : 2009-02-03
copying boot file
make user resource for : /home/mingchi/TinaLinux/tina-d1-h/out/t113-100ask/image/sys_partition.fex
handle partition user-res
no user resource partitions
APP_PART_DOWNLOAD_FILE = /home/mingchi/TinaLinux/tina-d1-h/out/t113-100ask/image/app.fex
Need size of filesystem
no data resource partitions
cp: cannot stat '/home/mingchi/TinaLinux/tina-d1-h/lichee/linux-5.4/arch/arm/boot/dts///board.dtb': No such file or directory
don't build dtbo ...
update_chip
/home/mingchi/TinaLinux/tina-d1-h/scripts/pack_img.sh: line 1354: /home/mingchi/TinaLinux/tina-d1-h/out/host/bin/fsbuild: No such file or directory
pack boot package
GetPrivateProfileSection read to end
content_count=3
LICHEE_REDUNDANT_ENV_SIZE config in BoardConfig.mk
--mkenvimage create redundant env data!--
---redundant env data size 0x20000---
packing for tina linux
normal
mbr count = 4

partitation file Path=/home/mingchi/TinaLinux/tina-d1-h/out/t113-100ask/image/sys_partition.bin
mbr_name file Path=/home/mingchi/TinaLinux/tina-d1-h/out/t113-100ask/image/sunxi_mbr.fex
download_name file Path=/home/mingchi/TinaLinux/tina-d1-h/out/t113-100ask/image/dlinfo.fex

mbr size = 16384
mbr magic softw411
disk name=boot-resource
ERROR:  unable to open file boot-resource.fex
update_for_part_info -1
ERROR: update mbr file fail
ERROR: update_mbr failed

这些安装了吗?安装了试试看 sudo apt-get install -y libncurses5-dev u-boot-tools
还是不行的话,参考一下下面的连接。

https://bbs.aw-ol.com/topic/1129/pack-时-error-unable-to-open-file-boot-resource-fex

恩,解決了,原來還要安裝 lib32z1-dev,感謝

apt install  lib32z1-dev