Signed-off-by: Paul Eggleton <[email protected]> --- README.hardware | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.hardware b/README.hardware index d4f7b47..4a0105d 100644 --- a/README.hardware +++ b/README.hardware @@ -81,7 +81,7 @@ Depending on the device, it can boot from a traditional hard-disk, a USB device, or over the network. Writing poky generated images to physical media is straightforward with a caveat for USB devices. The following examples assume the target boot device is /dev/sdb, be sure to verify this and use the correct -device as the following commands are run as root and are not reversable. +device as the following commands are run as root and are not reversible. Hard Disk: 1. Build a directdisk image format. This will generate proper partition tables @@ -155,7 +155,7 @@ the NAND flash. The beagleboard MACHINE is tested on the following platforms: The Beagleboard C4 has NAND, while the xM does not. For the sake of simplicity, these instructions assume you have erased the NAND on the C4 so its boot behavior matches that of the xM. To do this, issue the following commands from -the u-boot prompt (note that the unlock may be unecessary depending on the +the u-boot prompt (note that the unlock may be unnecessary depending on the version of u-boot installed on your board and only one of the erase commands will succeed): @@ -168,7 +168,7 @@ documentation at http://www.beagleboard.org. From a Linux system with access to the image files perform the following steps as root, replacing mmcblk0* with the SD card device on your machine (such as sdc -if used via a usb card reader): +if used via a USB card reader): 1. Partition and format an SD card: # fdisk -lu /dev/mmcblk0 -- 1.7.4.1 _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
