Hi all,
We are running into trouble trying to program our Artemis modules from a Mac (ver 11.2 Big Sur) using SVL. Here’s the command line we are using and the output.
% ./svl /dev/tty.usbserial-1130 -f LEDdiffuserTest.ino.bin -b 115200 -v
Artemis SVL Bootloader
Script version 1.7
Phase: Setup
Cleared startup blip
Failed to enter bootload phase
Phase: Setup
Cleared startup blip
Failed to enter bootload phase
Phase: Setup
Cleared startup blip
Failed to enter bootload phase
Target failed to enter bootload mode. Verify the right COM port is selected and that your board has the SVL bootloader.
We are using a SparkFun serial basic to proved the USB to serial conversion.
As you can see we have already lowered the baud rate to 115200.
I found some advice on-line suggesting to run
% stty -f /dev/tty.usbserial-1130 hupcl
but that doesn’t seem to have helped.
I found this in a post by TS-Brandon
Does anyone know if any progress has been made on this? Is there another USB to serial adapter we could use for this application that would work better on MacOS?**Note: Mac’s update to Big Sur is causing some disruption to the USB-Serial drivers, such as the CH340. While we are aware of the issue and we are investigating possible solutions, we are unable to provide a full solution at this time because this is an issue between third party software and the Mac OS developers.
Can anyone suggest something else to try?
Best regards,
Phil