Re: [Amforth] Problem loading hex file into 328p

2019-04-20 Thread Michael Picco
Hello Tristan and Jan, Thank you! To quote that famous line from the movie "Young Frankenstein" ... "It's ALIVE!!!" :-) I did have to move from my Windoze box to a Linux box to get it programmed!  Linux identified the USB port easily ... Wondoze ... not so! Now to work through the manual a

Re: [Amforth] Problem loading hex file into 328p

2019-04-20 Thread Tristan Williams
Hello Michael, It is also worth checking your communication settings are 38000 8N1 and that flow control is not set to hardware (RTS/CTS), unless your serial connection is wired that way. kind regards, Tristan On 20Apr19 11:47, Jan Kromhout via Amforth-devel wrote: > Hello, > > I use these wit

Re: [Amforth] Problem loading hex file into 328p

2019-04-20 Thread Michael Picco
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: avrdud

Re: [Amforth] Problem loading hex file into 328p

2019-04-20 Thread Jan Kromhout via Amforth-devel
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

[Amforth] Problem loading hex file into 328p

2019-04-19 Thread Michael Picco
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 u