Skip to content

Commit f441c22

Browse files
Update device-update-raspberry-pi.md
1 parent a70e93e commit f441c22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/iot-hub-device-update/device-update-raspberry-pi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@ Now, add the device to IoT Hub. From within IoT Hub, a connection string is gene
5858
We provide base image and update files in **Assets** on the [Device Update GitHub releases page](https://github.com/Azure/iot-hub-device-update/releases). The Tutorial_RaspberryPi.zip has all the required files for the tutorial.
5959
The .wic file is the base image that you can flash on to a Raspberry Pi 3 B+ board. The swUpdate(.swu) file, custom swupdate script and manifest are the update files you would import through Device Update for IoT Hub.
6060

61-
This base image use a Yocto build(based on 3.4.4 release) with:
61+
This base image uses a Yocto build(based on 3.4.4 release) with:
6262
* SWUpdate which enables the dual partition update with DU
6363
* Device Update agent
6464

65-
To learn more about the Yocto layers used, refer to [Device Update Yocto Github.](https://github.com/Azure/iot-hub-device-update-yocto).
65+
To learn more about the Yocto layers used, refer to [Device Update Yocto GitHub.](https://github.com/Azure/iot-hub-device-update-yocto).
6666

6767
You can use your favorite OS flashing tool to install the Device Update base image (adu-base-image) on the SD card that will be used in the Raspberry Pi 3 B+ device. Below are the instructions for using bmaptool to flash to the SD card.
6868

0 commit comments

Comments
 (0)