Re: [Amforth] Issues with a word compile - flash or eeprom write issues

2012-05-06 Thread Jan Kromhout
Thank, I need only avrdude, because I compile all in avr studio 5 under windows. So I need only to transfer the hex files etc. with avrdude to my Arduino Uni. I think that the problems occurs with flossing, because I get a "working" hex files from a member. On his arduino it was working. So I wi

Re: [Amforth] Issues with a word compile - flash or eeprom write issues

2012-05-06 Thread Paulo Ferreira
On 2012/05/06, at 21:52, Jan Kromhout wrote: > Thanks Paulo, > > Could sommething going wrong with the burner? > Can you give me a hint how to do this on the OSX. > I have not yet the experiance. > > Cheers, > > Jan kromhout > Sacharovlaan 3 > 3223HM Hellevoetsluis-NL > My preference goes t

Re: [Amforth] Issues with a word compile - flash or eeprom write issues

2012-05-06 Thread Jan Kromhout
Thanks Paulo, Could sommething going wrong with the burner? Can you give me a hint how to do this on the OSX. I have not yet the experiance. Cheers, Jan kromhout Sacharovlaan 3 3223HM Hellevoetsluis-NL Op 6 mei 2012 om 22:27 heeft Paulo Ferreira het volgende geschreven: > > On 2012/05/06,

Re: [Amforth] Issues with a word compile - flash or eeprom write issues

2012-05-06 Thread Paulo Ferreira
On 2012/05/06, at 20:00, Erich Waelde wrote: > Hello, > > On 05/06/2012 08:12 PM, Jan Kromhout wrote: >> >> If I understand correctly the best is to buy some bare 328p chips, >> and flash them without tatching the lock bits. > > If fuses and "lock bits" refer to the same thing, then > no: "bar

Re: [Amforth] Issues with a word compile - flash or eeprom write issues

2012-05-06 Thread Jan Kromhout
Hello, Again thanks for the response. Yes I know that the boot loader is removed. Stil I am try now for about 14 days to get a running AMforth. These are my settings. I need the B5 otherwise I get errors. Running XP under Parallels on my IMAC Lion. Try also different computers, no good result!

Re: [Amforth] Issues with a word compile - flash or eeprom write issues

2012-05-06 Thread Erich Waelde
Hello, On 05/06/2012 08:12 PM, Jan Kromhout wrote: > > If I understand correctly the best is to buy some bare 328p chips, > and flash them without tatching the lock bits. If fuses and "lock bits" refer to the same thing, then no: "bare chips" and arduino boards are different things. I personally

Re: [Amforth] Issues with a word compile - flash or eeprom write issues

2012-05-06 Thread Jan Kromhout
Hi Matthias, Thanks for the quick response. If I understand correctly the best is to buy some bare 328p chips, and flash them without tatching the lock bits This is perhaps the issue that my Amfort is not won't to run. Cheers, Jan Op 6 mei 2012, om 19:16 heeft Matthias Trute het volgende ges

Re: [Amforth] Issues with a word compile - flash or eeprom write issues

2012-05-06 Thread Matthias Trute
Hi Jan, > When I take 2 new 328p with boot on it ( buy it recently from > original supplier) then when I read the lock byte the should be the > same? If my working version has an other number, because I did some > stupid things, I always can set it back to the origional value with > avrdude? I've

Re: [Amforth] Issues with a word compile - flash or eeprom write issues

2012-05-06 Thread Jan Kromhout
Hi When I take 2 new 328p with boot on it ( buy it recently from original supplier) then when I read the lock byte the should be the same? If my working version has an other number, because I did some stupid things, I always can set it back to the origional value with avrdude? Jan kromhout Sach

Re: [Amforth] Issues with a word compile - flash or eeprom write issues

2012-05-06 Thread pito
Matthias, thanks - yes - the bootloader space is used by amforth .. do not ask me how much time I've spent tackling this, finally I thought my both chips are dead... :) ... the D9 did the trick.. > foo 123 ok Thanks, Pito - PŮVODNÍ ZPRÁVA - Od: "Matthias Trute" Komu: "Everything around a

Re: [Amforth] Issues with a word compile - flash or eeprom write issues

2012-05-06 Thread Matthias Trute
Hi, > Hi, after a year I'm trying to run the latest version on atmega32 > (11.0592Meg xtal). Compiling and flashing is ok, I get working > system with one exception - I cannot add a new word - ie >> : foo 123 . ; > ok >> words > and it hangs here Cannot reproduce: > : foo 123 . ; ok > word

Re: [Amforth] Issues with a word compile - flash or eeprom write issues

2012-05-06 Thread Charles Summers
I had a similar problem with the uno until I saw I had left the flash locked after I out on the forth image. On May 6, 2012 7:51 AM, "pito" wrote: > Hi, after a year I'm trying to run the latest version on atmega32 > (11.0592Meg xtal). Compiling and flashing is ok, I get working > system with one

[Amforth] Issues with a word compile - flash or eeprom write issues

2012-05-06 Thread pito
Hi, after a year I'm trying to run the latest version on atmega32 (11.0592Meg xtal). Compiling and flashing is ok, I get working system with one exception - I cannot add a new word - ie > : foo 123 . ; ok > words and it hangs here, so I have to reflash eeprom, then I can see words again (without f