pmcczoetically 发表于 2016-1-27 10:16:08

mkimage.sh 问题: 找不到'u-boot/RK3288UbootLoader*.bin’

编译完内核后,运行mkimage.sh时候,出现了一些问题错误讯息

TARGET_PRODUCT=rk3288_box
TARGET_HARDWARE=rk30board
IMG_TARGET=all , ota = withoutkernel
system filesysystem is ext4
‘kernel/arch/arm/boot/zImage’ -> ‘/home/zoetically/proj/firefly-rk3288-lollipop/out/target/product/rk3288_box/kernel’
create boot.img without kernel... done.
create recovery.img with kernel and with out resource... done.
create misc.img.... done.
create system.img... done.
cp: cannot stat ‘u-boot/RK3288UbootLoader*.bin’: No such file or directory

这文件在哪设置可以找到呢?

zhansb 发表于 2016-1-27 10:27:05

可以忽略这个警告,或者去u-boot里面编译uboot

mayu 发表于 2017-1-13 15:33:44

zhansb 发表于 2016-1-27 10:27
可以忽略这个警告,或者去u-boot里面编译uboot

你好,请问怎么忽略这个警告呢,编译到这个就直接中断结束了
页: [1]
查看完整版本: mkimage.sh 问题: 找不到'u-boot/RK3288UbootLoader*.bin’