Chinese clone.
Thanks for the catch. I followed Nick Gammon's instructions, and can update at the 2560 boot loader from a redboard (uno) . I have another issue where a sketch can upload to the 2560 only once with a fresh boot loader.
Official 2560
I removed the FTDI driver from Mac OS 10.11, anduse the stock driver. Uno serial is detected, but official 2560 board is not. I see some other posts in the forum on this, but no clues as to a fix or what to do to debug.
Also no Luck here.
I have installed version update 1.6.6. Arduino IDE, but not change anything. Still wrong driver, and can't upload script. (El Capitan iMac 2008 with Arduino UNO and MEGA16U2 1440-PH
Just like Yosemite, El Capitan requires kext driver signing. How this can be disabled in OSX 10.11 is changed however.
To get the CH340 drivers to work in El Capitan you need to use the new tool csrutil as follows:
Reboot and press CMD+R immediately after hearing the startup sound to boot to Recovery Mode
Open Terminal
Execute the following command: csrutil enable --without kext
Reboot
Claudio
Perfect, this worked for me. At first seemed nothing had changed but after unplugging and replugging nano clone /dev/cu.usbserial came back
I had problems until I inserted a usb hub between my iMac (el Capitan) and my original ardunino Uno and now it's working.
Each time I tried to upload a sketch, cpu goes to 100% and I was not able to open serial monitor
Now, with the usb hub, I can open the serial monitor, compile and upload sketches without troubles.
On the Mac console windows , the only difference is I don't see anymore the following message :
AppleUSBHostPort::resetGated: retrying enumeration in 100 ms
I have noticed lots of action on fixing problems with the Arduino IDE, but with the latest hourly build from Jan 11, 2016, I cannot download software to a real Arduino UNO rev 3 from the IDE on a Mac running El Capitan, and when I try I lose the Bluetooth connection to my keyboard and mouse.
While I realize that this was caused by changes made by Apple, I am disappointed that no fix has been made as yet. The problem is now several months old.
I have a very poor work around, running the IDE under a VM, so I am not out of business.
If someone tells me how to get diagnostic info I would be happy to do that.
No luck with El Capitan for me either. I am running Arduino IDE 1.6.7 and have a Zero board purchased from Arduino.cc. Only port option showing up is "/dev/cu.bluetooth-incoming-port".
I've the same problem with a fresh install of El Capitan on a Mac Mini. So I've found a workaround which is not the best solution, but it works.
On my MacI've installed Virtualbox https://www.virtualbox.org and its virtual box extension pack. Then I've installed Windows 7 on the virtual machine, the Arduino software, set up the configuration, drivers, ...
It took a long time for the completion but now I could use again the Arduino on the Mac.
No joy here. I have an out of the box official Arduino Uno R3, the latest version of the Arduino app (1.6.8 Hourly Build 2016/02/02 running on a Mac with the latest version of El Capitan), and I've selected the proper board (Arduino Uno) and serial port (in my case /dev/cu.usbmodem141111 (Arduino Uno/Genunio Uno
). I'd tried disabling SIP, but still nothing.
When uploading, I get the dreaded
avrdude: stk500_recv(): programmer is not responding
I've been searching forums for almost two hours, and no one seems to have a solution.