File tree Expand file tree Collapse file tree
meta-aws-demos/recipes-core/images/aws-iot-greengrass-lite-demo-image Expand file tree Collapse file tree Original file line number Diff line number Diff 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
127127This image works only with raspberry pi. cause of bootloader settings.
@@ -142,14 +142,14 @@ bitbake $IMAGE
142142
143143Build 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
148148Flash the image onto your device e.g.
149149Be careful device depends on your setup - may sda is your harddisk and not a sd card!!!
150150You 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
155155Then power-on the board and log in. To see that RAUC is configured correctly and can interact with the bootloader, run:
You can’t perform that action at this time.
0 commit comments