Skip to content

Commit 79783cd

Browse files
Tom Deweytdewey-rpi
authored andcommitted
naked: Increase delay between erase command completion and fastboot TCP check
1 parent 759bedc commit 79783cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service/rpi-naked-provisioner.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ announce_start "Writing OS images"
205205

206206
announce_start "Erase Device Storage"
207207
fastboot -s "${FASTBOOT_DEVICE_SPECIFIER}" erase "${RPI_DEVICE_STORAGE_TYPE}"
208-
sleep 2
208+
sleep 3
209209
announce_stop "Erase Device Storage"
210210

211211
fastboot -s "${FASTBOOT_DEVICE_SPECIFIER}" flash "${RPI_DEVICE_STORAGE_TYPE}" "${RPI_SB_WORKDIR}/${SPARSE_IMAGE_NAME}"

0 commit comments

Comments
 (0)