SpenceKonde/DxCore

error when burning the bootloader for avr128DA28 and arduino uno as updi

hoka83 opened this issue · 4 comments

IMG_6061 (1)
IMG_6060

why it gives me this error?

avrdude: jtagmkII_initialize(): Cannot locate "flash" and "boot" memories in description
avrdude: jtagmkII_program_enable(): bad response to enter progmode command: RSP_ILLEGAL_MCU_STATE
avrdude: jtagmkII_program_enable(): bad response to enter progmode command: RSP_ILLEGAL_MCU_STATE
avrdude: jtagmkII_read_byte(): bad response to read memory command: RSP_ILLEGAL_MCU_STATE
avr_read(): error reading address 0x0000
read operation not supported for memory "signature"
avrdude: error reading signature data for part "AVR128DA28", rc=-2
avrdude: error reading signature data, rc=-2
avrdude: jtagmkII_program_disable(): bad response to leave progmode command: RSP_ILLEGAL_MCU_STATE
Error while burning bootloader.

Hi,

Why are you photographing your monitor?
Can't you take screenshots?

About your problem.
The selected com port is wrong.
The Arduino Uno is not an AVR128DA28.
Do you already have the bootloader on it?

They have no communication whatsoever between the arduino uno acting as UPDI device and the UPDI device. Wiring incorrect.

Agreed. Suggest closing this as a duplicate of #525 honestly.