编译 Android時找不到u-boot/RK3288UbootLoader*.bin

以下是我編譯Android的報錯:

root@marco-ubuntu14:/home/marco/firefly-rk3288-lollipop# ./mkimage.sh
TARGET_PRODUCT=rk3288_box
TARGET_HARDWARE=rk30board
IMG_TARGET=all , ota = withoutkernel
system filesysystem is ext4
‘kernel/arch/arm/boot/zImage’ → ‘/home/marco/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.
cp: cannot stat ‘u-boot/RK3288UbootLoader*.bin’: No such file or directory

以下是我u-boot目錄下的文件:
cd u-boot/
root@marco-ubuntu14:/home/marco/firefly-rk3288-lollipop/u-boot# ls
api common CREDITS drivers fs Kconfig MAINTAINERS mkarmv7.sh net scripts test
arch config.mk disk dts include lib MAKEALL mkarmv8.sh post snapshot.commit tools
board configs doc examples Kbuild Licenses Makefile mkresimg.sh README System.map UserManual

看一下这个帖子:http://developer.t-firefly.com/thread-5046-1-1.html

謝謝,按這帖子指示弄成功了。

另外想用藍芽BLE連接,沒連上 http://developer.t-firefly.com/thread-5092-1-1.html