Salve a tutti, sto cercando di uploadare il firmware sul mio arduino.
In quanto non riesco più a caricare nessun tipo di sketch per il seguente errore:
avrdude: stk500_recv(): programmer is not responding
che in forma più estesa:
vrdude: Version 6.0.1, compiled on Apr 14 2015 at 16:30:25
Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
Copyright (c) 2007-2009 Joerg Wunsch
System wide configuration file is "/Applications/Arduino.app/Contents/Java/hardware/tools/avr/etc/avrdude.conf"
User configuration file is "/Users/Antonio/.avrduderc"
User configuration file does not exist or is not a regular file, skipping
Using Port : /dev/cu.usbmodem1421
Using Programmer : arduino
Overriding Baud Rate : 115200
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync()
Ora provando a caricare un nuovo firmware su Arduino Rev 3 , su Mac OSx con dfu-programmer ho questo errore da terminale:
dfu-programmer: no device present
Sapete come posso risolvere?
Grazie mille a tutti.
Bene.
Se hai un'altra scheda Arduino puoi caricarci sopra lo sketch "Arduino as ISP" (che trovi tra gli esempi dell'IDE) e con semplici collegamenti utilizzarla per riprogrammare il bootloader su quella che non funziona.
In questo modo gli cancelli qualsiasi sketch all'interno che possa bloccare la riprogrammazione.
PaoloP:
Bene.
Se hai un'altra scheda Arduino puoi caricarci sopra lo sketch "Arduino as ISP" (che trovi tra gli esempi dell'IDE) e con semplici collegamenti utilizzarla per riprogrammare il bootloader su quella che non funziona.
In questo modo gli cancelli qualsiasi sketch all'interno che possa bloccare la riprogrammazione.
Ciao Paolo. Grazie per il consgilo, a questo punto è l'unica cosa che mi resta da fare.
Il problema è che al momento non ho un'altra scheda Arduino a disposizione. Questa cosa si può fare solo in questo modo, o c'è qualche altro metodo?