Skip to content

Commit 26a378e

Browse files
Learn Editor: Update delta-updates.md
1 parent debd0b2 commit 26a378e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

articles/iot-hub-device-update/delta-updates.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,9 @@ Delta updates allow you to generate a small update that represents only the chan
1818
## Requirements for using delta updates in Device Update for IoT Hub
1919

2020
- The source and target update files must be SWUpdate (SWU) format.
21-
- Within each SWUpdate file, there must be a raw image that uses the Ext2, Ext3, or Ext4 filesystem. That image can be compressed with gzip or zstd.
22-
- The delta generation process recompresses the target SWU update using zstd compression in order to produce an optimal delta. Import this recompressed target SWU update to the Device Update service along with the generated delta update file.
23-
- Within SWUpdate on the device, zstd decompression must also be enabled.
24-
- This process requires using [SWUpdate 2019.11](https://github.com/sbabic/swupdate/releases/tag/2019.11) or later.
21+
- Within each SWUpdate file, there must be a raw image that uses the Ext2, Ext3, or Ext4 filesystem.
22+
23+
- The delta generation process recompresses the target SWU update using gzip compression in order to produce an optimal delta. Import this recompressed target SWU update to the Device Update service along with the generated delta update file.
2524

2625
## Configure a device with Device Update agent and delta processor component
2726

0 commit comments

Comments
 (0)