Enabled --update flag for differential flashing

This commit is contained in:
2025-11-04 20:32:00 +01:00
parent 340aea6be6
commit ae875950cd

View File

@@ -41,7 +41,7 @@ flash_via_picotool()
local device="${bus_device[1]//[!0-9]/}" local device="${bus_device[1]//[!0-9]/}"
echo "Found RP2 with serial $serial on Bus $bus Device $device" 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 FLASH_VIA_MOUNTPOINT=0