commit | 20fbd40daf309c7b5be4a47f78cddc3818ce0b2e | [log] [tgz] |
---|---|---|
author | Peter Malkin <petermalkin@google.com> | Thu Mar 21 10:55:20 2019 -0700 |
committer | Peter Malkin <petermalkin@google.com> | Thu Mar 21 10:55:20 2019 -0700 |
tree | 15ab6e038523da0417174e794fa3cfaed280927e | |
parent | 38c4e08938a563ddfda35ff835e6d6fec89e1b7b [diff] |
This austensibly helps fastboot on a mac Change-Id: I0ee592f9d5e8f4258af1bc764e62aad4eae51315
diff --git a/flash.sh b/flash.sh index fe84805..ff316ed 100755 --- a/flash.sh +++ b/flash.sh
@@ -69,10 +69,12 @@ # Flash bootloader ${FASTBOOT_CMD} flash bootloader0 ${PRODUCT_OUT}/u-boot.imx ${FASTBOOT_CMD} reboot-bootloader +sleep 3 # Flash partition table ${FASTBOOT_CMD} flash gpt ${PRODUCT_OUT}/${PART_IMAGE} ${FASTBOOT_CMD} reboot-bootloader +sleep 3 # Flash filesystems ${FASTBOOT_CMD} erase misc