From: Peter C. H. <pet...@un...> - 2019-07-17 06:03:10
|
Devin, What programmer are you using? If you are not using the AVRISP mkII or a clone then you will need to change "avrispmkII" in the command string to something else. If you are using a second Arduino as programmer "arduino" will probably work. Peter > On 17 Jul 2019, at 06:46, devin davison <lyo...@gm...> wrote: > > Thanks for the info. I am on a windows machine, using avrdude. I am trying > to use the following command , taken from the link provided by Peter C. > (i replaced the com port with my com port, com8) > > *avrdude -p m328p -c avrispmkII -P com8 -U efuse:w:0xFF:m -U hfuse:w:0xD9:m > -U lfuse:w:0xFF:m -U flash:w:uno.hex:i -U eeprom:w:uno.eep.hex:i* > > It does not appear to be working properly, i just get a timeout message > repeating indefinitely. I can get the command to work and flash the hex > file if i leave out the fuse settings, but im unable to connect via serial > terminal. > Any further help is much appreciated. > > On Wed, Jul 10, 2019 at 4:04 PM Peter C. Hauser <pet...@un...> > wrote: > >> You may also find this useful: >> >> https://www.chemie1.unibas.ch/~hauser/open-source-lab/styled/index.html < >> https://www.chemie1.unibas.ch/~hauser/open-source-lab/styled/index.html> >> >> (scroll to the bottom of the page) >> >> >> Peter >> >> >> >>> On 10 Jul 2019, at 21:12, devin davison <lyo...@gm...> wrote: >>> >>> Hello, New around here. I am interested in trying out Amforth on an >> arduino >>> uno. I have many of them, from what I understand I can use one arduino >> UNO >>> as the ISP programmer to program others. I have not found a guide on how >> to >>> get amforth onto the arduino, can anyone provide some advice or a link to >>> some relevant information to get me on track? >>> >>> Thanks >>> >>> --Devin D. >>> >>> _______________________________________________ >>> Amforth-devel mailing list for http://amforth.sf.net/ >>> Amf...@li... >>> https://lists.sourceforge.net/lists/listinfo/amforth-devel >> >> >> _______________________________________________ >> Amforth-devel mailing list for http://amforth.sf.net/ >> Amf...@li... >> https://lists.sourceforge.net/lists/listinfo/amforth-devel >> > > _______________________________________________ > Amforth-devel mailing list for http://amforth.sf.net/ > Amf...@li... > https://lists.sourceforge.net/lists/listinfo/amforth-devel |