Re: [Flashforth-devel] Question about running FlashForth on Arduino Diecimila
Brought to you by:
oh2aun
From: Aymeric <ult...@bl...> - 2017-09-21 21:29:13
|
Aymeric said : > Mikael Nordman said : > > How did you set the fuses ? That is the first thing to check. > > The fuses must be set to BOOTSIZE=1024 words and the BOOTRESET should be > > active. > > > > [..] > > > > I think these fuses should work for the 168. > > > > avrdude -p m168 -c usbtiny -e -u -U flash:w:ff-atmega.hex:i -U > > efuse:w:0xf8:m -U hfuse:w:0xff:m -U lfuse:w:0xff:m > > I cannot set SPIEN to 0 on this board, so I used this: > > -U lfuse:w:0xFF:m -U hfuse:w:0xDF:m -U efuse:w:0xF8:m > > Unfortunately I still do not get anything when I try to connect with > screen. I gave it another try and this time I could set the hfuse to FF, I don't understand why it did not work last time (it was on another machine, with another version of avrdude though...). However I still end up with a blank screen. Is there anything else I could try? Or should I just get an Arduino that is already supported/tested? Thanks! Aymeric |