Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. [hank@bangalore fabISP_mac.0.8.2_firmware]$ make fuse
  2. avrdude -c stk500v1 -b19200 -P /dev/ttyACM0 -p attiny44 -U hfuse:w:0xDF:m -U lfuse:w:0xFF:m
  3. avrdude: ser_open(): can't open device "/dev/ttyACM0": Permission denied
  4.  
  5. avrdude done.  Thank you.
  6.  
  7. Makefile:118: set di istruzioni per l'obiettivo "fuse" non riuscito
  8. make: *** [fuse] Errore 1
  9. [hank@bangalore fabISP_mac.0.8.2_firmware]$ sudo make fuse
  10. [sudo] password di hank:
  11. avrdude -c stk500v1 -b19200 -P /dev/ttyACM0 -p attiny44 -U hfuse:w:0xDF:m -U lfuse:w:0xFF:m
  12.  
  13. avrdude: AVR device initialized and ready to accept instructions
  14.  
  15. Reading | ################################################## | 100% 0.02s
  16.  
  17. avrdude: Device signature = 0x0000ff
  18. avrdude: Expected signature for ATtiny44 is 1E 92 07
  19.          Double check chip, or use -F to override this check.
  20.  
  21. avrdude done.  Thank you.
  22.  
  23. Makefile:118: set di istruzioni per l'obiettivo "fuse" non riuscito
  24. make: *** [fuse] Errore 1