Thread: Re: [Flashforth-devel] FF5.0 on Arduino Uno R3
Brought to you by:
oh2aun
From: Mikael N. <mik...@pp...> - 2014-07-23 11:41:17
|
<div style="font-size:10pt;"><p style="margin-top:0;margin-bottom:0;">You need a ICSP device programmer.</p><p style="margin-top:0;margin-bottom:0;"> </p><div><signature_tag><p style="margin-top:0;margin-bottom:0;">Mike</p><p style="margin-top:0;margin-bottom:0;">Sent from my LG Mobile</p></signature_tag></div><p id="last_enter" style="margin-top:0;margin-bottom:0;"> </p><p style="margin-top:0;margin-bottom:0;"> </p><p style="margin-top:0;margin-bottom:0;">------ Original message------</p> <p style="margin-top:0;margin-bottom:0;"><b>From: </b>Rob<rsc...@op...></p><p style="margin-top:0;margin-bottom:0;"><b>Date: </b>Tue, 22/07/2014 23:29</p><p style="margin-top:0;margin-bottom:0;"><b>To: </b>fla...@li...;</p><p style="margin-top:0;margin-bottom:0;"><b>Subject:</b>[Flashforth-devel] FF5.0 on Arduino Uno R3</p><p style="margin-top:0;margin-bottom:0;"> </p><pre>Hi, I'm getting a verification error each time I upload ff5.0 hex file to Arduino Uno R3. The arduino accepts files created with Arduino's IDE. I assembled the ff5 asm file with Atmel Studio 6.2 successfully but got verification error on first byte when trying to upload. Also tried a hex uploaded called Xloader and also got a verification error. Rob Scholten ------------------------------------------------------------------------------ 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 </pre></div> |
From: Mikael N. <mik...@pp...> - 2014-08-01 06:38:53
|
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. > |
From: Rob <rsc...@op...> - 2014-08-01 06:58:38
|
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 > |
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 > |
From: Rob <rsc...@op...> - 2014-08-01 10:56:19
|
Hi, Excellent, thank you, it is now working. I set the H fuse to 0xDA and L fuse to 0xFF. Rob. On 01-Aug-14 6:22 PM, Mikael Nordman wrote: > 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 >> > ------------------------------------------------------------------------------ > 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 > |