Skip to content

Commit

Permalink
fix: some typos in various README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Clay Chang <clay.chang@gmail.com>
  • Loading branch information
clachan authored and josecm committed Jul 11, 2023
1 parent ec2e542 commit e6f1f6f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion demos/zephyr+baremetal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ peripherals where one is assigned to the baremetal app and the other to Zephyr.
Each time the baremetal app receives a UART interrupt it will update the shared
memory region with a message.

Zephyr is configured with its shell enabled plus an aditional 'baoipc' command
Zephyr is configured with its shell enabled plus an additional 'baoipc' command
used for interacting with the baremetal app via the shared memory object. To
read the baremetal app message run:

Expand Down
2 changes: 1 addition & 1 deletion guests/linux/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export BAO_DEMOS_LINUX_REPO=https://source.codeaurora.org/external/imx/linux-imx
export BAO_DEMOS_LINUX_VERSION=rel_imx_5.4.24_2.1.0
```

For all other platforms clone the lastest mainline Linux release:
For all other platforms clone the latest mainline Linux release:

```
export BAO_DEMOS_LINUX_REPO=https://github.com/torvalds/linux.git
Expand Down
4 changes: 2 additions & 2 deletions platforms/rpi4/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## 1) Get firmware

Download the lastest firmware files for Raspberry Pi:
Download the latest firmware files for Raspberry Pi:

```
export BAO_DEMOS_FW=$BAO_DEMOS_WRKDIR_PLAT/firmware
Expand Down Expand Up @@ -91,7 +91,7 @@ you get the u-boot prompt. Then load the bao image, and jump to it:
fatload mmc 0 0x200000 bao.bin; go 0x200000
```

You should see the firmare, bao and its guests printing on the UART.
You should see the firmware, bao and its guests printing on the UART.

At this point, depending on your demo, you might be able connect to one of the
guests via ssh by connecting to the board's ethernet RJ45 socket.
Expand Down
2 changes: 1 addition & 1 deletion platforms/tx2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ You will get u-boot's prompt. Load the bao image, and jump to it:
fatload mmc 1 0xa0000000 bao.bin; go 0xa0000000
```

You should see the firmare, bao and its guests printing on the UART.
You should see the firmware, bao and its guests printing on the UART.

At this point, depending on your demo, you might be able connect to one of the
guests via ssh by connecting to the board's ethernet RJ45 socket.
Expand Down
2 changes: 1 addition & 1 deletion platforms/zcu104/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ you get the u-boot prompt. Then load the bao image, and jump to it:
fatload mmc 0 0x200000 bao.img; bootm start 0x200000; bootm loados; bootm go
```

You should see the firmare, bao and its guests printing on the UARTs.
You should see the firmware, bao and its guests printing on the UARTs.

At this point, depending on your demo, you might be able connect to one of the
guests via ssh by connecting to the board's ethernet RJ45 socket.
Expand Down

0 comments on commit e6f1f6f

Please sign in to comment.