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 bit ... printed out Release 6.7.  Then 
I might have more questions!


I hope this old guy (me!) can re-learn enough to be able to make it 
interesting to a 17-year old that I'm trying to get interested in 
programming on the Arduino!


Kind regards,
Michael
K6MLE


On 4/20/2019 12:34 PM, Tristan Williams wrote:

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 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  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/
Amforth-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amforth-devel



___
Amforth-devel mailing list for http://amforth.sf.net/
Amforth-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amforth-devel



___
Amforth-devel mailing list for http://amforth.sf.net/
Amforth-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amforth-devel





___
Amforth-devel mailing list for http://amforth.sf.net/
Amforth-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amforth-devel


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 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  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/
> > Amforth-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/amforth-devel
> 
> 
> 
> ___
> Amforth-devel mailing list for http://amforth.sf.net/
> Amforth-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/amforth-devel
> 


___
Amforth-devel mailing list for http://amforth.sf.net/
Amforth-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amforth-devel


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:
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  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/
Amforth-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amforth-devel



___
Amforth-devel mailing list for http://amforth.sf.net/
Amforth-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amforth-devel





___
Amforth-devel mailing list for http://amforth.sf.net/
Amforth-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amforth-devel


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



> Op 20 apr. 2019, om 00:12 heeft Michael Picco  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/
> Amforth-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/amforth-devel



___
Amforth-devel mailing list for http://amforth.sf.net/
Amforth-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amforth-devel