#avr Logs

Jul 31 2021

#avr Calendar

05:05 AM Duality: rue_mohr: do not worry everything works now :)
07:36 AM specing_ is now known as specing
01:02 PM rue_mohr: I hope the arduino gave you some clues
02:44 PM Duality: rue_mohr: it did turned out i had to specify an extra flag to avrdude specifically this one: -D
02:44 PM Duality: has something to do with erase memory during or before programming
02:45 PM Duality: my guess it couldn't execute some operation that was not supported in regards to erasing flash and just errored saying a command error occured
03:13 PM rue_mohr: I use a makefile, its been set up a long time ago and moving it between things isn't hard
03:13 PM rue_mohr: avrdude -c pony-stk200 -P /dev/parport0 -p m328 -e -U flash:w:$(PRG).hex
03:13 PM rue_mohr: hmm
03:14 PM rue_mohr: -D Disable auto erase for flash. When the -U option with flash memory is specified
03:14 PM rue_mohr: iiinteresting
03:24 PM Duality: with m328 it was all fine not using the -D but with the atmega2560 it gave problems
03:24 PM Duality: and had to use it
03:25 PM rue_mohr: yea, thats interesting
03:33 PM Duality: rue_mohr: i thing the bootloader that i have in it now simply doesn't support page erase and thus you need -D
03:33 PM Duality: but i can test that out by taking my trusty isp programmer out :)
07:36 PM specing_ is now known as specing
11:58 PM rue_shop3: ok