Open rohanrehman opened 4 years ago
This is likely to do with missing shared library. You can see that yun-go-updater
is trying to execute this command: /Users/Kanye/Downloads/osx/avr/bin/avrdude -C/Users/Kanye/Downloads/osx/avr/etc/avrdude.conf -v -patmega32u4 -cavr109 -P/dev/tty.usbmodem1424201 -b57600 -D -Uflash:w:/Users/Kanye/Downloads/osx/avr/YunSerialTerminal.ino.hex:i
. That command is failing, so Go then says exec: not started
. If you try and execute that command manually yourself it will tell you what the problem actually is
On Widnows 10 and macos Catalina, GO ver 1.13.5.