arduino / yun-go-updater

3 stars 28 forks source link

Executing command error , exec: not started #11

Open rohanrehman opened 4 years ago

rohanrehman commented 4 years ago

On Widnows 10 and macos Catalina, GO ver 1.13.5.

Found port: /dev/cu.usbmodem1424201
USB ID     2341:8041
USB serial
Using it
Restarting in bootloader mode
Get port list before reset
Wait for the port to disappear
Wait for the port to reappear
Found upload port:  /dev/tty.usbmodem1424201
Flashing with 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
2019/12/10 20:57:08 Executing command: exec: not started
d10i commented 2 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