Home
last modified time | relevance | path

Searched refs:OUT_IMGDIR (Results 1 – 1 of 1) sorted by relevance

/device/linaro/hikey/installer/
Dflash-all.sh29 --out) OUT_IMGDIR=$2;shift;
34 if [ -z $OUT_IMGDIR ]; then
36 OUT_IMGDIR=${ANDROID_PRODUCT_OUT}
38 OUT_IMGDIR="${ANDROID_TOP}/out/target/product/hikey"
42 if [ ! -d $OUT_IMGDIR ]; then
46 echo "android out dir:$OUT_IMGDIR"
52 fastboot flash boot ${OUT_IMGDIR}/boot_fat.uefi.img
53 fastboot flash system ${OUT_IMGDIR}/system.img
54 fastboot flash cache ${OUT_IMGDIR}/cache.img
55 fastboot flash userdata ${OUT_IMGDIR}/userdata.img