Browse Source

Fix some minor typos in documentation

Fix minor typos in README.md and docs/Plasma-Mobile-on-Unleashed.md.

Signed-off-by: Vijai Kumar K <vijaikumar.kanagarajan@gmail.com>
Vijai Kumar K 4 years ago
parent
commit
98708e9065
2 changed files with 9 additions and 9 deletions
  1. 6 6
      README.md
  2. 3 3
      docs/Plasma-Mobile-on-Unleashed.md

+ 6 - 6
README.md

@@ -6,7 +6,7 @@ RISC-V Architecture Layer for OpenEmbedded/Yocto
 
 ## Description
 
-This is the general hardware specific BSP overlay for the RISC-V based devices.
+This is the general hardware-specific BSP overlay for the RISC-V based devices.
 
 More information can be found at: <https://riscv.org/> (Official Site)
 
@@ -43,7 +43,7 @@ repo start work --all
 ```
 ### Update existing workspace
 
-In order to bring all layers uptodate with upstream
+In order to bring all the layers up to date with upstream
 
 ```text
 cd riscv-yocto
@@ -56,13 +56,13 @@ repo rebase
 . ./meta-riscv/setup.sh
 ```
 
-## Avaliable Machines
+## Available Machines
 
 The three different machines you can build for are:
 
 * qemuriscv64: The 64-bit RISC-V machine
 * qemuriscv32: The 32-bit RISC-V machine
-* freedom-u540: The SiFive HiFive Unleased board
+* freedom-u540: The SiFive HiFive Unleashed board
 
 ## Build Images
 
@@ -79,13 +79,13 @@ a standalone (on device) SDK for the 32-bit QEMU machine
 MACHINE=qemuriscv32 bitbake core-image-lsb-sdk
 ```
 
-To build an image to run on the HiFive Unleased using Wayland run the following
+To build an image to run on the HiFive Unleashed using Wayland run the following
 
 ```text
 MACHINE=freedom-u540 bitbake core-image-wayland
 ```
 
-To build a full GUI equipped image running Plasma Mobile see the in [tree documentation here](https://github.com/riscv/meta-riscv/blob/master/docs/Plasma-Mobile-on-Unleashed.md).
+To build a full GUI equipped image running Plasma Mobile see the in-tree documentation [here](https://github.com/riscv/meta-riscv/blob/master/docs/Plasma-Mobile-on-Unleashed.md).
 
 ## Running in QEMU
 

+ 3 - 3
docs/Plasma-Mobile-on-Unleashed.md

@@ -27,7 +27,7 @@ To build plasma mobile you will need (as well as meta-riscv):
   * branch: master
   * revision: HEAD
 
-You will also need the HiFive Unleased with the Microsemi expansion board. As well as that you need a PCIe GPU and PCIe to USB card (for inputs). This was tested using a AMD r600 series GPU. Your millage will vary depending on the GPU selected.
+You will also need the HiFive Unleashed with the Microsemi expansion board. As well as that you need a PCIe GPU and PCIe to USB card (for inputs). This was tested using an AMD r600 series GPU. Your millage will vary depending on the GPU selected.
 
 
 ## Setup Build Environment
@@ -52,14 +52,14 @@ RISCV_SBI_FDT_freedom-u540      = "HiFiveUnleashed-MicroSemi-Expansion.dtb"
 PACKAGECONFIG_append_pn-mesa    = " r600"
 ```
 
-You can then start the buld by running:
+You can then start the build by running:
 ```
 MACHINE=freedom-u540 bitbake core-image-plasma-mobile
 ```
 
 ## Deploying
 
-Follow the top level README to flash the image to an SD card (you will probably need an SD card with more then 10GB of storage). Once you boot the device Plasma Mobile should start.
+Follow the top-level README to flash the image to an SD card (you will probably need an SD card with more than 10GB of storage). Once you boot the device Plasma Mobile should start.
 
 ## Known issues