|
编译 Android時找不到u-boot/RK3288UbootLoader*.bin
发表于 2016-1-29 22:29:22
浏览:7600
|
回复:2
打印
只看该作者
[复制链接]
楼主
以下是我編譯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 |
|