From 873eb9effaef6f97df24ca8d7b6eae3721303454 Mon Sep 17 00:00:00 2001 From: Larry Doolittle Date: Tue, 1 Aug 2017 21:42:09 -0700 Subject: Minor spelling and punctuation fixes in docs --- docs/notes_osx.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs') diff --git a/docs/notes_osx.html b/docs/notes_osx.html index 2361651..5ff65fb 100644 --- a/docs/notes_osx.html +++ b/docs/notes_osx.html @@ -51,10 +51,10 @@ Edit the Makefile of yosys and replace the two first lines for this, i.e., comme CONFIG := gcc -

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

+

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

-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:

@@ -63,11 +63,11 @@ kextstat | grep FTDIUSBSerialDriver

-If you see if on the kextstat, we need to unload it: +If you see it on the kextstat, we need to unload it:

-sudo kextunload -b com.FTDI.driver.FTDIUSBSerialDriver`
+sudo kextunload -b com.FTDI.driver.FTDIUSBSerialDriver
 

-- cgit v1.2.3