Lines Matching refs:flash
55 # Write flash-all.sh
56 cat > tmp/$PRODUCT-$VERSION/flash-all.sh << EOF
75 fastboot flash ptable ptable.img
76 fastboot flash xloader sec_xloader.img
77 fastboot flash fastboot fastboot.img
78 fastboot flash nvme nvme.img
79 fastboot flash fw_lpm3 lpm3.img
80 fastboot flash trustfirmware bl31.bin
81 fastboot flash dts dt.img
84 # XXX so flash those manually. Remove this later.
85 fastboot flash cache cache.img
86 fastboot flash userdata userdata.img
91 chmod a+x tmp/$PRODUCT-$VERSION/flash-all.sh