|
发表于 2014-10-25 13:20:54
只看该作者
沙发
我想看一下是哪个文件读取失败,进入rk2918_tools目录,修改afptool.c文件336行,改为打印文件名:
printf("File:%s read failed!\n", fname);
重新make了一下,这次居然:
user@ubuntu:~/img/update$ afptool -pack . ../update_new.img
------ PACKAGE ------
Add file: ./package-file
Add file: ./RK3288Loader_uboot_Apr212014_134842.bin
Add file: ./rk3288-3.10-uboot-data1G.parameter.txt
Add file: ./Image/misc.img
Add file: ./Image/kernel.img
Add file: ./Image/resource.img
Add file: ./Image/boot.img
Add file: ./Image/recovery.img
Add file: ./Image/system.img
Add file: ./RESERVED
Add file: ./update-script
Add file: ./recover-script
Add CRC...
------ OK ------
Pack OK!
|
|