hello mutable community,
i am actually building a Shruthi with digital/fx filter boards,already did the hardware part,seems ok get +5v where it should be on the filter board,
so now i try to flash dsp firmware on the 328p since 2 two days but with no sucess…not very familiar with this so i tried by myself but i should say that
i don t understand everything about PATh and git
I am using a atmel avrisp2,i download all the things as said there http://mutable-instruments.net/shruthi1/firmware.
downloaded Shruthi-1 master folder at github unzip it on my desktop
well i plug the filter board with 9v ,the programmer to the isp header,get the green light on the programmer,
i tried to sets the fuses looks like workin
avrdude -B 100 -V -p m328p -c avrisp2 -P usb -e -U lock:w:0x2F:m -e -u efuse:w:0xFD:m -U fuse:w:0xD7:m -U lfuse:w:0xFF:m -U lock:w:0x2F:m
i get
avrdude:1 bytes of lock wirtten
avrdude done. thank you.
so after i try with this
avrdude -B 1 -V -p m328p -c avrisp2 -P usb \\ -U flash:w:dsp_0.1.hex:i -U lock:w:0x2F.:m
but that part not workin,so i tried to document myself but still no sucess,so i come here to get some help.
i know it s a lack of knowledge.
thanks for your help
Romain