使用芒果的tina固件,环境是Ubuntu 18.04 WSL2。make无报错,pack时报错,pack的log如下:
rtqq@DESKTOP-JHGQ7D4:~/Tina-Linux$ pack
--==========--
PACK_CHIP sun8iw20p1
PACK_PLATFORM tina
PACK_BOARD t113-mq_r
PACK_KERN
PACK_DEBUG uart0
PACK_SIG none
PACK_SECURE none
PACK_MODE normal
PACK_FUNC android
PACK_PROGRAMMER none
PACK_TAR_IMAGE none
PACK_TOPDIR /home/rtqq/Tina-Linux
--==========--
No kernel param, parse it from t113
copying tools file
copying configs file
storage_type value is 1
rm /home/rtqq/Tina-Linux/out/t113-mq_r/image/sys_partition_nor.fex
rm /home/rtqq/Tina-Linux/out/t113-mq_r/image/image_nor.cfg
copying boot resource
copying boot file
make user resource for : /home/rtqq/Tina-Linux/out/t113-mq_r/image/sys_partition.fex
handle partition user-res
no user resource partitions
APP_PART_DOWNLOAD_FILE = /home/rtqq/Tina-Linux/out/t113-mq_r/image/app.fex
Need size of filesystem
no data resource partitions
don't build dtbo ...
update_chip
sboot file Path=/home/rtqq/Tina-Linux/out/t113-mq_r/image/sboot.bin
script file Path=/home/rtqq/Tina-Linux/out/t113-mq_r/image/sys_config.bin
update:unable to open sboot file
script update sboot ok
pack boot package
GetPrivateProfileSection read to end
content_count=3
file /home/rtqq/Tina-Linux/out/t113-mq_r/image/u-boot.fex cant be open
/home/rtqq/Tina-Linux/scripts/pack_img.sh: line 1250: 25338 Segmentation fault dragonsecboot -pack boot_package.cfg
ERROR: dragon pack run error
在git拉取时均没有报错,都是很顺利的拉下来了
在out文件夹中没有找到 u-boot.fex 这个文件,求助大家。