Skip to content

Commit

Permalink
all README.md: change aws-greengrass-test-image to aws-biga-image
Browse files Browse the repository at this point in the history
they are by now the same
  • Loading branch information
thomas-roos committed Jun 12, 2023
1 parent 378e44f commit 05680cc
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion meta-aws-demos/conf/devices/agl-renesas/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

```bash
export BUILD_DEVICE=agl-renesas
bitbake aws-greengrass-test-image
bitbake aws-biga-image
```

# BE CARFUL - THIS TUTORIAL IS OUTDATED, at least for the build instructions!
Expand Down
2 changes: 1 addition & 1 deletion meta-aws-demos/conf/devices/agl-rpi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
https://docs.automotivelinux.org/en/octopus/#01_Getting_Started/02_Building_AGL_Image/08_Building_for_Raspberry_Pi_4/
```bash
export BUILD_DEVICE=agl-rpi
bitbake aws-greengrass-test-image
bitbake aws-biga-image
or
bitbake agl-image-boot
```
2 changes: 1 addition & 1 deletion meta-aws-demos/conf/devices/dart-mx8m/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# dart-mx8m

```bash
bitbake aws-greengrass-test-image
bitbake aws-biga-image
```

more info: https://variwiki.com/index.php?title=Yocto_Build_Release&release=mx8mm-yocto-kirkstone-5.15-2.0.x-v1.2
4 changes: 2 additions & 2 deletions meta-aws-demos/conf/devices/ec2-arm64/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ Shows [ec2 AMI generation](https://github.com/aws4embeddedlinux/meta-aws/blob/ma

```bash
export BUILD_DEVICE=ec2-arm64
bitbake aws-greengrass-test-image
bitbake aws-biga-image
```
* Upload this image to your ec2 account (follow instructions to set this up before!)
```bash
cd ..
meta-aws-demos$ layers/sw/meta-aws/scripts/ec2-ami/create-ec2-ami.sh amitest-bucket 16 aws-greengrass-test-image aws-ec2-arm64
meta-aws-demos$ layers/sw/meta-aws/scripts/ec2-ami/create-ec2-ami.sh amitest-bucket 16 aws-biga-image aws-ec2-arm64
```
4 changes: 2 additions & 2 deletions meta-aws-demos/conf/devices/ec2-x86-64/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ Shows [ec2 AMI generation](https://github.com/aws4embeddedlinux/meta-aws/blob/ma
* Build the image

```bash
bitbake aws-greengrass-test-image
bitbake aws-biga-image
```
* Upload this image to your ec2 account (follow instructions to set this up before!)
```bash
cd ..
meta-aws-demos$ layers/sw/meta-aws/scripts/ec2-ami/create-ec2-ami.sh amitest-bucket 16 aws-greengrass-test-image aws-ec2-x86-64
meta-aws-demos$ layers/sw/meta-aws/scripts/ec2-ami/create-ec2-ami.sh amitest-bucket 16 aws-biga-image aws-ec2-x86-64
```
2 changes: 1 addition & 1 deletion meta-aws-demos/conf/devices/qemu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ is the default BUILD_DEVICE
* Build the image

```bash
bitbake aws-greengrass-test-image
bitbake aws-biga-image
```
* Run this image in QEMU. (root password disabled)
```bash
Expand Down
2 changes: 1 addition & 1 deletion meta-aws-demos/conf/devices/rpi4-32/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

```bash
export BUILD_DEVICE=rpi4-32
bitbake aws-greengrass-test-image
bitbake aws-biga-image
```

After building, the images will be in the following directory.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ https://dev.to/iotbuilders/fleet-provisioning-for-embedded-linux-devices-with-aw

```bash
export BUILD_DEVICE=rpi4-64-fleetprovisoning
bitbake aws-greengrass-test-image
bitbake aws-biga-image
```
2 changes: 1 addition & 1 deletion meta-aws-demos/conf/devices/rpi4-64/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

```bash
export BUILD_DEVICE=rpi4-64
bitbake aws-greengrass-test-image
bitbake aws-biga-image
```

After building, the images will be in the following directory.
Expand Down
2 changes: 1 addition & 1 deletion meta-aws-demos/conf/devices/ti-am572x-idk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The whole image can be build with this
```bash
export BUILD_DEVICE=ti-am572x-idk
bitbake aws-greengrass-test-image
bitbake aws-biga-image
```

# BE CARFUL THIS TUTORIAL IS OUTDATED, at least for the build instructions!
Expand Down
2 changes: 1 addition & 1 deletion meta-aws-demos/conf/devices/xilinx-zcu104-zynqmp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The whole image can be build with this (not working when your host machine is arm64!)
```bash
export BUILD_DEVICE=xilinx-zcu104-zynqmp
bitbake aws-greengrass-test-image
bitbake aws-biga-image
runqemu slirp nographic

MACHINE=zynqmp-generic bitbake fsbl-firmware pmu-firmware
Expand Down

0 comments on commit 05680cc

Please sign in to comment.