Hi everyone,

I have been trying to port one of the existing avr910 bootloaders (namely [1] and [2]) to an ATmega324p without much success. They both respond after some tweaking of the UART sertip. I can use both of them with avrdude. They even claim to succesfully write to flash whatever I feed them but in every case the application flash section is still all 0xFF afterwards (verify fails and reading via ISP returns all 0xFF). I suppose the error is on my side, but just in case it saves some trouble: Has anyone successfully used avr-libc's boot.h functions with an m324p? Are they expected to work?

I will go ahead and compare the datasheet of m32 and m324p but I hope that someone else might come up wiht something easier :-)

Btw: I am using WinAVR-20071221 patched with avr-libc-1.6.1.

Tanks in advance,
Sebastian

[1] http://www.siwawi.arubi.uni-kl.de/avr_projects/#avrprog_boot
[2] http://www.lochraster.org/etherrape/#software


_______________________________________________
AVR-GCC-list mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/avr-gcc-list

Reply via email to