Skip to content

Commit 66ca5f5

Browse files
authored
copy edit
1 parent 3673395 commit 66ca5f5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

hardware/computemodule/cm-emmc-flashing.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ To flash the Compute Module eMMC, you either need a Linux system (a Raspberry Pi
1212

1313
**For Windows users**
1414

15-
Under Windows an installer is available to automatically install the required drivers and boot tool. Alternatively, a user can compile and run it using Cygwin and/or install the drivers manually.
15+
Under Windows, an installer is available to install the required drivers and boot tool automatically. Alternatively, a user can compile and run it using Cygwin and/or install the drivers manually.
1616

1717
### Windows installer
1818

@@ -50,7 +50,7 @@ After a short while, the driver will finish being installed and you should be ab
5050

5151
Finally, follow the remainder of the instructions below in a Cygwin terminal. **Note** When performing the commands below in a Cygwin terminal, **don't** prefix them with `sudo`.
5252

53-
**On your Compute Module IO board:**
53+
**On your Compute Module IO board**
5454

5555
Make sure that J4 (USB SLAVE BOOT ENABLE) is set to the 'EN' position.
5656

@@ -62,7 +62,7 @@ Git may produce an error if the date is not set correctly, so on a Raspberry Pi
6262
sudo date MMDDhhmm
6363
```
6464

65-
where MM is month, DD day and hh mm hours and minutes respectively.
65+
where `MM` is month, `DD` is day, and `hh` and `mm` are hours and minutes respectively.
6666

6767
Clone the `usbboot` tool repository:
6868

@@ -90,7 +90,7 @@ Run the `usbboot` tool and it will wait for a connection:
9090
sudo rpiboot
9191
```
9292

93-
Now plug the host machine into the Compute Module IO board USB slave port (J15) and power on the CMIO board. The `rpiboot` tool will discover the Compute Module and send boot code to allow access to the eMMC.
93+
Now plug the host machine into the Compute Module IO board USB slave port (J15) and power the CMIO board on. The `rpiboot` tool will discover the Compute Module and send boot code to allow access to the eMMC.
9494

9595
## Writing to the eMMC - Cygwin
9696

0 commit comments

Comments
 (0)