Jump to content
43oh

CC3200 drivers on Mac Yosemite 10.10.5


Recommended Posts

Can you please open a terminal and type the following command?

kextstat -b com.FTDI.driver.FTDIUSBSerialDriver

If it does not show something like the below then the driver was not loaded:

Index Refs Address            Size       Wired      Name (Version) UUID <Linked Against>
  533    0 0xffffff7f831ad000 0x7000     0x7000     com.FTDI.driver.FTDIUSBSerialDriver (2.3) ECC3AF36-431D-370D-86F2-5237785E9CF8 <110 52 5 4 3 1>

In that case try:

 find /Library/Extensions/ -name *FTDI*

This should show something like the below if the driver was installed. If not then reinstall the driver. If it does show something like the below then read on.

/Library/Extensions//FTDIUSBSerialDriver.kext
/Library/Extensions//FTDIUSBSerialDriver.kext/Contents/MacOS/FTDIUSBSerialDriver

If the driver is indeed installed and exists in /Library/Extensions then try to force load it with the following command and check id the Serial port shows up in Energia.

sudo kextload -b com.FTDI.driver.FTDIUSBSerialDriver

After this you can check if the driver is loaded with the command I listed above.

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...