Re: [Flashforth-devel] Hello and newbie question]
Brought to you by:
oh2aun
From: Mikael N. <mik...@fl...> - 2017-09-19 04:30:45
|
Hi, This what I use on linux. I do all my development on Linux :-) wine avrasm2/avrasm2.exe -I avrasm2/inc -o ff.hex -l ff.lst -m ff.map -fI avr/src/ff-atmega.asm avrdude -p m328 -c stk500 -P /dev/ttyACM1 -e -u -U flash:w:ff.hex:i -U efuse:w:0xff:m -U hfuse:w:0xda:m -U lfuse:w:0xff:m avrdude -p m2560 -c stk500 -P /dev/ttyACM0 -e -u -U flash:w:ff.hex:i -U efuse:w:0xff:m -U hfuse:w:0xdc:m -U lfuse:w:0xff:m You can get the exe and include files from here. https://sourceforge.net/projects/amforth/files/Atmel-AVR8-Assembler/ BR Mikael |