Re: [Flashforth-devel] FF5.0 on Arduino Uno R3
Brought to you by:
oh2aun
From: Mikael N. <mik...@pp...> - 2014-08-01 08:22:09
|
The Hfuse needs to be 0xDA. Otherwise FF boots from the wrong starting address. For Lfuse and Efuse I use 0xFF. BR Mike On 01.08.2014 09:58, Rob wrote: > Hi, > > The fuses are set as: > > Lfuse: 0xFF > Hfuse: 0xDE BOOTSZ0=1 BOOTSZ1=1 BOOTRST=0 > Efuse: 0x05 > Lock Bits: 0x3f > > I used Teraterm with XON/XOFF and without. Both display "EBM lashForth > Atmega 5.0" when the Uno is reset. > > Flash contents read back match the original hex file. > > Thanks for your response. > > Rob Scholten. > > > > > On 01-Aug-14 4:38 PM, Mikael Nordman wrote: >> Hi Rob. >> >> Please reply to the list and no to me personally. >> >> How did you set the fuses on the chip ? >> >> Do you have XON/XOFF enabled in your terminal program ? >> >> BR Mike >> >> On 31.07.2014 15:10, Rob wrote: >>> Hi, >>> I programmed the Uno R3 via a UsbTiny program. No verification errors, >>> but a connected terminal returns >>> "EBM lashForth Atmega 5.0" . The Arduino does not respond to any key >>> input. The hex file is correct in that this line reads "ver 3.2 >>> FlashForth Atmega 5.0". >>> I've tried two ATMega 328P chips. >>> Is anyone else getting this problem? >>> Thanks. >>> >> ------------------------------------------------------------------------------ >> Want fast and easy access to all the code in your enterprise? Index and >> search up to 200,000 lines of code with a free copy of Black Duck >> Code Sight - the same software that powers the world's largest code >> search on Ohloh, the Black Duck Open Hub! Try it now. >> http://p.sf.net/sfu/bds >> _______________________________________________ >> Flashforth-devel mailing list >> Fla...@li... >> https://lists.sourceforge.net/lists/listinfo/flashforth-devel >> > > ------------------------------------------------------------------------------ > Want fast and easy access to all the code in your enterprise? Index and > search up to 200,000 lines of code with a free copy of Black Duck > Code Sight - the same software that powers the world's largest code > search on Ohloh, the Black Duck Open Hub! Try it now. > http://p.sf.net/sfu/bds > _______________________________________________ > Flashforth-devel mailing list > Fla...@li... > https://lists.sourceforge.net/lists/listinfo/flashforth-devel > |