Flashing ATmega328p fails

Discussion about my Wifi Radio project at http://mightyohm.com/wifiradio/ or my WL-520gU talk at NOTACON.
Post Reply
tobarix
Posts: 9
Joined: Mon Mar 17, 2014 4:42 am

Flashing ATmega328p fails

Post by tobarix »

Now I am really lost. I Tried to flash my ATmega328P with this result:
iMac-van-Fred:temp FRED$ make flash
avrdude -c usbtiny -p atmega168 -U flash:w:main.hex:i

avrdude: AVR device initialized and ready to accept instructions

Reading | ################################################## | 100% 0.01s

avrdude: Device signature = 0x1e950f
avrdude: Expected signature for ATmega168 is 1E 94 06
Double check chip, or use -F to override this check.

avrdude done. Thank you.


Can I override this check and how do I do that?
I am not a programmer, I just follow the Mightyohm instructions.
tobarix
Posts: 9
Joined: Mon Mar 17, 2014 4:42 am

Re: Flashing ATmega328p fails

Post by tobarix »

Problem solved. I just changed atmega168 into atmega328p in the flash command.
irag
Posts: 1
Joined: Wed Sep 10, 2014 3:48 am

Re: Flashing ATmega328p fails

Post by irag »

Thanks, baud rates are OK. It is not garbage. It repeats the same code and after a station change it repeats a new code. I guess it needs translation. Maybe the Sitecom adapter meshes things up.
irag
Post Reply