From 77b35050bd12dde688f637fcf4a6afa242035938 Mon Sep 17 00:00:00 2001 From: Antonio Murdaca Date: Mon, 27 Mar 2023 12:32:15 +0200 Subject: [PATCH] wait 10 more seconds for dev to show up during provision-develop Signed-off-by: Antonio Murdaca --- utils/lpc55-builder/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utils/lpc55-builder/Makefile b/utils/lpc55-builder/Makefile index ab5f4709..7e13ea22 100644 --- a/utils/lpc55-builder/Makefile +++ b/utils/lpc55-builder/Makefile @@ -29,6 +29,8 @@ provision-develop: $(MAKE) bl-flash lpc55 reboot ./scripts/usbwait.sh 20a0:42b2 + # wait 5 more seconds for the device to show up properly again + sleep 5 # Step 2: provision certs $(MAKE) fw-provision-certs ./scripts/boot-to-bootrom.sh