From: Mike B. <mi...@mj...> - 2010-03-15 21:46:45
|
Thanks, Matthias! Very glad there's a solid reason for the failure. Probably simplest then if I look for an earlier version that includes both hex files ready-built. Mike Date sent: Mon, 15 Mar 2010 21:59:15 +0100 From: Matthias Trute <mt...@we...> To: Everything around amforth <amf...@li...> Subject: Re: [Amforth-devel] Butterfly problems [ Double-click this line for list subscription options ] Hi Mike, > The amforth files for Bf create a hex file on AVRStudio without error > or warning, and a STK500 claims to successfully copy it to flash via > ISP (just the one file, no EEPROM file as indicated at one point in the > amforth documentation). Exactly that is the problem: You definitly need the EEPROM hex file, without it amforth cannot work at all. Strange that the avrstudio does not generate one.. You may find hex files in earlier versions, I sometimes miss to generate one for a release. mea culpa. Please do not mix the versions however... Matthias |