Skip to content

Commit a650838

Browse files
author
tro
authored
README.md: fix ab is default image now
1 parent 59bd6d4 commit a650838

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

  • meta-aws-demos/recipes-core/images/aws-iot-greengrass-lite-demo-image

meta-aws-demos/recipes-core/images/aws-iot-greengrass-lite-demo-image/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,9 @@ systemctl status --with-dependencies greengrass-lite.target
119119

120120
## A/B update example made with [meta-rauc](https://github.com/rauc/meta-rauc-community)
121121

122-
Set IMAGE to aws-iot-greengrass-lite-demo-ab-image.
122+
Set IMAGE to aws-iot-greengrass-lite-demo-image.
123123
```
124-
export IMAGE=aws-iot-greengrass-lite-demo-ab-image
124+
export IMAGE=aws-iot-greengrass-lite-demo-image
125125
```
126126

127127
This image works only with raspberry pi. cause of bootloader settings.
@@ -142,14 +142,14 @@ bitbake $IMAGE
142142

143143
Build the update bundle - the update that can be applied to the image.
144144
```
145-
bitbake aws-iot-greengrass-lite-demo-ab-bundle
145+
bitbake aws-iot-greengrass-lite-demo-bundle
146146
```
147147

148148
Flash the image onto your device e.g.
149149
Be careful device depends on your setup - may sda is your harddisk and not a sd card!!!
150150
You can also extract this and write it with rpi-imager!
151151
```
152-
bzcat aws-iot-greengrass-lite-demo-ab-image-raspberrypi-armv8.rootfs.wic.bz2 | sudo dcfldd of=/dev/sda
152+
bzcat aws-iot-greengrass-lite-demo-image-raspberrypi-armv8.rootfs.wic.bz2 | sudo dcfldd of=/dev/sda
153153
```
154154

155155
Then power-on the board and log in. To see that RAUC is configured correctly and can interact with the bootloader, run:

0 commit comments

Comments
 (0)