You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hardware/computemodule/cm-emmc-flashing.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ To flash the Compute Module eMMC, you either need a Linux system (a Raspberry Pi
12
12
13
13
**For Windows users**
14
14
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.
16
16
17
17
### Windows installer
18
18
@@ -50,7 +50,7 @@ After a short while, the driver will finish being installed and you should be ab
50
50
51
51
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`.
52
52
53
-
**On your Compute Module IO board:**
53
+
**On your Compute Module IO board**
54
54
55
55
Make sure that J4 (USB SLAVE BOOT ENABLE) is set to the 'EN' position.
56
56
@@ -62,7 +62,7 @@ Git may produce an error if the date is not set correctly, so on a Raspberry Pi
62
62
sudo date MMDDhhmm
63
63
```
64
64
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.
66
66
67
67
Clone the `usbboot` tool repository:
68
68
@@ -90,7 +90,7 @@ Run the `usbboot` tool and it will wait for a connection:
90
90
sudo rpiboot
91
91
```
92
92
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.
0 commit comments