Nur wie bekomme ich auf einen Rutsch nun das hex-file in den mega ?
Wenn ich Dich richtig verstanden habe, willst Du den hex brennen, Du warst schon auf den richtigem Weg
Code:
avrdude -p m8 -c AVR910 -P com1 -U flash:w:hexfile.hex
eeprom alternativ dazu
Code:
avrdude -p m8 -c AVR910 -P com1 -U eeprom:w:hexfile.eep
Gruß Sebastian