Cannot upload to atmega32 after burning bootloader

Hi everyone
Please help me upload sketches to atmega32apu
I could burn bootloader by mightycore and uno board but nothing other!!
The error code is attached:it's end is:
An error occurred while uploading the sketch
Reading | ################################################## | 100% 0.00s

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

err.txt (3.51 KB)

Yo same here, I am not sure what to try. We burned out one of our ATMEGA328s but now we can sometimes get an LED flashing on a new one.

avrdude: Device signature = 0x1e950f
avrdude: Expected signature for ATmega32 is 1E 95 02

This looks like you forgot to set the "port" to the USB/Serial connected to the new ATmega32 after programming it with the Uno. At least, the signature 1E 95 02 matches an ATmega328p, so the upload software thinks it is talking to an Uno.
(I guess this could have happened as a result of programming the wrong bootloader .hex file as well, but that should be unlikely if you're using the published core.)

Thanks, westfw
I will check this and tell you.

This is the Com port!