arduino / yun-go-updater

3 stars 28 forks source link

Exit status 127 #12

Open DamonLane opened 4 years ago

DamonLane commented 4 years ago

What does this error code mean? Nothing happened to the board, which is an original Yun running the 1.5.3 firmware. I used version 1.2 of the updater, from May, 2018, for Linux64.

Found port: /dev/ttyACM0 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/ttyACM0 Flashing with command:/home/damon/Downloads/yun-go-updater-linux64/linux64/avr/bin/avrdude -C/home/damon/Downloads/yun-go-updater-linux64/linux64/avr/etc/avrdude.conf -v -patmega32u4 -cavr109 -P/dev/ttyACM0 -b57600 -D -Uflash:w:/home/damon/Downloads/yun-go-updater-linux64/linux64/avr/YunSerialTerminal.ino.hex:i 2019/12/28 20:24:37 Executing command: exit status 127

blfuentes commented 4 years ago

same here...couldn't find any info

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: /home/damon/Downloads/yun-go-updater-linux64/linux64/avr/bin/avrdude -C/home/damon/Downloads/yun-go-updater-linux64/linux64/avr/etc/avrdude.conf -v -patmega32u4 -cavr109 -P/dev/ttyACM0 -b57600 -D -Uflash:w:/home/damon/Downloads/yun-go-updater-linux64/linux64/avr/YunSerialTerminal.ino.hex:i. That command is failing. If you try and execute that command manually yourself it will tell you what the problem actually is