Skip to content

Commit

Permalink
Minor spelling and punctuation fixes in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ldoolitt authored and cliffordwolf committed Aug 2, 2017
1 parent b3d35cc commit 873eb9e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/notes_osx.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ <h2>yosys make error on "&lt;tuple&gt; not found"</h2>
CONFIG := gcc
</pre>

<h2>error "Can't find iCE FTDI USB device (vedor_id 0x0403, device_id 0x6010)." while uploading code to FPGA (e.g., "iceprog example.bin")</h2>
<h2>error "Can't find iCE FTDI USB device (vendor_id 0x0403, device_id 0x6010)." while uploading code to FPGA (e.g., "iceprog example.bin")</h2>

<p>
You need to unload the FTDI driver. (notes below are from Mountain Lion, 10.8.2).
You need to unload the FTDI driver (notes below are from Mountain Lion, 10.8.2).
First check if it is running:
</p>

Expand All @@ -63,11 +63,11 @@ <h2>error "Can't find iCE FTDI USB device (vedor_id 0x0403, device_id 0x6010)."
</pre>

<p>
If you see if on the kextstat, we need to unload it:
If you see it on the kextstat, we need to unload it:
</p>

<pre style="padding-left: 3em">
sudo kextunload -b com.FTDI.driver.FTDIUSBSerialDriver`
sudo kextunload -b com.FTDI.driver.FTDIUSBSerialDriver
</pre>

<p>
Expand Down

0 comments on commit 873eb9e

Please sign in to comment.