Firmware upload on Arduino 2 it doesn't work on Repetier Server V0.92.1 (SOLVED)
I read in the fixes of 0.92.1 that the problem of uploading firmware to Arduino 2 had been solved, but here on two Rasperry and two different printers the problem persists.
Marco
Carico binari Firmware...
Ferma connessione stampante
/usr/local/Repetier-Server/modules/firmware/bin/bossac-arduino -p ttyACM0 -U false -e -w -v -b /var/lib/Repetier-Server/tmp/tmplua23.bin -R
Caricamento terminato
Riattivazione connessione stampante ...
Caricamento Firmware terminato.
Try to upload but then only erase Arduino 2 but don't write the firmware.
There have always been problems uploading the firmware on Arduino 2 with the previous server versions, but insisting every he did sometime, now game over.
Now I've two "dead" printers without the firmware installed, please fix it!!!Marco
Carico binari Firmware...
Ferma connessione stampante
/usr/local/Repetier-Server/modules/firmware/bin/bossac-arduino -p ttyACM0 -U false -e -w -v -b /var/lib/Repetier-Server/tmp/tmplua23.bin -R
Caricamento terminato
Riattivazione connessione stampante ...
Caricamento Firmware terminato.
Comments
root@Raspberry1:/tmp# ./bossac-arduino -p ttyACM0 -U false -e -w -v -b firmware.bin -R
Atmel SMART device 0x285e0a60 found
Erase flash
done in 0.041 seconds
Write 248176 bytes to flash (970 pages)
[ ] 0% (9/970 pages)
SAM-BA operation failed
root@Raspberry1:/tmp#
After "chmod +x /usr/local/Repetier-Server/modules/firmware/bin/bossac-arduino" the firmware upload work fine, but it doesn't show the uploading progress.
Reason you do not see progress is that the progress is send to stderr and not stdout. With the new changes only stdout is forwarded to gui so it misses the progress.