代码make 完毕后 执行./mkimage.sh

代码make 完毕后 执行./mkimage.sh 报:
无法获取"u-boot/RK3288UbootLoader*.bin" 的文件状态(stat): 没有那个文件或目录
错误 ,怎么解决

http://developer.t-firefly.com/thread-8344-1-8.html
这个是相似的,但是里面说的
u-boot/RK3288UbootLoader*.bin 这个编译一下爱uboot就好了
是什么意思?

abcxyztt 发表于 2017-2-22 13:42
就是编译u-boot

谢谢您的答复
make u-boot -j8
编译后make: 没有什么可以做的为 `u-boot’。

然后执行 ./mkimage.sh
还是同样的 报
TARGET_PRODUCT=rk3288_box
TARGET_HARDWARE=rk30board
IMG_TARGET=all , ota = withoutkernel
system filesysystem is ext4
“kernel/arch/arm/boot/zImage” → “/home/zeng/project/rk3288/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: 无法获取"u-boot/RK3288UbootLoader*.bin" 的文件状态(stat): 没有那个文件或目录

请指教,谢谢

需要进入到u-boot 中,进行编译 谢谢帮助