From ae875950cd17a97b3069bf3b8c154c76c252af67 Mon Sep 17 00:00:00 2001 From: Stefan Kratochwil Date: Tue, 4 Nov 2025 20:32:00 +0100 Subject: [PATCH] Enabled --update flag for differential flashing --- software/flash.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/flash.sh b/software/flash.sh index 6acd447..459db12 100755 --- a/software/flash.sh +++ b/software/flash.sh @@ -41,7 +41,7 @@ flash_via_picotool() local device="${bus_device[1]//[!0-9]/}" echo "Found RP2 with serial $serial on Bus $bus Device $device" - picotool load --bus "$bus" --address "$device" "$IMAGEFILE" + picotool load --update --bus "$bus" --address "$device" "$IMAGEFILE" } FLASH_VIA_MOUNTPOINT=0