We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 759bedc commit 79783cdCopy full SHA for 79783cd
service/rpi-naked-provisioner.sh
@@ -205,7 +205,7 @@ announce_start "Writing OS images"
205
206
announce_start "Erase Device Storage"
207
fastboot -s "${FASTBOOT_DEVICE_SPECIFIER}" erase "${RPI_DEVICE_STORAGE_TYPE}"
208
-sleep 2
+sleep 3
209
announce_stop "Erase Device Storage"
210
211
fastboot -s "${FASTBOOT_DEVICE_SPECIFIER}" flash "${RPI_DEVICE_STORAGE_TYPE}" "${RPI_SB_WORKDIR}/${SPARSE_IMAGE_NAME}"
0 commit comments