From: Michael P. <mp...@pl...> - 2019-04-20 18:20:01
|
Thank you Jan! I have a Pololu programmer arriving on Monday. I will give this a try with the Pocket Programmer as well. Kind regards, Michael K6MLE On 4/20/2019 2:47 AM, Jan Kromhout via Amforth-devel wrote: > Hello, > > I use these with a pololu programmer v2.1 > > Laad de nieuwe versie: > avrdude -p m328p -c avrispv2 -P /dev/tty.usbmodem00230362 -U efuse:w:0xFF:m -U hfuse:w:0xD9:m -U lfuse:w:0xFF:m -U flash:w:amforth.hex:i -U eeprom:w:amforth.eep.hex:i > > And it works great, no problems at all. > > > Cheers, > > Jan > > > >> Op 20 apr. 2019, om 00:12 heeft Michael Picco <mp...@pl...> het volgende geschreven: >> >> Hello, >> >> I've bought some extra atmega328P-U parts and attempted to install the Amforth files using the AVR Pocket Programmer from Sparkfun. The first couple of attempts ended in failure and I got nothing back from the Arduino Uno when hooking it up using Putty on my Linux box. I was able to use the programmer to reinstall the optiboot and was successful, so it appears that the programmer is doing as intended. >> >> Does the Amforth loading procedure involve setting the fuses? >> >> The command line being used is: avrdude -p m328p -c usbtiny -U flash:w:uno.hex -U eeprom:w:uno.eep.hex -v >> >> Any help is greatly appreciated! >> >> Kind regards, >> >> Michael >> >> K6MLE >> >> >> >> >> _______________________________________________ >> Amforth-devel mailing list for http://amforth.sf.net/ >> Amf...@li... >> https://lists.sourceforge.net/lists/listinfo/amforth-devel > > > _______________________________________________ > Amforth-devel mailing list for http://amforth.sf.net/ > Amf...@li... > https://lists.sourceforge.net/lists/listinfo/amforth-devel > |