Skip to content

Commit 65f8480

Browse files
Merge pull request #218495 from andrewbrownmsft/andbrown0111522
Updating delta processor instructions
2 parents 1970730 + a79c51b commit 65f8480

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,7 @@ An update handler integrates with the Device Update agent to perform the actual
3939

4040
The delta processor re-creates the original SWU image file on your device after the delta file has been downloaded, so your update handler can install the SWU file. You'll find all the delta processor code in the [Azure/iot-hub-device-update-delta](https://github.com/Azure/iot-hub-device-update-delta) GitHub repo.
4141

42-
To add the delta processor component to your device image and configure it for use, use apt-get to install the proper Debian package for your platform (it should be named `ms-adu_diffs_x.x.x_amd64.deb` for amd64):
43-
44-
```bash
45-
sudo apt-get install <path to Debian package>
46-
```
47-
48-
Alternatively, on a non-Debian Linux device you can install the shared object (libadudiffapi.so) directly by copying it to the `/usr/lib` directory:
42+
To add the delta processor component to your device image and configure it for use, follow the README.md instructions to use CMAKE to build the delta processor from source. From there, install the shared object (libadudiffapi.so) directly by copying it to the `/usr/lib` directory:
4943

5044
```bash
5145
sudo cp <path to libadudiffapi.so> /usr/lib/libadudiffapi.so

0 commit comments

Comments
 (0)